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