74 Commits (8165fc6c4468883d332c6c9f21f80a91a8d83d63)

Author SHA1 Message Date
Jeff Young 4f0136db3b Attempt to fix std::initializer_list lifetime issue. 3 years ago
Seth Hillbrand af34835fdf Restore removed data 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 5efa354f0f Add asserts to flush out incorrect uses of GetLayer(). 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young f221220fe2 Rename layer ids file. 4 years ago
Wayne Stambaugh 2a6c7a7c0f Pcbnew header housekeeping round 1. 4 years ago
Jeff Young 91421f9908 Separate logic for multi-select and click-select when filtering. 5 years ago
Mikołaj Wielgus 3e42ba18a9 Show dragging tools in context selection menu for components 5 years ago
Jeff Young ffdff21f45 Use a sloppier hittest for the collector as well as the actual hittest. 5 years ago
Jeff Young 896ad4a749 Rewrite PCBNew selection disambiguation based on shapes. 5 years ago
Jeff Young 666c11965a Clean up some more MODULE terms. 5 years ago
Jeff Young 7bd31d5237 Naming conventions. 5 years ago
Jeff Young 86b6afd14b More cleanup of MODULE to see if it fixes SWIG error. 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 522d64968e Yet more module -> footprint. 5 years ago
Jeff Young a3a9ef4f32 Naming conventions. 5 years ago
Jeff Young f5443de7f9 D_PAD -> PAD. 5 years ago
Seth Hillbrand f8a4edb1c9 First pass renaming module to footprint 5 years ago
Jeff Young 4c5db9681c Naming conventions. 5 years ago
Jon Evans 76c4c959e6 Implement new dimension properties 5 years ago
Jeff Young 93e3268030 OnPixelInUI is meant to be a scaling factor, not a vector. 5 years ago
Jeff Young 718ad77891 Fix a bug introduced when UseGalCanvas() no longer switches. 6 years ago
Jeff Young 1a007c3e4b Implement SCH_SELECTION_TOOL (but still with legacy semantics). 7 years ago
Jeff Young 208622699f Scale zone hit area by zoom. 7 years ago
Jeff Young 62e2fe8bbd Recurse for more detailed selectability tests. 7 years ago
Jeff Young 569d4a0f64 More selection logic improvements. 7 years ago
Seth Hillbrand 502383b759 pcbnew: Adjust selection behavior in highlight net 7 years ago
Seth Hillbrand 76d3b6f04a Adding locking to the context menu for modules 8 years ago
Andrzej Wolski 2e42d5c006 Do not allow selecting tracks if they are hidden 8 years ago
jean-pierre charras 821668d96c rename class_collector.h to collector.h 8 years ago
Jon Evans 2b2612120c Filter via selection based on render settings 8 years ago
Wayne Stambaugh ded4ad9b17 Pcbnew: delete objects from removed layers. 8 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
Dick Hollenbeck c2b8a4ee43 Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 9 years ago
jean-pierre charras 4def0958a5 Fix some coverity warnings. Fix typo and errors in comments. Very minor other fixes. 11 years ago
jean-pierre charras 9004ed8801 Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
Lorenzo Marcantonio 0da38e5b62 More work on module texts, and especially on the collector 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Maciej Suminski 6d1417bafa SELECTION_TOOL in edit module mode does not try to select MODULEs. 11 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 11 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
Lorenzo Marcantonio e0303a4558 - New typedef LAYER_MSK to encapsulate a layer bitmap 13 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Guillaume Simard cc70c1a463 fix 14 years ago
Wayne Stambaugh c2f1113e5d Fix Pcbnew KICAD_T enum names for consistency. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh edd35b4e90 PCB common library header rationalization. 14 years ago