200 Commits (0b90d941d3953b531c5e21a263acb7d2baeb94b5)

Author SHA1 Message Date
Dhineshkumar S f650999004 Eeschema: Add option to show unconnected wire crossings as hop-overs. 4 months ago
Marek Roszko 1da8ddbadd Move CleanUp to SCHEMATIC 5 months ago
Marek Roszko fcc09a5ce6 Move BreakSegment(s/OnJunction) out of SCH_EDIT_FRAME 5 months ago
Jeff Young f58fc0b952 Rewrite GROUP undo based on uuids. 5 months ago
Jeff Young 5996cffabc EE -> SCH (no functional changes) 7 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Jeff Young c549a214c9 Performance: don't alloc std::vector in critical areas. 1 year ago
Yon Uriarte f3c2083018 Performance SCH_EDIT_FRAME::SchematicCleanUp 2 years ago
Seth Hillbrand 0f44876205 Thou shalt not modify the container over which you interate 2 years ago
Jeff Young 922f7128a9 Move item updating and view refresh to SCH_COMMIT::Push(). 2 years ago
Jeff Young 8f1b9119bf Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2 years ago
Jeff Young e698156975 Upgrade many editing actions to SCHEMATIC_COMMIT. 2 years ago
Jeff Young dcfd426333 Upgrade some dialogs to SCHEMATIC_COMMIT. 2 years ago
Roberto Fernandez Bautista c4bde9c7e8 Extract SCH_LINE::BreakAt( aP ) from SCH_EDIT_FRAME::BreakSegment 3 years ago
Roberto Fernandez Bautista 7332c0c54d Move SCH_EDIT_FRAME::GetSchematicConnections into SCH_SCREEN::GetConnections 3 years ago
Roberto Fernandez Bautista 64105dcf84 Extract GetBusesAndWires function out of SCH_EDIT_FRAME::BreakSegments 3 years ago
Mike Williams 6816ee937a Flags: remove unused IS_DRAGGING 3 years ago
Mike Williams 6cc17e4a16 Schematic: new flag IS_BROKEN for trimming BreakSegment danglers 3 years ago
Jeff Young f00ec339fd Don't set IS_NEW flags during clean-up operations. 3 years ago
Mike Williams 5e72a1008b Schematic: don't trim unchanged segments that are connected 3 years ago
Jeff Young 7e0ba42f0e Bug fixes for dragging labels attached to wires in orthogonal mode. 3 years ago
Jeff Young 2dc6300501 Move EDA_ITEM bounding boxes to BOX2I. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Seth Hillbrand a365afde3c Ensure merged line gets selected if either parent is 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young 2bc86fa0a8 Shapes for schematic. 4 years ago
Jeff Young 5d751bef74 Be cognizant of connectivity dirtiness when cloning wires. 4 years ago
Jeff Young 996a5b85a6 Overhaul IsJunctionNeeded logic to support all the different cases. 4 years ago
Seth Hillbrand 854472d550 Prevent automatic RTree recaching 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
Jeff Young 0598c82972 Terminology (use present tense for flags). 4 years ago
Wayne Stambaugh 1786ae8773 Eeschema: use symbol nomenclature for object file naming. 5 years ago
Jeff Young b938df0e46 Coding policy. 5 years ago
Seth Hillbrand 24795f5b12 Fix overzealous breakSegments() 5 years ago
Seth Hillbrand 02c7fcdc84 Fix BreakWire tool 5 years ago
Seth Hillbrand b2cd1fddf9 Prevent invalidating iterators 5 years ago
Jeff Young ad281f7538 Remove duplicated TestDanglingEnds routines. 5 years ago
jean-pierre charras 976b7e1c47 Eeschema: Move last netlist code to netlist_exporters folder 5 years ago
Marek Roszko 1c0700fbc4 Quiet gcc warning about assignment 5 years ago
Jeff Young 176f461b2c Fix a corner case of wire merging. 5 years ago
Jeff Young 339fa5e0e3 Hack around the mess that we've made of line styles. :( 5 years ago
Marek Roszko 12d21e34e2 Remove trigo.h from eda_text.h 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Seth Hillbrand 02a5d47de9 Avoid passing references in EESchema 5 years ago
Mark Roszko 1082402b33 Convert UNDO_REDO_T to an enum class 5 years ago
Seth Hillbrand ee5c991d2f eeschema: Ensure all wires are joined 5 years ago
Jeff Young 827138f6b4 Remove left-over debug code. 5 years ago
Jeff Young f4ab14f32d Performance improvements for SchematicCleanup(). 5 years ago
Jeff Young 7340c97ef9 Undo for schematic-wide operations. 5 years ago
Jeff Young 1535c83b88 Lay some groundwork for adding distances to DRC errors. 6 years ago