From 2d3fd88eeb985c2d4cdb9659767fd0d970631ce8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 2 Aug 2001 20:09:25 +0000 Subject: 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 --- CHANGES | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'CHANGES') 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. -- cgit v1.2.3