352 Commits (e4fbd003e09f0acf4c713484baa6f7622e62ae08)

Author SHA1 Message Date
Oliver Walters a2fda9bd39 Fixed selection filtering 9 years ago
Oliver Walters b53ba56ac2 Use CTRL modifier to deselect items 9 years ago
Oliver Walters f8734bd057 Fixed ::HitTest for Circle shape 9 years ago
Oliver Walters ef25ffbab7 Alter selection mode based on drag direction 9 years ago
Robbert Lagerweij e57c962336 Pcbnew: add option to select origin & anchor in move exactly tool 9 years ago
Maciej Suminski bc8668b039 Renamed PCB_ACTIONS::editModifiedSelection to selectionModified 9 years ago
Maciej Suminski bb999f1bbf Fixed items disappearing after a rotation/flip 9 years ago
Maciej Suminski 74847bf8ff Code formatting and clean-up 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
jean-pierre charras 5bd61d7eb6 Pcbnew fix: checking properties on error marker crashed pcbnew 9 years ago
Maciej Suminski fe4f02f5b9 Coverity fixes 9 years ago
Jon Evans 082b8dd2a9 Refactor BRIGHT_BOX to common so it can be used by other programs 9 years ago
John Beard 9c08873210 Make SELECTION_AREA a generic overlay item 9 years ago
jean-pierre charras 7a120ad698 selection_tool.* add comments and use better names for 2 similar methods. 9 years ago
jean-pierre charras 5b3d7962bb Fix questionable code and memory leak. 9 years ago
jean-pierre charras 101a600be6 Fix coding style issue and a minor other issue. 9 years ago
Tomasz Włostowski 966052272f Coding style fixes 9 years ago
Tomasz Włostowski cc3d79f932 Reworked selection passing mechanism in SELECTION_TOOL. 9 years ago
Kristoffer Ödmark dda51ab550 CrossProbes Schematics from eeschema to pcbnew 9 years ago
Kristoffer Ödmark 69a649c093 Refactored out the function that selects items based on the sheetname 9 years ago
Jon Evans fd4e2b042c Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common 9 years ago
Maciej Suminski 887f2b2a70 Adjusted "Select" context menu conditions 9 years ago
John Beard c6046d6da2 Add selection filter dialog to GAL 9 years ago
Jon Evans 4c83b0a94d Move TOOL_ACTIONs to their corresponding tools; create COMMON_TOOLS 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
Kristoffer Ödmark 37c086896e Enables selection of components and tracks on same sheet. 9 years ago
John Beard 0cd121049f Allow selectConnection/Copper/Net on multiple items 9 years ago
Maciej Suminski a16586756f Moved EDIT_TOOL::hoverSelection() code to SELECTION_TOOL::CursorSelection() 9 years ago
John Beard cdc392867a When 'Find-moving' modules in GAL, pick up at origin 9 years ago
Maciej Suminski 1102eb0d0d Store menu titles in CONTEXT_MENU 9 years ago
Maciej Suminski 6362e5cf0f Added create() method for SELECTION_MENU 9 years ago
John Beard 6a1b068dd2 Allow editing locked modules in modedit 9 years ago
Maciej Suminski e5fbd0c442 Fixed crash upon finished zone drawing in GAL. 9 years ago
Maciej Suminski 75fb04d650 TOOL_ACTIONs are handled with transitions, no handlers needed in the event loops 9 years ago
Maciej Suminski 2eefa11732 SELECTION has-a VIEW_GROUP instead of being-a VIEW_GROUP 9 years ago
Maciej Suminski c758f434c0 Removed unused fields in VIEW & ANTIALIASING_SMAA classes 9 years ago
John Beard d7db84e282 Break out tools' common menu functions and ownership 9 years ago
John Beard 378f5cce33 Don't show separator in Select tool if not needed 9 years ago
Maciej Suminski 89055c4425 Code formatting 9 years ago
Tomasz Włostowski 3f7c5a0845 fixed post-rebase issues 9 years ago
Tomasz Włostowski 1c1f4e9a50 Refactoring of VIEW/VIEW_ITEM classes: 9 years ago
Tomasz Włostowski 27a10e8597 Multiple simplifications to GAL tools in PCBNew: 9 years ago
decimad 6a9c1cb6a1 Split the undo/redo event into the two stages "pre" and "post" for convenient synchronization of dependent state. 9 years ago
Maciej Suminski 8590809c7a Selection tool fix to enable selecting overlapping items 9 years ago
Tomasz Wlostowski 1924507001 Added a PCB_TOOL subclass. 10 years ago
Maciej Suminski ff6bdeee4b Removed a number 'if(m_editModules)' sections from pcbnew tools. 10 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 9 years ago
Simon Richter da5699de0a Replace boost::shared_ptr with std::shared_ptr. 9 years ago
Michael Steinberg fde12ebd25 Replace boost::function and boost::bind with their std:: counterparts 9 years ago
Maciej Suminski ad66af66af Highlight an item when context menu is displayed (GAL). 10 years ago