|
| 1 | +2006-08-31 Fixed alpha-handling bug in ColorConverter, affecting |
| 2 | + collections in general and contour/contourf in particular. - EF |
| 3 | + |
1 | 4 | 2006-08-30 ft2font.cpp: Added draw_rect_filled method (now used by mathtext2 |
2 | 5 | to draw the fraction bar) to FT2Font - ES |
3 | 6 |
|
4 | | -2006-08-29 setupext.py: wrap calls to tk.getvar() with str(). On some |
| 7 | +2006-08-29 setupext.py: wrap calls to tk.getvar() with str(). On some |
5 | 8 | systems, getvar returns a Tcl_Obj instead of a string - DSD |
6 | 9 |
|
7 | 10 | 2006-08-28 mathtext2.py: Sub/superscripts can now be complex (i.e. |
8 | 11 | fractions etc.). The demo is also updated - ES |
9 | 12 |
|
10 | 13 | 2006-08-28 font_manager.py: Added /usr/local/share/fonts to list of |
11 | | - X11 font directories - DSD |
| 14 | + X11 font directories - DSD |
12 | 15 |
|
13 | 16 | 2006-08-28 mahtext2.py: Initial support for complex fractions. Also, |
14 | 17 | rendering is now completely separated from parsing. The |
15 | 18 | sub/superscripts now work better. |
16 | 19 | Updated the mathtext2_demo.py - ES |
17 | 20 |
|
18 | | -2006-08-27 qt backends: don't create a QApplication when backend is |
19 | | - imported, do it when the FigureCanvasQt is created. Simplifies |
20 | | - applications where mpl is embedded in qt. Updated |
| 21 | +2006-08-27 qt backends: don't create a QApplication when backend is |
| 22 | + imported, do it when the FigureCanvasQt is created. Simplifies |
| 23 | + applications where mpl is embedded in qt. Updated |
21 | 24 | embedding_in_qt* examples - DSD |
22 | 25 |
|
23 | 26 | 2006-08-27 mahtext2.py: Now the fonts are searched in the OS font dir and |
|
0 commit comments