1. 16 Mar, 2015 4 commits
  2. 15 Mar, 2015 5 commits
  3. 14 Mar, 2015 3 commits
  4. 13 Mar, 2015 2 commits
  5. 12 Mar, 2015 1 commit
  6. 11 Mar, 2015 5 commits
  7. 10 Mar, 2015 14 commits
  8. 09 Mar, 2015 4 commits
  9. 06 Mar, 2015 2 commits
    • jean-pierre charras's avatar
      Fix minor issues: plot svg did not handle dashed lines. · 086ff54e
      jean-pierre charras authored
      Eeschema now uses dashed lines for graphic lines (to be consistent with plot functions and toolbal icon).
      Fix an old bug in some envionments which warp the mouse on a bad monitor when opening eeschema, pcbnew and some other windows, only noticeable guys who are lucky enough to have more than one monitor.
      086ff54e
    • Alexander Golubev's avatar
      fix several -Woverloaded-virtual warnings in common/* dir · f2ce42dd
      Alexander Golubev authored
       - CACHED_CONTAINER::GetVertices: removed useless and unused function
         which does nothing but tainted the API
       - SHAPE_LINE_CHAIN::Collide( const BOX2I& aBox, int aClearance ):
         removed an outdated function with assert(false)
       - SHAPE::BBox(): fix a small typo in the doc string
      f2ce42dd