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