summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-01 02:15:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-01 02:15:43 +0000
commit685100b1222821dedec2e0b22f55ca18027a99df (patch)
tree8e3d5e0669628a2e39070af76d51bba7f87b98b3 /CHANGES
parent063d67de86af0fcdad54f28d49ba9aacca6ae96a (diff)
Add default cursor as data the Fl_Window tracks individually (with the
default being the original global default...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2561 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c621caa35..570e0220e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
CHANGES IN FLTK 1.1.0
- Documentation updates.
+ - Added image() methods() to Fl_Menu_Item.
+ - Added default_cursor() method and data to Fl_Window.
- Fl_Group would send FL_ENTER events before FL_LEAVE
events, causing problems with adjacent widgets.
- Fixed filename problems with Fl_File_Chooser -