1. 26 Jun, 2009 1 commit
  2. 25 Jun, 2009 1 commit
  3. 23 Jun, 2009 2 commits
  4. 21 Jun, 2009 1 commit
  5. 19 Jun, 2009 1 commit
  6. 18 Jun, 2009 1 commit
  7. 16 Jun, 2009 1 commit
  8. 15 Jun, 2009 1 commit
  9. 13 Jun, 2009 2 commits
  10. 12 Jun, 2009 1 commit
  11. 11 Jun, 2009 1 commit
  12. 08 Jun, 2009 2 commits
  13. 06 Jun, 2009 1 commit
  14. 04 Jun, 2009 1 commit
  15. 02 Jun, 2009 1 commit
  16. 30 May, 2009 1 commit
  17. 29 May, 2009 2 commits
  18. 28 May, 2009 3 commits
  19. 21 May, 2009 2 commits
    • 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
    • charras's avatar
      minor bugs fixed · b256efc5
      charras authored
      b256efc5
  20. 16 May, 2009 1 commit
  21. 13 May, 2009 1 commit
  22. 12 May, 2009 2 commits
  23. 09 May, 2009 2 commits
  24. 07 May, 2009 2 commits
  25. 06 May, 2009 1 commit
    • stambaughw's avatar
      Replace wxList with boost::ptr_vector and fix automatic association bug in CVPCB. · c2b600ce
      stambaughw authored
      * ALL: More changes for wxDC based zooming.
      * 3D_VIEWER: Wrap 3d_viewer.h to prevent redefinitions.
      * CVPcb: Replace wxList with boost::ptr_vector and take advantage of boost::foreach.
      * CVPcb: Fix automatic association bug.
      * CVPcb: Rename some variables for clarity and some minor code clean ups.
      * CVPcb: Fix GTK sizing issue in library and path dialog.
      * EESchema: Remove left over sizer from last commit from library and path dialog.
      c2b600ce
  26. 05 May, 2009 2 commits
  27. 01 May, 2009 2 commits
    • stambaughw's avatar
    • 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
  28. 29 Apr, 2009 1 commit
    • stambaughw's avatar
      EESchema UI normalization and configuration updates and Gerbview parser bug fix. · 5114b863
      stambaughw authored
      * All - add wxList implementation for dynamic declaration of application settings.
      * EESchema: remove non-standard fonts and dialog button text colors from all UI controls.
      * EESchema: update project file and application settings from static to dynamic method.
      * EESchema: save and restore show hidden pins state between sessions.
      * EESchema: global variable reductions.
      * EESchema: use EVT_UPDATE_UI instead of SetToolbars() to set control states.
      * EESchema: remove unused DialogBlocks BOM dialog project file.
      * GerbView: remove non-standard fonts and dialog button text colors from all UI controls.
      * GerbView: fix infinite loop when parsing RS274X aperture definitions with whitespace.
      * GerbView: add file name to export to PCBNew select layer dialog.
      5114b863