summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx
AgeCommit message (Expand)Author
41 hourswipmaxim nikonov
2024-03-15STR 3489: fix alpha blending for X11Matthias Melcher
2023-01-08 Fix "Xrender blurs adjacent images with bilinear scaling" (#633)ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-08-10Fix Fl_Xlib_Graphics_Driver for drawing tiled images.ManoloFLTK
2022-08-09Fix Fl_Xlib_Graphics_Driver for tiled-depth 3 images.ManoloFLTK
2022-08-09Fix Fl_Xlib_Graphics_Driver for RGB image drawing under XQuartz.ManoloFLTK
2022-03-24Remove platform-dependent type Fl_Bitmask (not in documented public API).ManoloFLTK
2021-11-25X11+XRender platform: more accurate drawing of RGB images when GUI is scaled.ManoloFLTK
2021-11-25Fix X11 platform bug when drawing transparent RGB image without XRender.ManoloFLTK
2021-05-28New virtual member function Fl_Graphics_Driver::colored_rectf().ManoloFLTK
2021-03-11Unification of scaled coordinate calculations in class Fl_Scalable_Graphics_D...ManoloFLTK
2021-03-02X11 platform: Accurately control RGB image drawing with GUI scaling.ManoloFLTK
2021-02-16Fix whitespace errors (no code changes)Albrecht Schlosser
2020-11-24Fix for issue #163: Improve Xrender scaling qualityManoloFLTK
2020-11-20Fix for issue #159 - continuedManoloFLTK
2020-11-19Remove compilation warnings about signed/unsigned comparison.ManoloFLTK
2020-11-19Fix for issue #159.ManoloFLTK
2020-11-12Fix for issue #155 - continuedManoloFLTK
2020-07-30Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.ManoloFLTK
2020-07-28Fix for issue #119. Drawing artefacts for SVG images without XRender.ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-15Fix uninitialized vars in calls to fl_clip_box() (issue #6)Albrecht Schlosser
2019-11-01Fix HiDPI support under X11 to read/draw RGB image from/to display.ManoloFLTK
2019-09-11Fix use of Xrender extension with old, 16-bit framebuffers.ManoloFLTK
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-06Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.Manolo Gouy
2018-04-19Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg...Manolo Gouy
2018-04-19Reorganise access to the value of the GUI scaling factor with public getter a...Manolo Gouy
2018-04-16Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl...Manolo Gouy
2018-04-15Restore building for X11 with HAVE_XRENDER = 0Manolo Gouy
2018-04-13Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
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-21X11: Remove tentative, uncompiled code to cache RGB images with Xrender Pictu...Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
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-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-03-17Create Fl_Xlib_Graphics_Driver::scale_and_render_pixmap() to draw depth-4 or ...Manolo Gouy
2017-03-17The new Fl_Xlib_Graphics_Driver::draw_scaled() member function must also acco...Manolo Gouy
2017-03-17Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...Manolo Gouy
2017-03-17Fix the projective transformation matrix used for Xrender-based scaled image ...Manolo Gouy
2017-03-16Add scaled image drawing to the X11 platform using Xrender.Manolo Gouy
2016-12-21Fix Fl_Xlib_Graphics_Driver::delete_bitmask() : the pixmap argument is to be ...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