summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-09-04 13:13:29 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-09-04 13:13:29 +0000
commit9a528400f083b3761e0d54565ea1002604f5472a (patch)
tree789a2d8e0283ad5715026bba5dcd4ce805a067f5 /CHANGES
parentbc3de1ec15062a9016150c124d6a4d6c14d87720 (diff)
Doco updates.
Add directory-only support to Fl_FileBrowser. Update button and menu drawing code for check and radio buttons. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 14 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index ff2616da5..5f23080ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,9 +8,20 @@ TODO - Documentation updates.
CHANGES IN FLTK 1.1.0b2
- - Fixed image/text label handling; in b1 the label needed
- a non-blank text string to display the image. This bug
- also caused all sorts of crashes and display problems.
+ - Fixed image/text label handling; in b1 the label
+ 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.
CHANGES IN FLTK 1.1.0b1