1. 22 Sep, 2011 1 commit
  2. 21 Sep, 2011 1 commit
  3. 20 Sep, 2011 6 commits
  4. 19 Sep, 2011 2 commits
  5. 18 Sep, 2011 3 commits
  6. 17 Sep, 2011 2 commits
  7. 16 Sep, 2011 3 commits
  8. 15 Sep, 2011 2 commits
  9. 14 Sep, 2011 3 commits
  10. 13 Sep, 2011 3 commits
    • jean-pierre charras's avatar
      Add missing file. · 134a9353
      jean-pierre charras authored
      134a9353
    • jean-pierre charras's avatar
      Commit changes asked by Fabrizio Tappero. · e9b71f1e
      jean-pierre charras authored
      Fix compatibility issues with old xpm icons.
      Add or update .xpm and .ico files for shortcuts and taskbars
      Remove artwork folder.
      e9b71f1e
    • Wayne Stambaugh's avatar
      PCBNew locate code refactoring. · efc93aa5
      Wayne Stambaugh authored
      * Move various locate functions into the appropriate board item object.
      * Unified best zoom for all frames derived from PCB_BASE_FRAME.
      * Remove track.cpp as it is no longer needed.
      * Dead code removal.
      * Remove scary frame window pointer member from board item objects.
      * Add draw bounding box to gerber draw item for debugging purposes.
      efc93aa5
  11. 11 Sep, 2011 2 commits
  12. 10 Sep, 2011 2 commits
  13. 09 Sep, 2011 3 commits
  14. 08 Sep, 2011 6 commits
  15. 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