summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 8 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index f8697acb9..8b0a851c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,15 +11,17 @@ TODO - Added new alignment bit FL_ALIGN_TEXT_OVER_IMAGE.
TODO - Added keyboard navigation to all widgets.
-PARTIAL - Added support for mouse wheels using the new
- FL_MOUSEWHEEL event type.
+CORE - Added support for mouse wheels using the new
+ FL_MOUSEWHEEL event type. Get the mouse wheel
+ movement values from Fl::e_dx (horizontal) and
+ Fl::e_dy (vertical).
- Added the Fl_FileBrowser, Fl_FileChooser, Fl_FileIcon,
- and Fl_Wizard widgets from the bazaar.
+ Fl_HelpDialog, Fl_HelpView, and Fl_Wizard widgets from
+ the bazaar.
-TODO - Added the Fl_Check_Browser, Fl_HelpDialog,
- Fl_HelpView, Fl_Tree_Browser, and Fl_Wizard widgets
- from the bazaar.
+TODO - Added the Fl_Check_Browser, and Fl_Tree_Browser
+ widgets from the bazaar.
TODO - Added 2.0 Fl_Text_Display and Fl_Text_Editor widgets
based on NEdit.