213 Commits (4c94d02c421034a4a73fe7dbb56cd61a6e9d0093)

Author SHA1 Message Date
Kristoffer Ödmark 4c94d02c42 Fixed sheet-selection code 8 years ago
Maciej Suminski 08c4a0bc7b Fixed SELECTION_TOOL::selectCursor() 8 years ago
hauptmech 4e908da057 pcbnew: Add hotkeys for Select Trivial Connection and Select Copper Connection 8 years ago
Maciej Suminski 3dd4429ef6 Dead code removal 9 years ago
Maciej Suminski f3fbce9560 Code formatting and clean-up 9 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Tomasz Włostowski edf1aac357 Fixed some compilation warnings. Missing features so far: single-module ratsnest & DRC unconnected report 9 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
Maciej Suminski f0c8391a46 Use mouse (rather than cursor) position when selecting an item. 9 years ago
Oliver Walters 18488342a5 Improved speed of Duplicate action 9 years ago
Oliver Walters cd738297b0 SELECTION_AREA color now indicates selection mode 9 years ago
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