summaryrefslogtreecommitdiff
path: root/src/Fl_BMP_Image.cxx
AgeCommit message (Expand)Author
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
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-28Fixed the remaining warningsMatthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-17Doxygen documentation: fixed all ambiguous methods signatures, fixed erroneou...Fabien Costantini
2008-09-14Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class ...Fabien Costantini
2005-07-16Added support for 32bit per pixel subformat, uncompressed, in BMP. Last 8 bit...Matthias Melcher
2005-05-12Fixed some BMP images loading bugs (STR #825)Michael R Sweet
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-10Matthias's BMP file loader updates (16-bit + transparency support)Michael R Sweet
2002-08-30Make sure all strings can be localized in the dialogs.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-26BMP image loader fixes.Michael R Sweet
2002-06-24Update GCC test in configure script.Michael R Sweet
2002-06-13Bug fixes from Sebastien.Michael R Sweet
2002-06-10Take care of some compiler warnings.Michael R Sweet
2002-05-25Tag image data as allocated so that we don't waste memory.Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-15Fix loading of old BMP files.Michael R Sweet
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet