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_read_image_win32.cxx
Age
Commit message (
Expand
)
Author
2016-04-03
Delete because content is now in Fl_XXX_Screen_Driver.cxx
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2014-11-06
Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-04-17
Fixed Fl_Paged_Device::print_window() that did not work under Windows seven.
Manolo Gouy
2011-04-15
Added Fl_Paged_Device::print_window() to print a window with its title bar an...
Manolo Gouy
2010-12-16
This new fl_read_image() function for Windows is *much* faster than
Albrecht Schlosser
2010-11-29
More copyright 2010 mods.
Greg Ercolano
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2006-05-30
Remove warnings found by Robin Rowe's settings for VC7. I do not have VC7, bu...
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-05-31
Add Matthias's WIN32 code to get an image from the current window; needs
Michael R Sweet
2002-05-30
fl_read_image() - not implemented for WIN32 or OSX yet.
Michael R Sweet