2918 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)
 

Author SHA1 Message Date
Michael R Sweet 89d3f74435 Fix EPM list file and games programs. 20 years ago
Michael R Sweet 9b12d18155 Update EPM list file and OSX icon for FLUID. 20 years ago
Michael R Sweet f20fc63567 Fix OSX make and install stuff. 20 years ago
Michael R Sweet d4713f59c5 Add OSX application stuff for FLUID. 20 years ago
Michael R Sweet 6607a6b436 Update OSX icons. 20 years ago
Michael R Sweet 115d539691 More packaging fun. 20 years ago
Michael R Sweet 61b86ce0e5 More packaging fun (games package to "advertise" FLTK...) 20 years ago
Michael R Sweet 464c2f4a5e Separate the desktop install/uninstall stuff so that users that don't 20 years ago
Michael R Sweet 45ff3267cd Fix installation of Linux desktop files. 20 years ago
Michael R Sweet 887a458227 Work on Linux and OSX desktop integration stuff via make install and 20 years ago
Michael R Sweet 93e158df5f Another copyright notice update. 20 years ago
Michael R Sweet f7305675c4 More copyright updates. 20 years ago
Michael R Sweet a10e58204c Update copyright. 20 years ago
Michael R Sweet 2b293afe37 Pressing a Fl_Menu_Button widget now draws it pressed in (STR 20 years ago
Michael R Sweet 31700097b3 Fix resizing of Windows (STR #1139) 20 years ago
Michael R Sweet c78a31ce34 Fix compile error. 20 years ago
Michael R Sweet 21a8aed499 Fix bugs in Sudoku demo: 20 years ago
Michael R Sweet 328d25219d Make sure that threads.o depends on threads.h - it wasn't included in the 20 years ago
Michael R Sweet 3cda5da0b8 Oops... 20 years ago
Michael R Sweet 741322a01a The threads demo would display negative prime numbers 20 years ago
Michael R Sweet e0a8bd61e7 Add ipp, ldap, mailto, news, and smb schemes. 20 years ago
Michael R Sweet 11040f3094 Add comment block for new DND code. 20 years ago
Michael R Sweet 3af3148a06 Check for CR LF and no spaces in addition to starting with a URI prefix. 20 years ago
Michael R Sweet c4a0b7f056 Fl::dnd() now sets the content type of the drag to 20 years ago
Matthias Melcher f5a571fc83 Fixed "Pixmap" demo to not pop up a dialog if an image (or other file or even directory) is not readable. 20 years ago
Michael R Sweet 0321627691 Use "512" in place of kWindowNoTitleBarAttribute, as that constant was 20 years ago
Michael R Sweet 72b136d58b Fix MingW threading support. 20 years ago
Matthias Melcher 67bc851abb STR #1135: Triggering a timout would not break the event loop, giving no opportunity to FLTK to call flush. As a result, all redrawing that depended on timeouts only would not get done unless some other event was received. If the idle function was set, the event loop would break and redraw wold work again. 20 years ago
Matthias Melcher 3e1666448d STR #1133: Text was drawn twice when the scrollbar arrangement changed, causing antialiasing making characters appear somewhat "bold". This was fixed by correctly erasing the background again when redrawing the browser. 20 years ago
Matthias Melcher a5b959a3df STR #1133: if the FIle_input did not have focus and have no text inside and have the BAR changed flags set, it would draw a bogus and shifted second background box on top of the original one. 20 years ago
Matthias Melcher 0ea6761db2 - Fixed keyboard shortcut handling in FLUID and shortcut 20 years ago
Matthias Melcher 5c4e1336ba STR #1082: fullscreen demo would not redraw because resizing would set the "wait for expose" flag. However, OS X does not send an expose event on resizes. Doh! 20 years ago
Matthias Melcher 42f7ef8ea9 STR #1082, part 1: 20 years ago
Matthias Melcher 76e967889f STR #1131: there is no good way in Mac OS X to support an OpenGL 20 years ago
Matthias Melcher d3db965083 Fixed a few memory faults found by Valgrind (yes, I finally got my Linux 20 years ago
Matthias Melcher 10fae2dd8a typo 20 years ago
Matthias Melcher f39706d92e Flipped spyglass symbol for all apps. 20 years ago
Matthias Melcher a31071deb4 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 20 years ago
Matthias Melcher 3a635d7884 STR #1046: Fl_Window does not directly support a background image in FLTK 1.1.6 because those images are overwritten by Fl_Window::show() anyways. FLUID now grays out the unused "image" and "inactive image" input fields. 20 years ago
Matthias Melcher a333f29b91 STR #1123: Fixed include path in CMake build. I don't use CMake, but since this patch was contributed by the same company that *wrote* CMake, I have a good feeling that they know what they are doing. 20 years ago
Matthias Melcher 5552a0cce7 STR #1104: WIN32 version would insist on running a full length timeout even if it knew already that the UI needed to be updated. This could cause a quite long delay when a timeout was used to trigger a redraw. Probably true for threads as well... . 20 years ago
Matthias Melcher 3cdd5a4c8d STR #1122: Fl_Text_Display would throw away all key events if the mouse pointer was outside of the Widget bounds. 20 years ago
Michael R Sweet ff0733e087 Fl::wait() returns immediately if no windows are open. 20 years ago
Matthias Melcher e3883f0384 STR $1099: The Quartz version of FLTK now draws a very nice resize 20 years ago
Michael R Sweet 31d3e28bba Use 0 instead of NULL in waveOutOpen() call... 20 years ago
Michael R Sweet 0e14d5ba18 Rotate search icon to avoid confusing it with the letter Q. 20 years ago
Michael R Sweet e73818789d Add Cygwin/MingW support for winmm library... (STR #1121) 20 years ago
Michael R Sweet 4ba1119822 Workaround Solaris make problems... 20 years ago
Michael R Sweet 9d060d717c Fixes for Cygwin (STR #1096) 20 years ago
Michael R Sweet cbb4918f41 Change FOREVER back to 1e20 (minimal CPU usage) and change fl_wait() 20 years ago