summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2007-05-18Updated Cygwin/Mingw makefiles and documentation (STR #1683)Matthias Melcher
2007-05-18Documentation fix (STR #1686)Matthias Melcher
2007-05-18Documentation fix (STR #1687)Matthias Melcher
2007-05-17Updated version of README.win32 by Ian (STR #1683)Matthias Melcher
2007-05-17Removed obslete .cvsignore files (STR #1683)Matthias Melcher
2007-05-17Replaced '>' with '>' in the documentation where appropriate (STR# 1682, 1...Matthias Melcher
2007-05-16STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged ar...Matthias Melcher
2007-05-16STR #1625: yet another slight change in the "fl_contrast" cut-off value that ...Matthias Melcher
2007-05-16STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. F...Matthias Melcher
2007-05-16More documentation for creating a custom box type. I am sure this could be wr...Matthias Melcher
2007-05-15Some very minor documentation updates. More to come.Matthias Melcher
2007-05-15Fixed possible selection of submenu items in FL_INput_Choice (STR 1676)Matthias Melcher
2007-05-14Solaris sh (POSIX shell) does not support the Bash substitution syntax.Michael R Sweet
2007-05-14Removed warning about unused variable.Matthias Melcher
2007-05-14- Fixed calculation of stride for image scaling and color manipulation (STR #...Matthias Melcher
2007-05-14Str #1656: changed default optimization on Cygwin/Mingw to -O3 because -O3 ca...Matthias Melcher
2007-05-14OSF/Tru64 now uses 'install-sh' instead of 'install' to accomodate for a miss...Matthias Melcher
2007-05-10Annoyed by the limitation in Fluid to generate keyboard shortucts for either ...Matthias Melcher
2007-05-09Modified 'configure.in' to overcome the Cygwin bug of adding a ^M to the outp...Matthias Melcher
2007-05-09STR #1571: Added direct access to changed() in Fl_Input_choiceMatthias Melcher
2007-05-09Reverted my changes in the message dialog boxes. Reapplied the static size ic...Matthias Melcher
2007-05-06STR #1668: Added missing 'include' statement to Fl_Inpt_Choice.hMatthias Melcher
2007-05-06STR #1670: Fixed gcc warning in Mac source code.Matthias Melcher
2007-05-04STR #1667: fixed wrong link in fl_ask documentationMatthias Melcher
2007-05-03STR #1632: restored files to the original settings. I a no expert with build ...Matthias Melcher
2007-05-03Second aproach at solving the 'install -d' issue. I added a public domain scr...Matthias Melcher
2007-05-02Remove the 'verbose' flag for directory creation.Matthias Melcher
2007-05-02STR #1632: replaced 'install -d' with 'mkdir -p', falling back to 'install' i...Matthias Melcher
2007-05-02Fl_Help_View was documented as being derived from Fl_Group in teh docs and FL...Matthias Melcher
2007-05-02Fixed for Linux, based on my previous checkinsMatthias Melcher
2007-05-01Added static icon, text selection, and HTML formatting to fl_message etc. (ST...Matthias Melcher
2007-05-01Fixed endless loop in Fl_Text_Display (STR #1655)Matthias Melcher
2007-05-01STR #1641: fixing 'make clean'Matthias Melcher
2007-05-01STR #1652: allowing shortcuts in tabsMatthias Melcher
2007-05-01STR #1644: documenting return values for loading and saving text from the Fl_...Matthias Melcher
2007-05-01STR #1645: Updated documentation for Fl_Text_BufferMatthias Melcher
2007-05-01STR #1643: make clean now also deleting fltk.specMatthias Melcher
2007-05-01STR #1642: removeing cat 6 man pages on Make cleanMatthias Melcher
2007-05-01STR #1639: improved documentation to explain the difference between evnt_butt...Matthias Melcher
2007-04-04MakefilesFabien Costantini
2007-03-20Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data)...Matthias Melcher
2007-03-20Better contrast (#1625)Matthias Melcher
2007-03-20Fixed missing (and empty) unlock_ring and lock_ring for Unix builds without m...Matthias Melcher
2007-03-15We need to install mac.r...Michael R Sweet
2007-03-09Fix include name...Michael R Sweet
2007-03-06STR #1624: Added --optim option for fltk-config which returns all flags for c...Matthias Melcher
2007-03-06Some improvements as discussed. Not a final feature! May be removed without n...Matthias Melcher
2007-03-06Fixed previous Fl::awake() commit for UNix and OS X.Matthias Melcher
2007-03-06Added POSTBUILD changes for fltk-config.in which I forgot earlierMatthias Melcher