12 Commits (e82795ba58b479d77024a34c5edb86648eacaf22)

Author SHA1 Message Date
jean-pierre charras 12a4a38507 pl_editor:make the option "show formatted texts" working. 6 years ago
jean-pierre charras a41ff7b924 pl_editor: fix move functions for WS_DRAW_ITEM_POLYPOLYGONS 6 years ago
jean-pierre charras f135ec47fa Page layout: rework and fix a few issues. 6 years ago
jean-pierre charras dfbe02c8c2 pl_editor: show the page limits and the coord reference corner position. 6 years ago
jean-pierre charras ce9b1e3da5 Pl_editor: add missing HitTest() for WS_DRAW_ITEM_BITMAP item. 7 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young 21c216556b Cut/copy/paste for PlEditor. 7 years ago
Jeff Young 248089c934 Get rid of PageLayout globals so drawing the preview doesn't mess up the document. 7 years ago
Jeff Young bdd44ce88c Use consistent PageLayout data structure names. 7 years ago
Jeff Young ba4ba5b668 Implementing boundingbox getters for WS_DRAW_ITEMs. 7 years ago
Jeff Young 71f188f3de Hook up import-page-layout and change-background-color actions. 7 years ago
Jeff Young 323bb0f8e1 Moving PageLayout editor to GAL canvas and modern toolset. 7 years ago
Jeff Young a6d10d6e28 Constant-size page layout object handles w/respect to zoom. 7 years ago
jean-pierre charras fefc7b8172 GAL canvases: add DrawBitmap(), using a basic brute force algo for OpenGL, and a optimized code for Cairo. In this fix the brute force means draw each pixel as a rectangle. It works fine, but could be optimized. 8 years ago
jean-pierre charras 2230abde1b page layout editor: fix a crash on block move. 8 years ago
Russell Oliver 34b52c91b7 Add empty eeschema page layout for Eagle schematic import. 8 years ago
jean-pierre charras d44494beda Update code after file renaming 8 years ago
Tomasz Włostowski a4528988ca pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 8 years ago
jean-pierre charras 7418deb454 Pcbnew: fix issues with 360 deg angle arcs. 8 years ago
Maciej Suminski 0dc88bb4cf Changed COLOR4D defines to static consts 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
jean-pierre charras 89914fa9de Fix 2 Coverity warnings. 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
Ian Roth 7ad2f37391 Add %L formatter to worksheets to print layer name. 9 years ago
Chris Pavlina d49ecb1b91 Add zoom-to-selection and block move to pl_editor 10 years ago
jean-pierre charras 605a9bb5f2 Page layout selection: fix Bug #1405972, and add minor enhancement in page layout selection dialog (the new layout is shown after selection). 11 years ago
jean-pierre charras bc230f7650 Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; 11 years ago
Wayne Stambaugh fd0d266bfe More missing source license fixes. 11 years ago
Lorenzo Marcantonio 342016b692 Constification of HitTest and GetParent 12 years ago
Lorenzo Marcantonio 85c5aa22c6 Constification of HitTest and GetParent 12 years ago
jean-pierre charras a8e57e10e8 Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad 12 years ago
Wayne Stambaugh 0224bc2f58 Fix but reading empty footprints in netlist. (fixes lp:1226283) 12 years ago
Maciej Suminski 082f3f9bb4 Added const modifiers where applicable. 12 years ago
Maciej Suminski 4f0aa1c07c Changed D() macro to DBG() because of conflict with glm::D(). 12 years ago
jean-pierre charras 3b246ca483 Pl_Editor: add undo/redo commands. 12 years ago
jean-pierre charras d7f569ae78 Fix GOST compatibility. 12 years ago
jean-pierre charras 1f3f11ca0d Add margin values control in pl_editor, and remove margin definition from class PAGE_INFO. 12 years ago
jean-pierre charras 50743cf3ba Initial release of pl_editor, the page layout and title block editor. 12 years ago
jean-pierre charras 5c247857d3 Replace in EDA_TEXT::Draw the parameter EDA_DRAW_PANEL* aPanel by EDA_RECT* aClipBox, which is the actual parameter used by Draw. 13 years ago
jean-pierre charras a287f89304 Custom page layout: add support for poly-polygons (useful for logos) 13 years ago
jean-pierre charras c8c05cb4ee page layout: if the environment variable KICAD_WKSFILE points a S expr page layout descr, this descr is used instead of internal descr. Mainly for testing purposes. 13 years ago
jean-pierre charras 7432d4de29 Page layout: add comments, and fix a very minor issue. 13 years ago
jean-pierre charras 91c3f3bc83 All: use a S expression to describe the page layout (title block and grid references). Work in progress. 13 years ago
Wayne Stambaugh 5560cb54e2 More Pcbnew footprint library table work in progress. 13 years ago
jean-pierre charras 38a5e9af4b 3D viewer: fix Bug #1183581 (pcbnew 3D viewer: recent UI inconsistency ) 13 years ago
jean-pierre charras 7080828fe2 More about worksheet code. 13 years ago
jean-pierre charras 82cc923356 Worksheet code: more cleanup, and fix compil issue with wxWidgets 2.8 13 years ago
jean-pierre charras 3f38a6d89a worksheetcode cleaning and fix plot sheet filename bug under Linux. 13 years ago
jean-pierre charras 001723e077 Worksheet code: cleanup and remove useless parameters. 13 years ago