147 Commits (f0956e48f20e6c51a275267f66a8d64d8de08d2c)

Author SHA1 Message Date
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Seth Hillbrand 9212197c26 Grammar 5 years ago
Marek Roszko 8f21034254 Fix invalid windows macro 5 years ago
Wayne Stambaugh 6a39b81647 Fix the last of broken Doxygen comment specifiers. 5 years ago
Marek Roszko 828ecb76aa Remove polyline 3d check added by previous fixes 5 years ago
Michael Kavanagh 154e19b6e7 Icons: use common prefix for small 16x16 5 years ago
Marek Roszko 9322b3a4e1 Use the C++ isnan function 5 years ago
Marek Roszko 5e117bfaa5 Don't allow nan values for dxf text alignment points to creep in 5 years ago
Marek Roszko cc7264c0b9 Subtract off the block's base point coordinate from the insert translation 5 years ago
Marek Roszko cac0d93dfd Implement DXF INSERT scale 5 years ago
Marek Roszko 5607420339 Fix polylines being skipped in DXF blocks 5 years ago
Marek Roszko 272ec53e03 Make DXF import slightly prettier by copying text style width factor 5 years ago
Marek Roszko 45598f2933 Add handling of DXF arbitrary axis/extrusions 5 years ago
Marek Roszko 44f4d41bba Fix member variable name 5 years ago
Jeff Young 62e5500420 Cleanup dialog layout & punctuation. 5 years ago
Marek Roszko 32ec8fa928 Implement correct placement of DXF block contained entities 5 years ago
Marek Roszko bf59b422bc Record blocks being received during the import 5 years ago
Marek Roszko 51fcbe47a6 Remove colons from the import gfx dialog fields 5 years ago
Marek Roszko 90db12df2e Rename the dxf units option to Default Units 5 years ago
Marek Roszko f5e9a2a6da Use "microns" as the name to be consistent with DXF specification 5 years ago
Marek Roszko 88bee5e32f Use the last used dxf units selection on dialog open 5 years ago
Marek Roszko 39fe89096e Allow specifying the DXF file units on import 5 years ago
Marek Roszko f130970469 Handle lineweight in dxf import more properly 5 years ago
Marek Roszko d59053b775 Fix dxf import making all circles filled 5 years ago
Marek Roszko d7e10c22c6 dxflib_qcad: match rename of DimAngularData to DimAngularData2L 5 years ago
Jeff Young 7933935b4a Naming conventions. 5 years ago
Jeff Young d094f86b1a Finish module cleanup (except for xpms). 5 years ago
Jeff Young ec020dd19f First-class support for filled shapes. 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 2cc9dad4ff More module -> footprint. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Wayne Stambaugh 87da9271a4 Minor Pcbnew dialog layout fixes. 5 years ago
Jeff Young 4dc877d0e9 Module -> Footprint. 5 years ago
Ian McInerney 31e626f279 Cleanup creation of all our smart pointers 5 years ago
Marek Roszko e49ac45b84 HTML_MESSAGE_BOX is a dialog 5 years ago
Marek Roszko 81a7afc76e Use kicad_algo directly rather than common.h 5 years ago
Marek Roszko 1d559108c8 Move LOCALE_IO out of common.h 5 years ago
Marek Roszko 9656bd310b Remove eda_item and gr_basic from eda_text.h 5 years ago
Jeff Young 37906511f5 Class renaming. 5 years ago
Jeff Young 7a4900b8dc PCB_LINE_T -> PCB_SHAPE_T and PCB_MODULE_EDGE_T -> PCB_FP_SHAPE_T 5 years ago
Jeff Young f8875bc5a6 Move std::contains to alg::contains. 5 years ago
Jeff Young d7e80f8008 Add std::contains() to simplify a lot of code. 5 years ago
Ian McInerney 3ddee6503a Dialog changes forgotten in c479deaf 5 years ago
Ian McInerney c479deaf02 Use groups when doing graphics import 5 years ago
Ian McInerney 68f1c678dd Allow DXF/SVG import onto copper layers 5 years ago
jean-pierre charras 07c4689fb4 Remove declaration "using std::unique_ptr" in a header. 6 years ago
Jon Evans 51eac3e3e6 Split pcbnew and footprint editor settings getters for clarity 6 years ago
jean-pierre charras d28fea5502 Dxf import: fix a bug that disable import of data inside blocks 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Jeff Young 6e800bddae Rationalize penWidth processing as first step in removing some globals. 6 years ago