diff options
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. |
