150 Commits (f7ebf2af5e6710887f0bb51a6e5f6ab66ca8d38d)

Author SHA1 Message Date
Jon Evans f7ebf2af5e Add separate color setting for bus junctions 6 years ago
Jeff Young da7205ff32 Re-implement negative-width-means-don't-stroke hack. 6 years ago
Jeff Young 2b6089240a Change super/subscript syntax to ^{foo} and _{foo}. 6 years ago
Jeff Young d7d1cb6f78 A bunch of fixes to Eeschema Find/Replace. 6 years ago
Jeff Young 0dfdc37ae7 Clean up label spacing to be more predictable. 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 04ea20dd44 Eeschema, SCH_PAINTER: fix max text thickness issue, to have small texts readable. 6 years ago
Jeff Young 6e800bddae Rationalize penWidth processing as first step in removing some globals. 6 years ago
Jeff Young 122b1ddaae Unwrap an unnecessary layer now that we have new config stuff. 6 years ago
jean-pierre charras 5405c09b81 Eeschema: avoid initializing default line thickness to 0: it can create issues. 6 years ago
Jeff Young f4e22a9264 Add ability to override individual item colors. 6 years ago
Jeff Young 322ab60cc5 Fix some Coverity issues. 6 years ago
Jeff Young cc9ac37a0e Add text variable support to envVar processing. 6 years ago
Jeff Young c663965498 Fix some issues with sheet border color handling. 6 years ago
Jeff Young 591428b0d9 Remove some problematic global variables. 6 years ago
Jeff Young 4990d1e7b2 Variable substitution framework. 6 years ago
Jeff Young cee973dc04 Move ERC error reporting over to the new framework. 6 years ago
Jeff Young 3e34c1783f Added sheet border width, border color and background color. 6 years ago
Jeff Young 535033c5c9 Enable editing of sheet fields. 6 years ago
Jeff Young fe3e0307d8 Move sheet name and filename to SCH_FIELD architecture. 6 years ago
Jon Evans 8660b4c144 ADDED: New color theme editor and multi-theme support 6 years ago
Jon Evans b4786e4121 Cross-probe into schematic using selection rather than HIGHLIGHTED flag 6 years ago
Jeff Young e033e394e7 Add visibility flags for sheet names and sheet filenames. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Jon Evans ac875e26a8 Fix handling of SCH_PINs on multi-unit parts 6 years ago
Wayne Stambaugh bc68c7d949 Symbol editor: fix several internal units bugs. 6 years ago
Mark Roszko 70908043a3 Convert enums inside eeschema and the symbol editor to be scoped 6 years ago
Jeff Young 836c1ea56e Fix a bunch of un-caught boost::bad_pointer exceptions. 6 years ago
Seth Hillbrand 77c60d9655 Remove the last vestiges of dlist 6 years ago
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST 6 years ago
jean-pierre charras 3f161965cd Eeschema: Draw selected global labels:fix incorrect text drawing. 6 years ago
Mark Roszko ca34ade00c Make global labels have the same spin style as net/hierarchical labels 6 years ago
Ian McInerney 13b6028e1b Refactor all math into a new kimath library 6 years ago
Jonatan Liljedahl 2f52ef33b4 Convert selection shadow width to internal units. 6 years ago
Wayne Stambaugh aeb3281e27 Convert Schematic Internal Units to 100nm 6 years ago
Mark Roszko 19ceb11ae7 Change more enums over to scoped enums 6 years ago
Wayne Stambaugh 20836261d7 Fix minor coding policy violations. 6 years ago
Jonatan Liljedahl 034bfb0919 eeschema: More work on selection highlight thickness 6 years ago
Jonatan Liljedahl 681f6bc707 Eeschema: Add option for selection highlight thickness 6 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Jonatan Liljedahl e517069a51 Eeschema: Add options for selection appearance 6 years ago
Jeff Young caf5d01530 Promote found items to visible during find & replace. 6 years ago
Jeff Young 35c8d64f98 Add super- and subscript support to Eeschema. 6 years ago
jean-pierre charras 36e986629a Eeschema: fix issues with pin shapes related to clock input pin shapes. 6 years ago
Jeff Young 359ef0372c Check all item layers before bailing. 6 years ago
Jeff Young a5a237ac32 Improve readability of flag checking. 6 years ago
Seth Hillbrand 548dbb7c29 eeschema: Add highlight color to configurable list 6 years ago
Jeff Young b4c8657904 Fix non-visible-part or conversion items from getting selected. 6 years ago
Jeff Young 8db8119564 Redraw selection halos after zooming. 6 years ago