index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
Xlib
/
Fl_Xlib_Graphics_Driver_image.cxx
Age
Commit message (
Expand
)
Author
2020-01-15
Fix uninitialized vars in calls to fl_clip_box() (issue #6)
Albrecht Schlosser
2019-11-01
Fix HiDPI support under X11 to read/draw RGB image from/to display.
ManoloFLTK
2019-09-11
Fix use of Xrender extension with old, 16-bit framebuffers.
ManoloFLTK
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-05-06
Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.
Manolo Gouy
2018-04-19
Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg...
Manolo Gouy
2018-04-19
Reorganise access to the value of the GUI scaling factor with public getter a...
Manolo Gouy
2018-04-16
Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl...
Manolo Gouy
2018-04-15
Restore building for X11 with HAVE_XRENDER = 0
Manolo Gouy
2018-04-13
Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
2018-03-28
Image classes: memorise the width and the height of the cached form of the im...
Manolo Gouy
2018-03-22
Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().
Manolo Gouy
2018-03-21
X11: Remove tentative, uncompiled code to cache RGB images with Xrender Pictu...
Manolo Gouy
2018-03-19
New member function Fl_Image::scale(int width, int height) to set the FLTK si...
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-08-25
Fl_Scalable_Graphics_Driver::draw(Fl_RGB_Image *,...) : change how the curren...
Manolo Gouy
2017-08-25
X11 and WIN32: slightly change Fl_XXX_Graphics_Driver::cache(Fl_Pixmap*) to u...
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-03-17
Create Fl_Xlib_Graphics_Driver::scale_and_render_pixmap() to draw depth-4 or ...
Manolo Gouy
2017-03-17
The new Fl_Xlib_Graphics_Driver::draw_scaled() member function must also acco...
Manolo Gouy
2017-03-17
Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...
Manolo Gouy
2017-03-17
Fix the projective transformation matrix used for Xrender-based scaled image ...
Manolo Gouy
2017-03-16
Add scaled image drawing to the X11 platform using Xrender.
Manolo Gouy
2016-12-21
Fix Fl_Xlib_Graphics_Driver::delete_bitmask() : the pixmap argument is to be ...
Manolo Gouy
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-11-30
Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...
Manolo Gouy
2016-11-28
X11 platform: fix STR#3353 and correct drawing of depth-2 RGB images when XRe...
Manolo Gouy
2016-11-19
Remove change at r.12120 because STR#3353 note #6 shows it is not OK.
Manolo Gouy
2016-11-18
Fix for STR#3353: bad depth-2 image drawing when the window is resized smalle...
Manolo Gouy
2016-11-18
X11 platform: Fl_RGB_Image::mask_ is always 0, so remove code to process mask...
Manolo Gouy
2016-11-18
Remove commented out code for what used to be : static int start_rgb()
Manolo Gouy
2016-11-05
Slightly improve the parameter list of member function int Fl_Graphics_Driver...
Manolo Gouy
2016-11-03
Rename Fl_Bitmap::start() to Fl_Bitmap::prepare().
Manolo Gouy
2016-11-03
Factorize repeated code across platform-specific graphics drivers and image t...
Manolo Gouy
2016-11-02
Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platf...
Manolo Gouy
2016-09-11
Put the code that defines the layout of struct _XRegion in FL/x.H
Manolo Gouy
2016-04-22
Add necessary test of HAVE_X11_XREGION_H when the content of struct _XRegion ...
Manolo Gouy
2016-03-26
Remove a few uses of the fl_graphics_driver global variable
Manolo Gouy
2016-03-23
Fix Linux build: one include file and missing #include <config.h>.
Albrecht Schlosser
2016-03-19
(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.
Manolo Gouy
2016-03-04
Fix Fl_Xlib_Graphics_Driver::draw(Fl_RGB_Image *,...) that was incompletely c...
Manolo Gouy
2016-03-03
A hopefully clearer implementation of the fl_XXX_offscreen() functions.
Manolo Gouy
2016-03-02
Fix negative 'd' and 'ld' args in fl_draw_image() (X11 + Windows).
Albrecht Schlosser
2016-02-27
Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.
Manolo Gouy
2016-02-26
Rename Fl_Xlib_Graphics_Driver.h to Fl_Xlib_Graphics_Driver.H
Manolo Gouy
2016-02-25
Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...
Manolo Gouy
2016-02-23
Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
[next]