summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2001-12-20Implement Fl::scheme() and Fl::reload_scheme() (this includes supportMichael R Sweet
2001-12-20fixed iBook keyboard bug.Matthias Melcher
2001-12-19"make clean" should not delete makedepend, since we now track thisMichael R Sweet
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-12-19Reset horizontal position in value() method, too.Michael R Sweet
2001-12-19Allow any child widget to be resizable in Fl_Pack.Michael R Sweet
2001-12-19MacOS: added opaque window resizing,Matthias Melcher
2001-12-18Resize horizontal scrollbar.Michael R Sweet
2001-12-18Mac: now lists all available fonts (some have unicode namesMatthias Melcher
2001-12-17Fl_File_Chooser wasn't calling Fl_Window::hotspot() prior to showing, soMichael R Sweet
2001-12-17Check for *BSD -pthread option.Michael R Sweet
2001-12-17Only use clipping box if it is valid.Michael R Sweet
2001-12-17Remove Fl_Mutex and Fl_Signal_Mutex from threads.h - not portable, andMichael R Sweet
2001-12-17Fl_Help_View now ignores links when the link callback returns NULL, andMichael R Sweet
2001-12-17FLUID didn't support the plastic boxtypes.Michael R Sweet
2001-12-17Hide tooltips when hiding a window.Michael R Sweet
2001-12-17Don't append a semicolon to callback function code when the last lineMichael R Sweet
2001-12-16Fix other widgets to use Fl::focus() instead of take_focus().Michael R Sweet
2001-12-16Update the radio button circle drawing code to take the boxtype bordersMichael R Sweet
2001-12-15Add "shown()" method to Fl_File_Chooser.Michael R Sweet
2001-12-14Documentation makefile should be using --batch option, not list allMichael R Sweet
2001-12-14Implement Fl::set_font(Fl_Font, Fl_Font)...Michael R Sweet
2001-12-14More tweeking of plastic boxtypes.Michael R Sweet
2001-12-12Update documentation screenshots (still have some to go...)Michael R Sweet
2001-12-12Added Carbon event handling for Mac OS X gaining support for theMatthias Melcher
2001-12-12Update paragraph 4 of the FLTK license exemptions; basically, justify/Michael R Sweet
2001-12-11Multiple fixes from Sebastien.Michael R Sweet
2001-12-10"make uninstall" didn't uninstall the OpenGL library.Michael R Sweet
2001-12-09Mac: Added missing Cursor Shapes for Mac versionMatthias Melcher
2001-12-08Fix infinite loop problem in Fl_Text_Editor - was resizing before weMichael R Sweet
2001-12-06FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX.Michael R Sweet
2001-12-06Don't pop up the message box for warnings under WIN32.Michael R Sweet
2001-12-06Use FL_NO_BOX for check button and round button.Michael R Sweet
2001-12-06Implemeted 95% of all Mac OS X support. Makefiles still need modifications.Matthias Melcher
2001-12-05Add support for 2-byte XPM files.Michael R Sweet
2001-12-05Segfault fixes...Michael R Sweet
2001-12-04updated CHANGES fileMatthias Melcher
2001-12-03Make Fl_Text_Display use the same defaults for the selection and backgroundMichael R Sweet
2001-12-03Bug fixes and doco updates care of Sebastian.Michael R Sweet
2001-12-01Fix Fl_Tabs to use boxtypes exclusively for drawing the tabs. This resultsMichael R Sweet
2001-11-30Fix infinite loop bug with WIDTH=100% in Fl_Help_View widget.Michael R Sweet
2001-11-28Add new plastic box types (kindof a shiny translucent box type...)Michael R Sweet
2001-11-28Missing cast in Fl_Tooltip.cxx...Michael R Sweet
2001-11-28Add Fl::version() and Fl::event() methods.Michael R Sweet
2001-11-26Doco updates.Michael R Sweet
2001-11-26New filename_relative() function, and use it from fl_file_chooser() andMichael R Sweet
2001-11-25Redo Fluid_Image class to use Fl_Shared_Image instead of its own subclassesMichael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-24Added XBM, XPM, and PNM image file classes.Michael R Sweet
2001-11-24Add horizontal scrollbar to Fl_Help_View.Michael R Sweet