- 07 Jan, 2014 1 commit
-
-
jean-pierre charras authored
Update demos. Fix pspice netlist issues when using ( and ) in net names ( parenthesis are replaced by underscore) .
-
- 04 Jan, 2014 2 commits
-
-
Dick Hollenbeck authored
Pray for angus johnson who is support too many languages, and needs to find a text editor that removes trailing whitespace.
-
Dick Hollenbeck authored
-
- 03 Jan, 2014 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
Pcbnew: very minor fixes and update: update clipper version. uncrustify polytri/* and fix some warning compil.
-
- 29 Dec, 2013 1 commit
-
-
jean-pierre charras authored
Move HitTestForCorner and HitTestForEdge code from class_zone to polygon/PolyLine.cpp, to avoid redundant code. Fix bug 1264248. Fix a very minor issue in RemoveTrailingZeros, for countries where the separator in floating numbers is a comma.
-
- 13 Dec, 2013 1 commit
-
-
Povilas Kanapickas authored
-
- 06 Dec, 2013 1 commit
-
-
maciej. authored
-
- 21 Sep, 2013 1 commit
-
-
jean-pierre charras authored
1. block created from-left-to-right selects only 100%inside selection objects (as it now does) 2.block created from-right-to-left selects all overlapping objects inside selection From the patch sent by mathieulj (mathieulj), and some fixes and code cleaning.
-
- 13 Sep, 2013 1 commit
-
-
tomasz.wlostowski@cern.ch authored
Requied for constrained Delaunay triangulation (P&S/ratsnest) and zone tesselation (GAL).
-
- 16 Aug, 2013 2 commits
-
-
Wayne Stambaugh authored
-
Marco Mattila authored
-
- 19 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 26 May, 2013 1 commit
-
-
Dick Hollenbeck authored
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
-
- 14 May, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix bug 1179877, due a bad default copy constructor, after my changes about CPOLYGONS_LIST class. More about CPOLYGONS_LIST work.
-
- 09 May, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix minor bug about plot line width.
-
- 08 May, 2013 1 commit
-
-
jean-pierre charras authored
-
- 04 May, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 03 May, 2013 1 commit
-
-
jean-pierre charras authored
This is a starting point of some code enhancements relative to polygons in Pcbew and 3D viewer.
-
- 01 May, 2013 1 commit
-
-
Lorenzo Marcantonio authored
- Removed spurious int casts (these are truncated anyway and will break doubles) - Applied the Distance, GetLineLength, EuclideanNorm, DEG2RAD, RAD2DEG ArcTangente and NORMALIZE* functions where possible - ArcTangente now returns double and handles the 0,0 case like atan2, so it's no longer necessary to check for it before calling - Small functions in trigo moved as inline
-
- 30 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 06 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
the spurious warning about stuff that couldn't be seen when changing colours. NOTE that the 'net name' layer is present and configurable but non used anywhere!
-
- 05 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 01 Apr, 2013 1 commit
-
-
jean-pierre charras authored
Minor changes in dialogs to ensure a better likeness between dialogs on Linux and Windows (mainly, remove some wxStaticBoxSizer in dialogs)
-
- 31 Mar, 2013 1 commit
-
-
Lorenzo Marcantonio authored
Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number.
-
- 30 Mar, 2013 1 commit
-
-
Lorenzo Marcantonio authored
- Renamed ReturnMaskLayer to GetLayerMask (since it's a plain getter)
-
- 19 Feb, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Export vrml: fix an issue for 3D shapes having a local offset defined: the local offset was not correctly scaled.
-
- 12 Feb, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 10 Feb, 2013 1 commit
-
-
jean-pierre charras authored
-
- 26 Jan, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a very old bug in DRC, pad to pad drc tests: sometimes a test between a rectangular pad and an oval pad was skipped. Segment Hit Test: enhanced detection near segment ends (noticeable for instance when clicking on short tracks in Pcbnew. Remove duplicate code about segment hit test. remove unused file.
-
- 30 Nov, 2012 1 commit
-
-
Marco Mattila authored
-
- 27 Nov, 2012 1 commit
-
-
jean-pierre charras authored
Polyline.cpp: fix a bad wxASSERT test which generate error messages in Debug mode when there is no error, in DEBUG mode, when filling zones with holes.
-
- 20 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 21 Sep, 2012 1 commit
-
-
Dick Hollenbeck authored
switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
-
- 31 Aug, 2012 1 commit
-
-
jean-pierre charras authored
-
- 04 Aug, 2012 1 commit
-
-
jean-pierre charras authored
-
- 03 Aug, 2012 1 commit
-
-
jean-pierre charras authored
-
- 02 Aug, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew: code cleaning in polygons
-
- 01 Aug, 2012 1 commit
-
-
jean-pierre charras authored
-