1. 19 Jan, 2013 1 commit
  2. 13 Jan, 2013 1 commit
  3. 12 Jan, 2013 1 commit
    • Wayne Stambaugh's avatar
      Base object decoupling improvements. · f8a56d44
      Wayne Stambaugh authored
      * Improve MSG_PANEL_ITEM to handle message panel information.
      * Create containers for passing message panel items between objects and
        the message panel.
      * Rename EDA_ITEM::DisplayInfo to EDA_ITEM::GetMsgPanelInfo.
      * Remove all direct manipulation of EDA_DRAW_FRAME from all objects derived
        from EDA_ITEM.
      f8a56d44
  4. 09 Jan, 2013 1 commit
  5. 07 Jan, 2013 1 commit
  6. 03 Jan, 2013 1 commit
  7. 18 Dec, 2012 2 commits
  8. 14 Dec, 2012 1 commit
  9. 12 Dec, 2012 1 commit
  10. 11 Dec, 2012 2 commits
  11. 10 Dec, 2012 2 commits
  12. 08 Dec, 2012 1 commit
  13. 06 Dec, 2012 1 commit
  14. 29 Nov, 2012 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew print fixes and improvements. · 84c7b07e
      Wayne Stambaugh authored
      * Fix offset errors when scale factor greater is than one.
      * Changed behavior of fit in page when not drawing border and
        title block to fit board outline in page.
      * Fix offset errors when mirroring (still not 100% correct on MSW with
        wxWidgets 2.9.4).
      * Lots of the usual code cleaning and simplifying.
      84c7b07e
  15. 24 Nov, 2012 1 commit
  16. 23 Nov, 2012 1 commit
  17. 19 Nov, 2012 1 commit
    • Dick Hollenbeck's avatar
      Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and · 2aa27122
      Dick Hollenbeck authored
      their type, by using the more abstract PLUGIN::Footprint*() functions.
      
      This is an intermediate phase only, other changes will be necessary as library table support comes in.
      Encapsulate usage of library path searching, since that will go away as library table support comes in.
      Add FOOTPRINT_EDIT_FRAME::{get,set}LibPath() and FOOTPRINT_EDIT_FRAME::{get,set}LibNickName() functions
      to provide this encapsulation.
      2aa27122
  18. 16 Nov, 2012 1 commit
  19. 05 Nov, 2012 1 commit
  20. 31 Oct, 2012 1 commit
  21. 18 Oct, 2012 1 commit
  22. 17 Oct, 2012 2 commits
  23. 16 Oct, 2012 1 commit
  24. 15 Oct, 2012 1 commit
  25. 13 Oct, 2012 1 commit
  26. 09 Oct, 2012 1 commit
  27. 05 Oct, 2012 2 commits
  28. 04 Oct, 2012 1 commit
  29. 03 Oct, 2012 1 commit
  30. 24 Sep, 2012 1 commit
  31. 22 Sep, 2012 1 commit
  32. 20 Sep, 2012 2 commits
    • jean-pierre charras's avatar
      b1c9c542
    • jean-pierre charras's avatar
      dcsvg (and therefore KicadSVGFileDC) is now unused. Use SVG plotter only to... · 9e096061
      jean-pierre charras authored
      dcsvg (and therefore KicadSVGFileDC)  is now unused. Use SVG plotter only to export a board SVG file.
      SVG export does not use no more wxWidgets wxDC.
      In pcbnew SVG files can be created by plot menu (in B&W) or export SVG menu (B&W or Color).
      Export SVG menu is more suitable to create a view of a board, and plot menu is better to create a B&W document of silkscreen layers.
      (In the future, the 2 menus could be merged, because they are not very different).
      Note: pcbnew plot code is cleaned, mainly in dialog files, but still needs more cleanup.
      9e096061
  33. 17 Sep, 2012 1 commit
  34. 15 Sep, 2012 1 commit