1. 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
  2. 19 Jun, 2010 1 commit
  3. 10 Jun, 2010 1 commit
  4. 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
  5. 16 May, 2010 1 commit
  6. 11 May, 2010 1 commit
  7. 22 Apr, 2010 1 commit
  8. 21 Apr, 2010 1 commit
  9. 20 Apr, 2010 1 commit
  10. 08 Apr, 2010 1 commit
  11. 20 Mar, 2010 1 commit
  12. 18 Mar, 2010 1 commit
    • charras's avatar
      Eeschema · 7f23d262
      charras authored
      * Some bugs fixed
      * Starting enhancements in Libedit: menubar and commands to "plot" current component in PNG or SVF file (SVG file not fully working, must be refined)
      7f23d262
  13. 13 Mar, 2010 1 commit
  14. 28 Feb, 2010 1 commit
  15. 26 Feb, 2010 1 commit
  16. 22 Feb, 2010 2 commits
  17. 21 Feb, 2010 1 commit
  18. 14 Feb, 2010 1 commit
  19. 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
  20. 04 Feb, 2010 2 commits
  21. 03 Feb, 2010 3 commits
  22. 01 Feb, 2010 1 commit
  23. 31 Jan, 2010 1 commit
  24. 30 Jan, 2010 1 commit
  25. 29 Jan, 2010 1 commit
  26. 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
  27. 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
  28. 20 Jan, 2010 1 commit
  29. 19 Jan, 2010 1 commit
  30. 18 Jan, 2010 1 commit
  31. 16 Jan, 2010 2 commits
  32. 13 Jan, 2010 2 commits
  33. 10 Jan, 2010 1 commit
  34. 09 Jan, 2010 1 commit