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
/
Fl_Cairo_Graphics_Driver.H
Age
Commit message (
Expand
)
Author
2025-05-09
Remove declaration of Fl_Scalable_Graphics_Driver from FL/Fl_Graphics_Driver.H
ManoloFLTK
2024-11-07
Fix X11: test/curve "points" mode not drawn correctly (#1110)
ManoloFLTK
2024-10-07
Make Pango-handled text accept legacy CP1252-encoded text
ManoloFLTK
2024-08-31
Fixing set_font and image overflow for Cairo.
Matthias Melcher
2024-03-20
Use type cairo_region_t* for Fl_Region under Wayland platform
ManoloFLTK
2023-12-04
New member function Fl_Image_Surface::mask(Fl_RGB_Image*)
ManoloFLTK
2023-11-27
Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_Bitmap
ManoloFLTK
2023-11-25
Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_Bitmap
ManoloFLTK
2023-04-05
Wayland: limit copied pixels when window update is a region
ManoloFLTK
2023-03-25
Add Fl_Cairo_Graphics_Driver::focus_rect() override
ManoloFLTK
2023-01-04
Cairo/Pango: compute character widths fast and string widths accurately
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-10-10
Remove duplications between Fl_Graphics_Driver and derived classes.
ManoloFLTK
2022-09-09
New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.
ManoloFLTK
2022-09-08
Add necessary virtual qualifier to ~Fl_Font_Descriptor() and derived.
ManoloFLTK
2022-08-18
Add a few missing virtual members to Fl_Cairo_Graphics_Driver.
ManoloFLTK
2022-08-12
Add virtual Fl_Cairo_Graphics_Driver::cache_size() member function.
ManoloFLTK
2022-07-20
Change prototype of virtual Fl_Graphics_Driver::pango_font_description().
ManoloFLTK
2022-07-18
Fl_Cairo_Graphics_Driver: simpler way to construct the PangoLayout object.
ManoloFLTK
2022-07-06
Fl_Cairo_Graphics_Driver: fix issues in string width computations when scalin...
ManoloFLTK
2022-06-12
New member Fl_Cairo_Graphics_Driver::bitmap_to_pattern() to avoid code duplic...
ManoloFLTK
2022-05-02
Set line height as computed by Pango.
ManoloFLTK
2022-05-02
Keep the PangoLayout member private in class Fl_Cairo_Graphics_Driver.
ManoloFLTK
2022-05-01
Issue #438 : Wayland: Text drawing different from Xft version - cont'd.
ManoloFLTK
2022-04-30
Fix for issue #438 : Wayland: Text drawing different from Xft version - cont'd.
ManoloFLTK
2022-04-25
Create member function Fl_Cairo_Graphics_Driver::set_cairo().
ManoloFLTK
2022-04-23
Create Fl_Cairo_Graphics_Driver::handle_dummy_cairo(cairo_t *cr).
ManoloFLTK
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-09
Move all font stuff to Fl_Cairo_Graphics_Driver from Fl_Wayland_Graphics_Driver.
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-08-27
Remove compiler warnings '-Wextra-semi' (see also PR #266)
Albrecht Schlosser
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
Create class Fl_Cairo_Graphics_Driver.
ManoloFLTK