16988 Commits (bfe2fbf99101fe2749dd898bc20c21f1186751f9)
 

Author SHA1 Message Date
jean-pierre charras bfe2fbf991 Fix uninitialized variables. 6 years ago
Seth Hillbrand bae50fab9f pcbnew: Fix 45° snapping polygons 6 years ago
Seth Hillbrand ea1c8525ce Increase visibility of polygon preview 6 years ago
Seth Hillbrand df3fabfa21 pcbnew: Fix DXF Import with blocks 6 years ago
Ian McInerney 3b1817ee32 pcbnew: Fix deletion of vias in global delete window 6 years ago
Seth Hillbrand a934fa49aa Check for tool manager before dereference 6 years ago
Seth Hillbrand 4004c733c8 eeschema: Pad spice ops to differentiate 6 years ago
jean-pierre charras 10d23ad82d PROGRESS_REPORTER: fix serious bug in its DTOR: the DTOR was calling Destroy. But Destroy() in wxWidgets calls the DTOR. 6 years ago
jean-pierre charras e621ae7538 Minor fix in ZONE_CONTAINER code. 6 years ago
jean-pierre charras 4813eb12e6 DIALOG_POSITION_RELATIVE: fix some issues: wxWidgets alerts and unit selection not taken in account after the first run. 6 years ago
jean-pierre charras da28426617 Gerber P&P file: fix a syntax error. 6 years ago
jean-pierre charras 3fffd042de Use wxASSERT instead of assert (assert creates issues when debugging on Windows) 6 years ago
jean-pierre charras 8a4ba87fba Gerber output: Fix incorrect zones outline thickness in filled areas. 6 years ago
Sylwester Kocjan 1c01cc001d eeschema: fixed recognizing SPICE sim directive 6 years ago
Seth Hillbrand 8f1c1cf298 pcbnew: Don't limit editing of the polygons 6 years ago
Seth Hillbrand 2e1af66a2b pcbnew: Commit polygon points to new constrained zone 6 years ago
Seth Hillbrand 70c64d93e4 pcbnew: prevent assert with first pt 6 years ago
jean-pierre charras 846397c692 Fix compil warning 6 years ago
jean-pierre charras 11cf260b7d DIALOG_GENDRILL: modify an option: Gerber format is not experimental now. 6 years ago
jean-pierre charras f892ebbb49 Fix issues in Gerber attributes 6 years ago
jean-pierre charras b9202e81bc Fix Gerber plot pad oval for pad orientation not n*90 degrees. 6 years ago
jean-pierre charras 47f9c505c5 Gerber plot: better handling of polygonal pad shapes plotting 6 years ago
jean-pierre charras 36253450e7 Pcbnew: Add experimental place file (P&P) export in Gerber format. 6 years ago
Seth Hillbrand 6084614371 GAL: Use vector for stroke elements 6 years ago
Seth Hillbrand 080275b4ee Cleanup wire merge code 6 years ago
Seth Hillbrand 92011d91d2 eeschema: Testing for static/dynamic cast failure 6 years ago
Seth Hillbrand 132adf8ac3 Remove Yahoo Groups link 6 years ago
Seth Hillbrand 363281dd4d eeschema: add junction when needed for broken wire 6 years ago
Jeff Young e73e7bdc23 Process via size inc/dec commands while running via tool. 6 years ago
Jeff Young 0995433601 Map nets (if possible) from clipboard to destination. 6 years ago
evanshultz a3229c455d Only add view menu final separator on OS X 6 years ago
Seth Hillbrand 5b8661f2ab view: Check for viewData in IsVisible() 6 years ago
Seth Hillbrand 07c8596084 pcbnew: Check all layers for routing snaps 6 years ago
jean-pierre charras 0878c7c64c Fix typo 6 years ago
jean-pierre charras 26ebf3c961 Fix ZONE_CONTAINER ctor issue: incorrect net info setting. 6 years ago
jean-pierre charras 23e09d3de7 some other WXDEBUG replacement 6 years ago
jean-pierre charras d77ba30a95 Replace __WXDEBUG__ (improperly used) by DEBUG in some #define. 6 years ago
Seth Hillbrand e291576c38 plotting: When aggregating areas, heal first 6 years ago
jean-pierre charras 337244d423 Gerbview: displays aperture attribute value (TA.attribute) for Regions (polygons) having no dcode 6 years ago
jean-pierre charras a18d3cca6e Pcbnew, zone filler: Ensure hatch pattern thickness bigger than zone minimal width (one micron bigger). 6 years ago
jean-pierre charras 4b2d801fec Gerber file export: avoid duplicate corner when creating polygons (regions in Gerber dialect) 6 years ago
Seth Hillbrand 0f8a1c22ad pcbnew: Snap during routing needs active parent 6 years ago
jean-pierre charras a43b00b666 Gerber job file Fix incorrect .gbrjob file format when the board stackup is not yet initialized. 6 years ago
jean-pierre charras 967b9d4a97 Gencad export: fix an issue in hash_eda calculation, that can generate the same hash for 2 different footprints. 6 years ago
Seth Hillbrand cecfeea947 pcbnew: Remove snapping to hidden items 6 years ago
jean-pierre charras 89e9857f3d Fp editor, DIALOG_FOOTPRINT_FP_EDITOR: fix a very annoying issue: the value field was copuled to the fp name. 6 years ago
jean-pierre charras c7d636d560 Gerber file generation: fix incorrect aperFunction attribute for graphic items on edge cut layer. 6 years ago
jean-pierre charras 187cd5aa09 Add missing info in compil_options_symbols.txt 6 years ago
Ian McInerney 58d4a8bb4a pcbnew: Don't reinitialize the router tool in an action 6 years ago
Jeff Young 890e1c9ea0 Be more careful about EOF processing when reading netlist. 6 years ago