119 Commits (1fa9ad227ae64421b9dca5addfa0f0ef3b2a97a5)

Author SHA1 Message Date
Jeff Young f73042fe24 Some minor performance enhancements. 4 years ago
Jeff Young 5f3c67bd2b Fill in some missing GetMsgPanelItems and make some others consistent. 4 years ago
Wayne Stambaugh 46b959c3e3 Move plotter headers into include folder. 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
Wayne Stambaugh 71c183d7bb Rename LIB_PART to LIB_SYMBOL. 5 years ago
Wayne Stambaugh 9ebabb222c Pass objects by reference instead of on the stack. 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Jeff Young 0dd65d9cd1 Naming conventions and file order. 5 years ago
Dominik Wernberger bb2881a5ab Make RENDER_SETTINGS argument const 5 years ago
Jeff Young c1d1c12b41 Simplify message panel code. 5 years ago
Jeff Young b227d2b910 More component -> symbol. 5 years ago
Jeff Young 7bd31d5237 Naming conventions. 5 years ago
Jeff Young bddc97df30 LibEdit -> SymbolEditor 5 years ago
Marek Roszko a785f70ea1 msgpanel is a widget, shove it to the right folder. 5 years ago
Marek Roszko e928b2d8fd Split EDA_UNITS out from common. 5 years ago
Mikolaj Wielgus 400c15b8eb Add mils to units, remove useMils variables 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Jeff Young 13f1de8e73 Forgot a bunch of files from last commit. 5 years ago
Jeff Young f347118ce3 Add a min pin width advanced config for plotting. 5 years ago
Jeff Young 1535c83b88 Lay some groundwork for adding distances to DRC errors. 6 years ago
Jeff Young 2b6089240a Change super/subscript syntax to ^{foo} and _{foo}. 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
jean-pierre charras 952e7a5fb4 Eeschema: move some default values to default_values.h. 6 years ago
jean-pierre charras 6148461484 Eeschema plot: fix (temporary) line 0 thickness. 6 years ago
Jeff Young 6e800bddae Rationalize penWidth processing as first step in removing some globals. 6 years ago
Jeff Young 591428b0d9 Remove some problematic global variables. 6 years ago
Jon Evans 643c97a2f4 ADDED: Schematic plotting can use a dedicated color theme 6 years ago
Wayne Stambaugh e1900161a7 Eeschema: implement new symbol library file s-expression formatter. 6 years ago
Jeff Young 2507f985ad Adjust justified text for mirroring and rotation. 6 years ago
Wayne Stambaugh aeb3281e27 Convert Schematic Internal Units to 100nm 6 years ago
Mark Roszko 11ff16be4e Switch to scoped enums 6 years ago
Jeff Young 35c8d64f98 Add super- and subscript support to Eeschema. 6 years ago
Jeff Young b4c8657904 Fix non-visible-part or conversion items from getting selected. 6 years ago
Jeff Young 937e3c2d48 Make m_Text private so we don't keep getting bugs where m_shown_text fails to get updated. 6 years ago
Jeff Young 6bf1ac45e3 New selection highlighting model for eeschema. 6 years ago
jean-pierre charras b74bccbb13 Eeschema: fix a bug in LIB_TEXT::Plot, that plotted an empty text. 6 years ago
Jeff Young d03041b565 Cleanup. 6 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young 323bb0f8e1 Moving PageLayout editor to GAL canvas and modern toolset. 7 years ago
Jeff Young f6e07f575a Rename for clarity. 7 years ago
Jeff Young ea0941cab3 Implement modern tools for LibEdit. 7 years ago
Jeff Young 40f41133b3 Move Circle, Arc, Rectangle and PolyLine tools to modern toolset. 7 years ago
Jeff Young fd546da640 Homogenize hit testing and selection return types. 7 years ago
Jeff Young 2aad4a5e57 Remove dead code from removal of eeschema legacy canvas. 7 years ago
Jeff Young a8c7bb0c92 Move library text items to LAYER_DEVICE. Only sch text items belong on LAYER_NOTES. 7 years ago
Jeff Young f17c18bcce Remove AdvanceDepth() hacks in favour of proper layers. 7 years ago
Seth Hillbrand bfa7f16b44 Wrap printfs in DBG defines 7 years ago
Tomasz Wlostowski 90c7c60471 eeschema-gal: initial GALified version. Lots of stuff still to do! 7 years ago
Jeff Young eacaa39aa2 Remove global units usage from GetSelectionText... 8 years ago