1317 Commits (91aa5847ba00e27c3f7b94068960daff0c930110)
 

Author SHA1 Message Date
Michael R Sweet 6bfe3e970a Fix uninitialized variable in Fl_Preferences::Node::remove. 23 years ago
Michael R Sweet 782b3d639a Updated credits file. 23 years ago
Michael R Sweet 44bb5f60de Add Fl_Preferences class to base library. 23 years ago
Michael R Sweet 081d369c11 Support "using" keyword. 23 years ago
Michael R Sweet 47b57655a0 Make code dialog wider. 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 a0021b31ef Add unlock icon for public stuff. 23 years ago
Michael R Sweet c9013cf892 Change lock icon color to red. 23 years ago
Michael R Sweet eff01c14e5 AIX always needs the image libraries, since the AIX linker sucks. 23 years ago
Michael R Sweet 14b93c034b Add +z option with HP-UX compilers when compiling shared libraries. 23 years ago
Michael R Sweet da9edc35a5 Add lock icon next to static/private elements in FLUID. 23 years ago
Michael R Sweet ee5fdc99ce Images in menu items... 23 years ago
Michael R Sweet b3f01efb17 Add note about 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 8d187b30e5 Actually use the MEDIA option when generating PS and PDF docos. 23 years ago
Michael R Sweet 74942d0537 Fix links in docos... 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 9ca9171e7a Fl_Text_Buffer docos. 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
Michael R Sweet 989b0cd372 Update changelog. 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 aab290b503 Remove Fl_Output.cxx from VC++ project files... 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