1. 22 Feb, 2010 1 commit
    • stambaughw's avatar
      USE_WX_ZOOM clean up and other minor improvements. · aab2f8a7
      stambaughw authored
      * Make USE_WX_ZOOM clipping routine actually clip rather than just test
        if line needs drawn.
      * Clean up as many USE_WX_ZOOM #ifdefs as possible.
      * Minor coordinate rounding improvements.
      * Minor scrolling and panning improvements.
      * Remove unused KicadGraphicContext object code.
      aab2f8a7
  2. 21 Feb, 2010 1 commit
  3. 20 Feb, 2010 1 commit
    • dickelbeck's avatar
      DSNLEXER now supports: · 6700c604
      dickelbeck authored
          1)  nested quotes.  This is in anticipation of broader usage of the
              file type/syntax.  A string like this in the file:
                  "my ""favorate"" string"
              can be returned as
                  my "favorite" string
          2)  CommentsAsTokens is implemented, so you can ask the lexer to return
              comments as tokens, so they can be preserved.  The default is to ignore
              them.  A comment is defined as any line that has # as its first
              non-blank character.  (This means comments cannot follow anything else
              on a line.)
      6700c604
  4. 19 Feb, 2010 4 commits
  5. 18 Feb, 2010 1 commit
  6. 17 Feb, 2010 1 commit
  7. 16 Feb, 2010 2 commits
  8. 15 Feb, 2010 1 commit
  9. 14 Feb, 2010 1 commit
  10. 12 Feb, 2010 2 commits
  11. 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
  12. 10 Feb, 2010 3 commits
    • stambaughw's avatar
      USE_WX_ZOOM fixes. · 5591ccd4
      stambaughw authored
      * Corrected over zealous clipping fix in last commit.
      * Tweaked clip box rectangle size.
      * Fixed cross hair cursor drawing bug.
      5591ccd4
    • viknn's avatar
      8be7f467
    • stambaughw's avatar
      Minor drawing and build bug fixes. · f69a4914
      stambaughw authored
      * Fixed clipping bug when USE_WX_ZOOM is enabled that causes rats nest
        to be drawn incorrectly.
      * Fix ambiguous function error in trigo.cpp when building with MSVS.
      * Add instructions for building wxWidgets with graphics context
        enabled (GDI+) using MinGW/MSYS to COMPILING.txt.
      * Initial EESchema find dialog work.
      * Set modified flag when using PCBNew global deletion dialog to prevent
        closing without warning user of changes.
      f69a4914
  13. 09 Feb, 2010 1 commit
  14. 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
  15. 07 Feb, 2010 2 commits
  16. 06 Feb, 2010 1 commit
  17. 04 Feb, 2010 1 commit
  18. 02 Feb, 2010 1 commit
  19. 01 Feb, 2010 1 commit
  20. 31 Jan, 2010 1 commit
  21. 30 Jan, 2010 1 commit
  22. 29 Jan, 2010 3 commits
  23. 28 Jan, 2010 1 commit
  24. 26 Jan, 2010 1 commit
  25. 24 Jan, 2010 1 commit
    • charras's avatar
      OSX fixes. · 0f366f84
      charras authored
      Better code in fast draw grid algo (drawpanel.cpp):must be faster, and minor refresh problems removed under wxGTK
      0f366f84
  26. 23 Jan, 2010 1 commit
  27. 22 Jan, 2010 1 commit
    • stambaughw's avatar
      Minor fixes and code cleaning. · 7ab4a9bf
      stambaughw authored
      * Remove redundant background redrawing RedrawActiveWindow.
      * Remove redundant managed cursor callback in RedrawActiveWindow.
      * Use refresh to redraw instead of directly calling RedrawActiveWindow.
      * Remove unused SetDrawBgColor for drawframe.cpp.
      * Fix compiler warning in cvpcb/cvframe.cpp.
      * Fix menu spelling and syntax errors in pcbnew.
      * Rename Trace_Curseur to DrawCursor in common/drawpanel.cpp.
      7ab4a9bf
  28. 20 Jan, 2010 1 commit
  29. 19 Jan, 2010 1 commit
  30. 18 Jan, 2010 1 commit