1. 16 May, 2010 1 commit
  2. 09 May, 2010 1 commit
  3. 03 May, 2010 1 commit
  4. 20 Apr, 2010 1 commit
  5. 16 Apr, 2010 1 commit
  6. 13 Apr, 2010 1 commit
  7. 02 Apr, 2010 1 commit
  8. 26 Feb, 2010 1 commit
  9. 22 Feb, 2010 1 commit
    • stambaughw's avatar
      USE_WX_ZOOM clean up and other minor improvements. · aab2f8a7
      stambaughw authored
      * Make USE_WX_ZOOM clipping routine actually clip rather than just test
        if line needs drawn.
      * Clean up as many USE_WX_ZOOM #ifdefs as possible.
      * Minor coordinate rounding improvements.
      * Minor scrolling and panning improvements.
      * Remove unused KicadGraphicContext object code.
      aab2f8a7
  10. 21 Feb, 2010 1 commit
  11. 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
  12. 05 Feb, 2010 1 commit
  13. 01 Feb, 2010 1 commit
  14. 29 Jan, 2010 1 commit
  15. 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
  16. 21 Jan, 2010 1 commit
  17. 18 Jan, 2010 1 commit
  18. 16 Jan, 2010 2 commits
  19. 13 Jan, 2010 1 commit
    • stambaughw's avatar
      Minor bug fixes, compiler warning fixes and code cleaning. · e1534141
      stambaughw authored
      * Fix debug asserts when passing NULL pointers to wxAuiPaneInfo.
      * Fix Kicad main window sash sizer bug when using wxAui.
      * Remove specctra_test from Visual Studio builds to prevent build errors.
      * Add WIN32 to layer widget test so it will build properly on Visual Studio.
      * Fixed compiler conversion warnings in PCBNew.
      * Fixed worksheet print scaling in PCBNew.
      * Minor code renaming.
      e1534141
  20. 05 Jan, 2010 1 commit
  21. 23 Nov, 2009 2 commits
  22. 07 Nov, 2009 1 commit
  23. 05 Nov, 2009 2 commits
  24. 02 Nov, 2009 1 commit
  25. 26 Oct, 2009 1 commit
  26. 25 Oct, 2009 1 commit
  27. 23 Oct, 2009 1 commit
  28. 15 Oct, 2009 1 commit
  29. 14 Oct, 2009 1 commit
    • stambaughw's avatar
      Fix save last grid size and other minor updates. · 92064f1d
      stambaughw authored
      * Create single event handler for grid size events.
      * Fix all frame windows to use new grid size event handler.
      * Use offset relative to ID instead of ComboBox index to save last grid size.
      * Move last grid size load/save setting into WinEDA_DrawFrame.
      * Add equality and assignment operators the GRID_TYPE.
      * Add current grid helper methods to BASE_SCREEN.
      * Add GetPins helper to LIB_COMPONENT to replace GetNextPin where applicable.
      * Add AppendMsgPanel helper to WinEDA_DrawFrame.
      * Improve rounding for display of coordinates when millimeter units are selected.
      92064f1d
  30. 13 Oct, 2009 1 commit
  31. 10 Oct, 2009 1 commit
  32. 05 Oct, 2009 2 commits
  33. 29 Sep, 2009 1 commit
  34. 27 Sep, 2009 1 commit
  35. 22 Sep, 2009 1 commit
    • stambaughw's avatar
      Command ID refactoring and other minor improvements. · 43d6c685
      stambaughw authored
      * Split out application specific command IDs to prevent unnecessary rebuilding.
      * Eliminate duplicate menu and tool bar command IDs.
      * Split component library editor and viewer definitions to separate header files.
      * More component library and document file merge code.
      * A bunch of minor string readability and consistency fixes.
      43d6c685
  36. 21 Sep, 2009 1 commit