- 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.
-
- 18 Mar, 2009 1 commit
-
-
charras authored
-
- 10 Mar, 2009 1 commit
-
-
charras authored
-
- 17 Feb, 2009 1 commit
-
-
charras authored
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 31 Jan, 2009 1 commit
-
-
charras authored
Comments added in some functions.
-
- 18 Jan, 2009 2 commits
- 17 Jan, 2009 2 commits
-
-
stambaughw authored
Integrate wxFileHistory, add missing header files to fix Linux build, initial search path work, and general housekeeping.
-
charras authored
-
- 15 Jan, 2009 1 commit
-
-
charras authored
-
- 13 Jan, 2009 1 commit
-
-
charras authored
-
- 07 Jan, 2009 1 commit
-
-
charras authored
-
- 05 Jan, 2009 1 commit
-
-
dickelbeck authored
-
- 08 Dec, 2008 1 commit
-
-
stambaughw authored
-
- 02 Nov, 2008 1 commit
-
-
charras authored
-
- 25 Aug, 2008 2 commits
- 23 Aug, 2008 1 commit
-
-
charras authored
-
- 18 Apr, 2008 1 commit
-
-
charras authored
-
- 17 Apr, 2008 1 commit
-
-
dickelbeck authored
-
- 04 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 12 Feb, 2008 1 commit
-
-
lifekidyeaa authored
================================================================================ +eeschema * commiting my changes to allow multiple instances of a given schematic file within a hierarchy: ** internally, m_currentScreen has been replaced with m_currentSheet, which is a list or 'path' of screens. The path of screens is used to generate a series of timestamps, which is converted to flat component reference via a look-up table in the schematic files. ** this means that m_currentScreen is no longer used -- use GetScreen(). ** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen pointer. ** all sub-sheets in a given schematic must have different names to generate a meaningful netlist.
-
- 13 Sep, 2007 1 commit
-
-
dickelbeck authored
-
- 05 Jun, 2007 1 commit
-
-
raburton authored
set svn:eol-style property to native for all ascii files to support cross platform development
-
- 28 May, 2007 1 commit
-
-
dickelbeck authored
-
- 06 May, 2007 1 commit
-
-
plyatov authored
-