1. 28 Nov, 2009 1 commit
  2. 03 Nov, 2009 1 commit
  3. 25 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library editor improvements and minor bug fixes. · 8570d331
      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.
      8570d331
  4. 22 Sep, 2009 1 commit
    • stambaughw's avatar
      Command ID refactoring and other minor improvements. · 43d6c685
      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.
      43d6c685
  5. 27 Jul, 2009 1 commit
  6. 26 Jul, 2009 1 commit
  7. 30 Jun, 2009 1 commit
  8. 11 Jun, 2009 1 commit
  9. 02 Jun, 2009 1 commit
  10. 30 May, 2009 1 commit
  11. 29 May, 2009 1 commit
  12. 28 May, 2009 1 commit
  13. 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
  14. 16 May, 2009 1 commit
  15. 12 May, 2009 1 commit
  16. 09 May, 2009 1 commit
  17. 05 May, 2009 1 commit
  18. 29 Apr, 2009 1 commit
  19. 28 Apr, 2009 1 commit
  20. 09 Apr, 2009 1 commit
  21. 06 Apr, 2009 1 commit
  22. 05 Apr, 2009 1 commit
  23. 22 Mar, 2009 1 commit
  24. 04 Feb, 2009 1 commit
  25. 31 Jan, 2009 1 commit
  26. 29 Dec, 2008 1 commit
  27. 19 Dec, 2008 1 commit
  28. 14 Dec, 2008 1 commit
  29. 22 Apr, 2008 1 commit
  30. 17 Apr, 2008 1 commit
  31. 15 Apr, 2008 1 commit
  32. 14 Apr, 2008 1 commit
  33. 30 Mar, 2008 3 commits
  34. 27 Mar, 2008 1 commit
  35. 20 Mar, 2008 1 commit
  36. 27 Feb, 2008 1 commit
  37. 20 Feb, 2008 1 commit
  38. 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