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_draw_image.cxx
Age
Commit message (
Expand
)
Author
2016-01-31
Update build system to compile all drivers as indiviual objects.
Albrecht Schlosser
2016-01-29
Update Makefile to compile only needed Xlib driver files.
Albrecht Schlosser
2016-01-27
Modify Xlib driver code not to #include source files.
Albrecht Schlosser
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher
2016-01-26
Moving image drawing code into the driver system
Matthias Melcher
2016-01-04
Created pseudo code for all FL_PORTED section so that FLTK compiles and links...
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-03-16
Fix a failure in the U64 optimized argb path.
Lauri Kasanen
2015-03-16
Add support for accelerated alpha blending under X11.
Lauri Kasanen
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-05-23
Fix STR #2637, part 2: accessing pixel values beyond array bounds. 64-bit
Albrecht Schlosser
2010-12-28
Use device abstraction for image drawing.
Manolo Gouy
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-05-27
Better device hierarchy with surfaces and graphics drivers.
Manolo Gouy
2010-03-14
Merge of branch-1.3-Fl_Printer, with the following main changes:
Albrecht Schlosser
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
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
2002-08-09
More shadow variable changes...
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
2001-11-27
Preliminary commit of my MacOS X work.
Michael R Sweet
2001-11-22
Fix all references to '.C' files (now .cxx)
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-07-07
Buttons with box(FL_NO_BOX) did not draw. Apparently they did in
Bill Spitzak
2000-06-27
calc_error() needs the colormap color values; changed to reference the
Michael R Sweet
2000-06-27
Optimization for 8-bit displays - allocate colors as they are used from
Michael R Sweet
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-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-07
Changed #include "*.C" to "*.cxx"...
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-06
Initial revision
Michael R Sweet