445 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)

Author SHA1 Message Date
Bill Spitzak 2cbf4041b3 Does not clear Fl::keysym on every event, this makes better back compatability and fixes Win2000 25 years ago
Bill Spitzak 12af974293 Another attempt to get glut.h to work on WIN32. 25 years ago
Bill Spitzak a10d8f201a Made Fl_Browser not hide the Fl_Widget::show() method 25 years ago
Bill Spitzak 9bfbc26899 Added missing FL_EXPORT for format() 25 years ago
Bill Spitzak 1150141ead Changed the name of the new function from "add_interval_timeout" to 25 years ago
Bill Spitzak 823b1f8460 Fixes to WORDWRAP modification to Fl_Input based on work done by 25 years ago
Bill Spitzak f7e4caec25 Whoops, I screwed up the timeout callbacks a bit. 25 years ago
Bill Spitzak 4dd096e7b5 Added has_timeout() and has_idle() calls as suggested by Eric Sven Ristad. 25 years ago
Bill Spitzak 4ab82443bd Added a bunch of missing FL_EXTERN's to glut.h (I have not really 25 years ago
Carl E. Thompson b3d9c227bc Made sure all draw()s were protected and all handle()s were public. (Most 25 years ago
Michael R Sweet f87393aaa1 OK, now version 1.0.9 25 years ago
Bill Spitzak b0cdb25d3c Fixes for 1.0.8 I found: 25 years ago
Bill Spitzak d5b47034a7 Added Fl::first_window(window) to change which window is at the top of 25 years ago
Michael R Sweet 4b561b6e90 Updated copyright notices for all of the 1.0.x files. 25 years ago
Bill Spitzak ffd26dfc45 I made FL_NORMAL_SIZE into a public int variable. You can now change it 26 years ago
Bill Spitzak bf34ed8ca7 Forgot to fix this file 26 years ago
Bill Spitzak 6f42bc1a58 Fl_Value_Input callback can call value() or destructor on the Fl_Value_Input 26 years ago
Carl E. Thompson af5190b95f Fix to compile on GCC 2.95. 26 years ago
Bill Spitzak a32453e680 Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h to 26 years ago
Michael R Sweet aee4def606 Updated version to 1.0.8. 26 years ago
Bill Spitzak 42ebf79306 New X function: fl_open_display(Display*) lets you run fltk on an 26 years ago
Bill Spitzak b583a643de Forgot to commit the header files and fixed documentation! 26 years ago
Bill Spitzak 49b8502b83 Added Fl.H required by an inline function if Fl_Repeat_Button.H 26 years ago
Michael R Sweet 9186cf6ce9 Updated to 1.0.7. 26 years ago
Bill Spitzak 9ce13e4fff Changes requested by Jeff Meininger 26 years ago
Bill Spitzak 2e58f174f7 Changed the sgi -woff pragma to the new #define suggested by Michael Sweet. 26 years ago
Bill Spitzak 1d5fcfd080 Forgot to check in the header file changes 26 years ago
Michael R Sweet 4ccf6b4b37 Changes for 1.0.6 release. 26 years ago
Michael R Sweet fbe24c3b80 Updated for FLTK 1.0.5. 26 years ago
Bill Spitzak 7f60ccd9ad Added missing FL_EXPORT to Fl_Window::resize() 26 years ago
Bill Spitzak 1706466f04 Added inline function make_visible(n) to scroll it to show line n. 26 years ago
Michael R Sweet 1e4abdc8d0 Dropped #pragma from x.H - first, it isn't supported by the 5.3 compilers, 26 years ago
Bill Spitzak 7508ce1e31 It crashed when a group with exactly 1 child was deleted. 26 years ago
Bill Spitzak 0bb590c832 Pragma added around xlib.h to shut up the IRIX compiler warnings 26 years ago
Michael R Sweet 38e5cf7db0 Added inline deactivate() method that calls Fl::remove_timeout() 26 years ago
Michael R Sweet 701141bcfe Added inline destructor that calls Fl_Browser::clear() method... 26 years ago
Michael R Sweet 0f3d0290ea Updated to 1.0.4... 26 years ago
Bill Spitzak 4e66f93769 Missing header files and FL_EXTERNs that prevented DLL's from compiling 26 years ago
Michael R Sweet 2f942e1c4a Updated version numbers to 1.0.3. 26 years ago
Michael R Sweet 816393d2d4 Updated patch version to 2 (1.0.2) 27 years ago
Bill Spitzak 0e29799dda Fl::add_fd() structures are dynamically allocated so you can listen to 27 years ago
gustavo 761adb89f5 Missing header guards in FL/math.h. 27 years ago
Michael R Sweet 8fb6c44298 Updated patch version number to 1... 27 years ago
Bill Spitzak 2eafe965c9 Changes from Luis Ibanez to make it compile under Borland. 27 years ago
Michael R Sweet 51c3b154dd Removed unused "u32" type... 27 years ago
Bill Spitzak b6115887c8 Changes to dial so that counter-clockwise motion is supported if you 27 years ago
Michael R Sweet 8a0c2ce373 Added missing FL_EXPORT stuff... 27 years ago
Carl E. Thompson e42ff9a65c This adds support for the Fl_Dial::angles() method. This seems to work 27 years ago
Michael R Sweet fc4b790f1f Oops - forgot that the OS/2 port doesn't use the WIN32 stuff - restored 27 years ago
Michael R Sweet 6bbeac5bd7 fl_ask.H didn't include Enumerations.H, so the DLL stuff wasn't defined. 27 years ago