1. 27 Jun, 2014 1 commit
  2. 03 Aug, 2013 1 commit
  3. 31 Mar, 2013 1 commit
  4. 12 Jan, 2013 1 commit
    • Wayne Stambaugh's avatar
      Base object decoupling improvements. · f8a56d44
      Wayne Stambaugh authored
      * Improve MSG_PANEL_ITEM to handle message panel information.
      * Create containers for passing message panel items between objects and
        the message panel.
      * Rename EDA_ITEM::DisplayInfo to EDA_ITEM::GetMsgPanelInfo.
      * Remove all direct manipulation of EDA_DRAW_FRAME from all objects derived
        from EDA_ITEM.
      f8a56d44
  5. 18 May, 2012 1 commit
  6. 04 May, 2012 1 commit
  7. 23 Jan, 2012 1 commit
  8. 12 Dec, 2011 1 commit
  9. 14 Mar, 2011 1 commit
  10. 12 Mar, 2011 1 commit
  11. 21 Feb, 2011 1 commit
    • Wayne Stambaugh's avatar
      All control state handling is now performed in wxUpdateUIEvent handlers. · bdca3c5e
      Wayne Stambaugh authored
      * Old control state handling code completely removed in all applications.
      * Factor common control state handlers into EDA_DRAW_FRAME.
      * Replaced EDA_ITEM test for newness with IsNew() method.
      * Factor vertical right toolbar command handlers out of giant edit command
        switch statement in EESchema and PCBNew.
      bdca3c5e
  12. 11 Feb, 2011 1 commit
    • Wayne Stambaugh's avatar
      Draw panel object refactoring and other minor code cleaning. · 7b8b51b2
      Wayne Stambaugh authored
      * Rename all member variables and methods that reference the cross hair
        code in draw panel object from cursor to cross hair to eliminate confusion
        between the two concepts.
      * Rename cursor capture call backs in draw panel object to improve code
        readability.
      * Create helper class for turning off the cross hair while drawing.
      * Remove redundant block clear code.
      * Remove redundant mouse capture call back reset code when end capture
        call back is called.
      * Remove unused function definitions in base draw frame object.
      * Lots of minor coding policy and doxygen comment fixes.
      7b8b51b2
  13. 10 Oct, 2010 1 commit
  14. 06 Oct, 2010 1 commit
  15. 28 Sep, 2010 1 commit
  16. 09 Nov, 2009 1 commit
  17. 17 Apr, 2009 1 commit
  18. 05 Apr, 2009 1 commit
  19. 04 Feb, 2009 1 commit
  20. 05 Jan, 2009 1 commit
  21. 04 Dec, 2008 1 commit
  22. 24 Nov, 2008 1 commit
  23. 29 Oct, 2008 1 commit
  24. 17 Apr, 2008 1 commit
  25. 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
  26. 01 Sep, 2007 1 commit
  27. 23 Aug, 2007 1 commit
  28. 20 Aug, 2007 1 commit
  29. 05 Jun, 2007 1 commit
  30. 28 May, 2007 1 commit
  31. 06 May, 2007 1 commit