1. 01 Oct, 2011 1 commit
  2. 24 Sep, 2011 1 commit
  3. 23 Sep, 2011 2 commits
  4. 07 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Lots and lots of PCBNew code cleaning and fix build bug introduced in r3108. · 0c443357
      Wayne Stambaugh authored
      * Changed <wx-2.8/xml/xml.h> to "xnode.h" in pcbnew_config.cpp to fix bug
        when building against wxWidgets 2.9 and above.
      * Convert broken wxXmlNode code to use XNODE.
      * Overloaded XNODE constructor for creating child nodes.
      * Translate French naming conventions.
      * Translate French comments.
      * Remove tabs from several source files.
      * Coding style policy and Doxygen comment fixes.
      0c443357
  5. 06 Sep, 2011 1 commit
  6. 08 Aug, 2011 1 commit
  7. 14 Jul, 2011 1 commit
  8. 13 May, 2011 1 commit
  9. 29 Mar, 2011 1 commit
  10. 27 Feb, 2011 1 commit
    • jean-pierre charras's avatar
      Eeschema: · 4ca6c4fb
      jean-pierre charras authored
      * fix incorrect bounding box size calculation of schematic components.
      * fix incorrect bounding box position and size used when schematic components are not found in lib (dummy lib componen used).
      Pcbnew:
      * Fix issues in block selection for arcs in modedit. Minor code cleaning.
      CopyToClipboard: fix incorrect call to PrintPage (bad parameters)
      4ca6c4fb
  11. 13 Feb, 2011 1 commit
  12. 30 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      Use wxDC for all coordinate manipulations. · d657b430
      Wayne Stambaugh authored
      * Remove all occurrences if #ifdef USE_WX_ZOOM and all associated code within
        the #else/#endif block ( old zoom code ).
      * Removed the build option for USE_WX_ZOOM from CMakeList.txt and config.h.in.
      * Removed all scaling code in base screen object.
      * Fixed buffered paint and buffered client DC on Windows.  Buffering works
        properly on Linux and Windows.
      * Modified kicad_device_context.h to automatically uses buffering on platforms
        where double buffering is supported natively.
      * Remove all of the scaled versions of the drawing functions in gr_basic.cpp
        and any support code.
      * Removed all traces of ActiveScreen global variable from eeschema and
        gerbview.
      * Renamed Recadre_Trace to RedrawScreen in draw frame object.
      * Renamed PostDirtyRect to RefreshDrawingRect in draw panel object.
      * Lots of code cleaning an Doxygen comment improvements.
      d657b430
  13. 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
  14. 14 Jan, 2011 1 commit
  15. 29 Dec, 2010 1 commit
  16. 20 Dec, 2010 1 commit
  17. 11 Nov, 2010 1 commit
  18. 25 Oct, 2010 1 commit
  19. 05 May, 2010 1 commit
  20. 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
  21. 31 Jan, 2010 1 commit
  22. 29 Jan, 2010 1 commit
  23. 12 Nov, 2009 1 commit
    • stambaughw's avatar
      Comment translations. · 4611bfd5
      stambaughw authored
      * Completed translation of all kicad source.
      * Translated source files A through C in pcbnew.
      4611bfd5
  24. 28 Oct, 2009 1 commit
  25. 16 Oct, 2009 1 commit
    • stambaughw's avatar
      wxWidgets 2.9 string fixes and other minor updates. · 7e24e438
      stambaughw authored
      * Replace all known instances of (const wxChar*) casts to GetChars() for
        wxWidgets 2.9 compatibility.
      * Cleaned up get component dialog so last part gets saved on wild card
        selections.
      * Remove redundant schematic component drawing code.
      * Added SCH_COMPONENT constructor to create new component from library
        component object.
      * Add message panel helpers to WinEDA_DrawFrame and update old message
        panel access code.
      * Using library viewer to add component to schematic now respects unit
        and body style selection.
      7e24e438
  26. 11 Oct, 2009 1 commit
  27. 10 Oct, 2009 1 commit
  28. 01 Aug, 2009 1 commit
  29. 25 Jun, 2009 1 commit
  30. 17 Apr, 2009 1 commit
  31. 05 Apr, 2009 1 commit
  32. 04 Feb, 2009 1 commit
  33. 29 Jan, 2009 1 commit
  34. 04 Dec, 2008 1 commit
  35. 24 Nov, 2008 1 commit
  36. 02 Nov, 2008 1 commit
  37. 05 May, 2008 1 commit
  38. 01 Apr, 2008 1 commit
  39. 04 Mar, 2008 1 commit