summaryrefslogtreecommitdiff
path: root/src/Fl_Shared_Image.cxx
AgeCommit message (Expand)Author
2 dayswi[maxim nikonov
2025-12-25Fix doxygen warning (missing end quote)Albrecht Schlosser
2024-03-19Update dependencies, whitespace, and Fl_File_Chooser.cxxAlbrecht Schlosser
2024-01-14#877: Formatting, comments, debug outputMatthias Melcher
2024-01-13Remove compilation warningManoloFLTK
2024-01-13Fix doxygen docs (typo, undocumented parameter)Albrecht Schlosser
2024-01-13#887: Fixes Fl_Shared_Image reference countingMatthias Melcher
2023-12-21Fix a typo, trailing whitespace, and dependenciesAlbrecht Schlosser
2023-12-12#188: Fixes Fl_Shared_Image ref count and find opMatthias Melcher
2022-06-20Fix issue #427 - 2nd partManoloFLTK
2022-04-13Make Fl_Image::copy() 'const', including all derived classesAlbrecht Schlosser
2021-05-06Fix Windows (Visual Studio) compiler warningsAlbrecht Schlosser
2021-04-28Fix "Fl_Shared_Image: use of unitialized data" (#216)Albrecht Schlosser
2021-03-15Partial fix for issue #188.ManoloFLTK
2021-02-12Fix for issue #185 "Shared Image reload() loses initial dimensions"ManoloFLTK
2021-02-11Fix for issue #185 in Fl_Shared_Image::reload()ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-03-11Documentation: homogenize uses of "FLTK units" and "drawing units".Manolo Gouy
2017-10-12Remove undesired rounding when Fl_Shared_Image::scale() is called with propor...Manolo Gouy
2017-08-30Modify Fl_Shared_Image::scale(int, int) for the case of an erroneous image ob...Manolo Gouy
2017-08-30Move Fl_Graphics_Driver::draw(Fl_Shared_Image* from Fl_Shared_Image.cxx to Fl...Manolo Gouy
2017-08-30Improve Doxygen comments related to image drawingManolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-10-30Complete introduction of virtual Fl_RGB_Image *Fl_Image::as_rgb_image() begun...Manolo Gouy
2016-10-30Add virtual Fl_RGB_Image* Fl_Image::as_rgb_image() to detect whether an Fl_Im...Manolo Gouy
2016-10-21Reorganize and simplify function Fl_Graphics_Driver::draw(Fl_Shared_Image *, ...Manolo Gouy
2016-10-01Fl_Shared_Image documentation enhancements and clarifications.Albrecht Schlosser
2016-09-12Create virtual void Fl_Graphics_Driver::draw(Fl_Shared_Image*,...)Manolo Gouy
2016-04-24Remove FL_ABI_VERSION directivesManolo Gouy
2016-02-10Fix MSWindows compile issues.Matthias Melcher
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2015-03-12More detailed Doxygen doc of Fl_Shared_Image::scale() and Fl_Image::draw(X,Y,...Manolo Gouy
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-24Adding embedded documentation to Fluid if installed odcs are not found. Falls...Matthias Melcher
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-14Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class ...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2006-02-22Don't try to load image file we couldn't openMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-12Fix initializers and error handling.Michael R Sweet
2004-12-03Fl_Shared_Image::reload() didn't set the image_ pointer properlyMichael R Sweet