1. 23 Jan, 2010 1 commit
  2. 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
  3. 20 Jan, 2010 1 commit
  4. 19 Jan, 2010 1 commit
  5. 18 Jan, 2010 2 commits
  6. 17 Jan, 2010 2 commits
  7. 16 Jan, 2010 2 commits
  8. 15 Jan, 2010 3 commits
  9. 14 Jan, 2010 2 commits
  10. 13 Jan, 2010 2 commits
  11. 12 Jan, 2010 1 commit
  12. 10 Jan, 2010 1 commit
  13. 09 Jan, 2010 2 commits
  14. 08 Jan, 2010 1 commit
  15. 05 Jan, 2010 3 commits
  16. 04 Jan, 2010 1 commit
  17. 01 Jan, 2010 1 commit
  18. 30 Dec, 2009 1 commit
  19. 29 Dec, 2009 2 commits
  20. 21 Dec, 2009 1 commit
  21. 20 Dec, 2009 1 commit
  22. 19 Dec, 2009 2 commits
  23. 11 Dec, 2009 2 commits
    • dickelbeck's avatar
      comments, minor fixes · ba78287b
      dickelbeck authored
      ba78287b
    • dickelbeck's avatar
      * Factored out the DSNLEXER class so it can be re-used more generally. The · ceb6ad1a
      dickelbeck authored
          constructor takes a keyword table, so it can be used for arbitrary DSN
          syntax files of your own chosing.  Simply create an enum {} with all your
          unique tokens in it.  Then create a KEYWORD table.  See SPECCTRA_DB::keywords[].
          The reason you want an enum is to give the C++ debugger better type information
          so it can show symbolic integer symbols.
        * Factored out common richio.cpp and richio.h
          which is what DSNLEXER uses.
        * Fixed some minor issues with reading circuit descriptor from a *.dsn file.
      
      ceb6ad1a
  24. 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
  25. 06 Dec, 2009 1 commit
  26. 03 Dec, 2009 1 commit
  27. 02 Dec, 2009 1 commit
    • stambaughw's avatar
      Compiler warning, object name, bug, and string fixes. · 1aaa7a9b
      stambaughw authored
      * Fixed EESchema options dialog focus bug so escape key now works in GTK.
      * Rename schematic objects for improved readability.
      * Fixed GCC compiler warnings in plot code.
      * Added paragraph in UIpolicies.txt about setting dialog box sizes.
      * Lots of message box string clean up.
      1aaa7a9b