summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-08Make building on Mac OS: compile with -DUSING_XCODE only for demo.Manolo Gouy
2015-04-08CMake building on Mac OS: the demo program uses and finds demo.menu in its bu...Manolo Gouy
2015-04-07Corrected typo: resources --> ResourcesManolo Gouy
2015-04-07CMake generation of Xcode project under Mac OS: bundle fluid with its proper ...Manolo Gouy
2015-04-07CMake for Mac OS: the generated Xcode project creates bundled test applicatio...Manolo Gouy
2015-04-07CMake] install CMake files in DATADIR instead of LIBDIR under Linux.Albrecht Schlosser
2015-04-07Don't use -pthread in link commands on Mac OS.Manolo Gouy
2015-04-07Fix for STR#3167 where a window would decrease in size after each close/open ...Manolo Gouy
2015-04-06[CMake] Fix and install fltk-config.Albrecht Schlosser
2015-04-05Documentation: replaced characters by bytes as the correct unit Manolo Gouy
2015-04-05Documentation updates on callbacks and Fl::readqueue().Albrecht Schlosser
2015-04-05Made clear that the new image scaling feature requires FL_ABI_VERSION>=10304.Manolo Gouy
2015-04-04Fix doxygen docs of previous commit.Albrecht Schlosser
2015-04-04Add Fl::abi_check() method to test if the runtime ABI version is correct.Albrecht Schlosser
2015-04-04Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version().Albrecht Schlosser
2015-04-04Tricking Fl_Text_Display into using bearable colors for CodeView in Fluid.Matthias Melcher
2015-04-04STR #3184: fixed code editor in Fluid to check the previous line for a block ...Matthias Melcher
2015-04-04Fix Windows 64-bit compilation warnings (STR #2813).Albrecht Schlosser
2015-04-03Fix typo.Albrecht Schlosser
2015-04-03Remove useless cast that would break Windows 64-bit compilation.Albrecht Schlosser
2015-04-03Fix more compiler warnings in test/*.cxx (STR #2813).Albrecht Schlosser
2015-04-03Fix compiler warnings in test/forms.cxx and more (inspired by STR #2813).Albrecht Schlosser
2015-04-03Fix copyright and remove obsolete comment.Albrecht Schlosser
2015-04-03Fix compiler warning on Windows 64-bit (STR #2813).Albrecht Schlosser
2015-04-03Fix compiler warning (another part of STR #2813).Albrecht Schlosser
2015-04-03Fix uninitialized variable compiler warning (part of STR #2813).Albrecht Schlosser
2015-04-03Add missing cast (part of patch for STR #2813).Albrecht Schlosser
2015-04-03Restore compilability with old SDKs after commit of support for zoom gesture.Manolo Gouy
2015-04-02Added comments to Fluid Widgets. The comment field is between the Additional ...Matthias Melcher
2015-04-02Fixed the Tab order in Fluid dialogs that contain a comment field. The commen...Matthias Melcher
2015-04-01Finally fixed the order of arrow and icon in the Type browser in Fluid.Matthias Melcher
2015-04-01Added FL_ZOOM_GESTURE gesture for OS X.Matthias Melcher
2015-03-30Fix two Linux (gcc/g++) compilation warnings.Albrecht Schlosser
2015-03-28Update dependencies.Albrecht Schlosser
2015-03-25Rename confusing configure and Makefile (makeinclude) variable.Albrecht Schlosser
2015-03-25Fix compilation with FLTK_ABI_VERSION == 10301 and 10302.Albrecht Schlosser
2015-03-24More detailed documentation about drawing to other surfaces than the computer...Manolo Gouy
2015-03-22Changed Xcode-related date.Manolo Gouy
2015-03-22Changed eol-style.Manolo Gouy
2015-03-22Updated Xcode-related info.Manolo Gouy
2015-03-22Fix STR #3176: possible bad border effect when a set of radio menu items is l...Manolo Gouy
2015-03-21Documentation: Update ide/README.IDEAlbrecht Schlosser
2015-03-21BSD-style printing: remove spaces after -P and -# options.Manolo Gouy
2015-03-20Documentation: Clarify Fl_Menu_Item::size() docs.Albrecht Schlosser
2015-03-18Add new animated demo to CMakeLists.txt, update .gitignore and svn props.Albrecht Schlosser
2015-03-18Detailed how to build the configure script when downloading FLTK by svn.Manolo Gouy
2015-03-18Removed -arch ppc that no longer works with new Apple compilers.Manolo Gouy
2015-03-18Reflect in README.OSX.txt the removal of the Xcode project. A single Xcode pr...Manolo Gouy
2015-03-18Used by the animated demo.Manolo Gouy
2015-03-18Added the new 'animated' test program.Manolo Gouy