summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2018-12-25Add documentation on how to build Cairo in Linux Debian and derivatives.fabien
2018-12-24Testing github 'commit' and 'push' by modifying obsolete documentation in the...Matthias Melcher
2018-12-22Removes few tabs from options.cmake. When removing tabs, also apply cmp stand...fabien
2018-12-22remove unnecessary double braces in option.cmake cairo detection codefabien
2018-12-22Make .gitignore ignore CMake autogenerated files and also visual studio .vs d...fabien
2018-12-22CMake CAIRO support minor improvements: Make the conditional code more readea...fabien
2018-12-22Fix typo in README.Cairo.txtfabien
2018-12-22Ignore .tlog file generated by msbuild when using msvc tools.fabien
2018-12-20Fix line endings.Albrecht Schlosser
2018-12-20Improve CMake's Cairo detection and issue error message...Albrecht Schlosser
2018-12-16Merge remote-tracking branch 'origin/master'ManoloFLTK
2018-12-16macOS + CMake + OPTION_APPLE_X11 : restore building of GLU-based test apps.ManoloFLTK
2018-12-16Fix another clang-tidy warning (issue #5, part 1).Albrecht Schlosser
2018-12-15Fix clang-tidy unused variable warning (issue #5, part 3).Albrecht Schlosser
2018-12-11Quick fix: menu disappearing (STR #3503 continued)Albrecht Schlosser
2018-12-10Rename README files to README.txt (and several similar files).Albrecht Schlosser
2018-12-10Update examples: minor changes, rename, update .gitignoreAlbrecht Schlosser
2018-12-09Fix MacOS-specific regression appeared with move to git when building test wi...ManoloFLTK
2018-12-09These binary files should not be committed.ManoloFLTK
2018-12-09Necessary for correct app bundlesManoloFLTK
2018-12-09macOS: creation of window with subwindow in iconized form - continued.ManoloFLTK
2018-12-08macOS Mojave: fix window with subwindow created in iconized form - continuedManoloFLTK
2018-12-08macOS Mojave: fix window with subwindow created in iconized form.ManoloFLTK
2018-12-07Complete fix for STR #3503 (Fl_Choice).Albrecht Schlosser
2018-12-07Merge remote-tracking branch 'origin/master'Manolo Gouy
2018-12-07macOS comment only: refer to OS 10.14.2 gone public now.Manolo Gouy
2018-12-07Fix crash if menu is deleted while menu is open (SGR #3503).Albrecht Schlosser
2018-12-05Better Doxygen explanation of the use of Fl::paste().ManoloFLTK
2018-12-05Avoid 2 errors sent by Doxygen 1.8.14ManoloFLTK
2018-12-05New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()ManoloFLTK
2018-12-04Merge remote-tracking branch 'origin/master'ManoloFLTK
2018-12-04Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...ManoloFLTK
2018-12-04Fix 'fluid.app' for case sensitive macOS file systems.Albrecht Schlosser
2018-12-04Give a meaningful default implementation to a few more member functions of cl...ManoloFLTK
2018-12-04Merge remote-tracking branch 'origin/master'ManoloFLTK
2018-12-04Simpler implementation of class SVG_Graphics_Driver is enough.ManoloFLTK
2018-12-03Merge pull request #1 from fltk/develop-fabienfab672000
2018-12-03Added as well the .DS_Store pattern as recommended by Manolo.fab672000
2018-12-03Remove the statement that this is a mirror.Albrecht Schlosser
2018-12-02Comment only: to try push with gitManoloFLTK
2018-12-01Fix building on mac OSX (using ./configure unix makefiles) still shows not ig...fab672000
2018-11-30macOS: rewrite opengl_plugin_device() to use less memory.Manolo Gouy
2018-11-30Comments only: correct the header of 2 source files.Manolo Gouy
2018-11-30Remove unused arguments from the Fl_Device_Plugin::print() member function.Manolo Gouy
2018-11-29Use the Fl_Gl_Device_Plugin mechanism to simplify the construction of a layer...Manolo Gouy
2018-11-29Remove unnecessary platform-specific #if / #endif clauses.Manolo Gouy
2018-11-29Fix FL_PUSH event handling of Fl_Check_Browser (STR #3004).Albrecht Schlosser
2018-11-28Create default implementation of Fl_Screen_Driver::get_system_scheme() and us...Manolo Gouy
2018-11-27Documentation: reveal where the Fl_Preferences text files are located on each...Manolo Gouy