445 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)

Author SHA1 Message Date
Michael R Sweet 526e94341d Some patches from Ori Berger to plug some resource leaks and use a 23 years ago
Matthias Melcher 2d30a9e6fa Small changes to make Metrowerks CodeWarrior for Windows work. 23 years ago
Michael R Sweet 6a6e4ab66c Separate the extra image functions into fltk_images. 23 years ago
Michael R Sweet cdc15f49a6 Fix math header for nocygwin mode. 23 years ago
Michael R Sweet 1be610c970 Better MingW handling. 23 years ago
Michael R Sweet 4a6299fbcc Add FLTK_1_0_COMPAT symbol for 1.0.x compatible names. 23 years ago
Michael R Sweet 34e35db71f Prefer fl_push_clip() over fl_clip(). 23 years ago
Michael R Sweet c3cde61e98 Add documentation for using styles in text editor. 23 years ago
Michael R Sweet 13ae564f03 Add color definitions for "dark red", etc. 23 years ago
Michael R Sweet 5d7f42585b Fix test for OpenGL libraries - not == xno, but != xyes. 23 years ago
Michael R Sweet 861ad9769b New file chooser. 23 years ago
Michael R Sweet 23972703f4 Some C++ compilers can't handle char& and int& versions of methods, so 23 years ago
Michael R Sweet d5541b5cd6 fl_read_image() - not implemented for WIN32 or OSX yet. 23 years ago
Michael R Sweet acd6bd5cc8 Clean up string includes. 23 years ago
Michael R Sweet 262321f5e6 Fix cancel bug in file chooser with multiple-selection mode. 23 years ago
Michael R Sweet 23cfc372a0 Fix links inside PRE 23 years ago
Michael R Sweet 88d54cd78b Massive update to use strlcpy() and strlcat() instead of strncpy() 23 years ago
Michael R Sweet f953ffc27d Change _WIN32 to WIN32 for 1.1.x tree. 23 years ago
Bill Spitzak 80465e4bff Backported the fltk2.0 tooltips. This may be somewhat binary incompatable 23 years ago
Michael R Sweet ad9546204c Use 16x16 KDE icon images by default. 23 years ago
Michael R Sweet bde72ca8ce Change "typedef enum {} type" to "enum type {}"... 23 years ago
Michael R Sweet fbf099f11e Fix portability problems with Solaris Forte C++ compiler. 23 years ago
Michael R Sweet b010bc55c4 Add sort function to file chooser. 23 years ago
Michael R Sweet ae0a956f2e Add sort function as optional argument to Fl_File_Browser::load(). 23 years ago
Michael R Sweet 47e7de17bc Fix new filename stuff for WIN32. 23 years ago
Michael R Sweet a237472c70 Update fl_filename_list() to accept a sort function to use, and export 23 years ago
Michael R Sweet 94a9fb879f Fix backspace "bug" in file chooser - now treat delete and backspace the 23 years ago
Matthias Melcher adb6fc4eeb added binary support and procedural names to 23 years ago
Michael R Sweet 8972642109 New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_File 23 years ago
Michael R Sweet 1f5448409b Fl_Preferences::getUserdataPath() and getPath() methods now require a 23 years ago
Michael R Sweet bc0389efbc Damned MS-DOS line endings! 23 years ago
Michael R Sweet 13587f41c2 Re-import the *current* version of Matthias's code, with appropriate 23 years ago
Michael R Sweet 44bb5f60de Add Fl_Preferences class to base library. 23 years ago
Michael R Sweet ee5fdc99ce Images in menu items... 23 years ago
Michael R Sweet 7e8ec10e6d Add missing docos for Fl_Progress. 23 years ago
Michael R Sweet e1828d045f Change fl_create_deepmask() to fl_create_alphamask(). 23 years ago
Michael R Sweet 0c396a615b Added fl_create_deepmask() method for creating alpha blend masks. 23 years ago
Michael R Sweet 8e3cdc0ac1 Propagate events from the tooltip window to the widget we are tooltipping 23 years ago
Michael R Sweet dc355ebb54 Add Fl::dnd_text_ops() methods. 23 years ago
Michael R Sweet 9e2f362016 Move ENTER/LEAVE handling to Fl_Box so that the default event handler 23 years ago
Michael R Sweet 7482426735 Make Fl_Output a subclass of Fl_Input, and add input_type and readonly 23 years ago
Michael R Sweet ef36be385e Redefine FL_ color values to use the color cube. 23 years ago
Michael R Sweet 4586bf0fcc Tooltip fixes: ignore keyboard events, immediately disable new tooltips, 23 years ago
Michael R Sweet 2deb2fdfc9 Add image handler to Fl_Shared_Image class to support additional file 24 years ago
Michael R Sweet 6c796f88c7 Rename all remaining functions that don't start with fl_ to 24 years ago
Michael R Sweet 98c9f2cc6b Stereo OpenGL patch from Stuart Levy... 24 years ago
Michael R Sweet 1d7aef987d Automatically resize the convenience dialogs as needed... 24 years ago
Bill Spitzak 5f55e1cd63 Back-ported cut & paste code from fltk2.0. 24 years ago
Michael R Sweet e52b682a99 Add Xft support to 1.1.x. 24 years ago
Michael R Sweet 394286265a Fix rendering of background color in table cells. 24 years ago