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_win32.cxx
Age
Commit message (
Expand
)
Author
2016-01-26
Moving image drawing code into the driver system
Matthias Melcher
2015-02-26
Fix compiler warning with gcc 4.8.3 under Windows/Cygwin (STR #3199).
Albrecht Schlosser
2012-03-18
Fix STR#2810: removed all uses of function Fl_Device::class_name().
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-01-20
A better solution to the crash when printing the mandelbrot demo under WIN32.
Manolo Gouy
2011-01-13
Fixed WIN32 crash when printing with the test/mandelbrot demo.
Manolo Gouy
2011-01-05
Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...
Manolo Gouy
2010-12-28
Use device abstraction for image drawing.
Manolo Gouy
2010-11-29
More copyright 2010 mods.
Greg Ercolano
2010-05-27
Better device hierarchy with surfaces and graphics drivers.
Manolo Gouy
2010-04-18
Removed multiple inheritance: back to r. 7519 exactly.
Manolo Gouy
2010-04-16
Improved the hierarchy of Fl_Device subclasses to allow separation of platfor...
Manolo Gouy
2010-03-18
Better WIN32 performance of Fl_Printer::print_window_rect()
Manolo Gouy
2010-03-16
Fixed WIN32 printing of RGB images without transparency. Still print_window_p...
Manolo Gouy
2010-03-14
Merge of branch-1.3-Fl_Printer, with the following main changes:
Albrecht Schlosser
2009-08-24
Fixed Windows compile bug with "#define USE_COLORMAP 0" (STR #2241)
Albrecht Schlosser
2009-06-29
Fixed gray-scale images with alpha channel (STR #2105).
Albrecht Schlosser
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-12-13
Fixed typos and doxygen documentation.
Albrecht Schlosser
2006-09-16
OK, I believe I fixed the transparency issues on WIN32. Please everyone, test...
Matthias Melcher
2006-09-15
Implemented alpha blending for WIN32. I believe that I did it in a way that i...
Matthias Melcher
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-11-20
Fix type in WIN32 source...
Michael R Sweet
2002-11-19
Get rid of some valid compiler warnings with CodeWarrior that were reported
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-11-18
Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functions
Michael R Sweet
2001-01-22
Copyright 2001.
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-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