kicad/Documentation
jean-pierre charras cc36a80e80 Modify my previous patch about zoom issues in eeschema (remove zoom limitations).
Also fix a minor zoom page issue in Libedit.
wxMSW, version 2.8.x must be patched.
Some zoom values smaller than 3 to 5 create artifacts on screen, mainly values < 1.
(corresponding to draw scale factor > 1 )

 * see http://trac.wxwidgets.org/ticket/9554
 
This is fixed in version 2.9.x
Workaround: ( that is not a full fix, but remaining artifacts are acceptable )
edit file  edit file <wxWidgets>/src/msw/dc.cpp
 >> search for line
    static const int VIEWPORT_EXTENT = 1000;
 >> and replace by
    static const int VIEWPORT_EXTENT = 10000;
2011-04-12 14:41:13 +02:00
..
changelogs Split 2009 changelog, added Marco's WXMAC search path patch 2010-01-16 11:16:09 +00:00
compiling Modify my previous patch about zoom issues in eeschema (remove zoom limitations). 2011-04-12 14:41:13 +02:00
guidelines Dialog escape key termination and default button fixes. 2011-03-14 15:17:42 -04:00
releases info update 2010-03-14 14:04:30 +00:00
GUI_Translation_HOWTO.odt Fixed bug 2982182 PCBNew File - Revert function don't work. 2010-04-06 08:18:47 +00:00
GUI_Translation_HOWTO.pdf Fixed bug 2982182 PCBNew File - Revert function don't work. 2010-04-06 08:18:47 +00:00
coding_style_policy.pdf describe function and class comments in coding standards 2010-11-12 08:58:01 -06:00
copyright.txt Gerbview: added: image polarity, axis select, layer rotation. Code cleanup. 2010-10-16 16:51:22 +02:00
kicad_export.xml.bz2 export from sourceforge, at time of tracker shutdown 2010-04-09 13:43:40 +00:00
s-expressions.txt fix documentation bugs 2011-01-30 14:58:15 -06:00
wxWidgets_patch_notes.txt Modify my previous patch about zoom issues in eeschema (remove zoom limitations). 2011-04-12 14:41:13 +02:00