- 08 Feb, 2010 1 commit
-
-
stambaughw authored
* Implement code to allow wxDC to handle coordinate conversions between device and drawing units. * Add build settings to enable wxGCDC for wxGraphicsContext testing. * Remove wxAUI conditional build cruft as it is now required to build Kicad. * Fix scroll increment size regression to prevent jumping around the zoom center position. * Add find GDI+ cmake module for building on WXMSW when wxGraphicsContext is enabled.
-
- 29 Dec, 2009 1 commit
-
-
charras authored
-
- 28 Nov, 2009 1 commit
-
-
charras authored
-
- 23 Nov, 2009 1 commit
-
-
stambaughw authored
-
- 23 Oct, 2009 1 commit
-
-
charras authored
-
- 21 Oct, 2009 1 commit
-
-
charras authored
-
- 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.
-
- 28 Jun, 2009 1 commit
-
-
charras authored
-
- 11 Jun, 2009 1 commit
-
-
charras authored
-
- 04 Jun, 2009 1 commit
-
-
charras authored
-
- 29 May, 2009 1 commit
-
-
charras authored
-
- 28 May, 2009 2 commits
- 12 May, 2009 1 commit
-
-
charras authored
Code seriously cleaned, obscure and duplicated code removed, and some oddities removed. Better support of multiline texts.
-
- 07 May, 2009 1 commit
-
-
charras 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
-
- 01 May, 2009 1 commit
-
-
charras authored
-
- 29 Apr, 2009 1 commit
-
-
charras authored
-
- 28 Apr, 2009 1 commit
-
-
drannou authored
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 31 Jan, 2009 1 commit
-
-
charras authored
-
- 29 Jan, 2009 1 commit
-
-
stambaughw authored
-
- 20 Dec, 2008 1 commit
-
-
charras 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)
-
- 16 Dec, 2008 1 commit
-
-
charras authored
-
- 06 Dec, 2008 1 commit
-
-
dickelbeck authored
-
- 24 Nov, 2008 1 commit
-
-
dickelbeck authored
-
- 05 Nov, 2008 1 commit
-
-
faa authored
-
- 30 Oct, 2008 1 commit
-
-
charras authored
-
- 17 May, 2008 1 commit
-
-
dickelbeck authored
-
- 22 Apr, 2008 1 commit
-
-
dickelbeck authored
-
- 14 Apr, 2008 1 commit
-
-
charras authored
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
-
- 24 Mar, 2008 1 commit
-
-
charras authored
-
- 20 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 18 Mar, 2008 1 commit
-
-
charras authored
-
- 16 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 15 Mar, 2008 1 commit
-
-
charras authored
some code cleaning and comments translations. Added: EDA_Rect::Merge( EDA_Rect & aRect ) (see changelog)
-
- 13 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.
-
- 19 Jan, 2008 1 commit
-
-
dickelbeck authored
-