summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-13STR 3460: removed nanny code for Fluid commentsMatthias Melcher
When writing comments, FLuid would check if the comment was C compatible. However, comments don;t need to comply to C syntax. We could check for the "*/", but is that really needed?
2019-01-13Merge branch 'master' of https://github.com/MatthiasWM/fltkMatthias Melcher
2019-01-13Updated Android build files to newes Android Stduio versionMatthias Melcher
2019-01-13Updated Android build files to newes Android Stduio versionMatthias Melcher
2019-01-12Fix Cairo callback drawing (needs flush)Albrecht Schlosser
This commit adds a cairo_surface flush after calling the draw callback. This fixes the test/cairo_test demo program under Windows. At least under Windows the Cairo callback used in Fl_Cairo_Window didn't draw anything with current Windows 10, MinGW (32-bit) and Cairo 1.15.12 for Windows. It worked well under Linux though. Anyway, the flush should do no harm.
2019-01-09Fix Fl_GIF_Image Color Table handling (STR 3491)Albrecht Schlosser
Loading GIF images could crash if there was no "Global Color Table" but individual "Local Color Tables" with individual images. Now local color tables are used correctly if available, but images that lack both global and local color tables are being loaded with a default (gray) color table and a warning is issued with Fl::warning(). The default color table uses black and white in the first two indices as recommended by the standard. Cherry-picked from: 35e03733f48397819902a4ef2ebff9bcb8676f54
2019-01-04Slight reorganization of the [FLWindow close] method.Manolo Gouy
It might be safer to use the window's contentView before sending the close message to the window.
2019-01-04Remove [FLViewLayer dealloc] method.ManoloFLTK
The Apple doc recommends not to release resources in an object's dealloc method. The job is now done in the [FLWindow close] method.
2019-01-04Merge remote-tracking branch 'origin/master'ManoloFLTK
2019-01-04Restore possibility to compile with SDK 10.7 or earlier.ManoloFLTK
2019-01-03Merge pull request #13 from MatthiasWM/masterMatthias Melcher
Minor Android stuff
2019-01-03Merge remote-tracking branch 'upstream/master'Matthias Melcher
2019-01-03Added git attribute for MSWindows .BAT filesMatthias Melcher
2019-01-03Android builds tested successfully after changeover to gitMatthias Melcher
2019-01-02Merge remote-tracking branch 'origin/master'Manolo Gouy
2019-01-02Document global variable fl_sys_menu_bar - continued.Manolo Gouy
2019-01-02Add abi-compliance-checker howto.Albrecht Schlosser
This is intentionally committed to the 'master' branch although it is currently only useful for FLTK 1.3.x ABI checks. In the future we will need it for FLTK 1.4.x or higher.
2018-12-31Document global variable fl_sys_menu_bar - continued.Manolo Gouy
2018-12-31Document global variable fl_sys_menu_bar.Manolo Gouy
2018-12-30Merge remote-tracking branch 'origin/master'ManoloFLTK
2018-12-30Under macOS 10.14, Fl_Cocoa_Window_Driver::flush() draws to the bitmap and ↵Manolo Gouy
does [view setNeedsDisplay:YES]
2018-12-29Add a CMake option to generate driver (developer) documentation.Albrecht Schlosser
Generating driver documentation can now be configured with CMake. The new configuration OPTION_INCLUDE_DRIVER_DOCUMENTATION is "marked as advanced" since only advanced users and/or FLTK developers need this. Previously this could only be achieved by editing documentation/Doxyfile.in. Added missing documentation option descriptions as well.
2018-12-28Merge pull request #11 from MatthiasWM/masterMatthias Melcher
Fixing STR #2901, Fl_Browser formatting char
2018-12-29Adding documentation for '@N', inactive color.Matthias Melcher
2018-12-29Also testing # as a format_char()Matthias Melcher
2018-12-29Fixing STR #2901, wrongly escaping the formatting character code in Fl_Browser.Matthias Melcher
2018-12-28Merge pull request #10 from MatthiasWM/masterMatthias Melcher
Updated macOS build documentation for 1.4
2018-12-29Remove obsolete condition to make static analysis happy.Matthias Melcher
2018-12-29Remove a C style type cast from jpeg_mem_src.Matthias Melcher
2018-12-29Refactored gl_remove_displaylist_fonts to be more easily readable and to ↵Matthias Melcher
stop triggering static analysis tool.
2018-12-28Activate travis-ci, update mail notifications.Albrecht Schlosser
Note: current mail notifications are configured for first tests. We may need to reconfigure this later. See build logs at https://travis-ci.com/fltk/fltk
2018-12-28Merge pull request #8 from fltk/feature/travisMatthias Melcher
Travis implementation supporting build and doc generation for a matrix of targets
2018-12-28Xcode for some reason needs a github account to clone a public github repo. ↵Matthias Melcher
Documentation reflects that now.
2018-12-28More fixes.Matthias Melcher
2018-12-28Note if Apple ID or admin access is needed.Matthias Melcher
2018-12-28Directly install command line tools.Matthias Melcher
2018-12-28Added docs for other build optionsMatthias Melcher
2018-12-28Tested and Working version or macOS command line build README.Matthias Melcher
2018-12-28Tested macOS instruction with fresh macOS Mojave installMatthias Melcher
2018-12-28Easy way to install command line clang and git.Matthias Melcher
2018-12-28Putting the 'Contents' together for the macOS README.Matthias Melcher
2018-12-28Completed README for macOS command line builds. Must still be verified on a ↵Matthias Melcher
clean machine.
2018-12-27As requested implement cmake builds and also implement matrix customization ↵fab672000
to use a static analyzer and also doc gen in only one target to avoid having too many targets
2018-12-27Testing some styles for markdown file.Matthias Melcher
2018-12-27Markup messMatthias Melcher
2018-12-27Started to rewrite README.OSX.txt as README.macOS.md . Also testing GitHub ↵Matthias Melcher
quirks
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2018-12-26Travis implementation allowing to build four targets on change of master or ↵fabien
a matching pattern of feature/*. This implementation differs from existing fltk-test and also gitlab implementation : - minimum, fast light implementation: stripoped all unused constructions compared to other implementations - supports successful builds of four targets (linu, osx and then gcc and clang for each of them) - uses before_script instead of before_install - uses after_success for building documentation, instead of building always if error - only builds documentation on linux targets for now (can easily change if future)
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 ↵Matthias Melcher
the README files.