diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-02 20:09:25 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-02 20:09:25 +0000 |
| commit | 2d3fd88eeb985c2d4cdb9659767fd0d970631ce8 (patch) | |
| tree | fbe45b470d4eb1079578a0877cebfddf2d4c7d03 /CHANGES | |
| parent | 9d81d971f7861da5f558ecd797cf0aa575288dc9 (diff) | |
More mouse wheel stuff (as compatible as possible with the 2.0 code...)
Updated the makefile to use config.status --recheck before calling
config.status (why they can't provide one that does both, I don't
know...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1540 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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. |
