summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-21Documentation typoMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5852 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-21Added link to documentationMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-21Typo HAVE_LONg_LONG instead of HAVE_LONG_LONGMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5850 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-20On OS X: disable all 'deprecated' warnings to be able to see the really ↵Matthias Melcher
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' git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5849 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-20Fix compiler warnings/errors.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5848 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-20Rats, Sun's compilers error out if there is no return statement in theMichael R Sweet
thread function, so we'll have to just live with the "statement unreachable" warning... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5847 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-20Missing underscore in previous commit.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
Fix vsnprintf() implementation to properly handle long and long long ints. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5845 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-18Updated Cygwin/Mingw makefiles and documentation (STR #1683)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5844 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-18Documentation fix (STR #1686)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-18Documentation fix (STR #1687)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5842 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-17Updated version of README.win32 by Ian (STR #1683)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5840 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-17Removed obslete .cvsignore files (STR #1683)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5839 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-17Replaced '>' with '>' in the documentation where appropriate (STR# 1682, ↵Matthias Melcher
1684, 1685) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-16STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged ↵Matthias Melcher
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. The new implementation validates the damaged area as quickly as possible, allowing new damage requests to be handled correctly, even while we are still redrawing the same damaged area. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5836 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-16STR #1625: yet another slight change in the "fl_contrast" cut-off value that ↵Matthias Melcher
hopefully now delivers best results for all color schemes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5835 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-16STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. ↵Matthias Melcher
Fixed indent in Fl_Input_Choice.H git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5834 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-16More documentation for creating a custom box type. I am sure this could be ↵Matthias Melcher
written more elegantly, but my English seems to get worse every day ;-/ git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5833 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-15Some very minor documentation updates. More to come.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5832 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-15Fixed possible selection of submenu items in FL_INput_Choice (STR 1676)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5831 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-14Solaris sh (POSIX shell) does not support the Bash substitution syntax.Michael R Sweet
Add a different workaround for this Cygwin shell bug (however note that we are NOT going to go out of our way to work around Cygwin bugs - you need to report those upstream folks!) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5830 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-14Removed warning about unused variable.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5829 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-14- Fixed calculation of stride for image scaling and color manipulation (STR ↵Matthias Melcher
#1673) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5825 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-14Str #1656: changed default optimization on Cygwin/Mingw to -O3 because -O3 ↵Matthias Melcher
causes verifably and repeatably bad code. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-14OSF/Tru64 now uses 'install-sh' instead of 'install' to accomodate for a ↵Matthias Melcher
missing '-d' option (STR #1632) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5822 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-10Annoyed by the limitation in Fluid to generate keyboard shortucts for either ↵Matthias Melcher
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. This is compatible to old Fluid files. The .fl file will not change (except for the project wide setting itself) and no information is lost. As the only limitation, it is not possible to write any combination of FL_META and FL_CTRL while "use FL_COMMAND" is set. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5808 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-09Modified 'configure.in' to overcome the Cygwin bug of adding a ^M to the ↵Matthias Melcher
output of the 'sizeof' test code. From all I read, the notation seems to be shell scripting standard and should be available everywhere. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5807 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-09STR #1571: Added direct access to changed() in Fl_Input_choiceMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5806 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-09Reverted my changes in the message dialog boxes. Reapplied the static size ↵Matthias Melcher
icon, fixing it to 50x50 pixels and avoiding the superlarge bang on long texts. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5805 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-06STR #1668: Added missing 'include' statement to Fl_Inpt_Choice.hMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5804 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-06STR #1670: Fixed gcc warning in Mac source code.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5803 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-04STR #1667: fixed wrong link in fl_ask documentationMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5801 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-03STR #1632: restored files to the original settings. I a no expert with build ↵Matthias Melcher
files, so I will leave this to someone who can fix this right. Matthias. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5800 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-03Second aproach at solving the 'install -d' issue. I added a public domain ↵Matthias Melcher
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. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5799 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-02Remove the 'verbose' flag for directory creation.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5798 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-02STR #1632: replaced 'install -d' with 'mkdir -p', falling back to 'install' ↵Matthias Melcher
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. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5797 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-02Fl_Help_View was documented as being derived from Fl_Group in teh docs and ↵Matthias Melcher
FL_Widget in the hierarchy view. I updated the documentation to reflect that it isn't derive from any other widget at all. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5796 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-02Fixed for Linux, based on my previous checkinsMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5795 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01Added static icon, text selection, and HTML formatting to fl_message etc. ↵Matthias Melcher
(STR #1626) Fixed selection of first word in Fl_Help_View git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5794 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01Fixed endless loop in Fl_Text_Display (STR #1655)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5793 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01STR #1641: fixing 'make clean'Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5792 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01STR #1652: allowing shortcuts in tabsMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5791 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01STR #1644: documenting return values for loading and saving text from the ↵Matthias Melcher
Fl_Text_Buffer. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5790 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01STR #1645: Updated documentation for Fl_Text_BufferMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5789 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01STR #1643: make clean now also deleting fltk.specMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01STR #1642: removeing cat 6 man pages on Make cleanMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5787 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-01STR #1639: improved documentation to explain the difference between ↵Matthias Melcher
evnt_button() and event_buttons() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5786 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-04-04MakefilesFabien Costantini
+ as discussed, added etags capability to main Makefile invoke it by 'make etags' from the root distrib git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5756 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-03-20Removed the Fl::set_awake_cb API and documented the Fl::awake(function, ↵Matthias Melcher
data) API. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5749 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-03-20Better contrast (#1625)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121