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
3 days
wip: fork
maxim nikonov
2025-05-09
Remove declaration of Fl_Scalable_Graphics_Driver from FL/Fl_Graphics_Driver.H
ManoloFLTK
2025-04-03
Fix "Minor drawing artifact at scale 200% under X11 session" (#1243)
ManoloFLTK
2025-01-08
Make draw to image and draw to clipboard behave equally in X11 and Wayland
ManoloFLTK
2024-12-02
Fix: Drawing bugs on Windows at very large scales (#1144)
ManoloFLTK
2024-11-20
Fix: Can't control scale of Fl_Copy_Surface dimensions on Linux (#1135)
ManoloFLTK
2024-11-08
Fix: fl_draw_image() with horizontal flip reads out of bounds (#1112)
ManoloFLTK
2024-11-08
Fix X11: test/checkers drawing artifacts when window is scaled (#1109)
ManoloFLTK
2024-11-07
Fix X11: test/curve "points" mode not drawn correctly (#1110)
ManoloFLTK
2024-10-15
Fix documentation typos and trailing whitespace
Albrecht Schlosser
2024-10-10
Make Pango-handled text accept legacy CP1252-encoded text - continued
ManoloFLTK
2024-10-07
Make Pango-handled text accept legacy CP1252-encoded text
ManoloFLTK
2024-09-01
Cairo image drawing improvements
Matthias Melcher
2024-08-31
Fixing set_font and image overflow for Cairo.
Matthias Melcher
2024-03-22
Add comments giving cairo version required for each cairo call if > 1.0
ManoloFLTK
2024-03-20
Remove unused macro definitions
ManoloFLTK
2024-03-20
Add compile-time check of required minimum cairo version
ManoloFLTK
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
Fix compiler warning, dependencies, and trailing whitespace
Albrecht Schlosser
2023-11-27
Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_Bitmap
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-10-17
Fix drawing points in complex shape mode with Cairo (#792)
ManoloFLTK
2023-06-06
Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732)
ManoloFLTK
2023-06-06
Fix "Fl::get_font_name() with Pango is inconsistent"-cont'd (#732)
ManoloFLTK
2023-06-05
Fix "Fl::get_font_name() with Pango is inconsistent" (#732)
ManoloFLTK
2023-04-14
Remove duplication of Pango standard font names
ManoloFLTK
2023-04-13
Lower Pango required version from 1.22 to 1.16
ManoloFLTK
2023-04-13
Standardize API to "graphics context" across platforms
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-02-14
Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver
ManoloFLTK
2023-01-26
Fixing FLUID file corruption from issue #653 (#662)
Matthias Melcher
2023-01-13
Fix set_fonts() in Xlib/xft and Cairo Graphics_Driver
Albrecht Schlosser
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-12-19
Complete Fl_Cairo_Graphics_Driver::restore_clip()
ManoloFLTK
2022-12-10
Text positioning different in 1.4.x vs 1.3.x (#568) - cont'd
ManoloFLTK
2022-12-06
Fix issue #537 without damaging test/mandelbrot
ManoloFLTK
2022-12-04
Wayland: remove regression in mandelbrot introduced by 1a5d657
ManoloFLTK
2022-12-04
Fl_Cairo_Graphics_Driver: simpler way to construct font from name+size
ManoloFLTK
2022-12-03
Fix dotted line drawing under Cairo graphics driver
ManoloFLTK
2022-12-02
Fix text drawn by pango is offset +1 pixel on x and y) (#568)
ManoloFLTK
2022-11-30
Remove useless fl_matrix member variable of class Fl_Graphics_Driver
ManoloFLTK
2022-11-17
Fix "Cairo: Scaled images draw with wrong size" (#537)
ManoloFLTK
2022-10-30
Wayland platform: fix problem with fl_pie() (#512 - cont'd)
ManoloFLTK
2022-10-30
Wayland platform: fix problem with fl_pie() (#512 - cont'd)
ManoloFLTK
2022-10-24
Include stdint.h may be needed for uint32_t (#522)
ManoloFLTK
2022-10-12
Wayland platform: fix for issue #512 with fl_arc().
ManoloFLTK
[next]