1. 20 Apr, 2010 1 commit
  2. 19 Apr, 2010 5 commits
  3. 17 Apr, 2010 3 commits
  4. 16 Apr, 2010 3 commits
  5. 13 Apr, 2010 1 commit
  6. 12 Apr, 2010 7 commits
  7. 09 Apr, 2010 3 commits
  8. 08 Apr, 2010 1 commit
  9. 07 Apr, 2010 2 commits
  10. 06 Apr, 2010 3 commits
  11. 05 Apr, 2010 1 commit
  12. 02 Apr, 2010 4 commits
  13. 01 Apr, 2010 4 commits
  14. 31 Mar, 2010 2 commits
    • faa's avatar
      update russian GUI · 55cc3e20
      faa authored
      55cc3e20
    • charras's avatar
      ++Pcbnew · 5f5620a1
      charras authored
      Pcbnew: Fixed an issue in GERBER file creation, under Vista and W7 only for non administrator users
      Plot files were 0 byte length.
      This was due to use of function tmpfile() in a GERBER function to create a temporary file that seems not working using mingw.
      Replaced by more usual files functions.
      5f5620a1