summaryrefslogtreecommitdiff
path: root/FL/Fl_Copy_Surface.H
AgeCommit message (Expand)Author
2 dayswi[maxim nikonov
3 dayswipmaxim nikonov
2025-07-08Replace 'FL_OVERRIDE' with 'override' in public headersAlbrecht Schlosser
2023-08-26Fixes a bunch of typos in comments.Matthias Melcher
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-09-21Improve docs of Fl_Copy_Surface and use of OpenGL 3.ManoloFLTK
2020-10-12Simpler macOS implementation of capture of window titlebars.ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-07-20Fl_Copy_Surface: more detailed Doxygen description.ManoloFLTK
2019-05-25Add default argument values to reimplementations of Fl_Widget_Surface::draw_d...ManoloFLTK
2019-05-24Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessaryManoloFLTK
2019-05-22Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window()ManoloFLTK
2019-04-14Doxygen doc: rewording for more clarity.ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
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-02-25Documentation: make code examples use Fl_Surface_Device::push_current()/pop_c...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
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-19Driver-based rewrite of the Fl_Copy_Surface class.Manolo Gouy
2016-03-03Remove Fl_Copy_Surface::newPlatformSurface() that does not do much.Manolo Gouy
2016-03-02Finalize new implementation of Fl_Copy_Surface.Manolo Gouy
2016-03-01Correct the headers included by FL/Fl_Copy_Surface.H, following the new imple...Manolo Gouy
2016-03-01Rewrite the Fl_Copy_Surface class with strict separation of public API and pl...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-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-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-11-24Added new method Fl_Copy_Surface::draw_decorated_window()Manolo Gouy
2015-11-18Mac OS only: simpler definition of the pdfdata private member of the Fl_Copy_...Manolo Gouy
2015-10-21Doc: use plural with 'data'.Manolo Gouy
2015-01-20Removed erroneous statement from Doxygen doc of class Fl_Copy_Surface.Manolo Gouy
2014-11-09Prevent Fl_Copy_Surface.H from including apple system headers on the mac plat...Manolo Gouy
2014-11-08Added Fl_Copy_Surface::w() and Fl_Copy_Surface::h() member functions.Manolo Gouy
2014-10-29Export Fl_Copy_Surface and friendsLauri Kasanen
2014-05-24Reset file header and footer.Manolo Gouy
2014-05-23Removed compilation warning of signed/unsigned comparison.Manolo Gouy
2014-05-23Added copy/paste from/to FLTK applications of graphical data.Manolo Gouy