1. 19 Aug, 2010 2 commits
  2. 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
  3. 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
  4. 06 Jun, 2010 1 commit
  5. 01 May, 2010 1 commit
  6. 29 Apr, 2010 1 commit
  7. 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
  8. 31 Jan, 2010 1 commit
  9. 29 Jan, 2010 1 commit
  10. 25 Jan, 2010 1 commit
  11. 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
  12. 19 Jan, 2010 1 commit
  13. 15 Jan, 2010 1 commit
  14. 11 Jan, 2010 1 commit
  15. 21 Dec, 2009 2 commits
  16. 07 Dec, 2009 1 commit
    • dickelbeck's avatar
      ++pcbnew & gerbview · 860fbb16
      dickelbeck authored
        * Moved ReturnLayerName() to static BOARD::GetDefaultLayerName() and migrated
          to a Specctra DSN compatible default layer naming scheme:
              Component becomes Front, Copper becomes Back.
        * set_color.h: Cmp becomes Front, Cu becomes Back.
        * D_PAD::DisplayInfo() changed to use actual copper layer names.
        * more layer setup dialog work, moved all programmatic wxControl instantiation
          into the wxFormbuilder environment, but this is fraught with danger:
          wxFlexGridSizer used the tallest control to establish the row heights, so
          be careful about changing control borders in the scroll panel. The vertical
          size can explode since just a couple of pixels times the number of rows
          is substantial.  Currently I am setting a 5 pixel border only left, top, and right
          but not bottom.
        * Set copper layer count is back in place as a hack until I can get the enabled
          layer bit map fully operational.
      
      860fbb16
  17. 02 Dec, 2009 1 commit
  18. 16 Nov, 2009 1 commit
  19. 05 Nov, 2009 1 commit
  20. 04 Nov, 2009 1 commit
    • stambaughw's avatar
      Comment translations and other minor updates. · b2f9d5bd
      stambaughw authored
      * Complete comment translation for all EESchema source files.
      * Complete comment translation for all 3D viewer source files.
      * Rename class class_hierarchical_PIN_sheet to SCH_SHEET_PIN.
      * Rename class DrawSheetStruct to SCH_SHEET.
      * Tool tip capitalization fixes.
      * Uncrustify and spell check comments and strings in all modified source
        files.
      b2f9d5bd
  21. 02 Nov, 2009 1 commit
  22. 28 Oct, 2009 1 commit
  23. 13 Oct, 2009 1 commit
  24. 10 Oct, 2009 1 commit
  25. 05 Oct, 2009 1 commit
  26. 22 Sep, 2009 1 commit
    • stambaughw's avatar
      Command ID refactoring and other minor improvements. · 43d6c685
      stambaughw authored
      * Split out application specific command IDs to prevent unnecessary rebuilding.
      * Eliminate duplicate menu and tool bar command IDs.
      * Split component library editor and viewer definitions to separate header files.
      * More component library and document file merge code.
      * A bunch of minor string readability and consistency fixes.
      43d6c685
  27. 20 Aug, 2009 1 commit
  28. 07 Aug, 2009 1 commit
  29. 04 Aug, 2009 2 commits
  30. 21 Jul, 2009 1 commit
  31. 20 Jul, 2009 1 commit
  32. 13 Jul, 2009 1 commit
  33. 05 Jul, 2009 1 commit
  34. 19 Jun, 2009 1 commit
  35. 28 May, 2009 1 commit
  36. 24 May, 2009 1 commit
  37. 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