1. 01 Feb, 2011 1 commit
  2. 31 Jan, 2011 1 commit
  3. 30 Jan, 2011 2 commits
    • Wayne Stambaugh's avatar
      Use wxDC for all coordinate manipulations. · d657b430
      Wayne Stambaugh authored
      * Remove all occurrences if #ifdef USE_WX_ZOOM and all associated code within
        the #else/#endif block ( old zoom code ).
      * Removed the build option for USE_WX_ZOOM from CMakeList.txt and config.h.in.
      * Removed all scaling code in base screen object.
      * Fixed buffered paint and buffered client DC on Windows.  Buffering works
        properly on Linux and Windows.
      * Modified kicad_device_context.h to automatically uses buffering on platforms
        where double buffering is supported natively.
      * Remove all of the scaled versions of the drawing functions in gr_basic.cpp
        and any support code.
      * Removed all traces of ActiveScreen global variable from eeschema and
        gerbview.
      * Renamed Recadre_Trace to RedrawScreen in draw frame object.
      * Renamed PostDirtyRect to RefreshDrawingRect in draw panel object.
      * Lots of code cleaning an Doxygen comment improvements.
      d657b430
    • Marco Mattila's avatar
  4. 28 Jan, 2011 1 commit
  5. 25 Jan, 2011 1 commit
  6. 21 Jan, 2011 2 commits
    • Wayne Stambaugh's avatar
      EESchema code refactoring and coding policy naming fixes. · 73e38ce9
      Wayne Stambaugh authored
      * Move schematic wire and bus break code into schematic screen object.
      * Move schematic test for dangling ends into schematic screen object.
      * Remove left over debugging output in schematic screen object.
      * Remove unused file eeschema/cleanup.cpp.
      * Fix bug in schematic line object hit test algorithm.
      * Fix a string concatenation compile error added in r2752.
      * Rename class WinEDA_BasicFrame to EDA_BASE_FRAME.
      * Rename class WinEDA_DrawFrame to EDA_DRAW_FRAME.
      * Rename class WinEDA_DrawPanel to EDA_DRAW_PANEL.
      73e38ce9
    • jean-pierre charras's avatar
      Gerbview: fix printing issue. · 1d2ca601
      jean-pierre charras authored
      Minor others fixes and enhancements
      1d2ca601
  7. 20 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      Schematic object encapsulation and other minor improvements. · e560573c
      Wayne Stambaugh authored
      * Encapsulate file name member of base screen object.
      * Encapsulate associated screen member of schematic sheet object.
      * Create add screen method to schematic sheet object to simplify setting
        the associated screen.
      * Move the change file name code in the schematic sheet object to the edit
        sheet method in the schematic editor frame object to eliminate message
        dialogs.
      * Improve reference counting in schematic screen object.
      * Add helper type definitions for changing schematic object storage to C++
        containers.
      e560573c
  8. 17 Jan, 2011 1 commit
  9. 16 Jan, 2011 1 commit
  10. 09 Jan, 2011 1 commit
  11. 05 Jan, 2011 1 commit
  12. 21 Dec, 2010 1 commit
  13. 14 Dec, 2010 1 commit
  14. 11 Dec, 2010 3 commits
  15. 10 Dec, 2010 1 commit
  16. 09 Dec, 2010 1 commit
  17. 06 Dec, 2010 2 commits
  18. 04 Dec, 2010 1 commit
  19. 29 Nov, 2010 1 commit
  20. 26 Nov, 2010 3 commits
  21. 24 Nov, 2010 3 commits
  22. 12 Nov, 2010 1 commit
    • jean-pierre charras's avatar
      Eeschema: fix bug in load_one_schematic_file.cpp: error about files version,... · bc9d5217
      jean-pierre charras authored
      Eeschema: fix bug in load_one_schematic_file.cpp: error about files version, that create errors for hierarchical labels.
      Pcbnew: cleaning code in block.cpp, and modifye previous way to calculate block size in block command, because old way creates unexpected behavior in block rotate and block flip.
      Pcbnew: Fix a bug in plot silkscreen layers.
      Cvpcb: Fix compilation issue under MACOX
      bc9d5217