355 Commits (ce58208d77a052a8b0c61e3d82a9b2d6f2ed7e7f)

Author SHA1 Message Date
Seth Hillbrand b8920a9f5a Eeschema: Add protections to eeschema rtree 6 years ago
Seth Hillbrand bcc68b2dd9 eeschema: Re-load the RTree when we re-cache components 6 years ago
Seth Hillbrand c2904ce7e9 Fixing drawing order when plotting/printing 6 years ago
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST 6 years ago
Seth Hillbrand d1a05e27a5 eeschema: Correct junction test routine 6 years ago
Ian McInerney 079423c3cc eeschema: Remove unused include of eeschema_id.h 6 years ago
Wayne Stambaugh aeb3281e27 Convert Schematic Internal Units to 100nm 6 years ago
Wayne Stambaugh 879ec7d8e6 KiCad: fix crash bug when editing symbol library table. 6 years ago
Wayne Stambaugh b66ecf141f Eeschema: fix sheet file name case sensitivity test. 6 years ago
Wayne Stambaugh ed025972ab Eeschema: fix crash caused by stale symbol library object pointers. 6 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Seth Hillbrand c6f5df134c Minor speed cleanup 6 years ago
Wayne Stambaugh 773f45aae3 Eeschema: fix sheet file name case sensitivity bug. 6 years ago
Wayne Stambaugh d4cea0f2b7 Eeschema: fix multiple sheet file name bugs. 6 years ago
Seth Hillbrand 47d7fea9be Fix bug in ReplaceDuplicateTimestamps 6 years ago
Seth Hillbrand 080275b4ee Cleanup wire merge code 6 years ago
Jeff Young 58b9d5f69e Map orientation when converting text types. 6 years ago
Jeff Young 7ad98b8a7d Fix bug in JunctionNeeded and selection around adding/removing junctions. 6 years ago
Jeff Young a5a237ac32 Improve readability of flag checking. 6 years ago
Wayne Stambaugh 9fae30162d Eeschema: fix many append schematic bugs. 6 years ago
Seth Hillbrand 42e3c13820 Eeschema: Plot in same order as drawing 7 years ago
Jeff Young 6025256e07 Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 7 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young 1e9da7f57b Remove CurItem() architecture and legacy routers and drawing code. 7 years ago
Jeff Young 323bb0f8e1 Moving PageLayout editor to GAL canvas and modern toolset. 7 years ago
Jeff Young e33871fbf0 Make code easier to read/understand. 7 years ago
Jeff Young 792c4328aa Cleanup. 7 years ago
Jeff Young 0c2ba94b16 More sharing between SchEdit and LibEdit. 7 years ago
Jeff Young f87d371b8b Move to shared COLLECTORS for sch and lib. 7 years ago
Jeff Young a61bbea4bd Fix issue with selection being inadvertantly cleared via ClearFlags(). 7 years ago
Jeff Young 423d430b58 Replace deleteNode and deleteConnection with selectNode and selectConnection. 7 years ago
Jeff Young 2bd4a1b58c Implement properties dialogs in modern toolset. 7 years ago
Jeff Young de347998d1 Implement drag in modern toolset. 7 years ago
Jeff Young a461eae8b9 Fix 100s of usages of GetFlags() which conflated != 0 with being edited. 7 years ago
Jeff Young 460909ea9a Move click-to-place tools to modern toolset. 7 years ago
Seth Hillbrand 86d32fa34d CONNECTION_GRAPH: Performance mods 7 years ago
Jon Evans 2162b53d72 Allow selecting more items for highlighting 7 years ago
Jeff Young 2aad4a5e57 Remove dead code from removal of eeschema legacy canvas. 7 years ago
Jeff Young 95635804bf Replace pin mark/sweep with method that doesn't invalidate iterators. 7 years ago
Jon Evans 464fa820b1 Support bus entries with highlighting 7 years ago
Jon Evans 83c7e7fc65 New connectivity algorithm and bus upgrades 7 years ago
John Beard d06f0de1eb Libedit: transfer current screen settings on part load 7 years ago
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro 7 years ago
jean-pierre charras db7dba96ad Fix a few Coverity warnings. 7 years ago
Jeff Young 4030eec939 Implement proper dangling end handling for block moves. 7 years ago
jean-pierre charras dc21a60531 Fix incorrect management of SCH_SHEET_PIN items when adding or removing them. 7 years ago
Jeff Young c052b7f8ef Fix segfault when deleting sheet pins. 7 years ago
Tomasz Włostowski 0090bea24e eeschema-gal: cache & update bboxes of EDA_ITEMS on each redraw 7 years ago
Jeff Young cb8e6c0df5 Handle GAL view refresh for breaking wires. 7 years ago
Jeff Young c5330ac0bf Implement zoom for GAL canvas. 7 years ago