summaryrefslogtreecommitdiff
path: root/FL/Fl_Image_Surface.H
AgeCommit message (Expand)Author
2025-07-08Replace 'FL_OVERRIDE' with 'override' in public headersAlbrecht Schlosser
2023-12-21Fix a typo, trailing whitespace, and dependenciesAlbrecht Schlosser
2023-12-04New member function Fl_Image_Surface::mask(Fl_RGB_Image*)ManoloFLTK
2023-08-09Wayland: fix fl_read_image() from offscreen bufferManoloFLTK
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-09-11Fix fl_read_image() under hybrid Wayland/X11 platform.ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2021-12-09Remove compiler warnings about unused parameters (issue #307)ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-04-14Correct typo in Doxygen docManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2018-06-27Remove useless 'friend' statements from declaration of class Fl_Image_SurfaceManolo Gouy
2018-06-27Use #include <FL/platform_types.h> to define type Fl_OffscreenManolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-06-23Doxygen: created Group to document drivers, disabled by defaultMatthias Melcher
2018-05-25Rewrite static function Fl_Image_Surface::rescale(Fl_Image_Surface*&) as memb...Manolo Gouy
2018-05-07New Fl_Image_Surface::rescale() class function and document equivalence betwe...Manolo Gouy
2018-05-06Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.Manolo Gouy
2018-04-26Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...Manolo Gouy
2018-02-25Documentation: make code examples use Fl_Surface_Device::push_current()/pop_c...Manolo Gouy
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-08-09[CMake] Fix Windows dll build with Visual Studio generator.Albrecht Schlosser
2016-04-24Add 2 Doxygen member function descriptions.Manolo Gouy
2016-04-23Add Doxygen definitions to the new Fl_XXX_Driver classes.Manolo Gouy
2016-03-26Remove #include <FL/x.H> from all public include file (there remained one).Manolo Gouy
2016-03-19(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.Manolo Gouy
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-06New, driver-based Fl_Double_Window implementation.Manolo Gouy
2016-03-03A hopefully clearer implementation of the fl_XXX_offscreen() functions.Manolo Gouy
2016-03-02Rewrite Fl_Image_Surface with full separation of public API and platform-spec...Manolo Gouy
2016-03-01Correct the headers included by FL/Fl_Copy_Surface.H, following the new imple...Manolo Gouy
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-12Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...Manolo Gouy
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-101) Replicate in branch-1.3-porting all recent changes of branch-1.3Manolo Gouy
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2014-10-29Export Fl_Image_Surface and _Quartz_Lauri Kasanen
2014-06-18Sets the return type of Fl_Image_Surface::image() to its real value, Fl_RGB_I...Manolo Gouy
2014-05-24Reset file header and footer.Manolo Gouy
2014-05-23Added copy/paste from/to FLTK applications of graphical data.Manolo Gouy