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
/
Wayland
/
Fl_Wayland_Image_Surface_Driver.cxx
Age
Commit message (
Expand
)
Author
2025-01-10
Fix Fl_{Wayland|Xlib}_{Copy|Image}_Surface_Driver::set_current()
ManoloFLTK
2025-01-08
Make draw to image and draw to clipboard behave equally in X11 and Wayland
ManoloFLTK
2023-12-21
Fix a typo, trailing whitespace, and dependencies
Albrecht Schlosser
2023-12-04
New member function Fl_Image_Surface::mask(Fl_RGB_Image*)
ManoloFLTK
2023-11-20
Fix Fl_Wayland_Image_Surface_Driver c'tor
ManoloFLTK
2023-10-25
Fix "Wayland: Overlay windows look blurred" - cont'd (#808)
ManoloFLTK
2023-10-13
Fix trailing whitespace and dependencies
Albrecht Schlosser
2023-10-05
Wayland: whitespace only changes
ManoloFLTK
2023-08-20
Create class function Fl_Wayland_Graphics_Driver::custom_offscreen()
ManoloFLTK
2023-08-18
Improve handling of type Fl_Offscreen under Wayland
ManoloFLTK
2023-08-09
Wayland: fix fl_read_image() from offscreen buffer
ManoloFLTK
2023-08-08
Wayland: improve layout of struct fl_wld_draw_buffer
ManoloFLTK
2023-08-08
Move repeated code to Fl_Wayland_Graphics_Driver::cairo_init()
ManoloFLTK
2023-08-02
Fix Fl_Wayland_Image_Surface_Driver::end_current()
ManoloFLTK
2023-04-04
Remove superfluous #include directives
ManoloFLTK
2023-03-10
Fix c'tor of Fl_Wayland_Image_Surface_Driver for HighDPI displays
ManoloFLTK
2023-03-02
Add Fl_Wayland_Window_Driver::wld_scale() member function
ManoloFLTK
2022-09-11
Fix fl_read_image() under hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
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-23
Create struct wld_window *Fl_Wayland_Window_Driver::wld_window to replace eve...
ManoloFLTK
2022-03-16
Add member variable Window Fl_Wayland_Image_Surface_Driver::pre_window.
ManoloFLTK
2022-03-15
Fix for issue fltk#410 - continued.
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK