- 28 Nov, 2009 1 commit
-
-
charras authored
-
- 03 Nov, 2009 1 commit
-
-
stambaughw authored
* Translate comments in source files beginning with A-E in eeschema. * Spell check comments and strings and uncrusified all modified files.
-
- 25 Sep, 2009 1 commit
-
-
stambaughw authored
* Component library objects renamed for improved readability. * Fields now move when selected in library editor. * Add copy constructor to all library draw and library component objects. * Added copy constructor to EDA_BaseStruct. * Delete base screen in WinEDA_DrawFrame destructor to prevent potential memory leak. * Fixed memory access bug when replacing and adding a component to library. * Moved library component block manipulation code into component object. * Removed all of the global variables used by the library editor main window object. * The usual code cleaning and refactoring.
-
- 22 Sep, 2009 1 commit
-
-
stambaughw authored
* Split out application specific command IDs to prevent unnecessary rebuilding. * Eliminate duplicate menu and tool bar command IDs. * Split component library editor and viewer definitions to separate header files. * More component library and document file merge code. * A bunch of minor string readability and consistency fixes.
-
- 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
-
- 26 Jul, 2009 1 commit
-
-
charras authored
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
-
- 30 Jun, 2009 1 commit
-
-
charras authored
Eeschema: added GetPenSize() used in Draw and Plot functions to get the thickness of lines. Work in progress
-
- 11 Jun, 2009 1 commit
-
-
charras authored
-
- 02 Jun, 2009 1 commit
-
-
charras authored
Now uses only an unique default pen size for plot/print and draw items (see changelog)
-
- 30 May, 2009 1 commit
-
-
charras authored
-
- 29 May, 2009 1 commit
-
-
charras authored
-
- 28 May, 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.
-
- 16 May, 2009 1 commit
-
-
charras authored
-
- 12 May, 2009 1 commit
-
-
charras authored
Code seriously cleaned, obscure and duplicated code removed, and some oddities removed. Better support of multiline texts.
-
- 09 May, 2009 1 commit
-
-
drannou authored
-
- 05 May, 2009 1 commit
-
-
charras authored
code cleanup, remove multiline text option in eeschema (multiline text is a work in progress) and minor enhancements
-
- 29 Apr, 2009 1 commit
-
-
charras authored
-
- 28 Apr, 2009 1 commit
-
-
drannou authored
-
- 09 Apr, 2009 1 commit
-
-
charras authored
-
- 06 Apr, 2009 1 commit
-
-
charras authored
-
- 05 Apr, 2009 1 commit
-
-
stambaughw authored
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
-
- 22 Mar, 2009 1 commit
-
-
charras authored
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 31 Jan, 2009 1 commit
-
-
charras authored
-
- 29 Dec, 2008 1 commit
-
-
dickelbeck authored
-
- 19 Dec, 2008 1 commit
-
-
charras authored
All: cleaning code to draw/plot texts (work in progress). Eeschema: italic and bold texts and labels allowed (plot functions not yet updated for bold texts)
-
- 14 Dec, 2008 1 commit
-
-
charras authored
-
- 22 Apr, 2008 1 commit
-
-
dickelbeck authored
-
- 17 Apr, 2008 1 commit
-
-
dickelbeck authored
-
- 15 Apr, 2008 1 commit
-
-
charras authored
-
- 14 Apr, 2008 1 commit
-
-
charras authored
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
-
- 30 Mar, 2008 3 commits
- 27 Mar, 2008 1 commit
-
-
diemer authored
-
- 20 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 27 Feb, 2008 1 commit
-
-
stambaughw authored
-
- 20 Feb, 2008 1 commit
-
-
CHARRAS 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.
-