2048 Commits (6f946ecfc55a5dee1571c72aae93b086c06370b3)
 

Author SHA1 Message Date
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. 24 years ago
Michael R Sweet 8964212393 OSX threading support - a little buggy right now, but hopefully we'll be 24 years ago
Michael R Sweet dca53e213a Implement file system list for file chooser on OS X. 24 years ago
Michael R Sweet 989b0cd372 Update changelog. 24 years ago
Bill Spitzak 772b36810d Win32 version stores all the info passed to WndProc into fl_msg so an 24 years ago
Michael R Sweet 20adf5e2c6 Add credits file for 1.1.x branch. 24 years ago
Michael R Sweet 60a1ae1786 Make sure that hotspotted windows stay on the screen under MacOS X. 24 years ago
Michael R Sweet bcb2033a96 Fix transparency stuff for MacOS X; currently it appears that CopyDeepMask 24 years ago
Michael R Sweet e1828d045f Change fl_create_deepmask() to fl_create_alphamask(). 24 years ago
Michael R Sweet 0c396a615b Added fl_create_deepmask() method for creating alpha blend masks. 24 years ago
Michael R Sweet 0f61132a75 Remove unnecessary tooltip handle code. 24 years ago
Michael R Sweet b530634804 Add Cygwin drive code. 24 years ago
Michael R Sweet 8e3cdc0ac1 Propagate events from the tooltip window to the widget we are tooltipping 24 years ago
Michael R Sweet dc355ebb54 Add Fl::dnd_text_ops() methods. 24 years ago
Michael R Sweet 7f0c218c1c Fix case problems in include filenames... 24 years ago
Michael R Sweet 9e2f362016 Move ENTER/LEAVE handling to Fl_Box so that the default event handler 24 years ago
Michael R Sweet aab290b503 Remove Fl_Output.cxx from VC++ project files... 24 years ago
Michael R Sweet 7482426735 Make Fl_Output a subclass of Fl_Input, and add input_type and readonly 24 years ago
Michael R Sweet ef36be385e Redefine FL_ color values to use the color cube. 24 years ago
Michael R Sweet a9b5c825a4 Do not use false and true in 1.1.x code... 24 years ago
Michael R Sweet 9a1728905c Remove yet another use of "true" in 1.1.x code. 24 years ago
Michael R Sweet f574287616 Update dependencies... 24 years ago
Michael R Sweet 126def8800 Update docos for all configure options. 24 years ago
Michael R Sweet 06a23813f8 Wrap remaining DnD includes and code for WIN32 (Cygwin with GCC 2.x 24 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 921f66e3e6 Add "-fvtable-thunks" to OPTIM when compiling with Cygwin. 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 d7b371bfe6 Move -mwindows and -DWIN32 back to C*FLAGS and LDFLAGS for Cygwin builds. 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 ed45695bf5 Add Fl_BMP_Image.html to list of HTML files. 24 years ago
Michael R Sweet d5c04e175f Fix minimum width of input field to 340 pixels... 24 years ago
Michael R Sweet c747d63cff FLUID code that uses snprintf() needs to include src/flstring.h... 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 97f4474339 Add fltk_forms library stuff to MingW makeinclude file... 24 years ago
Michael R Sweet 9fcec7788d Test makefile didn't include makedepend file... 24 years ago
Michael R Sweet 14e6251b80 More HTML fixed from Alexander. 24 years ago
Michael R Sweet ba95cce4a8 Fix HTML errors... 24 years ago