1106 Commits (release-1.1.6)

Author SHA1 Message Date
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 a2cd4c80b1 Declare fl_size_ and fl_font_. 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 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 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 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 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 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
Michael R Sweet 4775381658 Fix WIN32 redraw problems. 23 years ago
Michael R Sweet dc560e83e3 Use floor() instead of trunc() when checking if step() is an integer 23 years ago
Michael R Sweet 23cfc372a0 Fix links inside PRE 23 years ago
Michael R Sweet 6fb964c36e Add -sgi_version,sgi1.1 to the IRIX DSO command. 23 years ago
Matthias Melcher dc5fa8454c Fl_Preferences: fixed delete/free confusion, updated docu and sample on buffer size issue (buffer needs to allow for additional byte for trailing zero) 23 years ago
Michael R Sweet 6a726f5087 Fix redraw area for focus box on buttons with no box. 23 years ago
Matthias Melcher 8b3472fa1f Fixed Fl_Preferences: access() needs to include 23 years ago
Michael R Sweet 88d54cd78b Massive update to use strlcpy() and strlcat() instead of strncpy() 23 years ago
Bill Spitzak 3654682476 Small fix so it compiles on OS/X (Darwin), access() needed header file. 23 years ago
Bill Spitzak 8fd4b107da Slight change to menu fix so that events only go to the grab() widget. 23 years ago
Michael R Sweet af1ec00483 More color fixes for Xft (fl_color_ wasn't always set) 23 years ago
Michael R Sweet 83c0e840ba Update dependencies. 23 years ago
Michael R Sweet edb2118098 Fixed drawing of antialiased text - uchar color value * 0x0101 was 23 years ago
Michael R Sweet 1f39ef0323 Fixed menu problem - FL_MOVE/DRAG processing stopped before sending the 23 years ago
Michael R Sweet cc89f57ccf Use access() instead of stat() to determine if the directory exists. 23 years ago
Michael R Sweet 33f05fa72a Fix loading of old BMP files. 23 years ago
Michael R Sweet e217ac0564 Optimize redraw of focus stuff in radio/check buttons and tabs. 23 years ago
Bill Spitzak 786e3ed0a8 More fixes for tooltips blinking. 23 years ago
Bill Spitzak d07b6f0ecb Another change to tooltips noticed when making the 2.0 version. 23 years ago