82 Commits (232542f42b38bfeff19341481b13a550d4ce281c)

Author SHA1 Message Date
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Mike Williams 867cb58175 feature removal: remove Show Hidden Text 1 year ago
Jeff Young 6053113a8b Fix some lingering usages of old "Module" terminology. 1 year ago
Seth Hillbrand cc850d0da0 Split out LSEQ/LSET from LAYER_ID 1 year ago
Alex Shvartzkop 111a8d6ab3 Improve/fix Expand connection for graphics. 2 years ago
Jeff Young cf8294b5c2 Remove a bunch of blind (and a few redundant) static_casts. 2 years ago
Mike Williams a1f42b823f PCB: drop unused lockable items list 2 years ago
Jeff Young bbd6c80507 Collapse FP_* down into their PCB_* equivalents. 3 years ago
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