SF.net SVN: matplotlib:[8466] trunk/matplotlib/lib/matplotlib/backends/ backend_gtk.py

2010-06-24 Thread efiring
Revision: 8466 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8466&view=rev Author: efiring Date: 2010-06-24 21:17:30 + (Thu, 24 Jun 2010) Log Message: --- backend_gtk: don't use idle events for draw_rubberband. Use of idle events for draw_rubberband was a peculi

SF.net SVN: matplotlib:[8465] trunk/matplotlib/agg24/include/agg_scanline_u .h

2010-06-24 Thread mdboom
Revision: 8465 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8465&view=rev Author: mdboom Date: 2010-06-24 18:25:16 + (Thu, 24 Jun 2010) Log Message: --- [3018198] Fixing the build with clang Typo in agg causes a template instantiation bug on compilers that actu

SF.net SVN: matplotlib:[8464] trunk/matplotlib/src

2010-06-24 Thread mdboom
Revision: 8464 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8464&view=rev Author: mdboom Date: 2010-06-24 17:59:48 + (Thu, 24 Jun 2010) Log Message: --- Speed up Gouraud shading in Agg backend. Modified Paths: -- trunk/matplotlib/src/_backend_a

SF.net SVN: matplotlib:[8463] trunk/matplotlib/src/_backend_agg.cpp

2010-06-24 Thread mdboom
Revision: 8463 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8463&view=rev Author: mdboom Date: 2010-06-24 17:12:26 + (Thu, 24 Jun 2010) Log Message: --- Clipping to the figure rectangle doesn't work on curves, so turn it off in that case. Modified Paths:

SF.net SVN: matplotlib:[8462] trunk/matplotlib/src/path_converters.h

2010-06-24 Thread mdboom
Revision: 8462 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8462&view=rev Author: mdboom Date: 2010-06-24 17:05:49 + (Thu, 24 Jun 2010) Log Message: --- Use the more standard term "pop" rather than "flush" for removing the next item from the queue. Modified P

SF.net SVN: matplotlib:[8461] trunk/matplotlib

2010-06-24 Thread mdboom
Revision: 8461 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8461&view=rev Author: mdboom Date: 2010-06-24 14:48:00 + (Thu, 24 Jun 2010) Log Message: --- [3020704] set_xlim() problem Bug in PathClipper when vertices fall precisely on the clipping edge. Modified