1. 29 Nov, 2011 1 commit
  2. 24 Nov, 2011 1 commit
  3. 15 Nov, 2011 1 commit
  4. 11 Nov, 2011 1 commit
  5. 10 Nov, 2011 1 commit
    • Wayne Stambaugh's avatar
      Memory allocation improvements and other minor fixes. · cc7e7fc5
      Wayne Stambaugh authored
      * Replace C malloc() and free() functions with C++ new and delete
        operators or the appropriate STL container.
      * Add option to end mouse capture function to skip executing the end
        mouse capture callback.
      * Lots of coding policy and Doxygen comment goodness.
      cc7e7fc5
  6. 01 Oct, 2011 1 commit
  7. 23 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCB common library header rationalization. · edd35b4e
      Wayne Stambaugh authored
      * All header files used to create the PCB common library now compile as
        stand alone code.  This prevents the need to define them in a specific
        order to make source code compile properly.  It should also now be
        possible to relocate the source code to build the common PCB library
        to a separate folder.
      edd35b4e
  8. 17 Sep, 2011 1 commit
  9. 07 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Lots and lots of PCBNew code cleaning and fix build bug introduced in r3108. · 0c443357
      Wayne Stambaugh authored
      * Changed <wx-2.8/xml/xml.h> to "xnode.h" in pcbnew_config.cpp to fix bug
        when building against wxWidgets 2.9 and above.
      * Convert broken wxXmlNode code to use XNODE.
      * Overloaded XNODE constructor for creating child nodes.
      * Translate French naming conventions.
      * Translate French comments.
      * Remove tabs from several source files.
      * Coding style policy and Doxygen comment fixes.
      0c443357
  10. 18 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add user write permission tests to EESchama and other minor fixes. · c64a6937
      Wayne Stambaugh authored
      * Add general purpose user write permission test function to base
        window class.
      * Check user write permissions before saving project, schematic and
        library files.
      * Remove displaying file dialog every time the project file is saved.
      * Display absolute paths for non-root sheet file in title bar.
      * Remove redundant command table entry from schematic editor.
      * Remove unused variables to fix GCC 4.6 warnings.
      * The usual Doxygen comment and coding style policy fixes.
      c64a6937
  11. 22 May, 2011 1 commit
  12. 01 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCBNew control update bug fixes, fixes lp:725963. · 1010601a
      Wayne Stambaugh authored
      * Fix grid select box update bug on context menu.
      * Fix via size and track width select box update bugs.
      * Fix layer pair indicator button update bug.
      * Fix auto track width tool bar control enable bug.
      * Fix via size and track width select status bug in context menu.
      * Fix layer select box and layer control widget select bug when current
        layer is removed.
      * Add virtual function to notify objects derived from EDA_DRAW_FRAME that
        the units setting has changed.
      * Coding policy class naming fixes.
      1010601a
  13. 28 Feb, 2011 1 commit
  14. 25 Feb, 2011 1 commit
  15. 16 Feb, 2011 2 commits
  16. 29 Jan, 2011 1 commit
  17. 19 Jan, 2011 1 commit
  18. 29 Dec, 2010 1 commit
  19. 08 Dec, 2010 1 commit
  20. 12 Nov, 2010 2 commits
  21. 29 Oct, 2010 1 commit
  22. 19 Aug, 2010 2 commits
  23. 06 Jun, 2010 1 commit
  24. 31 Jan, 2010 1 commit
  25. 29 Jan, 2010 1 commit
  26. 21 Dec, 2009 2 commits
  27. 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
  28. 16 Nov, 2009 1 commit
  29. 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
  30. 28 Oct, 2009 1 commit
  31. 10 Oct, 2009 1 commit
  32. 05 Oct, 2009 1 commit
  33. 20 Aug, 2009 1 commit
  34. 04 Aug, 2009 2 commits
  35. 21 Jul, 2009 1 commit