summaryrefslogtreecommitdiff
path: root/src/Fl_Image_Surface.cxx
AgeCommit message (Expand)Author
46 hourswipmaxim nikonov
2023-12-21Fix a typo, trailing whitespace, and dependenciesAlbrecht Schlosser
2023-12-07Document Fl_Image_Surface::mask() with commented code exampleManoloFLTK
2023-12-04New member function Fl_Image_Surface::mask(Fl_RGB_Image*)ManoloFLTK
2023-11-12 Fix: Potential NULL pointer dereference in Fl_Image_Surface c'tor (#834)ManoloFLTK
2022-09-11Fix fl_read_image() under hybrid Wayland/X11 platform.ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2020-10-14Minor fix in doc of the Fl_Image_Surface constructor.ManoloFLTK
2020-09-18Improve Fl_Menu_Item docs and inline deprecated methodsAlbrecht Schlosser
2020-09-18More detailed doc of Fl_Image_Surface::image()ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-11-07Reorganise use of virtual member function Fl_Surface_Device::end_current()ManoloFLTK
2019-04-11Remove 2 Doxygen warningsManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2019-03-26Use \deprecated Doxygen command where necessaryManoloFLTK
2018-08-06Add missing FL_EXPORT statements.Albrecht Schlosser
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-14Remove useless #include directives.Manolo Gouy
2018-05-07New Fl_Image_Surface::rescale() class function and document equivalence betwe...Manolo Gouy
2018-05-06Deprecate Fl_Image_Surface::highres_image() because Fl_Image_Surface::image()...Manolo Gouy
2018-05-06Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.Manolo Gouy
2018-04-30Extend documentation of fl_begin_offscreen()Manolo Gouy
2018-04-26Documentation: complete doc of Fl_Image_Surface::offscreen()Manolo Gouy
2018-04-26Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...Manolo Gouy
2018-03-11Documentation: homogenize to 'scale factor' and 'drawing unit'Manolo Gouy
2018-03-11Documentation of fl_create_offscreen: give more details useful because the sc...Manolo Gouy
2018-03-11Documentation: homogenize uses of "FLTK units" and "drawing units".Manolo Gouy
2017-12-26Continue support for GUI rescaling under MacOS: fix fl_XXX_offscreen() functi...Manolo Gouy
2017-09-24Update the doc of the Fl_Image_Surface constructor to reflect HiDPI support b...Manolo Gouy
2017-05-18Add void fl_scale_offscreen(Fl_Offscreen &ctx) to support the rescaling of an...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-04-24Slight improvement of Fl_Image_Surface::image()Manolo Gouy
2017-04-24Allow the use of Fl_Image_Surface::image() also when the Fl_Image_Surface ob...Manolo Gouy
2016-12-16Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen ar...Manolo Gouy
2016-12-09Doxygen: more detailed descriptions of Fl_Image_Surface::offscreen() and Fl_I...Manolo Gouy
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-05-22Fix compiler warnings.Albrecht Schlosser
2016-04-27Add test to avoid null pointer crashes.Manolo Gouy
2016-04-27Add tests to avoid null pointer errorsManolo Gouy
2016-04-24Add Doxygen comments for members of the Fl_Graphics_Driver class.Manolo Gouy
2016-04-16Modify the FL_PORTING pragma message to make clear implementation is optional.Manolo Gouy
2016-03-19(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.Manolo Gouy
2016-03-10Remove redundant recursion (as suggested in [fltk.coredev] [porting] Remove r...Manolo Gouy
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-06New, driver-based Fl_Double_Window implementation.Manolo Gouy
2016-03-05Remove warning message about signed/unsigned comparison.Manolo Gouy
2016-03-05Complete the platform-neutral implementation of fl_XXX_offscreen() functions.Manolo Gouy