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
/
Cairo
Age
Commit message (
Expand
)
Author
2022-03-31
Fix whitespace errors (no code changes)
Albrecht Schlosser
2022-03-31
Add support of Fl_Region to the Cairo graphics driver
ManoloFLTK
2022-03-24
Remove platform-dependent type Fl_Bitmask (not in documented public API).
ManoloFLTK
2022-03-21
Fix silly MSVC 2010 parser warnings
Albrecht Schlosser
2022-03-14
Move initialisation of X11 and Wayland built-in font names to fl_???_platform...
ManoloFLTK
2022-03-10
Restore building for X11 platform + Pango (issue #405).
ManoloFLTK
2022-03-09
Move all font stuff to Fl_Cairo_Graphics_Driver from Fl_Wayland_Graphics_Driver.
ManoloFLTK
2022-03-08
Some reformatting and fix else reach in Fl_Cairo_Graphics_Driver::transformed...
ManoloFLTK
2022-03-07
Add missing member initialisation in Fl_Cairo_Graphics_Driver constructor.
ManoloFLTK
2022-03-06
Complete class Fl_Cairo_Graphics_Driver using Fl_Wayland_Graphics_Driver
ManoloFLTK
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
2021-12-02
PostScript output: initialise member variables in Fl_Cairo_Graphics_Driver c...
ManoloFLTK
2021-11-14
Fix "failed to build with pango libarary" (issue #291)
Albrecht Schlosser
2021-08-27
Remove compiler warnings '-Wextra-semi' (see also PR #266)
Albrecht Schlosser
2021-04-14
Fix Fl_Cairo_Graphics_Driver::rect and Fl_Cairo_Graphics_Driver::rectf
ManoloFLTK
2021-03-27
Add guard against multiple inclusion of header file.
ManoloFLTK
2021-03-26
Remove X11-specific code from platform-independent Fl_PostScript.cxx
ManoloFLTK
2021-03-15
Fix Linux build with --enable-pango
Albrecht Schlosser
2021-03-15
Create class Fl_Cairo_Graphics_Driver.
ManoloFLTK