1106 Commits (release-1.1.6)

Author SHA1 Message Date
Bill Spitzak c599778795 Fix for browser horizontally scrolling. 27 years ago
Bill Spitzak b32f322c12 Much better and smaller fix for the lost move events after Fl::grab() 27 years ago
Bill Spitzak fe4f5ef72c Generates FL_ENTER after grab() is released for whatever widget the 27 years ago
Bill Spitzak b47973f560 Patch from Dr. Tom Holroyd for fill sliders, seems good to me! 27 years ago
Bill Spitzak 4df7511b18 Didn't like yesterday's fix, I changed it so that zero-length selections 27 years ago
Bill Spitzak 32291ad0d5 Made secret input more secretive (word-select does not work and 27 years ago
Bill Spitzak f19b6ee3e4 Fixed editor demo redraw bug (actually same fix as somebody else made). 27 years ago
Carl E. Thompson bdbc0b8b2e Fix for redraw bug in editor demo. Fl_Input_::position() didn't seem to 27 years ago
Bill Spitzak f89b5d0cf6 Fixed glpuzzle so you can move the pieces. 27 years ago
Bill Spitzak 82877b2eb6 Fix for Curtis so that the height of a title of a popup menu is not 27 years ago
Michael R Sweet 209f38157b Added shell commands to create symbolic links for all .H header files in 27 years ago
Michael R Sweet 39b84309f0 Fix from Bill - Fl_Choice didn't handle NULL menu items. 27 years ago
Michael R Sweet 6139e446a6 Removed old fl_draw_returnarrow() code that wasn't getting used. 27 years ago
Michael R Sweet f32ecc47ba fl_elapsed() needs to be called before fl_timeout[] is initialized. 27 years ago
Michael R Sweet 767cad1311 Workaround for VC++ 4.0 bug - can't initialize a pointer to a function 27 years ago
Michael R Sweet 28d2778032 Added missing Fl_Color casts. 27 years ago
Michael R Sweet e23a5718ae Call to atan2() needs (float) cast for arguments because HP overloads 27 years ago
Michael R Sweet 63c0b655bb Updated ifdef to be __hpux instead of hpux... 27 years ago
Michael R Sweet 74ea22b252 Added ln -s for DSOs - must have gotten dropped in a previous update? 27 years ago
Michael R Sweet 1a135b0424 Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays. 27 years ago
Michael R Sweet 34caa8250d Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout(). 27 years ago
Michael R Sweet ae5a281a39 Updated install rules to install files with write permission for the 27 years ago
Michael R Sweet 8136dfe6b5 Patch from Alexander Mai - Linux needs prototype hack just like AIX and 27 years ago
Michael R Sweet bf870685d4 Removed extra "events" target from enumerations.html. 27 years ago
Michael R Sweet ca41e69c27 Updated headers to support WIN32 and OS/2 DLLs. 27 years ago
Michael R Sweet 18312d3c1f Updated Fl_Dial to use atan2() to avoid possible math errors and reduce 27 years ago
Michael R Sweet 7b82bc3509 Patch from Bill - not freeing bitmap array? 27 years ago
Michael R Sweet d59ce3cc34 Removed fl_line_style.cxx from makefile... 27 years ago
Michael R Sweet 3204e098af Patch from Jim Hourihan that adds symbol support to Fl_Choice. 27 years ago
Bill Spitzak 8009fef12c Put Fl::grab() into it's own source file. Rewritten as suggested so that 27 years ago
Michael R Sweet 0434a826d5 Fl_abort.cxx didn't include <config.h>, and didn't conditionally declare 27 years ago
Michael R Sweet 45950c18df OS/2 XFree86 changes from Alexander Mai. 27 years ago
Michael R Sweet 6882323172 Updated Fl_Chart to allocate entries dynamically. The previous "scrolling" 27 years ago
Michael R Sweet 0e4b539ae3 Fixed fl_line() bugs in for WIN32 - the documentation says 27 years ago
Bill Spitzak 4c53a5d8f4 Added optimization for SGI builds (mike: please run autoconf before making 27 years ago
Carl E. Thompson 620d03ee7d Adds Fl_Browser::middleline(int) and Fl_Browser::bottomline(int). 27 years ago
Carl E. Thompson 03ad382705 Moved fl_old_shortcut() from Fl_Menu_add.cxx to Fl.cxx so that using a 27 years ago
Bill Spitzak ef50e095e7 Fixed buttons in the menubar 27 years ago
Michael R Sweet 41195fbba6 Updated to include <sys/select.h> as needed. 27 years ago
Michael R Sweet e8b804cade Updated Makefile for shared libraries (wasn't copying both files). 27 years ago
Bill Spitzak 59c96f5463 Fixes to documentation. 27 years ago
Michael R Sweet 53d39cc6c0 Applied a navigation bug fix from Bill. 27 years ago
Michael R Sweet 81eb3115e0 Patch from Carl - inactive and contrast functions. 27 years ago
Michael R Sweet 5b62a7cf16 Patch from Bill so that non_modal windows can be maximized or iconified. 27 years ago
Michael R Sweet a2a0be6e1c Patch from Bill so that Shift-Tab works on all systems. 27 years ago
Michael R Sweet ec2a5e3a19 Patch from Bill to allow users to click outside a menu to hide it without 27 years ago
Michael R Sweet eb6835a862 Fixed drawing of return button. 27 years ago
Michael R Sweet 6d87533f19 Fixes from Bill for menu scrolling errors. 27 years ago
Michael R Sweet 576f02c063 Fixes from Bill: 27 years ago
Michael R Sweet b2290975d4 Fix from Bill - global shortcuts now work for the menubar as well. 27 years ago