summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
AgeCommit message (Expand)Author
2018-03-28Image classes: memorise the width and the height of the cached form of the im...Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-03-12Make Fl_Graphics_Driver constructor protected, as it was in FLTK 1.3.xManolo Gouy
2018-03-11Documentation: homogenize to 'scale factor' and 'drawing unit'Manolo Gouy
2018-03-07Comments: update comment of class Fl_Scalable_Graphics_Driver to indicate wha...Manolo Gouy
2018-03-02More Android changes.Matthias Melcher
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-02-07STR#3450: Draw text with OpenGL using textures on all platforms.Manolo Gouy
2017-12-18STR#3320 continued: make sure there's no undrawn space between nested rectang...Manolo Gouy
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-09-13SVG support: draw images at full screen resolution also when there are severa...Manolo Gouy
2017-08-30Improve Doxygen comments related to image drawingManolo Gouy
2017-08-24X11 platform: cleaner implementation of changing the active drawing surface a...Manolo Gouy
2017-08-20Simplify using Fl_XXX_Graphics_Driver::copy_offscreen() instead of Fl_Scalabl...Manolo Gouy
2017-07-12Fix Visual Studio shared library build (STR #3389).Albrecht Schlosser
2017-06-21Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-03-16Make image-related member functions of class Fl_Graphics_Driver protected, as...Manolo Gouy
2016-11-08MacOS: use less temporary copies of image data for image printing.Manolo Gouy
2016-11-05Slightly improve the parameter list of member function int Fl_Graphics_Driver...Manolo Gouy
2016-11-03Rename Fl_Bitmap::start() to Fl_Bitmap::prepare().Manolo Gouy
2016-11-03Factorize repeated code across platform-specific graphics drivers and image t...Manolo Gouy
2016-11-02Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platf...Manolo Gouy
2016-09-26MacOS platform: centralize check whether a font has been set before drawing textManolo Gouy
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-19Remove virtual bool Fl_Graphics_Driver::high_resolution() unlikely to be usef...Manolo Gouy
2016-09-12Create virtual void Fl_Graphics_Driver::draw(Fl_Shared_Image*,...)Manolo Gouy
2016-08-09[CMake] Fix Windows dll build with Visual Studio generator.Albrecht Schlosser
2016-05-31Give all virtual methods of class Fl_Graphics_Driver do-nothing implementations.Manolo Gouy
2016-04-25Remove unnecessary #include directive.Manolo Gouy
2016-04-24Complete DOxygen documentation of the Fl_Graphics_Driver class.Manolo Gouy
2016-04-24Add Doxygen comments for members of the Fl_Graphics_Driver class.Manolo Gouy
2016-04-19Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...Manolo Gouy
2016-04-17virtualized some Region calls.Matthias Melcher
2016-04-17virtualized Fl::set_color and free_color.Matthias Melcher
2016-04-17virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...Matthias Melcher
2016-04-17virtualizes fl_set_spot and fl_reset_spotMatthias Melcher
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-30Finish removing platform-dependent code from Fl_PostScript.cxxManolo Gouy
2016-03-30Continue removing platform-dependent code from Fl_PostScript.cxxManolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-24Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem...Manolo Gouy
2016-03-05Complete the platform-neutral implementation of fl_XXX_offscreen() functions.Manolo Gouy
2016-03-04Fix a problem seen in fluid on the Mac OS platform.Manolo Gouy
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-25Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...Manolo Gouy
2016-02-23Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().Manolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy