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_rect.cxx
Age
Commit message (
Expand
)
Author
2017-06-06
X11 platform: Accurate box graphics at wide range of scaling factor values.
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-04-07
Fixed typo in warning message.
Manolo Gouy
2017-03-17
Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...
Manolo Gouy
2016-11-16
Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...
Manolo Gouy
2016-04-17
virtualized some Region calls.
Matthias Melcher
2016-03-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-02-27
Fix compiler warnings (STR #2988) - final commit.
Albrecht Schlosser
2016-02-26
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
Manolo Gouy
2016-02-26
Rename Fl_Xlib_Graphics_Driver.h to Fl_Xlib_Graphics_Driver.H
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-01-27
Modify Xlib driver code not to #include source files.
Albrecht Schlosser
2016-01-26
Preliminary commit of porting Xlib drivers to the new naming scheme
Matthias Melcher