1106 Commits (release-1.1.6)

Author SHA1 Message Date
Michael R Sweet 44bb5f60de Add Fl_Preferences class to base library. 23 years ago
Michael R Sweet 11fccec026 Fix which icon is shown in FLUID (had it backwards) 23 years ago
Michael R Sweet 9f5d6a0ecb Fix rendering of Fl_Light_Button with the plastic scheme. 23 years ago
Michael R Sweet a48e1cac3f Port 2.0 drawing optimizations for Fl_Input_ - this provides a more 23 years ago
Michael R Sweet 469ba78d90 Fix font enumeration bug reported by Paul Sydney. 23 years ago
Michael R Sweet ee5fdc99ce Images in menu items... 23 years ago
Michael R Sweet 7b99f66d03 Add check for libpng/png.h as well as png.h, and include the appropriate 23 years ago
Michael R Sweet f87f7a7b14 Added set_override() call in Fl_Tooltip_Window constructor. 23 years ago
Michael R Sweet a89ca324a4 Fix a recursion bug in the tooltip code - didn't need to grab(), but 23 years ago
Michael R Sweet c90c981570 Add -g option to fltk-config. 23 years ago
Michael R Sweet c75938c4eb Don't use the returned font sizes, as they yield too much space... 23 years ago
Michael R Sweet 7e8ec10e6d Add missing docos for Fl_Progress. 23 years ago
Michael R Sweet c2521c01da Bump version info to 1.1.0rc1. 23 years ago
Michael R Sweet 8964212393 OSX threading support - a little buggy right now, but hopefully we'll be 23 years ago
Michael R Sweet dca53e213a Implement file system list for file chooser on OS X. 23 years ago
Bill Spitzak 772b36810d Win32 version stores all the info passed to WndProc into fl_msg so an 23 years ago
Michael R Sweet 20adf5e2c6 Add credits file for 1.1.x branch. 23 years ago
Michael R Sweet 60a1ae1786 Make sure that hotspotted windows stay on the screen under MacOS X. 23 years ago
Michael R Sweet bcb2033a96 Fix transparency stuff for MacOS X; currently it appears that CopyDeepMask 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 0f61132a75 Remove unnecessary tooltip handle code. 23 years ago
Michael R Sweet b530634804 Add Cygwin drive code. 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 7f0c218c1c Fix case problems in include filenames... 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 a9b5c825a4 Do not use false and true in 1.1.x code... 23 years ago
Michael R Sweet 9a1728905c Remove yet another use of "true" in 1.1.x code. 23 years ago
Michael R Sweet f574287616 Update dependencies... 23 years ago
Michael R Sweet 126def8800 Update docos for all configure options. 23 years ago
Michael R Sweet 06a23813f8 Wrap remaining DnD includes and code for WIN32 (Cygwin with GCC 2.x 23 years ago
Michael R Sweet a84320659b Fix enter/leave on windows to properly handle tooltip focus... 24 years ago
Michael R Sweet bab08d8347 Hopefully fix the WIN32 resize on move bug. 24 years ago
Michael R Sweet 77a3b80dff OK, back out -fvtable-thunks and add conditional compile for WIN32 24 years ago
Michael R Sweet 4586bf0fcc Tooltip fixes: ignore keyboard events, immediately disable new tooltips, 24 years ago
Michael R Sweet 17374b20bb Update fl_beep() to use the PC speaker for FL_BEEP_DEFAULT. 24 years ago
Michael R Sweet 84950c0af7 Fl_Output didn't grab input focus, and so was unable to handle CTRL-C 24 years ago
Michael R Sweet 6fa4abfe54 Fix NULL argument to fl_filename_name()... 24 years ago
Michael R Sweet d5c04e175f Fix minimum width of input field to 340 pixels... 24 years ago
Michael R Sweet 82f5d08fd6 Add cast for WIN32 font enumeration calls... 24 years ago
Michael R Sweet b083119f50 Fix handling of filename matching - wasn't checking the basename of 24 years ago
Michael R Sweet 2deb2fdfc9 Add image handler to Fl_Shared_Image class to support additional file 24 years ago
Michael R Sweet ed47c6972b Change C++ comments in flstring.h to C comments... 24 years ago
Michael R Sweet fdf2e2e690 Make all implementations of cut/paste/dnd consistent with global 24 years ago
Michael R Sweet e178550fb5 Fix MacOS cut/paste (fl_selection_requestor not defined, and some 24 years ago
Michael R Sweet 44b28b56ef Improve appearance of Fl_Choice when scheme is set to plastic. 24 years ago
Michael R Sweet 887fe14a2b Fix Fl_Choice drawing bugs. 24 years ago