summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2004-09-12Tooltips would not reappear on the same widget, and the initialMichael R Sweet
2004-09-09News from FLTK1.1 and QuartzMatthias Melcher
2004-08-31Quartz for FLTK1.1Matthias Melcher
2004-08-31Quartz for FLTK 1.1:Matthias Melcher
2004-08-27Quartz:Matthias Melcher
2004-08-26Quartz implementation for FLTK 1.1:Matthias Melcher
2004-07-27More doco updates.Michael R Sweet
2004-07-26More documentation updates...Michael R Sweet
2004-07-04In order to make the whitte text field at the bottom left of theMatthias Melcher
2004-06-07The first menuitem in a menulist would not honor teh MENU_INVISIBLE flag.Matthias Melcher
2004-05-15Fl_Scroll now uses a full redraw when the scheme is set toMichael R Sweet
2004-04-29Documentation updates (STR #365)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-04-11Update Fl_Scroll background image fix...Michael R Sweet
2004-04-06Added a new_directory_tooltip string pointer to allowMichael R Sweet
2004-04-06Add Fl_Menu_::find_item() method (STR #316)Michael R Sweet
2004-04-06The Fl_Widget copy operator definitions were not conditionallyMichael R Sweet
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