summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-30fl_read_image() - not implemented for WIN32 or OSX yet.Michael R Sweet
2002-05-30Spelling error...Michael R Sweet
2002-05-28OK, I *definitely* need a remedial math class...Michael R Sweet
2002-05-28Fix ::format() code to show the right number of digits.Michael R Sweet
2002-05-27Don't use %g when step == 1.0.Michael R Sweet
2002-05-27Add support for TT element.Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-05-25Update docos to describe int/float settings.Michael R Sweet
2002-05-25Use floating-point input when step() == 0.0, too.Michael R Sweet
2002-05-25Tag image data as allocated so that we don't waste memory.Michael R Sweet
2002-05-25Mark loaded images as allocated so that they get deleted.Michael R Sweet
2002-05-24MingW updates.Michael R Sweet
2002-05-24Always redraw the directory buttons if the base class handled theMichael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-24Fix cancel bug in file chooser with multiple-selection mode.Michael R Sweet
2002-05-23Changelog and cleanup.Michael R Sweet
2002-05-23Fix WIN32 redraw problems.Michael R Sweet
2002-05-21Ignore more generated files...Michael R Sweet
2002-05-21Fix MingW config header (undef instead of define 0)Michael R Sweet
2002-05-21Use floor() instead of trunc() when checking if step() is an integerMichael R Sweet
2002-05-21Fix links inside PREMichael R Sweet
2002-05-21Add preferences program to .cvsignore...Michael R Sweet
2002-05-19Add -sgi_version,sgi1.1 to the IRIX DSO command.Michael R Sweet
2002-05-19Tweek OS/2 config header...Michael R Sweet
2002-05-17Fl_Preferences: fixed delete/free confusion, updated docu and sample on buffe...Matthias Melcher
2002-05-17Fix redraw area for focus box on buttons with no box.Michael R Sweet
2002-05-16Fixed Fl_Preferences: access() needs to includeMatthias Melcher
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-16Small fix so it compiles on OS/X (Darwin), access() needed header file.Bill Spitzak
2002-05-16Slight change to menu fix so that events only go to the grab() widget.Bill Spitzak
2002-05-16More color fixes for Xft (fl_color_ wasn't always set)Michael R Sweet
2002-05-15Update dependencies.Michael R Sweet
2002-05-15Fix widget width tooltip and default parameter handling code.Michael R Sweet
2002-05-15Fixed drawing of antialiased text - uchar color value * 0x0101 wasMichael R Sweet
2002-05-15Fixed menu problem - FL_MOVE/DRAG processing stopped before sending theMichael R Sweet
2002-05-15Fix tooltip documentation (too much & quoting... :)Michael R Sweet
2002-05-15Use access() instead of stat() to determine if the directory exists.Michael R Sweet
2002-05-15Fix loading of old BMP files.Michael R Sweet
2002-05-15Optimize redraw of focus stuff in radio/check buttons and tabs.Michael R Sweet
2002-05-15More fixes for tooltips blinking.Bill Spitzak
2002-05-15Changelog update...Michael R Sweet
2002-05-14Another change to tooltips noticed when making the 2.0 version.Bill Spitzak
2002-05-14Clicking on tooltips makes them go away and they don't reappear.Bill Spitzak
2002-05-13WIN32 compile fixes.Michael R Sweet
2002-05-13Fix click-on-tooltip bug.Michael R Sweet
2002-05-13Expand menu item fix for all menu widgets (menu bar, menu button, choice,Michael R Sweet
2002-05-13Change _WIN32 to WIN32 for 1.1.x tree.Michael R Sweet
2002-05-13Updated tooltip documentationBill Spitzak
2002-05-13Removed 2.0 destroy() call from WIN32 codeBill Spitzak
2002-05-13Backported the fltk2.0 tooltips. This may be somewhat binary incompatableBill Spitzak