1. 10 Jun, 2013 1 commit
  2. 07 Jun, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Introduce "invoke_a_dialog.h" to information hide between top frame · 515f5fbe
      Dick Hollenbeck authored
         and various DIALOG classes called from top frames.  See comments in
         {eeschema,pcbnew}/invoke_a_dialog.h.
      *) Move some dialog classes into *.cpp files from *.h files.
      *) void SCH_EDIT_FRAME::OnErc( wxCommandEvent& event ) was opening the modeless
         ERC dialog more than once if icon was clicked more than once.
      *) Remove BOM stuff.
      515f5fbe
  3. 27 May, 2013 1 commit
  4. 22 May, 2013 1 commit
  5. 12 Mar, 2013 1 commit
  6. 28 Sep, 2012 1 commit
  7. 02 Sep, 2012 2 commits
  8. 29 Aug, 2012 1 commit
  9. 16 Aug, 2012 1 commit
  10. 15 Aug, 2012 1 commit
  11. 09 Jul, 2012 1 commit
  12. 26 Apr, 2012 2 commits
  13. 25 Apr, 2012 1 commit
  14. 16 Apr, 2012 1 commit
  15. 13 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      More internal unit improvements. · 57d75a75
      Wayne Stambaugh authored
      * Move all convert from internal to user units functions into separate file.
      * Remove internal units parameter from all moved conversion functions.
      * Revise all source code that calls the moved conversion functions.
      * Compile these conversion routines separately for the appropriate pcb or
        schematic internal units.
      * Move internal units specific status bar update code into the appropriate
        application for updating the status bar.
      * Move millimeter user units rounding function to common.cpp.
      57d75a75
  16. 26 Mar, 2012 1 commit
  17. 20 Feb, 2012 1 commit
    • jean-pierre charras's avatar
      Fix 2 minor bugs: · 477e98dc
      jean-pierre charras authored
      * Pcbnew: in hight contrast mode the 'V' hotkey did not always refresh the screen.
      * Eeschema: incorrect print scale when the option 'Show page limits' is disable.
      477e98dc
  18. 23 Jan, 2012 1 commit
  19. 05 Jan, 2012 1 commit
  20. 04 Jan, 2012 1 commit
    • jean-pierre charras's avatar
      Fix bug 910364: When a footprint saved in a .mod file is not on front layer... · 5a96588e
      jean-pierre charras authored
      Fix bug 910364: When a footprint saved in a .mod file is not on front layer and/or not with orientation 0 degree, the Module editor load it incorrectly.
      note:  the Module editor save it with default orientation and layer, but the archive function does not, so some footprints can be not editable.
      TODO: modify the Archive Function to use the default layer / orientation.
      5a96588e
  21. 29 Dec, 2011 1 commit
  22. 22 Dec, 2011 1 commit
  23. 08 Dec, 2011 1 commit
  24. 06 Sep, 2011 1 commit
  25. 21 May, 2011 1 commit
  26. 29 Mar, 2011 1 commit
  27. 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
  28. 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
  29. 11 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      Build default change and minor schematic screen object improvements. · 2a603275
      Wayne Stambaugh authored
      * Change default build to enable wxDC zooming.
      * Move sheet label find function into SCH_SCREEN object.
      * Move draw screen items function into SCH_SCREEN object.
      * Remove redundant page print method from SCH_EDIT_FRAME.
      * Add method to hit test for all items in SCH_SCREEN.
      * Add method for testing if junction is required in SCH_SCREEN.
      * Fix Doxygen waring in help_common_strings.h
      2a603275
  30. 08 Dec, 2010 1 commit
  31. 29 Nov, 2010 1 commit
  32. 11 Nov, 2010 1 commit
  33. 10 Nov, 2010 1 commit
  34. 15 Sep, 2010 1 commit
  35. 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
  36. 24 Feb, 2010 1 commit
  37. 16 Feb, 2010 1 commit
  38. 02 Feb, 2010 1 commit
    • stambaughw's avatar
      EESchema printing fixes and print dialog improvements. · 9a6f753c
      stambaughw authored
      * Remove unnecessary options from EESchema print dialog.
      * Expose page setup dialog to fix page orientation problems on wxGTK.
      * Added custom schematic print preview frame.
      * Print dialog and preview frame remember size and position settings
        between sessions.
      * Added monochrome and print sheet reference settings to project file.
      9a6f753c