- 17 Dec, 2010 1 commit
-
-
Marco Serantoni authored
-
- 16 Dec, 2010 1 commit
-
-
jean-pierre charras authored
Added: in file dialog, multiple file selection. Added: Draw mode selector (in left toolbar): Raw mode: a Gerber image is drawn on screen without buffering. Artifacts happen if there are negative items drawn, if more than one Gerber file is shown. Stacked mode: each Geber image is drawn in a buffer and after drawn on screen No artifact with negative items. Each Gerber image covers previous images. OR mode (transparency mode): each Geber image is drawn in a buffer and after drawn on screen No artifact with negative items. Each Gerber image is "ORed" with previous images, like in Pcbnew. Try to optimize Draw function in buffered modes. (Useful for PC that have problems with "blit" graphic function) Fix minor issues.
-
- 15 Dec, 2010 2 commits
-
-
jean-pierre charras authored
Added: in file dialog, multiple file selection. Added: Draw mode selector (in left toolbar): Raw mode: a Gerber image is drawn on screen without buffering. Artifacts happen if there are negative items drawn, if more than one Gerber file is shown. Stacked mode: each Geber image is drawn in a buffer and after drawn on screen No artifact with negative items. Each Gerber image covers previous images. OR mode (transparency mode): each Geber image is drawn in a buffer and after drawn on screen No artifact with negative items. Each Gerber image is "ORed" with previous images, like in Pcbnew. Try to optimize Draw function in buffered modes. (Useful for PC that have problems with "blit" graphic function) Fix minor issues.
-
Dick Hollenbeck authored
-
- 14 Dec, 2010 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 13 Dec, 2010 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
- 12 Dec, 2010 3 commits
-
-
jean-pierre charras authored
Fix Gerbview issue (does not display gerber images) when Gerbview is compiled with USE_WX_ZOOM defined.
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
- 11 Dec, 2010 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 10 Dec, 2010 2 commits
-
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
- 09 Dec, 2010 2 commits
-
-
jean-pierre charras authored
Pcbnew: fix crash after displaying "The text thickness is too large for the text size. It will be clamped" when editing pcb text properties (Linux specfic)
-
jean-pierre charras authored
-
- 08 Dec, 2010 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
- 07 Dec, 2010 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Other very minor changes.
-
- 06 Dec, 2010 3 commits
-
-
Dick Hollenbeck authored
-
Marco Mattila authored
soldermask. Nevertheless, it would be nice to have proper gerbers to begin with, i.e., gerbers with no silkscreen in soldermaskless areas. Of course, most of the problem can be taken care of by drawing the footprints properly. However, sometimes the silkscreen of one footprint ends up on the pads of another one (think components under a so-dimm card, for example). The attached patch adds an option to subtract the soldermask from the silkscreen when doing gerber output. marco
-
jean-pierre charras authored
-
- 05 Dec, 2010 1 commit
-
-
jean-pierre charras authored
-
- 04 Dec, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Cosmetic enhancements. Eeschema: in libedit the Value Field is n more editable in the field editor dialog (due to recent changes in library code)
-
- 03 Dec, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 02 Dec, 2010 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Pcbnew: For zone filling algo, change the default polygon library from Kbool to Boost::polygon (USE_BOOST_POLYGON_LIBRARY default is ON). (need to rebuild makefile) Gerbview: added decimal format for coordinates, sometimes found in Gerber files.
-
- 01 Dec, 2010 3 commits
-
-
jean-pierre charras authored
Gerbview: Added support for complex definitions of parameters (like $3=$2+5/2) in aperture macros and primitives macro.
-
jean-pierre charras authored
Gerbview: Added support for complex definitions of parameters (like $3=$2+5/2) in aperture macros and primitives macro.
-
jean-pierre charras authored
Pcbnew: fix a bug in filling zone algo, only when using boost::polygon. Gerbview: preparing enhancements.
-
- 30 Nov, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 29 Nov, 2010 1 commit
-
-
Wayne Stambaugh authored
-