summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2002-07-20Remove 3 pixel X border in input fields.Michael R Sweet
2002-07-18Fl_Browser_::display() speedup patch from Stephen Davies.Michael R Sweet
2002-07-18Fl_Help_View fixes from Szasz Pal.Michael R Sweet
2002-07-17First steps in CodeWarrior on OS_X support.Matthias Melcher
2002-07-14Boy, aren't WIN32 compilers *so* much fun.Michael R Sweet
2002-07-14More FL_EXPORT stuff for WIN32.Michael R Sweet
2002-07-14Fix a bug in the filename completion.Michael R Sweet
2002-07-14Fl_File_Chooser::value("foo") now checks if the pathname is a directoryMichael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-07-11reenabled and improved support for Fl_Sys_Menu_Bar which is a subclassMatthias Melcher
2002-07-11MacOS: wait(0) would not handle all pending events.Matthias Melcher
2002-07-09Add support for MingW with GCC 3.1.x.Michael R Sweet
2002-07-09Range check input to Fl_Choice::value(n).Michael R Sweet
2002-07-08Update MingW and OS/2 makeinclude files...Michael R Sweet
2002-07-08Don't forget to scroll the Fl_Text_Display/Editor widget when draggingMichael R Sweet
2002-07-08Add Fl::remove_handler() method.Michael R Sweet
2002-07-08BC++ changes.Michael R Sweet
2002-07-02Those changes were for 1.1.0rc4, not 1.1.0... :)Michael R Sweet
2002-07-01File chooser updates - ../ and ./ map properly, now show ".." in theMichael R Sweet
2002-07-01Add Borland C++ Builder project files.Michael R Sweet
2002-07-01Some patches from Ori Berger to plug some resource leaks and use aMichael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-06-28Increase size of header buffer to 64 bytes.Michael R Sweet
2002-06-27Added Greg Ercolanos filedescripter supportMatthias Melcher
2002-06-27Fix math header for nocygwin mode.Michael R Sweet
2002-06-27MacOS:Matthias Melcher
2002-06-24Add FLTK_1_0_COMPAT symbol for 1.0.x compatible names.Michael R Sweet
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