summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2002-06-24Update GCC test in configure script.Michael R Sweet
2002-06-13Make sure DIRECTORY is undef'd for BC++.Michael R Sweet
2002-06-13Bug fixes from Sebastien.Michael R Sweet
2002-06-11Prefer fl_push_clip() over fl_clip().Michael R Sweet
2002-06-11Try some changes to fix MacOS threading support and fl_wait()Michael R Sweet
2002-06-09Add color definitions for "dark red", etc.Michael R Sweet
2002-06-07Declare fl_size_ and fl_font_.Michael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-06-06The button width/height arrays were not properly initialized beforeMichael R Sweet
2002-06-06Fl_Text_Display::draw_vline() needed to check nVisLine >= num lines.Michael R Sweet
2002-06-06Fix uninitialized memory bugs in Fl_Help_View.cxx.Michael R Sweet
2002-06-02Redraw fixes.Michael R Sweet
2002-05-31Changelog.Michael R Sweet
2002-05-30fl_read_image() - not implemented for WIN32 or OSX yet.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-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-24Fix cancel bug in file chooser with multiple-selection mode.Michael R Sweet
2002-05-23Changelog and cleanup.Michael R Sweet
2002-05-21Fix MingW config header (undef instead of define 0)Michael R Sweet
2002-05-21Fix links inside PREMichael R Sweet
2002-05-19Add -sgi_version,sgi1.1 to the IRIX DSO command.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()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-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-15Changelog update...Michael R Sweet
2002-05-13Change _WIN32 to WIN32 for 1.1.x tree.Michael R Sweet
2002-05-12Fix tooltips on some of the valuators...Michael R Sweet
2002-05-12Fix FLUID menu drawing bug reported by Paul Sydney (didn't rebuild theMichael R Sweet
2002-05-12Default argument patch from Fabien Constantini.Michael R Sweet
2002-05-06Merge WIN32 ValidateRgn() fixes.Michael R Sweet
2002-05-06Don't insert text in an Fl_Multiline_Output widget.Michael R Sweet
2002-05-06Clip text in file list properly.Michael R Sweet
2002-05-04Restore window label (title) after drawing the group.Michael R Sweet
2002-05-04Fix scandir dirent stuff under WIN32.Michael R Sweet
2002-05-03Fix portability problems with Solaris Forte C++ compiler.Michael R Sweet
2002-05-03Add Albrecht's radio circle drawing fixes.Michael R Sweet
2002-05-03Don't open the display to load a .fl file.Michael R Sweet
2002-05-03Fix teeth on wide arcs.Michael R Sweet
2002-05-01Fix backspace "bug" in file chooser - now treat delete and backspace theMichael R Sweet
2002-05-01Add shell command support to FLUID.Michael R Sweet
2002-04-30Fixed VisualC projects for Fl_File_Input.Matthias Melcher
2002-04-30New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_FileMichael R Sweet