summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-11 16:09:26 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-11 16:09:26 +0000
commit00ef77c2676606e5e215a369163aa01babb827da (patch)
tree17f5c811a281b72e126239943754c99282b8c2db /CHANGES
parent64859c22f78f736eb9c44e5bd45dbbfafdab24d1 (diff)
Add new widgets to FLUID.
Add on-line help to FLUID. Change ALT shortcuts to CTRL shortcuts. Update config script to set documentation directory in config.h. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1572 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 8 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 191e49314..c51de008d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,8 +20,6 @@ CHANGES IN FLTK 1.1.0
Fl_HelpView, Fl_Progress, and Fl_Wizard widgets from
the bazaar.
-TODO - Added the Fl_Tree_Browser widgets from the bazaar.
-
- Added 2.0 Fl_Text_Display and Fl_Text_Editor widgets
based on NEdit.
@@ -37,10 +35,15 @@ TODO - Colors are now 32 bits in FLTK, allowing the use and
selection of 24-bit RGB values or 8-bit FLTK indexed
colors.
-TODO - FLUID now supports the new Fl_CheckBrowser,
+ - FLUID now supports the new Fl_CheckBrowser,
Fl_FileBrowser, Fl_FileIcon, Fl_HelpView,
- Fl_Text_Display, Fl_Text_Editor, Fl_Tree_Browser, and
- Fl_Wizard widgets.
+ Fl_Text_Display, Fl_Text_Editor, and Fl_Wizard
+ widgets.
+
+TODO - FLUID now provides on-line help.
+
+TODO - FLUID now supports image labels in addition to text
+ labels + text over image alignment.
TODO - Documentation updates.