summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-09-29 06:20:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-09-29 06:20:15 +0000
commit4c97599917ff71da2051446984755c34512191e8 (patch)
tree1fe32872958a66014a2fdd994054881627ba6966 /CHANGES
parent50fc2f480682aec85d04f46c492a4bb852e5ae33 (diff)
Enable all of the new FLUID stuff...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1590 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES26
1 files changed, 21 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 5d2216548..12db70560 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,3 @@
-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.
@@ -12,25 +7,46 @@ CHANGES IN FLTK 1.1.0b2
needed a non-blank text string to display the image.
This bug also caused all sorts of crashes and display
problems.
+
- Added new filetype() method to Fl_FileBrowser to allow
for file or directory browsing.
+
- Fixed the drawing of the focus box around
Fl_Return_Button.
+
- Fixed menu item measurement bug (wasn't initializing
image pointers to 0...)
+
- Radio and checkbox menu items now draw with the new
style (round radio buttons with dots and square check
buttons with check marks.)
+
- Improved the appearance of Fl_Check_Button.
+
- Improved the Fl_HelpView table formatting code; now
dynamically sizes the table columns, and supports
COLSPAN.
+
- The FLUID keyboard shortcuts now work as expected
(CTRL-C copies, SHIFT-CTRL-C writes code, etc.)
+
- The FLTK_DOCDIR environment variable can now be
used to tell FLUID where to find the on-line
documentation files.
+ - FLUID now supports image labels in addition to text
+ labels + text over image alignment.
+
+ - FLUID now supports tooltips.
+
+ - The widget panel in FLUID is now tabbed, a la FLTK
+ 2.0.
+
+ - The FLUID pixmap destructor tried to free 1 too many
+ lines of image data.
+
+ - FLUID now provides on-line help.
+
CHANGES IN FLTK 1.1.0b1