FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development

2 Open Issues Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a bug in the FLTK library's `fl_overlay_rect()` function that causes incorrect drawing behavior with the Cairo graphics driver, specifically when used with Wayland and X11 backends. The issue involves ghosting of previously drawn rectangles and incomplete clearing. The task requires analyzing provided code, identifying the root cause of the problem within the `Fl_RGB_Image::draw()` function and its interaction with window contexts, and implementing a solution that ensures correct drawing and clearing of overlay rectangles across different backends.

Complexity: 4/5
bug help wanted Platform: X11 Platform: Wayland Prio 3 - Moderate

FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development

C++

AI Summary: Implement support for Wayland's color-management-v1 protocol in the FLTK library. This involves adding an API or hook to handle color management information from the Wayland compositor, allowing FLTK applications to correctly display HDR content on Wayland-based systems.

Complexity: 4/5
help wanted Platform: Wayland Prio 1 - RFE

FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development

C++