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.cxx
Age
Commit message (
Expand
)
Author
2021-11-16
Add use of fl_capture_window() by test/device
ManoloFLTK
2020-11-20
Fix for issue #159 - continued
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-04-10
Function Fl_Screen_Driver::traverse_to_gl_subwindows() is static in its class
ManoloFLTK
2019-04-09
Add public function Fl_RGB_Image *fl_capture_window_part()
ManoloFLTK
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-02-10
Fix error when running Doxygen (continued).
Manolo Gouy
2018-02-10
Fix trivial typo that was upsetting doxygen
Ian MacArthur
2018-02-09
Fix fl_read_image() under MacOS platform when GUI is rescaled.
Manolo Gouy
2016-04-06
Fix Doxygen warnings.
Albrecht Schlosser
2016-04-03
Remove "(if fl_window is null)" from Doxygen comment.
Manolo Gouy
2016-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-25
Remove a bunch of useless #include <FL/x.H> directives.
Manolo Gouy
2016-03-09
Simpler code for capture of OpenGL windows: the pixel array is converted to t...
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
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
2014-11-06
Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...
Manolo Gouy
2014-10-22
Fixed error in computation of when the window is not fully contained in the d...
Manolo Gouy
2013-09-21
Fixes STR# 2973: collection of Sun compiler fixes.
Greg Ercolano
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-04-15
Added Fl_Paged_Device::print_window() to print a window with its title bar an...
Manolo Gouy
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-10-19
Improved stability of fl_read_image (STR #2021)
Matthias Melcher
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2008-03-09
STR 1891: fixing fl_read_image for double buffered windows.
Matthias Melcher
2008-02-25
STR #1716: Fixed image read for partial regions on X11
Matthias Melcher
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-03-21
Image reading, template handling, and printing bug fixes.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-04-25
Use fl_red/green/bluemask/shift for undefined pixmaps.
Michael R Sweet
2004-04-24
fl_read_image() fixes.
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-30
fl_read_image() - not implemented for WIN32 or OSX yet.
Michael R Sweet