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
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
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-09
Fix typos for Linux from previous check-in.
Matthias Melcher
2016-02-09
Move ifdef's in RGB_Image into driver system.
Matthias Melcher
2016-01-31
Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...
Matthias Melcher
2016-01-26
Further fudged up the Makefile dependencies.
Matthias Melcher
2016-01-26
Moving image drawing code into the driver system
Matthias Melcher
[prev]