diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-17 15:27:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-17 15:27:15 +0000 |
| commit | ab1e093308daf6252ee0940bc05fe515246a440a (patch) | |
| tree | ec84974447628b8aeee04dd5adc434dd57b3c443 /CHANGES | |
| parent | 74bff0b300b7a44b92d0c41792657e04fbeaee0c (diff) | |
Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and that
library isn't present or needed.
PNG image support updates for Fl_Help_View and Fl_File_Icon; didn't
handle transparency properly.
Support KDE 2.x icons.
Separate image/load_system_icons code from main Fl_File_Icon sources,
so that apps that don't use load_system_icons() won't need the image
libraries...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1687 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ -CHANGES IN FLTK 1.1.0 +CHANGES IN FLTK 1.1.0b6 - - Now use -lsupc++ for Red Hat's GCC 2.96. + - Documentation updates... + - Implemented the Fl_File_Icon::load_png() method. + - The Fl_File_Icon::load_system_icons() method now + supports KDE 2.x icons. + - Fixed PNG support in Fl_Help_View. - Removed the "Microsoft" mode button from the menubar demo. - The browser demo now makes sure that the input field |
