fltk/src
Michael R Sweet ae6ea393c0 Mousewheel fixes.
src/Fl_mac.cxx:
    - Disable MightyMouse code for the moment - it is crashing on
      my PowerBook...

src/Fl_Scrollbar.cxx:
    - Fl_Scrollbar::handle() should only return 1 for mousewheel
      events that it uses.

test/sudoku.cxx:
    - More tweaking.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4654 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2005-11-26 00:47:45 +00:00
..
.cvsignore Add .sav and .dylib files to the list of things to ignore. 2003-09-08 18:08:36 +00:00
allfiles.xbm This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 2001-08-01 21:24:49 +00:00
CMakeLists.txt This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the middle of May this year - STR #863. Also small change in fluid.cxx - time.h was needed for successful build on MinGW. 2005-08-06 05:02:56 +00:00
cmap.cxx Copyright updates. 2005-02-24 21:55:12 +00:00
d1_mask.xbm Initial revision 1998-10-06 18:21:25 +00:00
d1.xbm Initial revision 1998-10-06 18:21:25 +00:00
dump_compose.c Initial revision 1998-10-06 18:21:25 +00:00
ew_mask.xbm Initial revision 1998-10-06 18:21:25 +00:00
ew.xbm Initial revision 1998-10-06 18:21:25 +00:00
fastarrow.h Initial revision 1998-10-06 18:21:25 +00:00
filename_absolute.cxx Fix WIN32 compile errors. 2005-05-13 10:19:27 +00:00
filename_expand.cxx Fl_File_Chooser no longer resets the type() when choosing a 2005-03-25 17:27:07 +00:00
filename_ext.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
filename_isdir.cxx Fix new trailing slash usage, and restore correct OSX filesystem listing 2005-08-18 14:08:17 +00:00
filename_list.cxx Fixed dirent list by making room for the additional '/' character on directory names. FLTK does not care about the internals of the dirent structure. We only support the member d_name. All other members are non-standard anyways on not available on Win32. 2005-08-26 20:06:29 +00:00
filename_match.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
filename_setext.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_abort.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_add_idle.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Adjuster.cxx Updated the default label and text colors of all widgets to use 2005-10-30 17:42:21 +00:00
fl_arc.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_arci.cxx Various Pixel bugs: 2005-08-29 21:16:38 +00:00
Fl_arg.cxx Move show() after scheme() call in Fl_Window::show(argc, argv) to 2005-05-26 14:03:44 +00:00
fl_ask.cxx Pressing Enter in the file chooser when selecting a directory 2005-03-25 16:11:07 +00:00
Fl_Bitmap.cxx How did 79 get into the comment? I don't know. 2005-09-12 23:12:06 +00:00
Fl_BMP_Image.cxx Added support for 32bit per pixel subformat, uncompressed, in BMP. Last 8 bit are used as Alpha channel. 2005-07-16 08:38:52 +00:00
Fl_Box.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_boxtype.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Browser_.cxx Add additional Fl_Browser_ fixes for STR #834. 2005-08-08 02:59:27 +00:00
Fl_Browser_load.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Browser.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Button.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_call_main.c Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Chart.cxx Updated the default label and text colors of all widgets to use 2005-10-30 17:42:21 +00:00
Fl_Check_Browser.cxx STR #1052: using foreground color instead of black in Check Browser 2005-11-02 10:48:05 +00:00
Fl_Check_Button.cxx STR #1052: Made check buttons readable as well 2005-11-02 14:18:32 +00:00
Fl_Choice.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Clock.cxx STR #1052: reworked coloring of clocks 2005-11-02 11:04:26 +00:00
fl_cmap.h Compiling with -DBOXX_BUGS will work around some problems with the newest 2001-05-05 23:39:01 +00:00
Fl_Color_Chooser.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_color_mac.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_color_win32.cxx STR #1007: Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks! 2005-09-12 23:03:34 +00:00
fl_color.cxx fl_contrast() now compares the luminosity of each color (STR 2005-05-12 17:08:35 +00:00
Fl_compose.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Counter.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_cursor.cxx STR #1061: fixed Fl_Window::cursor for subwindows and GL windows on WIN32 2005-11-04 08:23:20 +00:00
fl_curve.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Dial.cxx Various Pixel bugs: 2005-08-29 21:16:38 +00:00
fl_diamond_box.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_display.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_dnd_mac.cxx Copyright updates. 2005-02-24 21:55:12 +00:00
fl_dnd_win32.cxx Various Pixel bugs: 2005-08-29 21:16:38 +00:00
fl_dnd_x.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_dnd.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Double_Window.cxx STR #1007: Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks! 2005-09-12 23:03:34 +00:00
fl_draw_image_mac.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_draw_image_win32.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_draw_image.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_draw_pixmap.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_draw.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_engraved_label.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_File_Browser.cxx Fix new trailing slash usage, and restore correct OSX filesystem listing 2005-08-18 14:08:17 +00:00
Fl_File_Chooser2.cxx STR #1062: updated code to resize the preview panel of the file chooser and hide it entirely if unused 2005-11-07 08:39:23 +00:00
Fl_File_Chooser.cxx STR #1062: updated code to resize the preview panel of the file chooser and hide it entirely if unused 2005-11-07 08:39:23 +00:00
Fl_File_Chooser.fl STR #1062: updated code to resize the preview panel of the file chooser and hide it entirely if unused 2005-11-07 08:39:23 +00:00
fl_file_dir.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_File_Icon2.cxx Fl_File_Chooser no longer resets the type() when choosing a 2005-03-25 17:27:07 +00:00
Fl_File_Icon.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_File_Input.cxx Fix redraw problem with Fl_File_Input (STR #958) 2005-07-28 22:56:00 +00:00
fl_font_mac.cxx STR #1044 (Mac only): The font number 12 and 15, usually assigned to 2005-10-09 16:27:45 +00:00
fl_font_win32.cxx fl_draw() would segfault on WIN32 if no font was set; it now uses 2005-05-12 13:37:49 +00:00
fl_font_x.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_font_xft.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_font.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Font.H Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_get_key_mac.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_get_key_win32.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_get_key.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_get_system_colors.cxx Fixed the Round Plastic buttons to actually draw nice and riund, just 2005-05-27 11:33:34 +00:00
Fl_GIF_Image.cxx Fl_GIF_Image did not handle images with an incorrect number of 2005-08-08 02:34:06 +00:00
Fl_Gl_Choice.cxx STR #1007: Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks! 2005-09-12 23:03:34 +00:00
Fl_Gl_Choice.H Copyright updates. 2005-02-24 21:55:12 +00:00
Fl_Gl_Overlay.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Gl_Window.cxx Resizing of OpenGL subwindows was broken on OSX (STR #804) 2005-05-12 19:16:27 +00:00
Fl_grab.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Group.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Help_Dialog.cxx STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'value()' functions. 2005-09-25 16:54:40 +00:00
Fl_Help_Dialog.fl STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'value()' functions. 2005-09-25 16:54:40 +00:00
Fl_Help_View.cxx Fixed x-offset problem in Help_Widget (STR #998) 2005-09-13 08:43:28 +00:00
Fl_Image.cxx STR #1052: The outline drawing of not existing images is now in foreground color instead of black 2005-11-02 11:30:41 +00:00
fl_images_core.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Input_.cxx Silly scope bug. Thanks, gcc 2005-08-17 18:09:20 +00:00
Fl_Input.cxx Fix char * issues with constant strings. 2005-09-19 12:06:09 +00:00
Fl_JPEG_Image.cxx This is the text for the previous commit. 2005-08-29 19:39:02 +00:00
fl_labeltype.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Light_Button.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_line_style.cxx STR #1007: Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks! 2005-09-12 23:03:34 +00:00
Fl_lock.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_mac.cxx Mousewheel fixes. 2005-11-26 00:47:45 +00:00
Fl_Menu_.cxx Updated the default label and text colors of all widgets to use 2005-10-30 17:42:21 +00:00
Fl_Menu_add.cxx STR #unfiled: when using Fl_Menu_::add, the 'flags' field of the last entry in a newly allocated local buffer would not be cleared. If the flag happened to be FL_SUBMENU, this would lead to crash in 'find_item'. The new code clears the entire field. 2005-10-18 09:16:55 +00:00
Fl_Menu_Bar.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Menu_Button.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Menu_global.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Menu_Window.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Menu.cxx Updated the default label and text colors of all widgets to use 2005-10-30 17:42:21 +00:00
Fl_Multi_Label.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_oval_box.cxx Various Pixel bugs: 2005-08-29 21:16:38 +00:00
fl_overlay_visual.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Overlay_Window.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_overlay.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_own_colormap.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Pack.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Pixmap.cxx STR #1007: Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks! 2005-09-12 23:03:34 +00:00
fl_plastic.cxx Resorted functions. VC6 did not give a required warning/error 2005-11-07 11:16:24 +00:00
Fl_PNG_Image.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_PNM_Image.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Positioner.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Preferences.cxx STR 1025: fixed illeagal acces to delted object. It was meant to set the dirty flag in the parent of course. 2005-09-19 21:10:48 +00:00
Fl_Progress.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_read_image_mac.cxx Added missing SetPort to restore the current port fin Mac OSX fl_read_image. 2005-06-02 07:01:25 +00:00
fl_read_image_win32.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_read_image.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_rect.cxx - I had to revert SVN fix 4386 which simplified Carbon clipping, but also introduced unwanted overwriting of subwindows. The current code is slower, but correct, and should still perform well enough if here are no subwindows. 2005-07-14 13:43:26 +00:00
Fl_Repeat_Button.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Return_Button.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Roller.cxx Added redraw on focus vi FL_PUSH for roller, browser and slider 2005-07-16 08:25:06 +00:00
fl_round_box.cxx Various Pixel bugs: 2005-08-29 21:16:38 +00:00
Fl_Round_Button.cxx STR #1052: Changed to dot inside the round check box (radio style buttons) to FL_FOREGROUND_COLOR 2005-11-02 11:31:33 +00:00
fl_rounded_box.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_scroll_area.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Scroll.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Scrollbar.cxx Mousewheel fixes. 2005-11-26 00:47:45 +00:00
fl_set_font.cxx Fl::set_font() did not clear 'pretty' name of existing font 2005-07-16 08:13:20 +00:00
fl_set_fonts_mac.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_set_fonts_win32.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_set_fonts_x.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_set_fonts_xft.cxx Remove unnecessary includes ("flstring.h" is included by the parent 2005-10-13 14:27:19 +00:00
fl_set_fonts.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_shadow_box.cxx Various Pixel bugs: 2005-08-29 21:16:38 +00:00
Fl_Shared_Image.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_shortcut.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
fl_show_colormap.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Single_Window.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Slider.cxx Added redraw on focus vi FL_PUSH for roller, browser and slider 2005-07-16 08:25:06 +00:00
fl_symbols.cxx OK, I admit that I am nuts. But since the code was mostly there anyways adding only a few bytes to the library in total, I added the symbols 'refresh' (formerly known as 'recycle'), 'reload', 'undo', and 'redo', and flags to flip symbols horizontaly '$', and verticaly '%'. 2005-06-01 20:05:49 +00:00
Fl_Sys_Menu_Bar.cxx OSX fixes... 2005-11-25 14:50:22 +00:00
Fl_Tabs.cxx STR #602 2005-07-23 12:21:58 +00:00
Fl_Text_Buffer.cxx Fix MacOS X 10.4 compile issues. 2005-04-28 17:48:04 +00:00
Fl_Text_Display.cxx Fl_Text_Display::wrap_mode() would crash if no buffer was 2005-11-09 21:34:04 +00:00
Fl_Text_Editor.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Tile.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Tiled_Image.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Tooltip.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Valuator.cxx Remove unused ptr variable. 2005-09-09 11:16:21 +00:00
Fl_Value_Input.cxx Fl_Value_Input now uses the screen-absolute position instead of 2005-10-12 20:47:21 +00:00
Fl_Value_Output.cxx Updated the default label and text colors of all widgets to use 2005-10-30 17:42:21 +00:00
Fl_Value_Slider.cxx Updated the default label and text colors of all widgets to use 2005-10-30 17:42:21 +00:00
fl_vertex.cxx Wrong case in path name. 2005-07-17 12:17:50 +00:00
Fl_visual.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Widget.cxx Updated the default label and text colors of all widgets to use 2005-10-30 17:42:21 +00:00
Fl_win32.cxx Moved 'flush' before 'idle' in main loop fl_wait to make redraw action quicker. 2005-11-04 09:16:16 +00:00
Fl_Window_fullscreen.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Window_hotspot.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Window_iconize.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Window.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_Wizard.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_x.cxx STR #968: Under X11, FL_DND_* now returns the string "<unknown>" in 2005-11-02 08:26:44 +00:00
Fl_XBM_Image.cxx Fixed signedness of argument to sscanf 2005-08-29 20:11:48 +00:00
Fl_XColor.H Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl_XPM_Image.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
Fl.cxx OSX fixes... 2005-11-25 14:50:22 +00:00
flstring.c Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
flstring.h Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
forms_bitmap.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
forms_compatability.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
forms_free.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
forms_fselect.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
forms_pixmap.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
forms_timer.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
gl_draw.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
gl_start.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
glut_compatability.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
glut_font.cxx Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
makedepend Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of the 2005-03-06 00:32:11 +00:00
Makefile Added shared library support for Cygwin and MingW (STR #893) 2005-08-08 00:54:30 +00:00
makefile.wat Fix eol-style in Watcom files... 2005-05-19 16:07:13 +00:00
mediumarrow.h Initial revision 1998-10-06 18:21:25 +00:00
new.xbm This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 2001-08-01 21:24:49 +00:00
ns_mask.xbm Initial revision 1998-10-06 18:21:25 +00:00
ns.xbm Initial revision 1998-10-06 18:21:25 +00:00
numericsort.c Update source file headers with STR web page. 2005-04-16 00:13:17 +00:00
scandir_win32.c Fixed C++ style comments in plain C files (STR #997) 2005-08-29 20:16:36 +00:00
scandir.c Copyright updates. 2005-02-24 21:55:12 +00:00
screen_xywh.cxx Multiple screen support didn't work on Windows NT and 95 (STR 2005-05-12 14:00:24 +00:00
slowarrow.h Initial revision 1998-10-06 18:21:25 +00:00
tile.xpm Update tile image to 64x64 (STR #769) 2005-03-23 03:48:42 +00:00
up.xbm This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 2001-08-01 21:24:49 +00:00
vsnprintf.c Fixed C++ style comments in plain C files (STR #997) 2005-08-29 20:16:36 +00:00