1. 19 Mar, 2010 1 commit
  2. 18 Mar, 2010 1 commit
    • charras's avatar
      Eeschema · 7f23d262
      charras authored
      * Some bugs fixed
      * Starting enhancements in Libedit: menubar and commands to "plot" current component in PNG or SVF file (SVG file not fully working, must be refined)
      7f23d262
  3. 16 Mar, 2010 1 commit
    • stambaughw's avatar
      New EESchema find dialog and other minor fixes. · 1bbc009d
      stambaughw authored
      * Replaced find dialog with wxFormBuilder version.
      * New find dialog is modeless, supports more advanced search features,
        remembers it's last position, size, search history, and search settings,
        and implements initial support for replacing.
      * Added Shift+F5 hot key to search for next DRC marker.  F5 now just
        repeats previous search.
      * Minor cosmetic enhancements to label edit dialog.
      * Remove tab from grid size text printf to fix toolbar grid combobox
        display in wxGTK.
      * Updated my TODO list items.
      1bbc009d
  4. 14 Mar, 2010 1 commit
  5. 12 Mar, 2010 1 commit
  6. 11 Mar, 2010 1 commit
  7. 08 Mar, 2010 2 commits
  8. 03 Mar, 2010 2 commits
    • dickelbeck's avatar
      sorry · d438cf68
      dickelbeck authored
      d438cf68
    • dickelbeck's avatar
      ++common · 2decdbdd
      dickelbeck authored
        * DSNLEXER now owns an abstract LINE_READER by pointer so that polymorphism
          can be used in alternative LINE_READERS.
        * Write FILE_LINE_READER and STRING_LINE_READER.  The latter can be used
          to parse text coming from the clipboard or other string source.
      
      2decdbdd
  9. 02 Mar, 2010 2 commits
  10. 28 Feb, 2010 2 commits
  11. 26 Feb, 2010 1 commit
  12. 25 Feb, 2010 1 commit
  13. 23 Feb, 2010 2 commits
  14. 22 Feb, 2010 2 commits
  15. 21 Feb, 2010 1 commit
  16. 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
  17. 19 Feb, 2010 4 commits
  18. 18 Feb, 2010 1 commit
  19. 17 Feb, 2010 1 commit
  20. 16 Feb, 2010 2 commits
  21. 15 Feb, 2010 1 commit
  22. 14 Feb, 2010 1 commit
  23. 12 Feb, 2010 2 commits
  24. 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
  25. 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
  26. 09 Feb, 2010 1 commit
  27. 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