- 23 Feb, 2010 1 commit
-
-
charras authored
All: fixing a recent problem when using scroll bars: the full screen was redrawn, that can be very slow in Pcbnew.
-
- 22 Feb, 2010 2 commits
-
-
charras authored
-
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.
-
- 21 Feb, 2010 3 commits
- 20 Feb, 2010 1 commit
-
-
charras authored
-
- 19 Feb, 2010 1 commit
-
-
charras authored
-
- 18 Feb, 2010 1 commit
-
-
charras authored
-
- 17 Feb, 2010 2 commits
- 16 Feb, 2010 4 commits
- 15 Feb, 2010 1 commit
-
-
charras authored
eeschema, fixed : after a change in library list (Preference menu) the library cache was the first in priority list (now it is the last ,as it does)
-
- 14 Feb, 2010 2 commits
- 13 Feb, 2010 2 commits
- 12 Feb, 2010 4 commits
-
-
dickelbeck authored
-
charras authored
-
charras authored
-
faa authored
-
- 11 Feb, 2010 1 commit
-
-
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.
-
- 10 Feb, 2010 2 commits
-
-
charras authored
(two scrolling parameters were different when calling SetScroolBars in drawframe.cpp and hierarch.cpp
-
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.
-
- 09 Feb, 2010 1 commit
-
-
viknn authored
-
- 08 Feb, 2010 1 commit
-
-
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.
-
- 04 Feb, 2010 2 commits
- 02 Feb, 2010 1 commit
-
-
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.
-
- 01 Feb, 2010 2 commits
- 29 Jan, 2010 1 commit
-
-
charras authored
hide/show rastnest in pcbnew is currently not working, will be fixed soon
-
- 28 Jan, 2010 1 commit
-
-
charras authored
Pcbnew :added option to show/hide footprints values and/or references
-
- 27 Jan, 2010 1 commit
-
-
faa authored
-
- 24 Jan, 2010 1 commit
-
-
charras authored
* in variable names, change non existent word Hight to High * Remove redundant tool in left toolbar (option toolbar) (this option is now in layers manager) * Show layers in horizontal combo box in same order as in layer manager. ++all: minor code cleaning.
-
- 22 Jan, 2010 1 commit
-
-
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.
-
- 21 Jan, 2010 1 commit
-
-
charras authored
-