57 Commits (4faa00e2629524ac958668d90790e7632882fbcf)

Author SHA1 Message Date
Seth Hillbrand 867e6858c8 Handle paste special case when converting bitmap 10 months ago
Jeff Young 24ec25a24c Update layer infrastructure in Image Converter. 10 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
Seth Hillbrand e9bc8cfe9d Give Clipper1 a Viking funeral 11 months ago
Marek Roszko d1ecf3790c Add generator version 2 years ago
Jon Evans 55ba667bcb Retire tstamp keyword in favor of uuid 2 years ago
Jeff Young c75b84f76e Fix errant removal of parens. 2 years ago
Seth Hillbrand f4abc43da0 PL Editor: Fix formatting error 2 years ago
Marek Roszko a8f3b63eb2 Use fmt instead of sprintfing into a char buf into a std::string 2 years ago
jean-pierre charras bd71cec826 Bitmap2component: enhancement: add more PCB layers in PCB layer list selector. 3 years ago
Nimish Telang 51e55dd750 Convert sprintf to snprintf in most files 3 years ago
kliment 4a943facd0 bitmap2component: bring file formats up to date with latest v7. 3 years ago
Marek Roszko 3d5913c825 Remove convert_to_biu.h, merge contents to base_units.h 3 years ago
Seth Hillbrand 5a37211fdb Handle cases where Simplify removes all outlines 3 years ago
jean-pierre charras 5449a92878 PCB_POINT_EDITOR: fix missing init of PAD pos0 after changing the PAD draw pos. 4 years ago
jean-pierre charras c327768a93 bitmap2component: update format of all generated files. 4 years ago
Jeff Young f221220fe2 Rename layer ids file. 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
luz paz f968fc8719 Fix source comment / documentation typos 4 years ago
Fabien-B d96577932d Bitmap2Component: Fix footprint attributes. Fix #7496 5 years ago
Seth Hillbrand 6598182b28 Cleanup 5 years ago
Jeff Young dff5173baf Exorcise some instances of "modedit". 5 years ago
Marek Roszko eeac3cb4d5 Nix some more common.h includes 5 years ago
Marek Roszko 1d559108c8 Move LOCALE_IO out of common.h 5 years ago
Seth Hillbrand 4d2e953f42 Cleanup: Replace C-only deprecated headers 6 years ago
Jeff Young a25368cc6b Improve spelling. 6 years ago
jean-pierre charras 29e9b9f792 bitmap2component: set polygons outlines thickness to 0.0 in kicad_mod export format. 6 years ago
jean-pierre charras 6a9eb4576d Fixes in bitmap2cmp: enhancements and fixes. 6 years ago
jean-pierre charras 6695209246 Bitmap2component: add button to export to the Clipboard. 7 years ago
jean-pierre charras 8e2d82ebdb bitmap2component: minor enhancements and fixes. 7 years ago
Seth Hillbrand 5cfa37da09 bitmap2component: Handle mask/alpha 7 years ago
Simon Wells 24d293ab8d bmp2cmp: include cleanup 10 years ago
jean-pierre charras 178cf0dc25 Polygon calculation (zones filling): use fast mode when possible (in fact most of time) and strictly simple polygon option only in critical cases (in fact in plot Gerber functions mainly). 10 years ago
Jean-Pierre Charras 81e2f2e22e boost::polygon from bitmap2component 10 years ago
jean-pierre charras f0a52644ea Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes. 11 years ago
unknown 8876fdf4af Misc minor fixes (Fix some minor compil warnings). 11 years ago
unknown b411b240f2 bitmap2component: Add a layer selection to export a logo for Pcbnew from a Cirilo Bernardo's patch. 11 years ago
unknown eec819a274 Bitmap2component: old .emp output format removed (patch from Cirilo Bernardo) 11 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 12 years ago
jean-pierre charras 91c53a947a bitmap2component: add management of image resolution: Is read from file, when exists, and can be modified in bitmap2component. 12 years ago
jean-pierre charras 3b423cb12d Pcbnew fix Bug #1192203 (I hope ...) 13 years ago
Lorenzo Marcantonio 204d085b64 More cleanup on layer code usage 13 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
Dick Hollenbeck 210a7036db switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 13 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck cc097762c7 Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 14 years ago
Vladimir Ur 09a61396ba Some code restyling: VECTOR_PCB is an array. Cleanup uncontrolled definitions of abs, max, etc. max is now overloaded function and MAX is a macro. 14 years ago
Dick Hollenbeck 9f69193a62 formatting and compiler warnings 14 years ago
jean-pierre charras 2476bc7f62 bitmap2component: code cleanup. 14 years ago
jean-pierre charras 51a845470b bitmap2component: use BOOST:POLYGON instead of KBool, and minor enhancements. 14 years ago