1. 19 Sep, 2010 1 commit
  2. 11 Sep, 2010 1 commit
  3. 03 Sep, 2010 1 commit
  4. 24 Aug, 2010 1 commit
  5. 12 Jul, 2010 1 commit
    • Dick Hollenbeck's avatar
      A little useful feature: even if the default unit can be changed between · bc14e66d
      Dick Hollenbeck authored
      inches and mm, the industry is crazy enough to force us with mixed
      design. For example I routinely use imperial units for track size and
      clearance, but drilling is strictly a metric issue...
      
      So I added a little parser to recognize a suffix specification in the
      unit text boxes... so you can put in things like:
      1in (1 inch)
      1" (idem)
      25th (25 thou)
      25mi (25 mils, the same)
      6mm (6 mm, obviously)
      
      The rules are: spaces between the number and the unit are accepted, only
      the first two letters are significant.
      
      As a bonus, it also recognize the period (.) as a decimal point
      substituting it with the correct locale character (there was a wishlist
      for it, IIRC). Most useful for number pad fans :D 
      bc14e66d
  6. 17 May, 2010 1 commit
    • Wayne Stambaugh's avatar
      Open file dialog fixes and minor code cleaning. · 5ce9c9a9
      Wayne Stambaugh authored
      * Fix a minor problem with wxFileDialog to open a file that no longer
        exists in PCBNew.
      * Make GerbView open file behavior the same as PCBNew.
      * Remove redundant PCB file wild card definition.
      * Add open file refactor task to the todo list.
      * Fix some minor code formatting issues.
      5ce9c9a9
  7. 16 May, 2010 1 commit
  8. 09 May, 2010 1 commit
  9. 03 May, 2010 1 commit
  10. 20 Apr, 2010 1 commit
  11. 16 Apr, 2010 1 commit
  12. 13 Apr, 2010 1 commit
  13. 02 Apr, 2010 1 commit
  14. 26 Feb, 2010 1 commit
  15. 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
  16. 21 Feb, 2010 1 commit
  17. 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
  18. 05 Feb, 2010 1 commit
  19. 01 Feb, 2010 1 commit
  20. 29 Jan, 2010 1 commit
  21. 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
  22. 21 Jan, 2010 1 commit
  23. 18 Jan, 2010 1 commit
  24. 16 Jan, 2010 2 commits
  25. 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
  26. 05 Jan, 2010 1 commit
  27. 23 Nov, 2009 2 commits
  28. 07 Nov, 2009 1 commit
  29. 05 Nov, 2009 2 commits
  30. 02 Nov, 2009 1 commit
  31. 26 Oct, 2009 1 commit
  32. 25 Oct, 2009 1 commit
  33. 23 Oct, 2009 1 commit
  34. 15 Oct, 2009 1 commit
  35. 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
  36. 13 Oct, 2009 1 commit
  37. 10 Oct, 2009 1 commit