index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_JPEG_Image.cxx
Age
Commit message (
Expand
)
Author
2015-06-07
Fixed typos in the constructors of Fl_JPEG_Image.
Manolo Gouy
2015-06-07
Fixed typos in doc of Fl_JPEG_Image constructors.
Manolo Gouy
2015-06-07
Fixed the doc of the Fl_JPEG_Image constructors mentioning the purpose of Fl_...
Manolo Gouy
2015-05-23
STR #2873: new function Fl_Image::fail() that returns 0, ERR_NO_IMAGE, ERR_FO...
Matthias Melcher
2015-03-15
Fix 'boolean' issue with jpeg-9 library compatibility (STR #2920).
Albrecht Schlosser
2013-09-21
Fixes STR# 2973: collection of Sun compiler fixes.
Greg Ercolano
2012-11-09
Fix STR#2881: the new static function Fl_RGB_Image::max_size(size) allows to ...
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-02-22
Corrected typos.
Manolo Gouy
2011-01-24
Adding embedded documentation to Fluid if installed odcs are not found. Falls...
Matthias Melcher
2011-01-17
Documentation updates (remaining fix for STR #2520).
Albrecht Schlosser
2011-01-13
Fixed typos, added \todo ... (see STR #2520).
Albrecht Schlosser
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-11-18
Fixed file access code to use UTF-8 strings (STR #2440)
Matthias Melcher
2010-10-30
STR 2382: Fixed compile errors when HAVE_LIBJPEG was not defined
Matthias Melcher
2010-02-18
Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Flu...
Matthias Melcher
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-09-14
Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class ...
Fabien Costantini
2007-05-20
Fix all compiler warnings from various build systems.
Michael R Sweet
2005-08-29
This is the text for the previous commit.
Matthias Melcher
2005-08-29
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4543 ea41ed52-d2ee-0310...
Matthias Melcher
2005-07-11
STR #915: fixed hang on corrupt jpegs by giving a maximum of 10 chances for j...
Matthias Melcher
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-04-14
Eliminate compiler warnings on Solaris...
Michael R Sweet
2005-03-05
Fl_JPEG_Image could still crash an app with a corrupt JPEG file
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2005-02-24
Fix builds without JPEG library...
Michael R Sweet
2005-02-12
Fix initializers and error handling.
Michael R Sweet
2005-02-06
Fixed a VC++ compiler error in Fl_JPEG_Image.cxx (STR #676)
Michael R Sweet
2005-01-25
Temporary fix for JPEG error handle; we need to flag the error in
Michael R Sweet
2004-12-16
Fl_JPEG_Image did not correctly handle errors reported by the
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-09-17
Don't compile JPEG error handler unless we have JPEG library...
Michael R Sweet
2003-09-15
Add error handlers to JPEG and PNG image classes so the corresponding
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-07-26
BMP image loader fixes.
Michael R Sweet
2002-05-25
Tag image data as allocated so that we don't waste memory.
Michael R Sweet
2002-01-15
Unixware fixes.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-11-23
Add code for PNG and JPEG images.
Michael R Sweet
2001-11-19
OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_Image
Michael R Sweet