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_GIF_Image.cxx
Age
Commit message (
Expand
)
Author
2005-11-27
Update dependencies.
Michael R Sweet
2005-08-08
Fl_GIF_Image did not handle images with an incorrect number of
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2003-01-12
Fix use of free() for memory allocated using new.
Michael R Sweet
2002-11-19
Get rid of some valid compiler warnings with CodeWarrior that were reported
Michael R Sweet
2002-05-25
Clean up string includes.
Michael R Sweet
2002-04-11
Make Fl_Output a subclass of Fl_Input, and add input_type and readonly
Michael R Sweet
2002-01-07
Fixed from Teun.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-21
Casts to make old IRIX 5.3 C++ compiler happy...
Michael R Sweet
2001-12-19
Multiple bug fixes from Sebastien:
Michael R Sweet
2001-12-11
Multiple fixes from Sebastien.
Michael R Sweet
2001-11-24
Added XBM, XPM, and PNM image file classes.
Michael R Sweet
2001-11-24
Fix bugs in copy() methods.
Michael R Sweet
2001-11-22
Fix all references to '.C' files (now .cxx)
Michael R Sweet
2001-11-20
GIF loading code from FLUID.
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