1. 24 Mar, 2012 1 commit
  2. 22 Mar, 2012 2 commits
  3. 20 Mar, 2012 3 commits
  4. 19 Mar, 2012 2 commits
  5. 17 Mar, 2012 2 commits
  6. 16 Mar, 2012 1 commit
  7. 15 Mar, 2012 1 commit
  8. 12 Mar, 2012 1 commit
    • jean-pierre charras's avatar
      Eeschema: minor fixes: · 396538e1
      jean-pierre charras authored
      * make 2 bitmaps more visible.
      * fix incorrect screen redraw when rotating a component.
      * netlist : the pcbnew advanced format can be now stored (persistant option) in project config.
      396538e1
  9. 09 Mar, 2012 1 commit
    • jean-pierre charras's avatar
      Dialog exit: better icon. · 909c2a60
      jean-pierre charras authored
      Pcbnew:
       * graphic_item_properties_base.fbp * dialog pad edit: make some strings more easier to translate.
       * global pad edition: fix a bug that change pad position instead of pad size (round pas only).
      Eeschema:
       * fix a bug: new created wires were not alwaes shows until the screen was redrawn.
      909c2a60
  10. 08 Mar, 2012 1 commit
  11. 07 Mar, 2012 1 commit
    • jean-pierre charras's avatar
      All: try to fix incorrect acs in plot SVG under wxWidgets 2.9: · 5e5ec6f1
      jean-pierre charras authored
      wxWidgets 2.9 knows wxSVGFILEDC device context.
      Unfortunately, arcs are drawn as pies (this is a feature, not a bug).
      This is not correct for Kicad.
      So Kicad has its own wxSVGFILEDC (named KicadSVGFileDC) that is basically the same as wxSVGFILEDC,
      but with arcs drawn as arcs, not pies.
      Note also under wxWidgets 2.8 does not know wxSVGFILEDC , so kicad had already its own SVG device context.
      5e5ec6f1
  12. 06 Mar, 2012 1 commit
  13. 28 Feb, 2012 1 commit
  14. 27 Feb, 2012 1 commit
  15. 26 Feb, 2012 1 commit
    • Wayne Stambaugh's avatar
      Eeschema object list and other minor improvements. · aaa1cc3e
      Wayne Stambaugh authored
      * Convert Eeschema from manually linked list to DLIST for storing
        SCH_ITEM objects.
      * Add helper functions to SCH_SCREEN for appending list of SCH_ITEM
        objects.
      * Fix bug in wire editing code for accurate undo/redo behavior.
      * Add member to DLIST to append another DLIST.
      * Other minor code cleaning.
      aaa1cc3e
  16. 24 Feb, 2012 1 commit
  17. 23 Feb, 2012 2 commits
  18. 22 Feb, 2012 3 commits
  19. 21 Feb, 2012 1 commit
  20. 20 Feb, 2012 1 commit
    • jean-pierre charras's avatar
      Fix 2 minor bugs: · 477e98dc
      jean-pierre charras authored
      * Pcbnew: in hight contrast mode the 'V' hotkey did not always refresh the screen.
      * Eeschema: incorrect print scale when the option 'Show page limits' is disable.
      477e98dc
  21. 19 Feb, 2012 1 commit
  22. 17 Feb, 2012 1 commit
  23. 16 Feb, 2012 2 commits
  24. 10 Feb, 2012 1 commit
  25. 09 Feb, 2012 1 commit
  26. 05 Feb, 2012 1 commit
  27. 26 Jan, 2012 1 commit
  28. 25 Jan, 2012 1 commit
  29. 24 Jan, 2012 1 commit
  30. 23 Jan, 2012 2 commits