1. 28 Feb, 2011 1 commit
  2. 27 Feb, 2011 4 commits
  3. 26 Feb, 2011 1 commit
  4. 25 Feb, 2011 3 commits
  5. 24 Feb, 2011 2 commits
  6. 23 Feb, 2011 3 commits
  7. 22 Feb, 2011 4 commits
  8. 21 Feb, 2011 4 commits
  9. 19 Feb, 2011 2 commits
  10. 17 Feb, 2011 2 commits
  11. 16 Feb, 2011 3 commits
  12. 15 Feb, 2011 1 commit
  13. 13 Feb, 2011 2 commits
  14. 12 Feb, 2011 1 commit
  15. 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
  16. 09 Feb, 2011 1 commit
  17. 08 Feb, 2011 2 commits
  18. 05 Feb, 2011 2 commits
    • jean-pierre charras's avatar
      CvPcb: Code cleanup. Rename WinEDA_CvpcbFrame to CVPCB_MAINFRAME, according to coding style policy. · 9370dd83
      jean-pierre charras authored
      Change in CvPcb: CvPcb does not use now .dcm files, only .mod files  to read modules keywords and doc
      9370dd83
    • Wayne Stambaugh's avatar
      EESchema improvements and other minor fixes. · 0d8cb9b5
      Wayne Stambaugh authored
      * Remove base screen methods from draw frame object and correct current
        screen methods in derived objects.
      * Move restore old wires function code into schematic screen object.
      * Make add junction method use current screen position instead of store
        position.
      * Move poly line ghosting function into the delete current segment method
        as that was the only place is was being used.
      * Add method to base schematic object of testing if object has a label
        that can be incremented.
      * Simplified the schematic hierarchy traversing code.
      * PCBNew Doxygen warning fixes.
      0d8cb9b5
  19. 03 Feb, 2011 1 commit