1. 05 Feb, 2011 2 commits
    • jean-pierre charras's avatar
      CvPcb: Code cleanup. Rename WinEDA_CvpcbFrame to CVPCB_MAINFRAME, according to coding style policy. · 9370dd83
      jean-pierre charras authored
      Change in CvPcb: CvPcb does not use now .dcm files, only .mod files  to read modules keywords and doc
      9370dd83
    • Wayne Stambaugh's avatar
      EESchema improvements and other minor fixes. · 0d8cb9b5
      Wayne Stambaugh authored
      * Remove base screen methods from draw frame object and correct current
        screen methods in derived objects.
      * Move restore old wires function code into schematic screen object.
      * Make add junction method use current screen position instead of store
        position.
      * Move poly line ghosting function into the delete current segment method
        as that was the only place is was being used.
      * Add method to base schematic object of testing if object has a label
        that can be incremented.
      * Simplified the schematic hierarchy traversing code.
      * PCBNew Doxygen warning fixes.
      0d8cb9b5
  2. 03 Feb, 2011 1 commit
    • Wayne Stambaugh's avatar
      Changes to use cursor position as parameter and snap to grid settings. · 50f063da
      Wayne Stambaugh authored
      * Changed managed cursor callback definition to include the current
        cursor drawing position.
      * Modified all managed cursor callbacks to match new definition.
      * Added snap to grid option to base drawing frame object.
      * Changed add no connect managed cursor callback to use new position
        parameter instead of the stored one.
      * Lots of coding policy fixes.
      50f063da
  3. 01 Feb, 2011 1 commit
  4. 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
  5. 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
  6. 14 Jan, 2011 1 commit
  7. 12 Jan, 2011 1 commit
  8. 21 Dec, 2010 1 commit
  9. 17 Dec, 2010 1 commit
  10. 14 Dec, 2010 1 commit
  11. 29 Nov, 2010 1 commit
  12. 12 Nov, 2010 3 commits
  13. 07 Nov, 2010 2 commits
  14. 28 Oct, 2010 1 commit
  15. 05 Oct, 2010 1 commit
  16. 19 Sep, 2010 1 commit
  17. 11 Sep, 2010 1 commit
  18. 03 Sep, 2010 1 commit
  19. 24 Aug, 2010 1 commit
  20. 12 Jul, 2010 1 commit
    • Dick Hollenbeck's avatar
      A little useful feature: even if the default unit can be changed between · bc14e66d
      Dick Hollenbeck authored
      inches and mm, the industry is crazy enough to force us with mixed
      design. For example I routinely use imperial units for track size and
      clearance, but drilling is strictly a metric issue...
      
      So I added a little parser to recognize a suffix specification in the
      unit text boxes... so you can put in things like:
      1in (1 inch)
      1" (idem)
      25th (25 thou)
      25mi (25 mils, the same)
      6mm (6 mm, obviously)
      
      The rules are: spaces between the number and the unit are accepted, only
      the first two letters are significant.
      
      As a bonus, it also recognize the period (.) as a decimal point
      substituting it with the correct locale character (there was a wishlist
      for it, IIRC). Most useful for number pad fans :D 
      bc14e66d
  21. 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
  22. 16 May, 2010 1 commit
  23. 09 May, 2010 1 commit
  24. 03 May, 2010 1 commit
  25. 20 Apr, 2010 1 commit
  26. 16 Apr, 2010 1 commit
  27. 13 Apr, 2010 1 commit
  28. 02 Apr, 2010 1 commit
  29. 26 Feb, 2010 1 commit
  30. 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
  31. 21 Feb, 2010 1 commit
  32. 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
  33. 05 Feb, 2010 1 commit
  34. 01 Feb, 2010 1 commit
  35. 29 Jan, 2010 1 commit
  36. 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