summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-17Allowing characters between 0x80 and 0x9f to be enetered into Fl_Input_ deriv...Matthias Melcher
2006-04-15Changed special handling on ISO characters 0x80 to 0xA0 for OS X, since this ...Matthias Melcher
2006-04-15in preperation of STR#1195: On OS X, we don't need to do the octal conversion...Matthias Melcher
2006-04-15in preperatio of STR#1195:ISO 8859-1 fixes for Fl_Input_ and derived classesMatthias Melcher
2006-04-04Fixed previous commit.Matthias Melcher
2006-04-04STR 1195: caret key lookup entry was missing on Mac OS XMatthias Melcher
2006-04-01STR 1200: fixed wrong allocation of copy/paste bufferMatthias Melcher
2006-03-29STR 1167: updated documentation for Fl_Valuator and Fl_Value_InputMatthias Melcher
2006-03-29Str 1171: added documentation for Fl_Toggle_ButtonMatthias Melcher
2006-03-29Fixing STR #1222 (case sensitive include fl_draw.H correction)Fabien Costantini
2006-03-29STR 1157: Attempt to make the documentation on Fl_Valuator::format clearer. A...Matthias Melcher
2006-03-28STR 1192: Added documentation for Fl_Clock_OutputMatthias Melcher
2006-03-28STR 1183: swapping two items in an Fl_Browser_ widget would corrupt redrawing...Matthias Melcher
2006-03-28STR 1179: function fl_scroll should now be correctly exported, even on VC6 :-)Matthias Melcher
2006-03-28ST 1148: a preselected filename will also be selected in the file chooser whe...Matthias Melcher
2006-03-28Reverted Help Browser to previous faster and simpler code.Matthias Melcher
2006-03-27STR 1186: Fixed Help Browser buffer overflow by adding a self-enlarging buffe...Matthias Melcher
2006-03-27STR 1213: leaving the area of a menubar when dragging would not cancel out th...Matthias Melcher
2006-02-22Don't increment read-only cells on a multiple-click.Michael R Sweet
2006-02-22Don't try to load image file we couldn't openMichael R Sweet
2006-01-31Update copyrights.Michael R Sweet
2006-01-31FLUID didn't handle loading .fl files with internationalMichael R Sweet
2006-01-31Fl_Spinner's minimum() and maximum() "get" methods wereMichael R Sweet
2006-01-31Fix fl_filename_list() bug (STR #1159) caused by changing of the ABIMichael R Sweet
2006-01-18Update announcement with edited changelog.Michael R Sweet
2006-01-17Fix menubar menu clicking, so that menu items work again and clicking outsideMichael R Sweet
2006-01-17Clicking outside a menu window dismisses it (STR #1144)Michael R Sweet
2006-01-17Check if the user clicks outside the menu area in the menu bar so that weMichael R Sweet
2006-01-16STR #1109 re-fix: when fixing 1109, I accidentally enabled clicking on grayed...Matthias Melcher
2006-01-15Update Linux desktop files.Michael R Sweet
2006-01-15Fix EPM list file and games programs.Michael R Sweet
2006-01-15Update EPM list file and OSX icon for FLUID.Michael R Sweet
2006-01-15Fix OSX make and install stuff.Michael R Sweet
2006-01-15Add OSX application stuff for FLUID.Michael R Sweet
2006-01-15Update OSX icons.Michael R Sweet
2006-01-15More packaging fun.Michael R Sweet
2006-01-15More packaging fun (games package to "advertise" FLTK...)Michael R Sweet
2006-01-15Separate the desktop install/uninstall stuff so that users that don'tMichael R Sweet
2006-01-15Fix installation of Linux desktop files.Michael R Sweet
2006-01-15Work on Linux and OSX desktop integration stuff via make install andMichael R Sweet
2006-01-15Another copyright notice update.Michael R Sweet
2006-01-15More copyright updates.Michael R Sweet
2006-01-15Update copyright.Michael R Sweet
2006-01-15Pressing a Fl_Menu_Button widget now draws it pressed in (STRMichael R Sweet
2006-01-14Fix resizing of Windows (STR #1139)Michael R Sweet
2006-01-13Fix compile error.Michael R Sweet
2006-01-13Fix bugs in Sudoku demo:Michael R Sweet
2006-01-08Make sure that threads.o depends on threads.h - it wasn't included in theMichael R Sweet
2006-01-08Oops...Michael R Sweet
2006-01-06The threads demo would display negative prime numbersMichael R Sweet