1. 05 Jul, 2011 1 commit
  2. 22 May, 2011 1 commit
  3. 13 May, 2011 1 commit
  4. 13 Apr, 2011 1 commit
  5. 20 Mar, 2011 1 commit
  6. 03 Mar, 2011 1 commit
  7. 01 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCBNew control update bug fixes, fixes lp:725963. · 1010601a
      Wayne Stambaugh authored
      * Fix grid select box update bug on context menu.
      * Fix via size and track width select box update bugs.
      * Fix layer pair indicator button update bug.
      * Fix auto track width tool bar control enable bug.
      * Fix via size and track width select status bug in context menu.
      * Fix layer select box and layer control widget select bug when current
        layer is removed.
      * Add virtual function to notify objects derived from EDA_DRAW_FRAME that
        the units setting has changed.
      * Coding policy class naming fixes.
      1010601a
  8. 28 Feb, 2011 1 commit
  9. 25 Feb, 2011 1 commit
  10. 16 Feb, 2011 2 commits
  11. 29 Jan, 2011 1 commit
  12. 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
  13. 19 Jan, 2011 1 commit
  14. 29 Dec, 2010 1 commit
  15. 08 Dec, 2010 1 commit
  16. 03 Dec, 2010 1 commit
  17. 12 Nov, 2010 3 commits
  18. 01 Nov, 2010 1 commit
  19. 29 Oct, 2010 1 commit
  20. 04 Oct, 2010 2 commits
  21. 19 Aug, 2010 2 commits
  22. 20 Jul, 2010 1 commit
    • jean-pierre charras's avatar
      Fixed very minor issues. · 5605ce89
      jean-pierre charras authored
      Fixed compil warning under wxWidgets 2.9.1.
      File beautification
      Statring using wxTextEntryDialog instead of Get_Message (because Get_Message does not handle properly cancel option)
      5605ce89
  23. 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
  24. 06 Jun, 2010 1 commit
  25. 01 May, 2010 1 commit
  26. 29 Apr, 2010 1 commit
  27. 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
  28. 31 Jan, 2010 1 commit
  29. 29 Jan, 2010 1 commit
  30. 25 Jan, 2010 1 commit
  31. 24 Jan, 2010 1 commit
    • charras's avatar
      OSX fixes. · 0f366f84
      charras authored
      Better code in fast draw grid algo (drawpanel.cpp):must be faster, and minor refresh problems removed under wxGTK
      0f366f84
  32. 19 Jan, 2010 1 commit
  33. 15 Jan, 2010 1 commit
  34. 11 Jan, 2010 1 commit
  35. 21 Dec, 2009 1 commit