164 Commits (d06f0de1eb0f6aa911256c765b2aec9cdf18a0bf)

Author SHA1 Message Date
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
Tomasz Wlostowski 90c7c60471 eeschema-gal: initial GALified version. Lots of stuff still to do! 7 years ago
Seth Hillbrand e3924c12ee eeschema: Only allow dragging of draggable items 7 years ago
jean-pierre charras 86f5d4e665 Eeschema: fix incorrect/incomplete annotation clearing in duplicate and paste block (happens in complex hierarchy) 7 years ago
jean-pierre charras 181ce46b91 Eeschema: fix incorrect references clearing for shared sheet paths. 7 years ago
jean-pierre charras 24149a87fa Eeschema: fix an assert ( "meOwner" failed in DeleteAll() ) when appending a sheet from an other project to the schematic. 7 years ago
Jeff Young 49ea6e1670 Fix occurrences of "edition" which should be "editing" 7 years ago
Carsten Schoenert a11714b1a4 fix misspelled 'an other' -> 'another' 8 years ago
Seth Hillbrand 62fe78f08c Eeschema: Simplify GetItem 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
jean-pierre charras 795a36c9fe Fix code after renaming files, and a bit of code cleanup (remove useless includes and multiple includes of the same files) 8 years ago
jean-pierre charras e499d337d8 rename files: update filenames in sources 8 years ago
Mark Roszko b98cc0b937 Some coverity fixes 8 years ago
Seth Hillbrand 1396ab0941 Eeschema: Consider buses for junctions 8 years ago
Seth Hillbrand a061fe1f99 Eeschema: Adding connection block selections 8 years ago
Seth Hillbrand 8e764f85a4 Optimizing speed of sch_component pin references 8 years ago
Seth Hillbrand f0fecba9e1 Eeschema: add junction to 3-component/wire connection 8 years ago
Seth Hillbrand bdc1fb04be Eeschema: Correct wire/bus/entry connections 8 years ago
Seth Hillbrand 069448f20e Eeschema: Automatically manage junctions 8 years ago
Seth Hillbrand b5ec5f9a73 Eeschema: Moving BreakSegment into SCH_EDIT_FRAME 8 years ago
Seth Hillbrand bf32cc2555 Eeschema: Moving SchematicCleanup to SCH_EDIT_FRAME 8 years ago
Seth Hillbrand faadbea10e Eeschema: Select component connections in drag 8 years ago
Wayne Stambaugh a0473614b5 Remove all schematic object load and save code. 8 years ago
Wayne Stambaugh e97ce6ee4f Use legacy schematic plugin for loading schematics in all code paths. 8 years ago
jean-pierre charras bdc6a5950b rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
Seth Hillbrand af8b71ac87 Eeschema: Fix bug in block selector 8 years ago
Seth Hillbrand 0017c701c7 Eeschema: Draw junctions last 8 years ago
Wayne Stambaugh c1f7c1778a Revise symbol rescuer to support symbol library table. 8 years ago
Wayne Stambaugh 36f6d4a1f4 Convert symbol library editor over to use symbol library table. 8 years ago
Wayne Stambaugh 96c3d5ff21 Enable symbol library table remapping. 8 years ago
Marvin Schmidt 7daaa3e9d9 Remove unused #define 8 years ago
Maciej Suminski cd21218c34 Fixed a memleak in libedit undo buffer, minor code cleanup 8 years ago
jean-pierre charras 459fd9e584 Better fix for bugs 1703258 and 1702707: better detection of cache lib modifications, not always detected previously. 8 years ago
Wayne Stambaugh 9c2ebf32f1 Initial symbol library table implementation prep work. 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
Chris Pavlina a72d32d3fd Test for dangling pins after symbol is edited 9 years ago
Wayne Stambaugh f181961866 Remove excessive schematic symbol library re-linking. 9 years ago
Wayne Stambaugh 84835ed4e1 Use component library symbol when looking for a pin in the schematic. 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Wayne Stambaugh 7ccdca5ced Use library ID to store library symbol information in the schematic symbol. 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
Simon Richter 6614e5ef5d Eeschema: rewrite loop conditions in SCH_SCREEN::SchematicCleanUp(). 9 years ago