summaryrefslogtreecommitdiff
path: root/src/Fl_JPEG_Image.cxx
AgeCommit message (Expand)Author
3 dayswipmaxim nikonov
2025-06-06Fix usage of 'volatile' in src/Fl_JPEG_Image.cxx (#1207)Albrecht Schlosser
2025-02-21Fix copyright, a typo, and remaining casts (#1207)Albrecht Schlosser
2025-02-20Fix "Fl_JPEG_Image infinite longjmp loop on Mac release builds" (#1207)ManoloFLTK
2022-12-22Missing parenthesesMatthias Melcher
2022-12-22Fix compilation on old gcc (#606)Matthias Melcher
2022-12-17Adding length checks for in-memory image data (see #542) (#592)Matthias Melcher
2021-04-07Remove static variable, fix gcc warning [-Wclobbered] (#203)Albrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-10Updated image readers.Matthias Melcher
2018-12-29Remove a C style type cast from jpeg_mem_src.Matthias Melcher
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2015-06-07Fixed typos in the constructors of Fl_JPEG_Image.Manolo Gouy
2015-06-07Fixed typos in doc of Fl_JPEG_Image constructors.Manolo Gouy
2015-06-07Fixed the doc of the Fl_JPEG_Image constructors mentioning the purpose of Fl_...Manolo Gouy
2015-05-23STR #2873: new function Fl_Image::fail() that returns 0, ERR_NO_IMAGE, ERR_FO...Matthias Melcher
2015-03-15Fix 'boolean' issue with jpeg-9 library compatibility (STR #2920).Albrecht Schlosser
2013-09-21Fixes STR# 2973: collection of Sun compiler fixes.Greg Ercolano
2012-11-09Fix STR#2881: the new static function Fl_RGB_Image::max_size(size) allows to ...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-02-22Corrected typos.Manolo Gouy
2011-01-24Adding embedded documentation to Fluid if installed odcs are not found. Falls...Matthias Melcher
2011-01-17Documentation updates (remaining fix for STR #2520).Albrecht Schlosser
2011-01-13Fixed typos, added \todo ... (see STR #2520).Albrecht Schlosser
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-18Fixed file access code to use UTF-8 strings (STR #2440)Matthias Melcher
2010-10-30STR 2382: Fixed compile errors when HAVE_LIBJPEG was not definedMatthias Melcher
2010-02-18Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Flu...Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-14Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class ...Fabien Costantini
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2005-08-29This is the text for the previous commit.Matthias Melcher
2005-08-29git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4543 ea41ed52-d2ee-0310...Matthias Melcher
2005-07-11STR #915: fixed hang on corrupt jpegs by giving a maximum of 10 chances for j...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-14Eliminate compiler warnings on Solaris...Michael R Sweet
2005-03-05Fl_JPEG_Image could still crash an app with a corrupt JPEG fileMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Fix builds without JPEG library...Michael R Sweet
2005-02-12Fix initializers and error handling.Michael R Sweet
2005-02-06Fixed a VC++ compiler error in Fl_JPEG_Image.cxx (STR #676)Michael R Sweet
2005-01-25Temporary fix for JPEG error handle; we need to flag the error inMichael R Sweet
2004-12-16Fl_JPEG_Image did not correctly handle errors reported by theMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-09-17Don't compile JPEG error handler unless we have JPEG library...Michael R Sweet
2003-09-15Add error handlers to JPEG and PNG image classes so the correspondingMichael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-07-26BMP image loader fixes.Michael R Sweet
2002-05-25Tag image data as allocated so that we don't waste memory.Michael R Sweet
2002-01-15Unixware fixes.Michael R Sweet