summaryrefslogtreecommitdiff
path: root/src/Fl_PNM_Image.cxx
AgeCommit message (Expand)Author
2023-01-01FLUID refactor and macOS warnings removed (#623)Matthias Melcher
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-10Updated image readers.Matthias Melcher
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
2015-02-07Fixed reading of .pbm image files: the black & white pixels were reversed,Manolo Gouy
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
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-28Fixed the remaining warningsMatthias 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-12-20Fixed 16 bit PNM image support (STR #1847)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-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
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-10-11Set flag so that destructor will free memory used by PNM images.Michael R Sweet
2002-09-17Add support for XV/GIMP thumbnail format (P7)Michael R Sweet
2002-05-27Add support for TT element.Michael 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-01Copyright updates...Michael R Sweet
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-12-11Multiple fixes from Sebastien.Michael R Sweet
2001-11-28Wasn't calling fopen() when loading PNM files... :(Michael R Sweet
2001-11-24Added XBM, XPM, and PNM image file classes.Michael R Sweet