1. 28 Jun, 2009 1 commit
  2. 27 Jun, 2009 1 commit
  3. 26 Jun, 2009 1 commit
    • stambaughw's avatar
      Build fixes for VC8, compiler warnings fixed, and some minor wxDC zoom changes. · 17bf2435
      stambaughw authored
      * Added modified version of FindwxWidgets.cmake to prevent manifest build and link errors
        with VC8.
      * Fixed ambiguous math function ( sqrt, atan, cos, etc. ) call errors when building
        with MSVC.
      * Moved bitmap copy bitmap source file destination to the build path to prevent source
        tree pollution and library rebuilds when building on different platforms.
      17bf2435
  4. 25 Jun, 2009 1 commit
  5. 23 Jun, 2009 1 commit
  6. 21 Jun, 2009 1 commit
  7. 19 Jun, 2009 1 commit
  8. 18 Jun, 2009 1 commit
  9. 17 Jun, 2009 1 commit
  10. 13 Jun, 2009 1 commit
  11. 11 Jun, 2009 2 commits
  12. 04 Jun, 2009 1 commit
  13. 02 Jun, 2009 1 commit
  14. 01 Jun, 2009 1 commit
  15. 30 May, 2009 2 commits
  16. 29 May, 2009 3 commits
  17. 28 May, 2009 3 commits
  18. 26 May, 2009 1 commit
  19. 25 May, 2009 2 commits
  20. 24 May, 2009 1 commit
  21. 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
  22. 13 May, 2009 1 commit
  23. 12 May, 2009 1 commit
  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 1 commit
  27. 02 May, 2009 1 commit
  28. 01 May, 2009 2 commits
  29. 29 Apr, 2009 2 commits
    • 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
    • charras's avatar
  30. 28 Apr, 2009 1 commit