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.cxx
Age
Commit message (
Expand
)
Author
2016-03-01
Allow running fluid -c without opening the X11 display.
Manolo Gouy
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-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-25
Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...
Manolo Gouy
2016-02-20
Fix include files.
Albrecht Schlosser
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-19
Update the fl_gc global variable also when Fl_Graphics_Driver::set_gc() is ca...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-10
Fix missing files in Makefile system
Matthias Melcher
2016-02-09
Porting efforts, minimal Android stuff, cleanup.
Matthias Melcher
2016-02-09
Strip Graphics Driver related ifdefs.
Matthias Melcher