summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2002-05-02Add sort function as optional argument to Fl_File_Browser::load().Michael R Sweet
2002-05-02Fix new filename stuff for WIN32.Michael R Sweet
2002-05-02Update fl_filename_list() to accept a sort function to use, and exportMichael R Sweet
2002-05-01Fix backspace "bug" in file chooser - now treat delete and backspace theMichael R Sweet
2002-04-30added binary support and procedural names toMatthias Melcher
2002-04-30New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_FileMichael R Sweet
2002-04-30Fl_Preferences::getUserdataPath() and getPath() methods now require aMichael R Sweet
2002-04-29Damned MS-DOS line endings!Michael R Sweet
2002-04-29Re-import the *current* version of Matthias's code, with appropriateMichael R Sweet
2002-04-28Add Fl_Preferences class to base library.Michael R Sweet
2002-04-26Images in menu items...Michael R Sweet
2002-04-18Add missing docos for Fl_Progress.Michael R Sweet
2002-04-15Change fl_create_deepmask() to fl_create_alphamask().Michael R Sweet
2002-04-14Added fl_create_deepmask() method for creating alpha blend masks.Michael R Sweet
2002-04-14Propagate events from the tooltip window to the widget we are tooltippingMichael R Sweet
2002-04-13Add Fl::dnd_text_ops() methods.Michael R Sweet
2002-04-12Move ENTER/LEAVE handling to Fl_Box so that the default event handlerMichael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-04-11Redefine FL_ color values to use the color cube.Michael R Sweet
2002-04-09Tooltip fixes: ignore keyboard events, immediately disable new tooltips,Michael R Sweet
2002-03-29Add image handler to Fl_Shared_Image class to support additional fileMichael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-03-25Stereo OpenGL patch from Stuart Levy...Michael R Sweet
2002-03-23Automatically resize the convenience dialogs as needed...Michael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-03-06Add Xft support to 1.1.x.Michael R Sweet
2002-03-05Fix rendering of background color in table cells.Michael R Sweet
2002-02-20Update copyright in FLUID "about" window.Michael R Sweet
2002-02-15Use +O2 for compiler on HP-UX.Michael R Sweet
2002-01-30Fix prototypes for fl_input() and fl_password().Michael R Sweet
2002-01-09First round of DND additions to 1.1 - just X11 code, and I haven't addedMichael R Sweet
2002-01-07Fixed from Teun.Michael R Sweet
2002-01-07Don't apply tile image to menu or overlay windows.Michael R Sweet
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet
2002-01-06Doco and dist file updates.Michael R Sweet
2002-01-03cleaned up src/Fl_mac.cxx, fixed Fl::wait(0.0), fixed Cmd-Q handlingMatthias Melcher
2002-01-01Copyright updates...Michael R Sweet
2002-01-01Use rint() for some more rounding of vertices.Michael R Sweet
2001-12-23Demo updates (so they all will use the default scheme)Michael R Sweet
2001-12-22- MacOS: more keyboard handler fixes, mainly mapping of Mac specificMatthias Melcher
2001-12-21Casts to make old IRIX 5.3 C++ compiler happy...Michael R Sweet
2001-12-21CVS ignore files...Michael R Sweet
2001-12-20Implement Fl::scheme() and Fl::reload_scheme() (this includes supportMichael R Sweet
2001-12-20fixed iBook keyboard bug.Matthias Melcher
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-12-18- Mac: greatly improved OpenGL support, some window management,Matthias Melcher
2001-12-16Fix other widgets to use Fl::focus() instead of take_focus().Michael R Sweet
2001-12-15Add "shown()" method to Fl_File_Chooser.Michael R Sweet
2001-12-14Clean up default menu for FLTK applications - don't need "About FLTK".Michael R Sweet
2001-12-14More tweeking of plastic boxtypes.Michael R Sweet