1. 08 Feb, 2010 1 commit
    • stambaughw's avatar
      Implement wxDC coordinate handling and wxGCDC. · 3066c705
      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.
      3066c705
  2. 29 Dec, 2009 1 commit
  3. 28 Nov, 2009 1 commit
  4. 23 Nov, 2009 1 commit
  5. 23 Oct, 2009 1 commit
  6. 21 Oct, 2009 1 commit
  7. 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
  8. 28 Jun, 2009 1 commit
  9. 11 Jun, 2009 1 commit
  10. 04 Jun, 2009 1 commit
  11. 29 May, 2009 1 commit
  12. 28 May, 2009 2 commits
  13. 12 May, 2009 1 commit
  14. 07 May, 2009 1 commit
  15. 05 May, 2009 1 commit
  16. 01 May, 2009 1 commit
  17. 29 Apr, 2009 1 commit
  18. 28 Apr, 2009 1 commit
  19. 04 Feb, 2009 1 commit
  20. 31 Jan, 2009 1 commit
  21. 29 Jan, 2009 1 commit
  22. 20 Dec, 2008 1 commit
  23. 19 Dec, 2008 1 commit
  24. 16 Dec, 2008 1 commit
  25. 06 Dec, 2008 1 commit
  26. 24 Nov, 2008 1 commit
  27. 05 Nov, 2008 1 commit
  28. 30 Oct, 2008 1 commit
  29. 17 May, 2008 1 commit
  30. 22 Apr, 2008 1 commit
  31. 14 Apr, 2008 1 commit
  32. 24 Mar, 2008 1 commit
  33. 20 Mar, 2008 1 commit
  34. 18 Mar, 2008 1 commit
  35. 16 Mar, 2008 1 commit
  36. 15 Mar, 2008 1 commit
  37. 13 Mar, 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
  39. 19 Jan, 2008 1 commit