- 22 Feb, 2010 1 commit
-
-
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 1 commit
-
-
charras authored
-
- 20 Feb, 2010 1 commit
-
-
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.)
-
- 19 Feb, 2010 4 commits
-
-
dickelbeck authored
use size of first element in case the size of an element changes from that of a pointer in the future
-
charras authored
-
charras authored
-
charras authored
-
- 18 Feb, 2010 1 commit
-
-
charras authored
-
- 17 Feb, 2010 1 commit
-
-
charras authored
-
- 16 Feb, 2010 2 commits
- 15 Feb, 2010 1 commit
-
-
charras authored
-
- 14 Feb, 2010 1 commit
-
-
charras authored
All: added in popup menus hotkeys info for zoom commands
-
- 12 Feb, 2010 2 commits
-
-
dickelbeck authored
-
charras authored
Fixing vertical size of the design rules dialog to meet our minimal screen size requirement (768 pixels height)
-
- 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 3 commits
-
-
stambaughw authored
* Corrected over zealous clipping fix in last commit. * Tweaked clip box rectangle size. * Fixed cross hair cursor drawing bug.
-
viknn authored
-
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
-
-
charras 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.
-
- 07 Feb, 2010 2 commits
-
-
vesa_solonen authored
-
charras authored
-
- 06 Feb, 2010 1 commit
-
-
charras authored
-
- 04 Feb, 2010 1 commit
-
-
charras authored
Some fixes.
-
- 02 Feb, 2010 1 commit
-
-
faa authored
-
- 01 Feb, 2010 1 commit
-
-
charras authored
-
- 31 Jan, 2010 1 commit
-
-
charras authored
removed global variables and a lot of redundancies
-
- 30 Jan, 2010 1 commit
-
-
charras authored
-
- 29 Jan, 2010 3 commits
-
-
charras authored
-
charras authored
hide/show rastnest in pcbnew is currently not working, will be fixed soon
-
dickelbeck authored
-
- 28 Jan, 2010 1 commit
-
-
charras authored
Pcbnew :added option to show/hide footprints values and/or references
-
- 26 Jan, 2010 1 commit
-
-
charras authored
-
- 24 Jan, 2010 1 commit
-
-
charras authored
Better code in fast draw grid algo (drawpanel.cpp):must be faster, and minor refresh problems removed under wxGTK
-
- 23 Jan, 2010 1 commit
-
-
charras authored
fixed minor problems and fixed Layer Alignment Target bug.
-
- 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.
-
- 20 Jan, 2010 1 commit
-
-
charras authored
-
- 19 Jan, 2010 1 commit
-
-
charras authored
Code cleaning. Patch for 3D problem with macOSX
-
- 18 Jan, 2010 1 commit
-
-
jerryjacobs authored
-