1317 Commits (91aa5847ba00e27c3f7b94068960daff0c930110)
 

Author SHA1 Message Date
Michael R Sweet 91aa5847ba Bug fixes from Sebastien. 23 years ago
Michael R Sweet 1f30c63d32 add_check() example was wrong. 23 years ago
Michael R Sweet 34e35db71f Prefer fl_push_clip() over fl_clip(). 23 years ago
Michael R Sweet debda040dc got_events, not got_event. 23 years ago
Michael R Sweet 2bd57beb70 Try some changes to fix MacOS threading support and fl_wait() 23 years ago
Michael R Sweet ddd6ab5d83 Fix some editor problems; still have a few bugs that need to be resolved 23 years ago
Michael R Sweet 10c613f88a Take care of some compiler warnings. 23 years ago
Michael R Sweet c3cde61e98 Add documentation for using styles in text editor. 23 years ago
Bill Spitzak 464c7d8ba5 Fl_Chart clips to and fills interior of box 23 years ago
Michael R Sweet 13ae564f03 Add color definitions for "dark red", etc. 23 years ago
Michael R Sweet d769df9a59 D'oh! Never set fl_font_ and fl_size_ in new mac code... 23 years ago
Michael R Sweet be16fa3027 Make sure fl_size_, fl_font_, and fl_xfont are initialized and used. 23 years ago
Michael R Sweet 5d7f42585b Fix test for OpenGL libraries - not == xno, but != xyes. 23 years ago
Michael R Sweet fbeb7fc775 Don't use -OPT on IRIX 5.3... 23 years ago
Michael R Sweet a2cd4c80b1 Declare fl_size_ and fl_font_. 23 years ago
Michael R Sweet c651bc29a3 filechooser.gif is gone, long live Fl_File_Chooser.jpg... 23 years ago
Michael R Sweet c1fe08471c filechooser.gif is gone, long live Fl_File_Chooser.jpg. 23 years ago
Michael R Sweet 4d7847cc49 Bump RPM version to rc3... 23 years ago
Michael R Sweet 5bbc351200 Don't redraw outside label if the window hasn't been shown - otherwise 23 years ago
Michael R Sweet e8e3346249 MacOS fixes (include x.H instead of mac.H...) 23 years ago
Michael R Sweet f50c056726 WIN32 compile fixes. 23 years ago
Michael R Sweet 861ad9769b New file chooser. 23 years ago
Michael R Sweet 5c17a15fd4 Cancel button fix for the current file chooser (same fix will have to 23 years ago
Michael R Sweet 16de7b6048 The button width/height arrays were not properly initialized before 23 years ago
Michael R Sweet a4cd699340 Fl_Text_Display::draw_vline() needed to check nVisLine >= num lines. 23 years ago
Michael R Sweet 9c4a8a4ed2 Fix uninitialized memory bugs in Fl_Help_View.cxx. 23 years ago
Michael R Sweet 7f64473ace Some fixes to get FLTK to compile under Jaquar. 23 years ago
Michael R Sweet 25defef499 Tweek the order of -o foo and foo.o in the test makefile, since putting 23 years ago
Michael R Sweet ca063527da More redraw() fun, this time to make sure that subwindows/OpenGL widgets 23 years ago
Michael R Sweet 8c120555fa Need to make sure window() is not NULL when marking damage in the window. 23 years ago
Michael R Sweet 839dfca778 Redraw fixes. 23 years ago
Michael R Sweet 9671c04290 Changelog. 23 years ago
Michael R Sweet 23972703f4 Some C++ compilers can't handle char& and int& versions of methods, so 23 years ago
Michael R Sweet 778d528093 Add Matthias's WIN32 code to get an image from the current window; needs 23 years ago
Michael R Sweet d5541b5cd6 fl_read_image() - not implemented for WIN32 or OSX yet. 23 years ago
Michael R Sweet 085eccc439 Spelling error... 23 years ago
Michael R Sweet 465d6f914a OK, I *definitely* need a remedial math class... 23 years ago
Michael R Sweet c9c0c7a298 Fix ::format() code to show the right number of digits. 23 years ago
Michael R Sweet 7b33f84121 Don't use %g when step == 1.0. 23 years ago
Michael R Sweet 3e74cc34ec Add support for TT element. 23 years ago
Michael R Sweet acd6bd5cc8 Clean up string includes. 23 years ago
Michael R Sweet 62424b33c5 Update docos to describe int/float settings. 23 years ago
Michael R Sweet d47ed1872c Use floating-point input when step() == 0.0, too. 23 years ago
Michael R Sweet f79c2375da Tag image data as allocated so that we don't waste memory. 23 years ago
Michael R Sweet 30b57935f9 Mark loaded images as allocated so that they get deleted. 23 years ago
Michael R Sweet d1a1367fea MingW updates. 23 years ago
Michael R Sweet e0a7046b80 Always redraw the directory buttons if the base class handled the 23 years ago
Michael R Sweet 3a117a899c Get rid of as many compiler warnings as possible. 23 years ago
Michael R Sweet 262321f5e6 Fix cancel bug in file chooser with multiple-selection mode. 23 years ago
Michael R Sweet fc7facb5e9 Changelog and cleanup. 23 years ago