1. 16 Jan, 2011 2 commits
  2. 15 Jan, 2011 4 commits
  3. 14 Jan, 2011 2 commits
  4. 12 Jan, 2011 2 commits
  5. 11 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      Build default change and minor schematic screen object improvements. · 2a603275
      Wayne Stambaugh authored
      * Change default build to enable wxDC zooming.
      * Move sheet label find function into SCH_SCREEN object.
      * Move draw screen items function into SCH_SCREEN object.
      * Remove redundant page print method from SCH_EDIT_FRAME.
      * Add method to hit test for all items in SCH_SCREEN.
      * Add method for testing if junction is required in SCH_SCREEN.
      * Fix Doxygen waring in help_common_strings.h
      2a603275
  6. 18 Jan, 2011 1 commit
  7. 10 Jan, 2011 3 commits
  8. 09 Jan, 2011 3 commits
  9. 08 Jan, 2011 3 commits
  10. 07 Jan, 2011 2 commits
    • Wayne Stambaugh's avatar
      EESchema block object select improvements and other minor fixes. · 7e1745da
      Wayne Stambaugh authored
      * Move schematic select block from global variable to SCH_EDIT_FRAME.
      * Remove redundant schematic drawing code for eeredraw.cpp.
      * Move block select code into SCH_SCREEN object.
      * Simpilify block item select code.
      * Fix bug in SCH_LINE selection state test.
      * Add test to schematic objects for connectability.
      * Make copy block items function a private method in SCH_EDIT_FRAME.
      7e1745da
    • jean-pierre charras's avatar
      Update version id · 2624b7b5
      jean-pierre charras authored
      2624b7b5
  11. 06 Jan, 2011 1 commit
  12. 05 Jan, 2011 4 commits
  13. 04 Jan, 2011 4 commits
  14. 03 Jan, 2011 3 commits
  15. 02 Jan, 2011 1 commit
  16. 01 Jan, 2011 4 commits
    • Dick Hollenbeck's avatar
      fix a conceptual problem · 92c69a9c
      Dick Hollenbeck authored
      92c69a9c
    • Dick Hollenbeck's avatar
      merge from testing · 0a3830b6
      Dick Hollenbeck authored
      0a3830b6
    • Dick Hollenbeck's avatar
      changes · e5dfd601
      Dick Hollenbeck authored
      e5dfd601
    • Dick Hollenbeck's avatar
      ++new: · 84ed5f50
      Dick Hollenbeck authored
        * Added the basic structure to the Sweet parser in sch_part.cpp.
        * Got inheritence working off of the 'extends' keyword and PART::inherit()
        * Tossed the units support out of sweet.keywords, since we agreed to go dimensionless.
      ++richio:
        * Added the problemInputLine support to PARSE_ERROR, so UI can show the
          offending line of bytes.  Yes bytes, not even guaranteed to be characters.
      84ed5f50