1. 08 Apr, 2010 1 commit
  2. 20 Mar, 2010 1 commit
  3. 18 Mar, 2010 1 commit
    • charras's avatar
      Eeschema · 7f23d262
      charras authored
      * Some bugs fixed
      * Starting enhancements in Libedit: menubar and commands to "plot" current component in PNG or SVF file (SVG file not fully working, must be refined)
      7f23d262
  4. 13 Mar, 2010 1 commit
  5. 28 Feb, 2010 1 commit
  6. 26 Feb, 2010 1 commit
  7. 22 Feb, 2010 2 commits
  8. 21 Feb, 2010 1 commit
  9. 14 Feb, 2010 1 commit
  10. 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
  11. 04 Feb, 2010 2 commits
  12. 03 Feb, 2010 3 commits
  13. 01 Feb, 2010 1 commit
  14. 31 Jan, 2010 1 commit
  15. 30 Jan, 2010 1 commit
  16. 29 Jan, 2010 1 commit
  17. 24 Jan, 2010 1 commit
    • charras's avatar
      ++ Pcbnew: · 96a9769f
      charras authored
          * in variable names, change non existent word Hight to High
          * Remove redundant tool in left toolbar (option toolbar)
            (this option is now in layers manager)
          * Show layers in horizontal combo box in same order as in layer manager.
      ++all:
          minor code cleaning.
      96a9769f
  18. 22 Jan, 2010 1 commit
    • stambaughw's avatar
      Minor fixes and code cleaning. · 7ab4a9bf
      stambaughw authored
      * Remove redundant background redrawing RedrawActiveWindow.
      * Remove redundant managed cursor callback in RedrawActiveWindow.
      * Use refresh to redraw instead of directly calling RedrawActiveWindow.
      * Remove unused SetDrawBgColor for drawframe.cpp.
      * Fix compiler warning in cvpcb/cvframe.cpp.
      * Fix menu spelling and syntax errors in pcbnew.
      * Rename Trace_Curseur to DrawCursor in common/drawpanel.cpp.
      7ab4a9bf
  19. 20 Jan, 2010 1 commit
  20. 19 Jan, 2010 1 commit
  21. 18 Jan, 2010 1 commit
  22. 16 Jan, 2010 2 commits
  23. 13 Jan, 2010 2 commits
  24. 10 Jan, 2010 1 commit
  25. 09 Jan, 2010 1 commit
  26. 08 Jan, 2010 1 commit
  27. 05 Jan, 2010 1 commit
  28. 04 Jan, 2010 1 commit
  29. 01 Jan, 2010 1 commit
  30. 30 Dec, 2009 1 commit
  31. 20 Dec, 2009 1 commit
  32. 19 Dec, 2009 1 commit
  33. 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
  34. 23 Nov, 2009 1 commit