summaryrefslogtreecommitdiff
path: root/src/Fl_Anim_GIF_Image.cxx
AgeCommit message (Collapse)Author
2 dayswipmaxim nikonov
3 dayswi[maxim nikonov
2025-12-01Fix more box drawing stuff - using Fl::box_bg(box())Albrecht Schlosser
The biggest changes are in src/Fl_Scroll.cxx where most of the changes are caused only by formatting (alignment). The behavior is the same for all boxtypes that had been covered by the old switch/case code and should be improved for other FL_*_FRAME boxtypes that had been ignored.
2024-03-24Replace lround() calls by round() calls in class Fl_Anim_GIF_Image (#942)ManoloFLTK
2024-01-28Fix animated gif reloading (#897)Matthias Melcher
2024-01-27Fix inlined animated GIFs with NULL name (#897)Matthias Melcher
2024-01-24Fix small typos in Anim GIF docsGreg Ercolano
2023-03-09Fix Visual Studio (MSVC) compiler warningsAlbrecht Schlosser
2023-02-02Update dependencies and fix whitespace errorsAlbrecht Schlosser
- replace tabs with spaces - remove trailing whitespace
2023-01-21Animated GIF support (Fl_Anim_GIF_Image class) (#375)wcout