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_vertex.cxx
Age
Commit message (
Expand
)
Author
2022-11-29
Fix for issue [Cairo]: Arrows have a "gap" (#561)
ManoloFLTK
2022-03-21
Avoid using same name (p) for distinct members of derived classes.
ManoloFLTK
2021-03-11
Unification of scaled coordinate calculations in class Fl_Scalable_Graphics_D...
ManoloFLTK
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver - cont'd.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-04-05
X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 -- continued
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-23
Fix Linux build: one include file and missing #include <config.h>.
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-26
Preliminary commit of porting Xlib drivers to the new naming scheme
Matthias Melcher