67 Commits (072d8d55fe448c3b2e847f762704f845fec540ed)

Author SHA1 Message Date
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 3 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
Jeff Young 38e5faf21b Overhaul bitmap text for performance. 3 years ago
Mike Williams e51ab86225 Schematic Drag: fixes and improvements 4 years ago
Mike Williams a5e8575091 Eeschema: Implement orthogonal dragging 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Mikolaj Wielgus b9e66d8b98 Update EDA_ITEM::HitTest docstring 4 years ago
Jeff Young b73793f9ef Rewrite text find/change routines to support word matching. 4 years ago
Marek Roszko 6e01ce84b9 Break out eda_item_flags.h, fix the typedef to std::uint32_t, fix some signed vars 4 years ago
Marek Roszko af2707929d Don't leak a wx header via eda_item.h 4 years ago
Seth Hillbrand f274a00c08 Remove PYTHON_* compile options 5 years ago