summaryrefslogtreecommitdiff
path: root/src/Fl_Graphics_Driver.cxx
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-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
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
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-03Restore correct fl_overlay_rect() when GUI is scaled (was broken by commit r....Manolo Gouy
2017-12-27Support for GUI rescaling: fix fl_copy_offscreen() to PostScript surface unde...Manolo Gouy
2017-12-19Fix Fl_GDI_Graphics_Driver::uncache(Fl_RGB_Image*,...) that did not delete co...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-09Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H...Manolo Gouy
2017-08-30Create virtual Fl_Image::draw_scaled_(int X, int Y, int W, int H) and its imp...Manolo Gouy
2017-08-30Move Fl_Graphics_Driver::draw(Fl_Shared_Image* from Fl_Shared_Image.cxx to Fl...Manolo Gouy
2017-08-25Fl_Scalable_Graphics_Driver::draw(Fl_RGB_Image *,...) : change how the curren...Manolo Gouy
2017-08-25X11 and WIN32: slightly change Fl_XXX_Graphics_Driver::cache(Fl_Pixmap*) to u...Manolo 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-06-21Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl...Manolo Gouy
2017-06-02Make sure the scaling factor has been initialised when setting a font.Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-12-16Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen ar...Manolo Gouy
2016-12-14Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...Manolo Gouy
2016-12-12The virtual function Fl_Graphics_Driver::copy_offscreen() cannot be implement...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-03Factorize repeated code across platform-specific graphics drivers and image t...Manolo Gouy
2016-05-13Slightly simpler Fl_Graphics_Driver::default_driver() function.Manolo Gouy
2016-04-24Add Doxygen comments for members of the Fl_Graphics_Driver class.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-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher