summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-06-06 19:42:56 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-06-06 19:42:56 +0000
commit2321fdd18145115c614349856e263d2e178c4232 (patch)
treebe3531d9116b7c4a3892550b4e7d4c05ba21f79c /CHANGES
parenteb734da4acdadc3ecddd769f97360405c731ce24 (diff)
Use explicit keyword for pixmap constructors...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1464 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d06db1383..cdae0895c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,27 @@
+CHANGES SINCE FLTK 1.0.11
+
+ - Made the Forms pixmap parameter const to match the
+ Fl_Pixmap.H definitions.
+
+ - Changed the Fl_Pixmap constructor to use the explicit
+ keyword which should work for all C++ compilers.
+
+ - Fl_Menu_add of a menu item with the same name as an
+ existing submenu title would mess up by replacing that
+ menu title, it now adds a new item.
+
+ - Fl_Menu::add() of text starting with '/' to a menu is
+ assummed to be a filename. So "/foo/bar" creates a
+ single menu item. You can also put filenames into
+ submenus by doing "submenu//foo/bar", this will create
+ a submenu called "submenu" with an item "/foo/bar".
+ Menu items starting with "\_" will insert an item
+ starting with '_' rather than a divider line. These
+ changes make the menus compatable with fltk 2.0.
+
+ - Another little fix for the BoXX OpenGL overlays.
+
+
CHANGES SINCE FLTK 1.0.10
- CHANGED THE DEFAULT RUN-TIME LINKING TO "MULTITHREADED