2918 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)
 

Author SHA1 Message Date
Matthias Melcher 5d7d16cc8c Making sure that the 'changed' flag is set on every menu pulldown. (STR #1693) 18 years ago
Matthias Melcher 5ba77af1ec Removed comment about limitations in Glut that were fixed by Mike a while ago (STR #1700)> 18 years ago
Matthias Melcher 38cc8c2f4d Fixed rendering of grayscale images with alpha channel on unaccelerated machines. Thanks, Sanel (STR #1703) 18 years ago
Matthias Melcher a914d9c27f STR #1688: added missing /UL in documentation 18 years ago
Matthias Melcher cbfbef8f20 Documentation typo 18 years ago
Matthias Melcher 9c7640d047 Added link to documentation 18 years ago
Matthias Melcher 688c47020f Typo HAVE_LONg_LONG instead of HAVE_LONG_LONG 18 years ago
Matthias Melcher abde88e220 On OS X: disable all 'deprecated' warnings to be able to see the really important warnings. Nevertheless, we will have to replace all Carbon calls as soon as possible. Also re-fixed (i hope) the 'return' from an endless loop in 'threads.cxx' 18 years ago
Michael R Sweet d8c288df3e Fix compiler warnings/errors. 18 years ago
Michael R Sweet 56a50b9f0e Rats, Sun's compilers error out if there is no return statement in the 18 years ago
Matthias Melcher 7697347fd4 Missing underscore in previous commit. 18 years ago
Michael R Sweet 73d01dd659 Fix all compiler warnings from various build systems. 18 years ago
Matthias Melcher 9ca173a702 Updated Cygwin/Mingw makefiles and documentation (STR #1683) 18 years ago
Matthias Melcher a5c7b92f37 Documentation fix (STR #1686) 18 years ago
Matthias Melcher 73016d4919 Documentation fix (STR #1687) 18 years ago
Matthias Melcher 65e4576d40 Updated version of README.win32 by Ian (STR #1683) 18 years ago
Matthias Melcher dba81e6fca Removed obslete .cvsignore files (STR #1683) 18 years ago
Matthias Melcher ac18bf7609 Replaced '>' with '>' in the documentation where appropriate (STR# 1682, 1684, 1685) 18 years ago
Matthias Melcher 04ced5396e STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged area and then set the area as valid again. While this is mostly fine on single CPU machines, multi-CPU machines may re-invalidate areas that are currently drawn, resulting in unrendered strips when another window was moved quickly across an FLTK window during its redraw phase. 18 years ago
Matthias Melcher 849efb47ae STR #1625: yet another slight change in the "fl_contrast" cut-off value that hopefully now delivers best results for all color schemes. 18 years ago
Matthias Melcher 2c7bea98fe STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. Fixed indent in Fl_Input_Choice.H 18 years ago
Matthias Melcher 1feb3ed69c More documentation for creating a custom box type. I am sure this could be written more elegantly, but my English seems to get worse every day ;-/ 18 years ago
Matthias Melcher 6312531457 Some very minor documentation updates. More to come. 18 years ago
Matthias Melcher d7a34f0061 Fixed possible selection of submenu items in FL_INput_Choice (STR 1676) 18 years ago
Michael R Sweet e37b4526fc Solaris sh (POSIX shell) does not support the Bash substitution syntax. 18 years ago
Matthias Melcher cd0defc000 Removed warning about unused variable. 18 years ago
Matthias Melcher 08c5fb6ff4 - Fixed calculation of stride for image scaling and color manipulation (STR #1673) 18 years ago
Matthias Melcher 62d66c6422 Str #1656: changed default optimization on Cygwin/Mingw to -O3 because -O3 causes verifably and repeatably bad code. 18 years ago
Matthias Melcher 2df9fcb3aa OSF/Tru64 now uses 'install-sh' instead of 'install' to accomodate for a missing '-d' option (STR #1632) 18 years ago
Matthias Melcher e42fac099f Annoyed by the limitation in Fluid to generate keyboard shortucts for either Mac or Win32/Linux, I added a Project option. If checked, all keyboard shortcuts containing the modifier FL_CTRL or FL_META will instead be writte as FL_COMMAND|shortcut. This will generate FL_META shortcuts on the Mac and FL_CTRL shortcuts on the PC. 18 years ago
Matthias Melcher ee1d3823a0 Modified 'configure.in' to overcome the Cygwin bug of adding a ^M to the output of the 'sizeof' test code. From all I read, the notation seems to be shell scripting standard and should be available everywhere. 18 years ago
Matthias Melcher 8ff61aeef7 STR #1571: Added direct access to changed() in Fl_Input_choice 18 years ago
Matthias Melcher 8f8882a084 Reverted my changes in the message dialog boxes. Reapplied the static size icon, fixing it to 50x50 pixels and avoiding the superlarge bang on long texts. 18 years ago
Matthias Melcher 337579d2e2 STR #1668: Added missing 'include' statement to Fl_Inpt_Choice.h 18 years ago
Matthias Melcher 01d6c3b3fc STR #1670: Fixed gcc warning in Mac source code. 18 years ago
Matthias Melcher 22c55a3ca3 STR #1667: fixed wrong link in fl_ask documentation 18 years ago
Matthias Melcher a1d7593761 STR #1632: restored files to the original settings. I a no expert with build files, so I will leave this to someone who can fix this right. Matthias. 18 years ago
Matthias Melcher d84e2832f7 Second aproach at solving the 'install -d' issue. I added a public domain script that supposedly solves the issue on every box. I also looke at 'install-sh', but found a bazillion of versions, doing so much more than we actually need. But I am open to sugestions, and happy to reverse my changes if something better comes along. 18 years ago
Matthias Melcher 40be03495d Remove the 'verbose' flag for directory creation. 18 years ago
Matthias Melcher ba562f87b9 STR #1632: replaced 'install -d' with 'mkdir -p', falling back to 'install' in case 'mkdir' could not be found (which I can't imagine happening. Now I hope that every implementation of 'mkdir' supports the '-p' flag. 18 years ago
Matthias Melcher 2559710cac Fl_Help_View was documented as being derived from Fl_Group in teh docs and FL_Widget in the hierarchy view. I updated the documentation to reflect that it isn't derive from any other widget at all. 18 years ago
Matthias Melcher b2ca1b9918 Fixed for Linux, based on my previous checkins 18 years ago
Matthias Melcher b4b6776d8f Added static icon, text selection, and HTML formatting to fl_message etc. (STR #1626) 18 years ago
Matthias Melcher 47e802218d Fixed endless loop in Fl_Text_Display (STR #1655) 18 years ago
Matthias Melcher 82195b6d68 STR #1641: fixing 'make clean' 18 years ago
Matthias Melcher 488f27d1eb STR #1652: allowing shortcuts in tabs 18 years ago
Matthias Melcher 08d55b7bf2 STR #1644: documenting return values for loading and saving text from the Fl_Text_Buffer. 18 years ago
Matthias Melcher 0556d32f67 STR #1645: Updated documentation for Fl_Text_Buffer 18 years ago
Matthias Melcher d0952607ac STR #1643: make clean now also deleting fltk.spec 18 years ago
Matthias Melcher e9a617f0c2 STR #1642: removeing cat 6 man pages on Make clean 18 years ago