1. 28 Jan, 2011 1 commit
  2. 21 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema code refactoring and coding policy naming fixes. · 73e38ce9
      Wayne Stambaugh authored
      * Move schematic wire and bus break code into schematic screen object.
      * Move schematic test for dangling ends into schematic screen object.
      * Remove left over debugging output in schematic screen object.
      * Remove unused file eeschema/cleanup.cpp.
      * Fix bug in schematic line object hit test algorithm.
      * Fix a string concatenation compile error added in r2752.
      * Rename class WinEDA_BasicFrame to EDA_BASE_FRAME.
      * Rename class WinEDA_DrawFrame to EDA_DRAW_FRAME.
      * Rename class WinEDA_DrawPanel to EDA_DRAW_PANEL.
      73e38ce9
  3. 18 Dec, 2010 1 commit
  4. 17 Dec, 2010 1 commit
  5. 14 Dec, 2010 1 commit
  6. 12 Nov, 2010 2 commits
  7. 01 Nov, 2010 1 commit
  8. 04 Oct, 2010 1 commit
  9. 26 Sep, 2010 1 commit
  10. 19 Sep, 2010 1 commit
  11. 18 Sep, 2010 2 commits
  12. 05 Sep, 2010 1 commit
  13. 03 Sep, 2010 1 commit
  14. 24 Aug, 2010 1 commit
  15. 26 Jul, 2010 1 commit
  16. 21 Jul, 2010 1 commit
  17. 20 Jul, 2010 1 commit
    • jean-pierre charras's avatar
      Fixed very minor issues. · 5605ce89
      jean-pierre charras authored
      Fixed compil warning under wxWidgets 2.9.1.
      File beautification
      Statring using wxTextEntryDialog instead of Get_Message (because Get_Message does not handle properly cancel option)
      5605ce89
  18. 11 Jul, 2010 1 commit
  19. 29 May, 2010 1 commit
  20. 17 May, 2010 1 commit
    • Wayne Stambaugh's avatar
      Open file dialog fixes and minor code cleaning. · 5ce9c9a9
      Wayne Stambaugh authored
      * Fix a minor problem with wxFileDialog to open a file that no longer
        exists in PCBNew.
      * Make GerbView open file behavior the same as PCBNew.
      * Remove redundant PCB file wild card definition.
      * Add open file refactor task to the todo list.
      * Fix some minor code formatting issues.
      5ce9c9a9
  21. 16 May, 2010 1 commit
  22. 09 May, 2010 1 commit
  23. 20 Apr, 2010 1 commit
  24. 25 Mar, 2010 1 commit
  25. 02 Mar, 2010 1 commit
  26. 28 Feb, 2010 2 commits
  27. 24 Feb, 2010 1 commit
  28. 20 Feb, 2010 3 commits
  29. 19 Feb, 2010 2 commits
  30. 17 Feb, 2010 1 commit
  31. 14 Feb, 2010 1 commit
  32. 11 Feb, 2010 1 commit
    • stambaughw's avatar
      More USE_WX_ZOOM bug fixes. · ac826545
      stambaughw authored
      * Changed line clipping function in gr_basic.cpp when USE_WX_ZOOM is
        enabled.
      * Set wxDC clipping region to client size when drawing outside of paint
        event handler.
      * Updated kicad and eeschema CMake files as the common library now
        requires linking to the polygon library.
      ac826545
  33. 08 Feb, 2010 1 commit
    • stambaughw's avatar
      Implement wxDC coordinate handling and wxGCDC. · 3066c705
      stambaughw authored
      * Implement code to allow wxDC to handle coordinate conversions between
        device and drawing units.
      * Add build settings to enable wxGCDC for wxGraphicsContext testing.
      * Remove wxAUI conditional build cruft as it is now required to build
        Kicad.
      * Fix scroll increment size regression to prevent jumping around the
        zoom center position.
      * Add find GDI+ cmake module for building on WXMSW when wxGraphicsContext
        is enabled.
      3066c705
  34. 18 Jan, 2010 1 commit