99 Commits (ae1c1c6f26fb01e342d9bdf52f8e8831eee371f4)

Author SHA1 Message Date
Jeff Young fb46ca39df Performance tweak. 5 months ago
Jeff Young 1968d67bf3 Prefer const& to passing by value. 5 months ago
Jeff Young ef395d3957 Slight performance improvements. 6 months ago
Seth Hillbrand 49a4699d5a ADDED: Local power symbol option 9 months ago
Jeff Young f951497a4f Code brevity. 8 months ago
Wayne Stambaugh f45915ba93 Eeschema folder housekeeping. 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Ian McInerney 7f8b88221d Initialize variables 10 months ago
JamesJCode 95bbcaffbf Fix some compiler warnings 1 year ago
Jeff Young 16340e6cf4 Support both short and long item descriptions. 1 year ago
Jeff Young 95136494b3 RIP LIB_PIN. 2 years ago
Jeff Young 1028a76e4a Harmonize print/plot APIs. 2 years ago
Jeff Young ffa3b27a4e Fix uninitialized variable. (Coverity) 2 years ago
Jon Evans c9d31c4429 Add explicit copy ctor for SCH_CONNECTION 2 years ago
Jon Evans 24e613f60c Escape net names coming from aliases 2 years ago
Wayne Stambaugh 24b04795fd Add net navigator panel to schematic editor. 3 years ago
Jeff Young 37c441a189 Minor performance improvement. 3 years ago
Jeff Young 1a7e99ed07 Formatting. 3 years ago
Mike Williams ca5004b1d2 Power Symbols: rename IsPowerConnection to IsGlobalPower 3 years ago
Marek Roszko 4665823089 Turn on and fix MSVC compliance mode issues 3 years ago
Seth Hillbrand e6dbca051c Force realtime connectivity on 3 years ago
Marek Roszko d2c0f5fc2a More wxSing 3 years ago
Jon Evans c530bdb5a1 Rename GetSelectMenuText to GetItemDescription 3 years ago
Jeff Young 64a6fc0fd4 Push UNITS_PROVIDER down into a low-level mixin. 3 years ago
Jeff Young 88c9177ff6 Move bus members from wxArray to std::vector and fix some bugs in dialog. 3 years ago
Alex aaf99eb0cc Performance optimizations. 3 years ago
Jeff Young b9eb3e9b05 Be more explicit about string conversions. 4 years ago
Jon Evans 8e5cbc5cf0 Fix highlighting complex connections from subsheets 4 years ago
Jeff Young f73042fe24 Some minor performance enhancements. 4 years ago
Jeff Young 5f3c67bd2b Fill in some missing GetMsgPanelItems and make some others consistent. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 4 years ago
Mikolaj Wielgus 3d520ebe1e Replace `~...~` overbar syntax with `~{...}` 4 years ago
Jon Evans b20f18e6c5 Properly handle mixed-up group buses 5 years ago
Jon Evans 5ca7a2c457 Fix some issues with group bus prefix handling 5 years ago
Wayne Stambaugh 1786ae8773 Eeschema: use symbol nomenclature for object file naming. 5 years ago
Jon Evans 77bb36a482 Ensure local names of vector bus members are preserved 5 years ago
Jeff Young c1d1c12b41 Simplify message panel code. 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young 6654c03041 Embarking on the next adventure: component -> symbol. 5 years ago
Jeff Young 6a3c868db5 Don't copy lastDriver when cloning connection. 5 years ago
Ian McInerney 6bd3b0afa4 Various Coverity fixes 5 years ago
Jeff Young 81e1bc9df0 Keep track of driver changes so the view can be updated. 5 years ago
Marek Roszko 5302f7ce73 Remove kicad_string.h from eda_text.h 5 years ago
Jeff Young d5878e552d Fixes for line, wire and bus styles. 5 years ago
Jon Evans 9a801d8b72 Don't disrupt diff pairs when auto-renaming buses 5 years ago
Jeff Young e66523586b Add Assign Netclass... to context menu. 5 years ago
Jeff Young 3939b31027 Integration of netclasses into Eeschema. 5 years ago
Jon Evans 8a0277eb2e Fix null graph in some connections 5 years ago
Jon Evans 13baf548ca Ensure merged buses have all members 6 years ago