1. 29 Apr, 2015 1 commit
  2. 14 Apr, 2015 2 commits
  3. 04 Jan, 2015 1 commit
  4. 31 Oct, 2014 2 commits
  5. 28 Oct, 2014 1 commit
  6. 13 Oct, 2014 1 commit
  7. 06 Oct, 2014 1 commit
  8. 02 Oct, 2014 1 commit
  9. 30 Sep, 2014 2 commits
  10. 14 Sep, 2014 1 commit
    • unknown's avatar
      Patch for the Python footprint wizard helpers. This adds a few more drawing... · c1e0a8d0
      unknown authored
      Patch for the Python footprint wizard helpers. This adds a few more drawing functions, such as for circles, and also uses a matrix-based transform stack with greatly simplifies constructing footprints consisting of regularly spaced elements (e.g. in lines, grids, circles, or some list of points that you specify).
      This fixes bug #1366299
      c1e0a8d0
  11. 14 Jul, 2014 1 commit
  12. 02 Jul, 2014 1 commit
  13. 15 May, 2014 1 commit
  14. 02 May, 2014 2 commits
  15. 25 Apr, 2014 1 commit
  16. 23 Apr, 2014 1 commit
  17. 27 Mar, 2014 1 commit
  18. 13 Feb, 2014 1 commit
  19. 12 Feb, 2014 1 commit
  20. 08 Feb, 2014 1 commit
  21. 02 Feb, 2014 1 commit
  22. 01 Nov, 2013 2 commits
  23. 25 Sep, 2013 1 commit
  24. 21 Sep, 2013 2 commits
  25. 20 Sep, 2013 1 commit
    • Build System's avatar
      Adds target to build doxygen-python documentation, that take · a602c1b2
      Build System authored
      pcbnew.py + doxygen-xml files, and build .i files with docstrings,
      those .i files are included back again to build a pcbnew.py with
      extended documentation from C++, finally we take the final pcbnew.py
      to build the doxygen-python documentation
      a602c1b2
  26. 28 Aug, 2013 1 commit
  27. 29 Jul, 2013 1 commit
  28. 01 May, 2013 1 commit
    • Lorenzo Marcantonio's avatar
      Angle and distances cleanup (preparing for angles in doubles) · 0e903dba
      Lorenzo Marcantonio authored
      - Removed spurious int casts (these are truncated anyway and will break
        doubles)
      
      - Applied the Distance, GetLineLength, EuclideanNorm, DEG2RAD, RAD2DEG
        ArcTangente and NORMALIZE* functions where possible
      
      - ArcTangente now returns double and handles the 0,0 case like atan2, so
        it's no longer necessary to check for it before calling
      
      - Small functions in trigo moved as inline
      0e903dba
  29. 18 Apr, 2013 1 commit
  30. 06 Apr, 2013 1 commit
  31. 17 Mar, 2013 2 commits
  32. 16 Mar, 2013 2 commits