1. 23 Oct, 2009 1 commit
  2. 30 Jul, 2009 1 commit
  3. 27 Jul, 2009 1 commit
  4. 28 Jun, 2009 1 commit
  5. 21 May, 2009 1 commit
    • stambaughw's avatar
      Build improvements, compiler warning fixes and build fixes, and lots of clean up. · 8bf79111
      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.
      8bf79111
  6. 02 May, 2009 1 commit
  7. 01 May, 2009 1 commit
    • stambaughw's avatar
      PCBNew UI normalization and global variable reductions. · 0652ab4f
      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.
      0652ab4f
  8. 17 Apr, 2009 1 commit
  9. 05 Apr, 2009 1 commit
  10. 18 Mar, 2009 1 commit
  11. 10 Mar, 2009 1 commit
  12. 17 Feb, 2009 1 commit
  13. 04 Feb, 2009 1 commit
  14. 31 Jan, 2009 1 commit
  15. 18 Jan, 2009 2 commits
  16. 17 Jan, 2009 2 commits
  17. 15 Jan, 2009 1 commit
  18. 13 Jan, 2009 1 commit
  19. 07 Jan, 2009 1 commit
  20. 05 Jan, 2009 1 commit
  21. 08 Dec, 2008 1 commit
  22. 02 Nov, 2008 1 commit
  23. 25 Aug, 2008 2 commits
  24. 23 Aug, 2008 1 commit
  25. 18 Apr, 2008 1 commit
  26. 17 Apr, 2008 1 commit
  27. 04 Mar, 2008 1 commit
  28. 12 Feb, 2008 1 commit
    • lifekidyeaa's avatar
      2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com · c5cd8502
      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.
      
      c5cd8502
  29. 13 Sep, 2007 1 commit
  30. 05 Jun, 2007 1 commit
  31. 28 May, 2007 1 commit
  32. 06 May, 2007 1 commit