summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2005-08-29Fixed C++ style comments in plain C files (STR #997)Matthias Melcher
2005-08-29Slight changes to Fl_Sys_Menu_Bar making it more transparent for multi platfo...Matthias Melcher
2005-08-10Fl_Text_Display now auto-scrolls in all directions (STR #915). This is implem...Matthias Melcher
2005-08-08Fix Fl_Input_Choice widget positioning.Michael R Sweet
2005-08-08Fl_File_Chooser did not implement the user_data() methods (STRMichael R Sweet
2005-08-05Fixed memory leak in Fl_Check_Browser reported by "miguel2i" .Dejan Lekic
2005-07-26Fl_Preferences: made implicitly defined constructors and operators unavailable.Matthias Melcher
2005-07-15Applied hidden copy / ctor patch as suggested in STR 860Matthias Melcher
2005-05-20Fl_Preferences::getUserdataPath() didn't work for sub-groups (STRMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-04-15Don't make non-inline methods from FLUID inline (that is, remove theMichael R Sweet
2005-04-14Fix compiler warnings.Michael R Sweet
2005-04-13Only use __deprecated__ with GCC 3.0 and higher.Michael R Sweet
2005-04-11Remove all warnings for Mac buidl with gcc (except one)Matthias Melcher
2005-04-09Added missing Fl_Window::copy_label() method.Michael R Sweet
2005-03-31Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-Michael R Sweet
2005-03-25Pressing Enter in the file chooser when selecting a directoryMichael R Sweet
2005-03-25The Fl_File_Chooser window now properly resizes its controls (STRMichael R Sweet
2005-03-25Change Fl_Spinner to use double values instead of ints.Michael R Sweet
2005-03-24Prep work to support separate FL_PLASTIC_ROUND_UP/DOWN_BOX box types.Michael R Sweet
2005-03-21Polygon drawing fixed #765, fl_message wrapped in Fl_Group::current(0), so it...Matthias Melcher
2005-03-21Printing support for FLUID...Michael R Sweet
2005-03-20Add Fl_Spinner widget (another combo of existing widgets in a header file)Michael R Sweet
2005-03-06Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of theMichael R Sweet
2005-03-05More browser documentation changes.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Added Greg Ercolano's simple Fl_Input_Choice widget which is aMichael R Sweet
2005-02-05Fl_File_Chooser was slow with large directories (STR #654)Michael R Sweet
2004-12-06Fixed a compiler warning in Fl_Window.H (STR #641)Michael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-12-03Fl_Help_View::topline() incorrectly set the changed() flag (STRMichael R Sweet
2004-11-29Changelog.Michael R Sweet
2004-11-23Added the 2.0 Fl_Widget::copy_label() method to allow FLTK 1.xMichael R Sweet
2004-11-20Watcom fixes (STR #584, STR #594, STR #595)Michael R Sweet
2004-10-18Documentation updates (STR #568)Michael R Sweet
2004-10-18Documentation updates (STR #570)Michael R Sweet
2004-09-29Eliminate shadowed arguments...Michael R Sweet
2004-09-24Now look for 8 bits of alpha when the developer has requestedMichael R Sweet
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