| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-13 | STR 3460: removed nanny code for Fluid comments | Matthias 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-13 | Merge branch 'master' of https://github.com/MatthiasWM/fltk | Matthias Melcher | |
| 2019-01-13 | Updated Android build files to newes Android Stduio version | Matthias Melcher | |
| 2019-01-13 | Updated Android build files to newes Android Stduio version | Matthias Melcher | |
| 2019-01-12 | Fix 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-09 | Fix 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-04 | Slight 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-04 | Remove [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-04 | Merge remote-tracking branch 'origin/master' | ManoloFLTK | |
| 2019-01-04 | Restore possibility to compile with SDK 10.7 or earlier. | ManoloFLTK | |
| 2019-01-03 | Merge pull request #13 from MatthiasWM/master | Matthias Melcher | |
| Minor Android stuff | |||
| 2019-01-03 | Merge remote-tracking branch 'upstream/master' | Matthias Melcher | |
| 2019-01-03 | Added git attribute for MSWindows .BAT files | Matthias Melcher | |
| 2019-01-03 | Android builds tested successfully after changeover to git | Matthias Melcher | |
| 2019-01-02 | Merge remote-tracking branch 'origin/master' | Manolo Gouy | |
| 2019-01-02 | Document global variable fl_sys_menu_bar - continued. | Manolo Gouy | |
| 2019-01-02 | Add 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-31 | Document global variable fl_sys_menu_bar - continued. | Manolo Gouy | |
| 2018-12-31 | Document global variable fl_sys_menu_bar. | Manolo Gouy | |
| 2018-12-30 | Merge remote-tracking branch 'origin/master' | ManoloFLTK | |
| 2018-12-30 | Under macOS 10.14, Fl_Cocoa_Window_Driver::flush() draws to the bitmap and ↵ | Manolo Gouy | |
| does [view setNeedsDisplay:YES] | |||
| 2018-12-29 | Add 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-28 | Merge pull request #11 from MatthiasWM/master | Matthias Melcher | |
| Fixing STR #2901, Fl_Browser formatting char | |||
| 2018-12-29 | Adding documentation for '@N', inactive color. | Matthias Melcher | |
| 2018-12-29 | Also testing # as a format_char() | Matthias Melcher | |
| 2018-12-29 | Fixing STR #2901, wrongly escaping the formatting character code in Fl_Browser. | Matthias Melcher | |
| 2018-12-28 | Merge pull request #10 from MatthiasWM/master | Matthias Melcher | |
| Updated macOS build documentation for 1.4 | |||
| 2018-12-29 | Remove obsolete condition to make static analysis happy. | Matthias Melcher | |
| 2018-12-29 | Remove a C style type cast from jpeg_mem_src. | Matthias Melcher | |
| 2018-12-29 | Refactored gl_remove_displaylist_fonts to be more easily readable and to ↵ | Matthias Melcher | |
| stop triggering static analysis tool. | |||
| 2018-12-28 | Activate 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-28 | Merge pull request #8 from fltk/feature/travis | Matthias Melcher | |
| Travis implementation supporting build and doc generation for a matrix of targets | |||
| 2018-12-28 | Xcode for some reason needs a github account to clone a public github repo. ↵ | Matthias Melcher | |
| Documentation reflects that now. | |||
| 2018-12-28 | More fixes. | Matthias Melcher | |
| 2018-12-28 | Note if Apple ID or admin access is needed. | Matthias Melcher | |
| 2018-12-28 | Directly install command line tools. | Matthias Melcher | |
| 2018-12-28 | Added docs for other build options | Matthias Melcher | |
| 2018-12-28 | Tested and Working version or macOS command line build README. | Matthias Melcher | |
| 2018-12-28 | Tested macOS instruction with fresh macOS Mojave install | Matthias Melcher | |
| 2018-12-28 | Easy way to install command line clang and git. | Matthias Melcher | |
| 2018-12-28 | Putting the 'Contents' together for the macOS README. | Matthias Melcher | |
| 2018-12-28 | Completed README for macOS command line builds. Must still be verified on a ↵ | Matthias Melcher | |
| clean machine. | |||
| 2018-12-27 | As 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-27 | Testing some styles for markdown file. | Matthias Melcher | |
| 2018-12-27 | Markup mess | Matthias Melcher | |
| 2018-12-27 | Started to rewrite README.OSX.txt as README.macOS.md . Also testing GitHub ↵ | Matthias Melcher | |
| quirks | |||
| 2018-12-27 | Fixing some minor lint, found by Pavel Shlyak using PVS studio | Matthias Melcher | |
| 2018-12-26 | Travis 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-25 | Add documentation on how to build Cairo in Linux Debian and derivatives. | fabien | |
| 2018-12-24 | Testing github 'commit' and 'push' by modifying obsolete documentation in ↵ | Matthias Melcher | |
| the README files. | |||
