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
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