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_Shared_Image.cxx
Age
Commit message (
Expand
)
Author
2010-10-28
Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...
Matthias Melcher
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-09-19
Updating fl_utf8.h references. Fixing copyright date in .fl files.
Matthias Melcher
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2008-09-14
Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class ...
Fabien Costantini
2008-09-10
Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...
Matthias Melcher
2006-02-22
Don't try to load image file we couldn't open
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
2005-02-12
Fix initializers and error handling.
Michael R Sweet
2004-12-03
Fl_Shared_Image::reload() didn't set the image_ pointer properly
Michael R Sweet
2004-09-24
Now look for 8 bits of alpha when the developer has requested
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
2002-10-20
Implement Fl_Shared_Image::uncache().
Michael R Sweet
2002-10-11
Use memmove() instead of memcpy() in several key places.
Michael R Sweet
2002-08-09
Move the rest of the image file formats (except for XBM and XPM) to
Michael R Sweet
2002-07-14
Boy, aren't WIN32 compilers *so* much fun.
Michael R Sweet
2002-06-28
Separate the extra image functions into fltk_images.
Michael R Sweet
2002-06-28
Increase size of header buffer to 64 bytes.
Michael R Sweet
2002-05-25
Clean up string includes.
Michael R Sweet
2002-05-25
Tag image data as allocated so that we don't waste memory.
Michael R Sweet
2002-05-25
Mark loaded images as allocated so that they get deleted.
Michael R Sweet
2002-04-11
Make Fl_Output a subclass of Fl_Input, and add input_type and readonly
Michael R Sweet
2002-03-29
Add image handler to Fl_Shared_Image class to support additional file
Michael R Sweet
2002-01-06
Add Fl_BMP_Image class and docos.
Michael R Sweet
2002-01-01
Copyright updates...
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-29
VC++ fixes, plus add new tiled_image project file.
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-09-29
This commit was manufactured by cvs2svn to create branch 'branch-1.1'.
No Author