summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2014-10-29 14:21:08 +0000
committerIan MacArthur <imacarthur@gmail.com>2014-10-29 14:21:08 +0000
commit11ef7ee9e6b3c39a7052f896da96369dc098d8ae (patch)
tree9e7f91bab747ae39a3c38b9d0e14573d055f8a39 /CHANGES
parentbe19d2c3d60a4647143694debfc7ba295fa1ab3c (diff)
Add method Fl_Window::clear_modal_states(),
addresses STR #3123 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10404 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 5a667d166..b4b3bb730 100644
--- a/CHANGES
+++ b/CHANGES
@@ -70,6 +70,8 @@ CHANGES IN FLTK 1.3.3 RELEASED: Oct XX 2014
- Improved Fl_Widget::when() handling in Fl_Tabs (STR #2939).
- Improved support for more recent compilers (clang and gcc) that
issue more warnings, and fixed some 32-/64-bit compilation issues.
+ - Add method Fl_Window::clear_modal_states() to make it possible to
+ remove the modal or non-modal state from a window (STR #3123).
- New portable sleep methods Fl::sleep(), Fl::msleep(), Fl::usleep().
Bug fixes