1106 Commits (release-1.1.6)

Author SHA1 Message Date
Michael R Sweet 85533d11be Fix mouse wheel stuff for browser and helpview widgets (move 3 lines at 24 years ago
Michael R Sweet af75829757 Mousewheel support for browsers and help view. 24 years ago
Michael R Sweet 2d3fd88eeb More mouse wheel stuff (as compatible as possible with the 2.0 code...) 24 years ago
Michael R Sweet 9d81d971f7 Fl_HelpDialog and Fl_HelpView widgets. 24 years ago
Michael R Sweet 80247acbc2 Add Fl_Wizard widget... 24 years ago
Michael R Sweet 58b0f306be Don't build OpenGL demos if OpenGL is not available or disabled. 24 years ago
Michael R Sweet bff75e491a OpenGL stuff is now in libfltkgl.* 24 years ago
Michael R Sweet 75b6b221ce FileIcon, FileBrowser, FileChooser stuff. 24 years ago
Michael R Sweet 836d2fac26 Fix tooltips a la 2.0. 24 years ago
Michael R Sweet bd06913057 First bunch of changes for the 1.1 branch - tooltips. 24 years ago
No Author 3cb5ebe0e8 This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 24 years ago
Michael R Sweet bed1db18b7 Fix scrollbar direction. 24 years ago
Bill Spitzak 8060de2f30 Does not blink the OpenGl cursor on NT except when a gl overlay is being done, should make display faster when a cursor is set 24 years ago
Michael R Sweet 83968f19a9 Fl_Menu_Item::add() didn't use myflags. 24 years ago
Michael R Sweet f72a3ce60a Fix scrollbar bug. 24 years ago
Michael R Sweet 3f5ad43d64 Fixed crash if you shift+click on a multibrowser below the last item 24 years ago
Bill Spitzak 07656afb7d Fl_Menu_add of a menu item with the same name as an existing submenu 24 years ago
Michael R Sweet 9c19542bd2 Changes for AIX (still have menu problems) 24 years ago
Bill Spitzak 38c947bd09 Compiling with -DBOXX_BUGS will work around some problems with the newest 24 years ago
Michael R Sweet a1236f0900 One more keyboard fix for good measure - still need to address "stuck" 24 years ago
Michael R Sweet aa949a24f0 Fixing lock/meta key handling... 24 years ago
Michael R Sweet c7615943db Mask low bit of key state for all keys. 24 years ago
Michael R Sweet ff3295f036 Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() for 24 years ago
Michael R Sweet d3afe9c10a Don't use GCC c++ or g++ compiler to build programs, use gcc instead. 24 years ago
Bill Spitzak 5f96ece638 Another fix for WM_SYNCPAINT from Matt 24 years ago
Michael R Sweet 022ba3679f AIX changes... 25 years ago
Michael R Sweet b8a8c98f04 Eliminate all compiler warnings (string constants, const'ness, hiding of 25 years ago
Bill Spitzak bb86f132eb Restored WM_SYNCPAINT handling 25 years ago
Bill Spitzak 7b7ca88b49 Fl_has_idle only tested N-1 callbacks and missed one 25 years ago
Bill Spitzak 339b9cd8a0 can_do_overlay was missing from WIN32 version 25 years ago
Michael R Sweet 3a9d945d07 Use the Multithreaded DLL runtime model for all projects - I haven't found 25 years ago
Bill Spitzak 97234fb3e2 Replaced remaining _WIN32 symbols with WIN32 25 years ago
Bill Spitzak 8470c05b58 Fl_Gl_Window leaked memory for damage regions 25 years ago
Michael R Sweet f27086d068 Make sure menu item array is cleared to avoid uninitialized memory 25 years ago
Bill Spitzak 4fb627c3d8 fl_curve uses a much better algorithim to figure out how many pieces 25 years ago
Michael R Sweet ffe92796d8 Add call to GdiFlush() under WIN32. 25 years ago
Michael R Sweet 94788c4628 Copyright 2001. 25 years ago
Bill Spitzak b7496f2c59 "accu-timer": some changes to repeat_timeout that seem to make it accurate 25 years ago
Bill Spitzak 3a0c70d82e Added parenthesis to turn off gcc warning 25 years ago
Michael R Sweet 421fd3985f Fix to allow Fl.cxx to compile with older C++ compilers (no variable 25 years ago
Bill Spitzak f5375b6ab6 Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-buffered 25 years ago
Michael R Sweet d244d063ff APIENTRY doesn't need to be used for the font pointers in glut.H 25 years ago
Michael R Sweet 7d432ff92c Get rid of "member X hidden by variable X" warnings... 25 years ago
Michael R Sweet 0c6010abea Fix for Fl_Scroll redrawing background. 25 years ago
Michael R Sweet e01a7a33d7 Commented out USE_ASYNC_SELECT since it doesn't seem to work... 25 years ago
Michael R Sweet 41df4bf0d1 Fl::below_mouse() was incorrectly clearing e_is_click; this prevented 25 years ago
Bill Spitzak 2cbf4041b3 Does not clear Fl::keysym on every event, this makes better back compatability and fixes Win2000 25 years ago
Bill Spitzak 710dcef237 Fl_Menu_::add() ignores '&' signs when comparing menu items, so you don't 25 years ago
Bill Spitzak 65cbea2af3 CUA function keys, code submitted by George Yohng <yohng@drivex.dosware.8m.com> 25 years ago
Bill Spitzak b56f14d91c Fl::set_fonts() on WIN32 fixed to work before the first window is shown. 25 years ago