summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-15Replaced incorrect use of abs() with floating point argument by fabs().Manolo Gouy
2015-04-15Fixed TAB use.Manolo Gouy
2015-04-14Fixes STR #3219, deactivate colors issue with Fl_Text_Display/Editor.Greg Ercolano
2015-04-14Fix compilation warning [-Wsign-compare].Albrecht Schlosser
2015-04-14Fix compilation warnings: "... may be used uninitialized".Albrecht Schlosser
2015-04-13Documentation: move PDF creation from Makefile to new script 'make_pdf'.Albrecht Schlosser
2015-04-13Remove trailing spaces from Doxyfile and Doxybook.Albrecht Schlosser
2015-04-13Small doc fixes as recommended by Albrecht, Greg Ercolano
2015-04-13Fix return value test, as pointed out by Albrecht.Greg Ercolano
2015-04-13Fix problem with fl_contrast() affecting text color unnecessarilyGreg Ercolano
2015-04-13Fix for STR#3165, as solved by OP.Manolo Gouy
2015-04-10Fix compiler warnings in fluid-generated code (STR #2813).Albrecht Schlosser
2015-04-10CMake: Remove installation of example programs (STR #3194).Albrecht Schlosser
2015-04-09Improve test/color_chooser layout, fix some small bugs.Albrecht Schlosser
2015-04-09MacOS Xcode project: give proper icons to the blocks, checkers and sudoku tes...Manolo Gouy
2015-04-09MacOS: fix XCode4 -> Xcode4 typoManolo Gouy
2015-04-09MacOS: removed XCode3 from header search paths in Xcode FLTK project,Manolo Gouy
2015-04-08Mac OS: fix demo for programs that are run with an argument.Manolo Gouy
2015-04-08CMake build on Mac OS: r10688 was not a good move because it works withManolo Gouy
2015-04-08CMake building on Mac OS: use a simpler way to put files within app bundles.Manolo Gouy
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