summaryrefslogtreecommitdiff
path: root/src/Fl_GIF_Image.cxx
AgeCommit message (Expand)Author
2021-10-02Improve GIF error handling, terminate on some errorsAlbrecht Schlosser
2021-10-02Separate Fl_GIF_Image constructors with and w/o length argAlbrecht Schlosser
2021-09-28Fix potential memory leak in GIF image reader (#271)Albrecht Schlosser
2021-09-27Fix and improve Fl_GIF_Image (issue #271, #274)Albrecht Schlosser
2021-03-18Fix stack corruption when loading GIFfire-eggs
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-13Combine image readers in class Fl_Image_ReaderAlbrecht Schlosser
2020-01-10Updated image readers.Matthias Melcher
2020-01-05Fix Doxygen description of the constructors.ManoloFLTK
2020-01-03Added code to read GIF files from memory (GitHub issue #33, 2/2)Matthias Melcher
2019-01-09Fix Fl_GIF_Image Color Table handling (STR 3491)Albrecht Schlosser
2015-06-14Minor documentation fixes.Albrecht Schlosser
2015-05-23STR #2873: new function Fl_Image::fail() that returns 0, ERR_NO_IMAGE, ERR_FO...Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed Copyright to 2010.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-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
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2005-11-27Update dependencies.Michael R Sweet
2005-08-08Fl_GIF_Image did not handle images with an incorrect number ofMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-12Fix use of free() for memory allocated using new.Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-01-07Fixed from Teun.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-21Casts to make old IRIX 5.3 C++ compiler happy...Michael R Sweet
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-12-11Multiple fixes from Sebastien.Michael R Sweet
2001-11-24Added XBM, XPM, and PNM image file classes.Michael R Sweet
2001-11-24Fix bugs in copy() methods.Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-20GIF loading code from FLUID.Michael R Sweet
2001-11-19OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_ImageMichael R Sweet