1. 09 Apr, 2013 1 commit
  2. 31 Mar, 2013 1 commit
  3. 30 Mar, 2013 1 commit
  4. 28 Mar, 2013 1 commit
  5. 11 Mar, 2013 1 commit
  6. 29 Nov, 2012 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew print fixes and improvements. · 84c7b07e
      Wayne Stambaugh authored
      * Fix offset errors when scale factor greater is than one.
      * Changed behavior of fit in page when not drawing border and
        title block to fit board outline in page.
      * Fix offset errors when mirroring (still not 100% correct on MSW with
        wxWidgets 2.9.4).
      * Lots of the usual code cleaning and simplifying.
      84c7b07e
  7. 04 Oct, 2012 1 commit
  8. 29 Aug, 2012 2 commits
  9. 04 May, 2012 1 commit
  10. 28 Feb, 2012 1 commit
  11. 23 Jan, 2012 1 commit
  12. 22 Jan, 2012 1 commit
  13. 17 Jan, 2012 1 commit
  14. 16 Dec, 2011 1 commit
  15. 30 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Application name capitalization fixes. · 4b853ded
      Wayne Stambaugh authored
      * Correct all user strings and comments for the correct capitalization of
        application names according to JP.  They are KiCad, Pcbnew, CvPcb,
        Eeschema, and GerbView.
      * Add a note the the user interface policy about the correct capitalization.
      4b853ded
  16. 21 May, 2011 1 commit
  17. 14 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      Set default button on all dialogs. Fixes lp:665703 · 283cfa67
      Wayne Stambaugh authored
      * Set default button on all dialogs that do not already have a defined
        default button.  The only exception is the EESchema net list dialog
        which needs converted over to wxFormBuilder and due to it's design makes
        setting the default button in any tab other than the default tab
        problematic.
      * Fix escape key dialog handling bug in EESchema print post script
        dialog.
      283cfa67
  18. 12 Mar, 2011 1 commit
  19. 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
  20. 21 Jan, 2011 1 commit
  21. 26 Nov, 2010 1 commit
  22. 27 Oct, 2010 1 commit
  23. 10 Oct, 2010 1 commit
  24. 22 Apr, 2010 1 commit
  25. 21 Apr, 2010 1 commit
  26. 22 Feb, 2010 1 commit
  27. 31 Jan, 2010 1 commit
  28. 18 Jan, 2010 1 commit
  29. 04 Jan, 2010 1 commit
  30. 01 Jan, 2010 1 commit
  31. 23 Oct, 2009 1 commit
  32. 30 Jul, 2009 1 commit
  33. 27 Jul, 2009 1 commit
  34. 28 Jun, 2009 1 commit
  35. 21 May, 2009 1 commit
    • stambaughw's avatar
      Build improvements, compiler warning fixes and build fixes, and lots of clean up. · 8bf79111
      stambaughw authored
      * Created separate SVN version header.
      * Add true config.h for platform dependency checks.
      * Add dependency check cmake module.
      * Remove some leftover hand crafted make files.
      * Remove non-cmake build instructions from COMPILING.txt.
      * Fix split _() strings causing Visual C++ compiler error.
      * Fix lots of compiler warnings.
      * Change project file parameter container from wxArray to boost::vector_ptr.
      * Removed lots of redundant header definitions.
      * Fixed green_xpm redefinition in ercgreen.xpm.
      * Remove some dead code and unnecessary class methods.
      8bf79111
  36. 02 May, 2009 1 commit
  37. 01 May, 2009 1 commit
    • stambaughw's avatar
      PCBNew UI normalization and global variable reductions. · 0652ab4f
      stambaughw authored
      * All: remove all remaining occurrences of g_DialogFont and dialog font menu handers.
      * All: remove all remaining non-standard fonts and button text colors from common dialogs.
      * PCBNew: remove all non-standard fonts and button text colors from dialogs.
      * PCBNew: update project library and path dialog to match changes to CVPCB version.
      * EESchema: update project library and path dialog to match changes to CVPCB version.
      * EESchema: save vertical/horizontal line direction setting between sessions.
      0652ab4f
  38. 17 Apr, 2009 1 commit
  39. 05 Apr, 2009 1 commit