1. 19 Jan, 2011 2 commits
    • Dick Hollenbeck's avatar
      ++all: · ed8c021f
      Dick Hollenbeck authored
        * TokenList2DsnLexer.cmake now supports comments, which start with a leading
          # character, and may be either on their own line or on a line after a token.
        * DSNLEXER::PopReader() now pops even the last LINE_READER* and returns it.
      ++pcbnew:
        * SPECCTRA_DB now inherits from new class SPECCTRA_LEXER, which led to a great
          deal of simplification and code factoring.
        * Moved specctra keywords into specctra.keywords.
      ed8c021f
    • jean-pierre charras's avatar
      Eeschem: fix bug when moving fields in schematic: incorrect field move for... · 42b9e0e6
      jean-pierre charras authored
      Eeschem: fix bug when moving fields in schematic: incorrect field move for rotated+mirrored components
      (added InverseTransform( ) in TRANSFORM class)
      42b9e0e6
  2. 17 Jan, 2011 3 commits
    • jean-pierre charras's avatar
      Modedit: fix issues when printing a footprint. But needs refinement. Work in... · f43f7af5
      jean-pierre charras authored
      Modedit: fix issues when printing a footprint. But needs refinement. Work in progress (mainly "Fit in page" is not working).
      Minor code cleaning
      f43f7af5
    • Dick Hollenbeck's avatar
      e849da18
    • Dick Hollenbeck's avatar
      ++all: · 2f211c6b
      Dick Hollenbeck authored
        * TokenList2DsnLexer.cmake now wraps each token enum in its own namespace. It
          also no longer setup of the "using" directive in the header file, which was
          bad behavior.  C++ enum values will have name collisions unless the enums
          themselves are different namespaces.
      ++new:
        * Sweet library is now a DSO/DLL.
        * Brought in SWIG to do a wrap of the Sweet DSO/DLL for unit testing
          and scripting.  The SWIG DSO/DLLs are built separate from the Sweet DSO/DLL
          and are also optional.
      2f211c6b
  3. 16 Jan, 2011 5 commits
  4. 15 Jan, 2011 4 commits
  5. 14 Jan, 2011 2 commits
  6. 12 Jan, 2011 2 commits
  7. 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
  8. 18 Jan, 2011 1 commit
  9. 10 Jan, 2011 3 commits
  10. 09 Jan, 2011 3 commits
  11. 08 Jan, 2011 3 commits
  12. 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
  13. 06 Jan, 2011 1 commit
  14. 05 Jan, 2011 4 commits
  15. 04 Jan, 2011 4 commits