1. 23 Feb, 2010 1 commit
  2. 22 Feb, 2010 2 commits
  3. 21 Feb, 2010 3 commits
  4. 20 Feb, 2010 1 commit
  5. 19 Feb, 2010 1 commit
  6. 18 Feb, 2010 1 commit
  7. 17 Feb, 2010 2 commits
  8. 16 Feb, 2010 4 commits
  9. 15 Feb, 2010 1 commit
  10. 14 Feb, 2010 2 commits
  11. 13 Feb, 2010 2 commits
  12. 12 Feb, 2010 4 commits
  13. 11 Feb, 2010 1 commit
    • stambaughw's avatar
      More USE_WX_ZOOM bug fixes. · ac826545
      stambaughw authored
      * Changed line clipping function in gr_basic.cpp when USE_WX_ZOOM is
        enabled.
      * Set wxDC clipping region to client size when drawing outside of paint
        event handler.
      * Updated kicad and eeschema CMake files as the common library now
        requires linking to the polygon library.
      ac826545
  14. 10 Feb, 2010 2 commits
    • charras's avatar
      Fixed problem in eeschema when leaving sub sheet in a hierarchy. · 738c90b4
      charras authored
      (two scrolling parameters were different when calling SetScroolBars in drawframe.cpp and hierarch.cpp 
      738c90b4
    • stambaughw's avatar
      Minor drawing and build bug fixes. · f69a4914
      stambaughw authored
      * Fixed clipping bug when USE_WX_ZOOM is enabled that causes rats nest
        to be drawn incorrectly.
      * Fix ambiguous function error in trigo.cpp when building with MSVS.
      * Add instructions for building wxWidgets with graphics context
        enabled (GDI+) using MinGW/MSYS to COMPILING.txt.
      * Initial EESchema find dialog work.
      * Set modified flag when using PCBNew global deletion dialog to prevent
        closing without warning user of changes.
      f69a4914
  15. 09 Feb, 2010 1 commit
  16. 08 Feb, 2010 1 commit
    • stambaughw's avatar
      Implement wxDC coordinate handling and wxGCDC. · 3066c705
      stambaughw authored
      * Implement code to allow wxDC to handle coordinate conversions between
        device and drawing units.
      * Add build settings to enable wxGCDC for wxGraphicsContext testing.
      * Remove wxAUI conditional build cruft as it is now required to build
        Kicad.
      * Fix scroll increment size regression to prevent jumping around the
        zoom center position.
      * Add find GDI+ cmake module for building on WXMSW when wxGraphicsContext
        is enabled.
      3066c705
  17. 04 Feb, 2010 2 commits
  18. 02 Feb, 2010 1 commit
    • stambaughw's avatar
      EESchema printing fixes and print dialog improvements. · 9a6f753c
      stambaughw authored
      * Remove unnecessary options from EESchema print dialog.
      * Expose page setup dialog to fix page orientation problems on wxGTK.
      * Added custom schematic print preview frame.
      * Print dialog and preview frame remember size and position settings
        between sessions.
      * Added monochrome and print sheet reference settings to project file.
      9a6f753c
  19. 01 Feb, 2010 2 commits
  20. 29 Jan, 2010 1 commit
  21. 28 Jan, 2010 1 commit
  22. 27 Jan, 2010 1 commit
  23. 24 Jan, 2010 1 commit
    • charras's avatar
      ++ Pcbnew: · 96a9769f
      charras authored
          * in variable names, change non existent word Hight to High
          * Remove redundant tool in left toolbar (option toolbar)
            (this option is now in layers manager)
          * Show layers in horizontal combo box in same order as in layer manager.
      ++all:
          minor code cleaning.
      96a9769f
  24. 22 Jan, 2010 1 commit
    • stambaughw's avatar
      Minor fixes and code cleaning. · 7ab4a9bf
      stambaughw authored
      * Remove redundant background redrawing RedrawActiveWindow.
      * Remove redundant managed cursor callback in RedrawActiveWindow.
      * Use refresh to redraw instead of directly calling RedrawActiveWindow.
      * Remove unused SetDrawBgColor for drawframe.cpp.
      * Fix compiler warning in cvpcb/cvframe.cpp.
      * Fix menu spelling and syntax errors in pcbnew.
      * Rename Trace_Curseur to DrawCursor in common/drawpanel.cpp.
      7ab4a9bf
  25. 21 Jan, 2010 1 commit