2918 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)
 

Author SHA1 Message Date
Matthias Melcher a240e88cdc STR #1639: improved documentation to explain the difference between evnt_button() and event_buttons() 18 years ago
Fabien Costantini 4f9371a4ab Makefiles 18 years ago
Matthias Melcher 18f2016b1f Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data) API. 18 years ago
Matthias Melcher 27568cfa1c Better contrast (#1625) 18 years ago
Matthias Melcher cae6dd02b2 Fixed missing (and empty) unlock_ring and lock_ring for Unix builds without multithreading. 18 years ago
Michael R Sweet 3d08842222 We need to install mac.r... 18 years ago
Michael R Sweet 24c9f071b3 Fix include name... 18 years ago
Matthias Melcher b2e0a1b087 STR #1624: Added --optim option for fltk-config which returns all flags for compilation that are not returned by --cflags or --cxxflags. 18 years ago
Matthias Melcher 4102380d65 Some improvements as discussed. Not a final feature! May be removed without notice! 18 years ago
Matthias Melcher c4ad147d5f Fixed previous Fl::awake() commit for UNix and OS X. 18 years ago
Matthias Melcher 5add80de70 Added POSTBUILD changes for fltk-config.in which I forgot earlier 18 years ago
Matthias Melcher 11a15d83a2 This is a suggested change. It is complete except for documentation. 18 years ago
Matthias Melcher 6df72e8979 STR #1623: restored the unloved POSTBUILD command because the reulting executable is still better than the automatically foregrounding one. The 'right thing' is to create a bundle anyways. 18 years ago
Matthias Melcher a1f5426a97 STR #1617: fltkgl.vcproj in the vnet directory had missing closing brackets in the XML code. The question remains: who ate the slashes? 18 years ago
Matthias Melcher 4f0bda21f8 Added fl_open_uri to VC2005 solution 18 years ago
Matthias Melcher e52cb1cbb9 STR #1614: added missing FL_EXPORT to glutGet() 18 years ago
Matthias Melcher d18f2b26b5 Removed warning about unused variable. 18 years ago
Matthias Melcher 3be4efbd8a First attempt at fixing all WIN32 scrolling issues. This code uses some (legal) trickery and should take multi-monitors and partially obscured windows into account. Albrecht, I do not have a multi-monitor setup. Please verify this fix on your machine. Thanks. (STR #1601) 18 years ago
Matthias Melcher c47b4c91ae Avoiding to wait forever under Cygwin. (STR #1608) 18 years ago
Matthias Melcher 7696c64a46 Setting pointers in Fl_Preferences-destructor to zero. This should not be needed, but may help Cygwin figure it out correctly. I re-tested in Valgrind, and no members of deleted groups are ever accessed, just as I said. There is a slight p[ossibility of such false access if a C++ compiler does not conform to the standard and calls destructors in the fasle order. 18 years ago
Michael R Sweet 769c6a8e50 Enable threading and large file support in the sample RPM spec file (STR #1603) 18 years ago
Matthias Melcher e954c5d433 Fixed file chooser to behave transparently to the current group setting 18 years ago
Matthias Melcher d1f1f1f26f Flushing file chooser preferences after every change to avoid data loss due to application crash 18 years ago
Matthias Melcher f178a4c577 Stopped test/keyboard consuming 100% cpu. 18 years ago
Michael R Sweet 00c66abc0e Update copyright years and use "#ifndef" instead of "#if !defined". 18 years ago
Michael R Sweet 101c2433ff ">" is "&gt;", not "&lt;" (which is "<")... :) 18 years ago
Matthias Melcher 8ea59b412e Fixed Watcom compiler setup without verification using a patch by mnieuw 18 years ago
Matthias Melcher 658162c509 Fixed WIN32 version of prevois change (undefined variable) 19 years ago
Matthias Melcher 1b6f493c55 Updated 'hotspot' positioning of windows in OS X and WIN32 to keep the hotspotted window entirely on the screen that contaings the mouse pointer (STR #1599). 19 years ago
Matthias Melcher 8adb964b48 Updated log message when generating source files from an .fl file. (STR #1600). 19 years ago
Matthias Melcher b3dd53585e Updated log message when generating source files from an .fl file. (STR #1600). 19 years ago
Matthias Melcher 474fa58939 Fixed clipping in OS X Quartz offscreen buffers (STR #1595) 19 years ago
Michael R Sweet b5d637a4cd Clean up threads example, use new set_awake_cb(). 19 years ago
Michael R Sweet ded0bf0432 Add LDFLAGS for DLLs via Cygwin/MingW as noted by Ian MacArthur. 19 years ago
Michael R Sweet 1dd28f6e4b Update dependencies. 19 years ago
Michael R Sweet d83ddd6d41 Clean up new DND docs. 19 years ago
Matthias Melcher ba0d72184c STR 1577: added documentation for Drag And Drop. 19 years ago
Michael R Sweet 72ca38cdd9 Fix WIN32 builds. 19 years ago
Michael R Sweet 1fc314c5db Fix HTML errors. 19 years ago
Michael R Sweet 3439748eaf Don't depend on having RTLD_DEFAULT defined 19 years ago
Michael R Sweet 6e9a163035 Add handler for thread messages (STR #1536) 19 years ago
Michael R Sweet 057e542c39 More Cygwin DLL fixes (STR #1585) 19 years ago
Michael R Sweet 1b7589dace Fix flickering of Fl_Help_View - turns out we were drawing to the 19 years ago
Michael R Sweet c9a93b10f5 Drop extra (unnecessary) INSTALL_DIR call. 19 years ago
Michael R Sweet 3d11948876 Try a slightly different Xdbe implementation that copies instead of swaps. 19 years ago
Michael R Sweet e173e7bec0 Add header check for dlfcn.h. 19 years ago
Michael R Sweet 7d64ba5ec8 Newer autoconf defines "datarootdir", which "datadir" depends on. I still 19 years ago
Michael R Sweet 7b4d33bbdd Make sure INSTALL command uses absolute path for install-sh... 19 years ago
Michael R Sweet 3d54048d52 Add "mute sound" option to sudoku game, on request from a user. 19 years ago
Michael R Sweet 0e76ede449 Make sure install-sh is executable. 19 years ago