- 09 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
More layer classification cleanup
-
- 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)
-
- 28 Mar, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 11 Mar, 2013 1 commit
-
-
jean-pierre charras authored
-
- 29 Nov, 2012 1 commit
-
-
Wayne Stambaugh authored
* Fix offset errors when scale factor greater is than one. * Changed behavior of fit in page when not drawing border and title block to fit board outline in page. * Fix offset errors when mirroring (still not 100% correct on MSW with wxWidgets 2.9.4). * Lots of the usual code cleaning and simplifying.
-
- 04 Oct, 2012 1 commit
-
-
jean-pierre charras authored
-
- 29 Aug, 2012 2 commits
-
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
- 04 May, 2012 1 commit
-
-
jean-pierre charras authored
Should allow Pcbnew code easier to change and Gerbview code more understandable and easier to maintain. Code cleaning (remove dead code, add comments). Minor other enhancements.
-
- 28 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. All: prepare better compatibility with wxWidgets 2.9.4. Works fine with 2.8.x (I hope...)
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 22 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 17 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 16 Dec, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 30 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Correct all user strings and comments for the correct capitalization of application names according to JP. They are KiCad, Pcbnew, CvPcb, Eeschema, and GerbView. * Add a note the the user interface policy about the correct capitalization.
-
- 21 May, 2011 1 commit
-
-
Marco Serantoni authored
-
- 14 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Set default button on all dialogs that do not already have a defined default button. The only exception is the EESchema net list dialog which needs converted over to wxFormBuilder and due to it's design makes setting the default button in any tab other than the default tab problematic. * Fix escape key dialog handling bug in EESchema print post script dialog.
-
- 12 Mar, 2011 1 commit
-
-
jean-pierre charras authored
others: fix minor issues.
-
- 01 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Fix grid select box update bug on context menu. * Fix via size and track width select box update bugs. * Fix layer pair indicator button update bug. * Fix auto track width tool bar control enable bug. * Fix via size and track width select status bug in context menu. * Fix layer select box and layer control widget select bug when current layer is removed. * Add virtual function to notify objects derived from EDA_DRAW_FRAME that the units setting has changed. * Coding policy class naming fixes.
-
- 21 Jan, 2011 1 commit
-
-
jean-pierre charras authored
Minor others fixes and enhancements
-
- 26 Nov, 2010 1 commit
-
-
jean-pierre charras authored
-
- 27 Oct, 2010 1 commit
-
-
jean-pierre charras authored
-
- 10 Oct, 2010 1 commit
-
-
jean-pierre charras authored
Gerbview: added support forSF (scale factor), IO (Image Offset), OF (Offset) and MI (Mirror) commands.
-
- 22 Apr, 2010 1 commit
-
-
jean-pierre charras authored
-
- 21 Apr, 2010 1 commit
-
-
jean-pierre charras authored
-
- 22 Feb, 2010 1 commit
-
-
charras authored
-
- 31 Jan, 2010 1 commit
-
-
charras authored
removed global variables and a lot of redundancies
-
- 18 Jan, 2010 1 commit
-
-
charras authored
-
- 04 Jan, 2010 1 commit
-
-
charras authored
-
- 01 Jan, 2010 1 commit
-
-
charras authored
-
- 23 Oct, 2009 1 commit
-
-
charras authored
See also changelog
-
- 30 Jul, 2009 1 commit
-
-
charras authored
-
- 27 Jul, 2009 1 commit
-
-
charras authored
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
-
- 28 Jun, 2009 1 commit
-
-
charras authored
-
- 21 May, 2009 1 commit
-
-
stambaughw authored
* Created separate SVN version header. * Add true config.h for platform dependency checks. * Add dependency check cmake module. * Remove some leftover hand crafted make files. * Remove non-cmake build instructions from COMPILING.txt. * Fix split _() strings causing Visual C++ compiler error. * Fix lots of compiler warnings. * Change project file parameter container from wxArray to boost::vector_ptr. * Removed lots of redundant header definitions. * Fixed green_xpm redefinition in ercgreen.xpm. * Remove some dead code and unnecessary class methods.
-
- 02 May, 2009 1 commit
-
-
dickelbeck authored
-
- 01 May, 2009 1 commit
-
-
stambaughw authored
* All: remove all remaining occurrences of g_DialogFont and dialog font menu handers. * All: remove all remaining non-standard fonts and button text colors from common dialogs. * PCBNew: remove all non-standard fonts and button text colors from dialogs. * PCBNew: update project library and path dialog to match changes to CVPCB version. * EESchema: update project library and path dialog to match changes to CVPCB version. * EESchema: save vertical/horizontal line direction setting between sessions.
-
- 17 Apr, 2009 1 commit
-
-
charras authored
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
-
- 05 Apr, 2009 1 commit
-
-
stambaughw authored
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
-