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_Pixmap.cxx
Age
Commit message (
Expand
)
Author
2005-02-24
Copyright updates.
Michael R Sweet
2005-02-05
Fix FLUID text color (STR #662)
Michael R Sweet
2004-09-24
Now look for 8 bits of alpha when the developer has requested
Michael R Sweet
2004-08-31
Quartz for FLTK1.1
Matthias Melcher
2004-08-31
#warn is not portable.
Michael R Sweet
2004-08-31
Quartz for FLTK 1.1:
Matthias Melcher
2004-08-25
Updated config stuff to allow for --enable-quartz ofr Mac OS X which in
Matthias Melcher
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-15
Fix build problems on Windows.
Michael R Sweet
2003-01-10
Update Fl_Image and friends so that we don't need to include the
Michael R Sweet
2002-12-19
Doco updates.
Michael R Sweet
2002-11-19
Get rid of some valid compiler warnings with CodeWarrior that were reported
Michael R Sweet
2002-10-11
Bug #621737: Add range checking for the width and height arguments to the
Michael R Sweet
2002-08-09
Move the rest of the image file formats (except for XBM and XPM) to
Michael R Sweet
2002-08-05
Range check Fl_Text_Buffer::search_forward().
Michael R Sweet
2002-06-29
Small changes to make Metrowerks CodeWarrior for Windows work.
Matthias Melcher
2002-06-27
MacOS:
Matthias Melcher
2002-04-26
Images in menu items...
Michael R Sweet
2002-04-14
Added fl_create_deepmask() method for creating alpha blend masks.
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-01
Copyright updates...
Michael R Sweet
2002-01-01
Use rint() for some more rounding of vertices.
Michael R Sweet
2001-12-21
Casts to make old IRIX 5.3 C++ compiler happy...
Michael R Sweet
2001-12-04
FLTK for Mac:
Matthias Melcher
2001-11-27
Preliminary commit of my MacOS X work.
Michael R Sweet
2001-11-24
Fix bugs in copy() methods.
Michael R Sweet
2001-11-23
Add code for PNG and JPEG images.
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
WIN32 fixes for the new image stuff...
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
2001-11-18
Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functions
Michael R Sweet
2001-08-06
WIN32 updates to make the DLL project work again...
Michael R Sweet
2001-08-05
Image labels!
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-09-23
Fixed bit-flipping patterns in WIN32 bitmap code.
Bill Spitzak
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
1999-02-16
Patch from Bill - not freeing bitmap array?
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-15
Fixes for transparent Pixmaps under WIN32 from Matt.
Michael R Sweet
1998-12-06
Added support for transparent pixmaps in WIN32...
Michael R Sweet
1998-12-03
One last Pixmap fix from Matthias.
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-19
The great heading change - now use standard LGPL header with CVS tags.
Michael R Sweet
1998-10-15
Commited WIN32 patches from Bill Spitzak and Gustavo Hime.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet