98 Commits (d5a5928e5a2999a8a6114f85ec9866c8d8c5e456)

Author SHA1 Message Date
Jon Evans 75d75799f7 Move to getters/setters for aux and grid origin 4 years ago
Jeff Young 6ea7e59991 Fix "done" message being in wrong place for drill files. 4 years ago
Jeff Young 4779850c10 Add done messages to various plotters. 4 years ago
Jeff Young ea6769b702 The REPORTER interface is inherently line-based. 4 years ago
Jeff Young 08fb05e522 Make sure HPGL and DXF drill map generators honour origin setting. 4 years ago
Jeff Young 1722bc03b0 Consistent terminology and punctuation. 4 years ago
Jeff Young 096e342386 Prefix TRACK, ARC and VIA. 4 years ago
Marek Roszko d946d6e68f Cleanup some pgm_base.h includes 4 years ago
Marek Roszko 10e60acf34 Clean up including of board_design_settings.h 4 years ago
jean-pierre charras 0427bda768 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
Marek Roszko 03cf2b517f Enum class PAD_ATTR_T 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
jean-pierre charras d57f5b1a2c DIALOG_GENDRILL: fix incorrect initialization of drill coord origin option 5 years ago
Marek Roszko e6dd95e83a Create a default user projects folder 5 years ago
Michael Kavanagh 154e19b6e7 Icons: use common prefix for small 16x16 5 years ago
Jeff Young acfbcb4beb Make distinction between PCBNew-wide tools and Board-specific tools. 5 years ago
Marek Roszko 16e3e59495 Split out arrayDim and MIRROR templates from macros.h 5 years ago
Jeff Young 7933935b4a Naming conventions. 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 52a46341db More module -> footprint. 5 years ago
Jeff Young f5443de7f9 D_PAD -> PAD. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
jean-pierre charras 3144bab36f final cleanup about removing useless include 5 years ago
Seth Hillbrand bf3cb0b1d0 Standardize pad type enums 5 years ago
Jeff Young 452171e055 Remove more dead code (mostly includes). 5 years ago
Jeff Young 7b042f4a75 Add rectangle tool to PCBNew toolbar in favour of Aux Origin. 5 years ago
Jon Evans 51eac3e3e6 Split pcbnew and footprint editor settings getters for clarity 6 years ago
Jeff Young b13559c926 Add envVar and text variable resolution to plot directory paths. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Mark Roszko 19ceb11ae7 Change more enums over to scoped enums 6 years ago
Jeff Young bb96255a03 Fix dangerous static_cast-ing to wrong type. 7 years ago
Jeff Young 1222f3cc72 ACTION-ize fab outputs. 7 years ago
Seth Hillbrand 9163ac543a pcbnew: Move pads to std::deque 7 years ago
Seth Hillbrand 888c01d11b pcbnew: Move tracks to std::deque 7 years ago
Seth Hillbrand d1877d7c1b Moving modules from DLIST to std::deque 7 years ago
jean-pierre charras b6027e0815 Drill dialog: fix incorrect parent window when called from the Plot dialog. 7 years ago
jean-pierre charras c0a86d734d Pcbnew, Excellon drill file creation: for oval holes allows selection of an alternate command, when the normal command is not accepted. 7 years ago
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro 7 years ago
Jeff Young e9d877914d Dialog consistency and beautification. 8 years ago
Jeff Young 0bbf961881 Clean up Cancel vs Close buttons in dialogs. 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 8 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
jean-pierre charras 000ee22e39 Drill dialog: creates the directory, when the path entered in dialog does not exist. 9 years ago
jean-pierre charras afe92c7bfc Pcbnew: Add creation of Drill Files in Gerber X2 format. 9 years ago
Wayne Stambaugh abf33cce68 Pcbnew: fix drill file naming issue. 9 years ago
jean-pierre charras 62bf20271b Pcbnew, dialog plot: add a button (Run DRC) to run the DRC from the plot dialog. 9 years ago
jean-pierre charras 49d75d5850 Drill file generation: add the option to merge NPTH and PTH, which was disabled recently, due to code changes. 10 years ago