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_Graphics_Driver.cxx
Age
Commit message (
Expand
)
Author
2023-06-05
Improve re-use of client/compositor shared memory by Wayland buffers
ManoloFLTK
2023-06-01
Fix "Huge memory leak under Wayland" (#730)
ManoloFLTK
2023-04-23
Slightly simpler Fl_Wayland_Graphics_Driver::copy_offscreen()
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-10
Fix compiler warning [-Wsign-compare]
Albrecht Schlosser
2023-04-07
Wayland: fix for issue #712 (hopefully)
ManoloFLTK
2023-04-05
Wayland: limit copied pixels when window update is a region
ManoloFLTK
2023-04-04
Remove superfluous #include directives
ManoloFLTK
2023-04-03
Remove unneeded #include directives
ManoloFLTK
2023-03-02
Add Fl_Wayland_Window_Driver::wld_scale() member function
ManoloFLTK
2023-02-14
Use libdecor/src/os-compatibility.h to declare os_create_anonymous_file()
ManoloFLTK
2022-12-08
Simpler prototype of Fl_Wayland_Graphics_Driver::buffer_commit() member - co...
ManoloFLTK
2022-12-08
Simplify prototype of Fl_Wayland_Graphics_Driver::buffer_commit() member
ManoloFLTK
2022-09-08
Wayland: remove memory leak from missing wl_callback_destroy() call.
ManoloFLTK
2022-08-30
Set Fl_Graphics_Driver::set_color(Fl_Color, unsigned) used by macOS, Wayland ...
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-07
Wayland platform: move repeated code into Fl_Wayland_Graphics_Driver::buffer_...
ManoloFLTK
2022-08-06
Wayland: make sure wl_surface_frame() is followed by wl_surface_commit().
ManoloFLTK
2022-07-26
Remove useless variables and preprocessor directives.
ManoloFLTK
2022-07-02
Wayland platform: more accurate initial state of window buffer.
ManoloFLTK
2022-07-01
Wayland platform: add support of gl_start() / gl_finish().
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-06-13
Minor simplification of Fl_Wayland_Graphics_Driver::cairo_init.
ManoloFLTK
2022-06-13
Add explanatory comment about WL_SHM_FORMAT_ARGB8888 and CAIRO_FORMAT_ARGB32.
ManoloFLTK
2022-06-13
Fix support of transparent windows by wayland platform.
ManoloFLTK
2022-05-07
Slight simplification of Fl_Wayland_Graphics_Driver::create_shm_buffer().
ManoloFLTK
2022-05-05
Fl_Cairo_Graphics_Driver: simpler code with early calls to cairo_surface_dest...
ManoloFLTK
2022-04-25
Create member function Fl_Cairo_Graphics_Driver::set_cairo()- 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-04-21
Avoid code duplication using os_create_anonymous_file() from libdecor.
ManoloFLTK
2022-03-31
Add support of Fl_Region to the Cairo graphics driver
ManoloFLTK
2022-03-15
Fix for issue #410
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
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
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK