summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2004-03-11Fl_Value_Slider::draw_bg() didn't always apply the clippingMichael R Sweet
2003-11-01Fixed some OS/2-specific build problems (STR #185)Michael R Sweet
2003-09-14Add Fl_Tooltip::hoverdelay() method and code (STR #126)Michael R Sweet
2003-09-09Bump to 1.1.5rc1...Michael R Sweet
2003-09-08Leave more space for filename label in file chooser.Michael R Sweet
2003-09-04Provide inline code for copy operators in Fl_Widget; this works aroundMichael R Sweet
2003-08-02OS X: some changes to support Apples ProjectBuilder.Matthias Melcher
2003-06-15Several widgets defined their own size() method but didn'tMichael R Sweet
2003-06-15Add clear() method to Fl_Scroll so that the scrollbars don't get deleted.Michael R Sweet
2003-06-12Added documentation for all forms of Fl_Widget::damage() (STRMichael R Sweet
2003-06-01Add symlink for installs on OSX so that the wrong include file is notMichael R Sweet
2003-05-30Add preliminary support for Apple Open Documents event callback interfaceMichael R Sweet
2003-05-21Add find() method to help widget and search box to help dialog.Michael R Sweet
2003-05-18Add thin up box with plastic style.Michael R Sweet
2003-02-25Fix help dialog link color.Michael R Sweet
2003-02-13Bump version number for next release.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-28Support type qualifiers before a class name; this allows for things likeMichael R Sweet
2003-01-21Add FL_EXPORT to nested classes.Michael R Sweet
2003-01-15Fix build problems on Windows.Michael R Sweet
2003-01-12Fix header file again.Michael R Sweet
2003-01-11Need to include Fl_Export.H for FL_EXPORT definition.Michael R Sweet
2003-01-10Update Fl_Image and friends so that we don't need to include theMichael R Sweet
2002-12-19Doco updates.Michael R Sweet
2002-12-04OSX fixes for GLUT/GL window classes.Michael R Sweet
2002-11-25Bump version number in CVS...Michael R Sweet
2002-11-19Fix fl_dir_chooser()/Fl_File_Chooser:value() bug - cancel didn't returnMichael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-11-14Add const char * add methods to Fl_Check_Browser.Michael R Sweet
2002-11-14Add Alpha compiler stuff and cast for menu code.Michael R Sweet
2002-11-12Fixed missing undo bug in Fl_Text_Editor. Undo would be performed onMatthias Melcher
2002-11-08Add draw_children() method to Fl_Group.Michael R Sweet
2002-11-05Added 'Undo' to Fl_Text_Editor by reusing some of the Fl_Input_ code. I tried...Matthias Melcher
2002-11-05Added callbacks to Fl_Text_Editor.Matthias Melcher
2002-10-30Update tile documentation to be explicit about widgets touching and doingMichael R Sweet
2002-10-292.0 tooltip changes into 1.1.x.Michael R Sweet
2002-10-24First fixes for 1.1.2 - Fl_Scrollbar shouldn't take keyboard focus,Michael R Sweet
2002-10-20Implement Fl_Shared_Image::uncache().Michael R Sweet
2002-10-15Preliminary OpenGL single-buffering fix.Michael R Sweet
2002-10-11Use memmove() instead of memcpy() in several key places.Michael R Sweet
2002-10-07Bump patch version in FL/Enumerations.H...Michael R Sweet
2002-10-04New Fl_Widget::redraw_label() method to cleanly redraw the label of aMichael R Sweet
2002-09-20Apply patch from George Garvey to make Fl_Text_Display/Buffer based onMichael R Sweet
2002-09-05Mac OS X: modified Fl_Preferences::Node::search to correctly handle groupsMatthias Melcher
2002-09-04Fixes from Matthew Morrise.Michael R Sweet
2002-09-03Fix typo...Michael R Sweet
2002-09-03Tweek math header (again) for MingW...Michael R Sweet
2002-08-30Make sure all strings can be localized in the dialogs.Michael R Sweet
2002-08-27Add constructors that accept the path to use (rather then SYSTEM or USERMichael R Sweet
2002-08-20DLL fix from Robin Hakanson.Michael R Sweet