summaryrefslogtreecommitdiff
path: root/FL/Fl_Image_Surface.H
AgeCommit message (Expand)Author
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