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
Age
Commit message (
Expand
)
Author
2017-04-07
Fixed typo in warning message.
Manolo Gouy
2017-03-17
Account for translation also in non-Pango code section.
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-23
Fix CMake config.h and compiler warnings.
Albrecht Schlosser
2016-12-21
X11 platform: Add optional use of the pango library to draw text, gaining the...
Manolo Gouy
2016-12-21
Fix Fl_Xlib_Graphics_Driver::delete_bitmask() : the pixmap argument is to be ...
Manolo Gouy
2016-12-09
Simpler code path for a member function calling another member function of sa...
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-16
Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...
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-10-07
Remove Fl_Xlib_Graphics_Driver::global_gc() because identical to Fl_Graphics_...
Manolo Gouy
2016-09-25
X11: More explicit warning when using rotated text w/o Xft.
Albrecht Schlosser
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-22
Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...
Manolo Gouy
2016-09-21
Remove a block of header comments in the middle of the file.
Manolo Gouy
2016-09-21
Restore building with X11 but not Xft
Manolo Gouy
2016-09-12
Remove code requiring config.h from public header FL/x.H
Manolo Gouy
2016-09-11
Put the code that defines the layout of struct _XRegion in FL/x.H
Manolo Gouy
2016-08-24
Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...
Manolo Gouy
2016-06-11
Remove // "$id: lines in the middle of the source code
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-22
Add necessary test of HAVE_X11_XREGION_H when the content of struct _XRegion ...
Manolo Gouy
2016-04-17
Fixes for Linux for recent commits.
Matthias Melcher
2016-04-17
virtualized some Region calls.
Matthias Melcher
2016-04-17
virtualized Fl::set_color and free_color.
Matthias Melcher
2016-04-17
virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...
Matthias Melcher
2016-04-17
virtualizes fl_set_spot and fl_reset_spot
Matthias Melcher
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-16
Begin moving non window-related member functions out of Fl_X class.
Manolo Gouy
2016-04-09
Fix typos.
Albrecht Schlosser
2016-04-02
Replace src/Fl_Font.H by one file for each platform.
Manolo Gouy
2016-04-02
Begin to rewrite src/Fl_Font.H in the driver model.
Manolo Gouy
2016-03-31
Continue removing platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-30
Finish removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-30
Continue removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-26
Remove a few uses of the fl_graphics_driver global variable
Manolo Gouy
[next]