42 Commits (7f3839a1793afce60db6d833fc688dcf7348d985)

Author SHA1 Message Date
Jeff Young 7f3839a179 Minor cleanup. 2 years ago
Ian McInerney c3674e6858 Fix incorrect parameter passing in symbol editor drawing 2 years ago
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch 2 years ago
Ian McInerney 480223f67c More RunAction specialization 3 years ago
Jeff Young 8f1b9119bf Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2 years ago
Jeff Young 4a62cc6edd Separate symbol editor polyline and polygon tools. 3 years ago
Marek Roszko aacc9746e3 Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 3 years ago
Seth Hillbrand 6fa2eedb4b Avoid the obsolete GetNextPin() call 3 years ago
Jeff Young 98f0959f39 Default common-to-all-units based on last-used setting. 3 years ago
Mike Williams 9304607624 TOOL_EVENT: make command string non-optional 3 years ago
Marek Roszko 61e11d6896 Strip out Mils2Iu 3 years ago
Seth Hillbrand b736460e71 Move optional access from value() to *operator 3 years ago
Seth Hillbrand f1261e71d4 Replace boost::optional with std::optional 3 years ago
Jeff Young bce1fd337b Second tool hotkey accepts action (ie: acts as click). 3 years ago
Jeff Young 718bb461d2 Textbox defaults for libedit. 3 years ago
Jeff Young 23fb4c7433 Uniformly use a single facility for location-less prime events. 4 years ago
Jeff Young f2fc78f380 Don't copy modifiers to prime events. 4 years ago
Jeff Young 79a0ce9137 Unset forced cursor before leaving two-click place. 4 years ago
Jeff Young a54457386c Enable immediate mode for pin tool. 4 years ago
Jeff Young 05bca282f7 Re-entrancy blocker for line/wire/bus tool. 4 years ago
Jeff Young 1f745b000d Special-case synthetic click after tool selection. 4 years ago
Jeff Young c6a8100d46 Schematic and symbol text boxes. 4 years ago
Jeff Young e048e51f5d Improve SNR of EDA_ANGLE stuff. 4 years ago
Seth Hillbrand 88a8ad2ca1 Keep symbol synced with edit tool 4 years ago
Jeff Young 86cb57f4a7 Cherry-pick TEXT_ATTRIBUTES and EDA_ANGLE from rockola/kicad-strokefont 4 years ago
Jeff Young 2bc86fa0a8 Shapes for schematic. 4 years ago
Jeff Young b52529521e Replace individual LIB_* shapes with LIB_SHAPE (based on EDA_SHAPE). 4 years ago
Jeff Young fdfecf5932 Don't push view control settings to the previous active tool. 4 years ago
Jeff Young 6eb59b9d9e Dialog naming conventions. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Jeff Young b72545a432 Implement more aggressive re-entrancy blocking for drawing tools. 4 years ago
Wayne Stambaugh ee3eac325d Expunge the use of the word part from Eeschema code. 4 years ago
Wayne Stambaugh 71c183d7bb Rename LIB_PART to LIB_SYMBOL. 4 years ago
Jeff Young 0598c82972 Terminology (use present tense for flags). 5 years ago
Jeff Young 7356f9568d Move grid disable modifier from ALT to CTRL. 5 years ago
Mikolaj Wielgus ee4bc8b1d0 Fix default line width for symbol editor graphic items, add validation 5 years ago
Seth Hillbrand 0bab025832 Fixup toolchaining for immediate mode 5 years ago
Jeff Young ff7742c6b8 File naming and include cleanup. 5 years ago
Jeff Young fb7ac450d9 Read-only dialogs for symbols in legacy libraries. 5 years ago
Wayne Stambaugh f311831c27 Coverity fixes. 5 years ago
Jeff Young 22a6b36257 Don't allow dbl-click to leak through to other tools. 5 years ago
Jeff Young b6e267b78d Naming conventions. 5 years ago
Jeff Young 3c521942ed Smarten isEmpty checks to include nothing-but-whitespace. 5 years ago
Jeff Young dd60fd47b2 Cleanup and formatting. 5 years ago
Jeff Young 9e9946628a Go back to arrow cursor on a cancel (or finish). 5 years ago
Jeff Young bddc97df30 LibEdit -> SymbolEditor 5 years ago
Marek Roszko 1538d737e7 Split out FILL_T to its own header to avoid spreading eda_item everywhere 5 years ago
Marek Roszko 558f4b4b51 Add new place cursor, fix cursor hotpoints again 5 years ago
Ian McInerney 5aa796b5fe Cleanup compiler warnings 5 years ago
Marek Roszko f5e0754f65 Use the setCursor lambda pattern and fix up the initial cursor states 5 years ago