76 Commits (c73d555fe23601b49658bf834dd497f60e2ff093)

Author SHA1 Message Date
Andrzej Wolski c73d555fe2 ADDED: Lasso selection in pcbnew 3 months ago
Jeff Young 0375985d58 Debugging for removing items not in the view. 4 months ago
Jeff Young f58fc0b952 Rewrite GROUP undo based on uuids. 5 months ago
JamesJCode 019921cb48 Add new CONNECTIVITY_CANDIDATE flag 6 months ago
JamesJCode d550e34cf6 Add SELECTION_CANDIDATE flag to EDA_ITEM flags 6 months ago
Jeff Young aa5863cb40 Fix selection of table cells in groups. 6 months ago
Mike Williams 0c0dbc6271 groups: commonize group tool 7 months ago
Mike Williams 05e9772d54 groups: extract common class methods into EDA_GROUP base class 7 months ago
Mike Williams c67924ccac schematic: convert RunOnChildren to also take recursion mode argument 7 months ago
Jeff Young 072d8d55fe ADDED: support naked hyperlinks in tablecells and textboxes. 8 months ago
Wayne Stambaugh af540bbb9a Header folder housekeeping. 9 months ago
Wayne Stambaugh f74d97d2e1 Revert "Header folder housekeeping." 9 months ago
Wayne Stambaugh d1898aab47 Header folder housekeeping. 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
JamesJCode dfe0d6345b Another go at supressing FOOTPRINT field on FOOTPRINT objects 10 months ago
Seth Hillbrand 9dfcb6a362 Cleanup ViewGetLayers() 11 months ago
Jeff Young 94f995c49e Reduce dependency on dynamic_cast. 1 year ago
Seth Hillbrand 77797103f7 Add ability to embed files in various elements 1 year ago
Jeff Young 16340e6cf4 Support both short and long item descriptions. 1 year ago
Alex Shvartzkop 386651153b Improve EDA_ITEM memory layout slightly. 1 year ago
Jeff Young 5abc7145da Fold LIB_ITEM into SCH_ITEM. 2 years ago
Jon Evans 1dbe78c68b Add QA tests and expand serialization for API 2 years ago
Jon Evans f613cd1cb4 ADDED: A new IPC API based on protobuf and nng 3 years ago
Seth Hillbrand d99641be40 ADDED: Git integration support 2 years ago
Jeff Young c2057ba1bc Don't use Clone() for duplicating. It returns the same UUID. 2 years ago
Jeff Young 5bca002567 Swap non-temp and non-edit flags for SCH_ITEMs. 2 years ago
jean-pierre charras d4cf063e40 Fix a few more doxygen errors (no actual code change) 3 years ago
Seth Hillbrand 19d0aceda3 Remove superfluous m_status variable 3 years ago
Jeff Young c9351dfd67 Drawing improvements for symbol & footprint diffs. 3 years ago
Jeff Young bc0d59801a Graphical diff for schematic vs library symbols. 3 years ago
Jon Evans c530bdb5a1 Rename GetSelectMenuText to GetItemDescription 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
Mike Williams f03fd5ad2d Schematic: remove IS_RESIZING 3 years ago
Mike Williams 600f2c7ea0 Flags: remove unused DO_NOT_DRAW 3 years ago
Mike Williams 68fd0271c2 Flags: remove unused IS_WIRE_IMAGE 3 years ago
Mike Williams f4fb70e04c Schematic: re-allow partial selection of line ends 3 years ago
Jon Evans 220ef6fb44 Properties: Add some missing footprint properties; cleanup 3 years ago
Marek Roszko 46471247ff Some header cleanup 3 years ago
Jeff Young 64a6fc0fd4 Push UNITS_PROVIDER down into a low-level mixin. 3 years ago
Jeff Young 9188838e50 RIP EDA_RECT. 3 years ago
Jeff Young b4492e0bd2 More EDA_RECE yeetage. 3 years ago
Jeff Young f17a865593 Move EDA_ITEM hitTest to BOX2I. 3 years ago
Jeff Young 2dc6300501 Move EDA_ITEM bounding boxes to BOX2I. 3 years ago
Jeff Young 122a6d7f46 Move hypertext linking to user-page-numbers. 3 years ago
Marek Roszko e0f28fc4e1 Replace wxFindReplaceData with our own container 3 years ago
Roberto Fernandez Bautista bfdb39f418 Properties Panel: Plain-language descriptive noun function of EDA_ITEM 4 years ago
Jeff Young 4f0136db3b Attempt to fix std::initializer_list lifetime issue. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Marek Roszko a8505d9c76 SEARCH_RESULT -> INSPECT_RESULT 3 years ago