1. 01 Mar, 2012 1 commit
  2. 28 Feb, 2012 1 commit
  3. 26 Feb, 2012 3 commits
  4. 25 Feb, 2012 2 commits
  5. 24 Feb, 2012 3 commits
  6. 23 Feb, 2012 3 commits
  7. 22 Feb, 2012 4 commits
  8. 21 Feb, 2012 3 commits
  9. 20 Feb, 2012 5 commits
    • 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
    • Dick Hollenbeck's avatar
      update TODO.txt with personal items · aaa62cdd
      Dick Hollenbeck authored
      aaa62cdd
    • Dick Hollenbeck's avatar
      Miguel's changes · b6cae6fe
      Dick Hollenbeck authored
      b6cae6fe
    • Dick Hollenbeck's avatar
      * Remove virtual BOARD_ITEM::{Get,Set}Position() which in turn means all · c2fa1b88
      Dick Hollenbeck authored
          derived classes' implementations of these functions become non virtual and
          can be truly _inlined_ for speed!  All GetPosition() in derived classes were also
          changed to return const wxPoint&, that is, a reference rather than a
          full copy of the position wxPoint. There was no need for polymorphism in
          {Get,Set}Position() since we never call these functions via generic pointer.
        * Remove BOARD::{Get,Set}Position() since they were only there to satisfy
          the pure virtuals established in BOARD_ITEM, which are now gone.
        * Added const wxPoint& CPolyLine::GetPos(), made CPolyLine::Get{X,Y}() inline.
        * Derive CPolyPt from wxPoint so we can return "const wxPoint&" fromt
          CPolyLine::GetPos().
      c2fa1b88
    • Dick Hollenbeck's avatar
      see CHANGELOG.txt · 107ef8f1
      Dick Hollenbeck authored
      107ef8f1
  10. 19 Feb, 2012 5 commits
  11. 17 Feb, 2012 1 commit
  12. 16 Feb, 2012 2 commits
  13. 15 Feb, 2012 3 commits
  14. 13 Feb, 2012 1 commit
  15. 12 Feb, 2012 1 commit
  16. 11 Feb, 2012 2 commits