kicad/Documentation/compiling
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
..
COMPILING.txt Modify my previous patch about zoom issues in eeschema (remove zoom limitations). 2011-04-12 14:41:13 +02:00
linux-debian.txt Cleanup compiling doc, added mac-osx 2010-01-31 19:49:53 +00:00
linux-fedora.txt Update compiling documentation for Fedora and Mac OS X 2011-03-10 00:27:21 +01:00
linux-gentoo.txt pcbnew: minor cosmetic enhancement in setup layers dialog. 2010-03-07 17:51:10 +00:00
linux-ubuntu.txt Cleanup compiling doc, added mac-osx 2010-01-31 19:49:53 +00:00
mac-osx.txt More native changes for OSX, see CHANGELOG.txt 2011-04-04 20:05:55 +02:00