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.H
Age
Commit message (
Expand
)
Author
3 days
wip: fork
maxim nikonov
2024-03-20
Use type cairo_region_t* for Fl_Region under Wayland platform
ManoloFLTK
2024-01-18
Create struct wl_callback_listener *Fl_Wayland_Graphics_Driver::p_surface_fra...
ManoloFLTK
2024-01-18
Wayland: throttle resize operations also for top-level GL windows
ManoloFLTK
2023-12-26
Wld: export only member functions for ./configure --enable-shared (#872)
ManoloFLTK
2023-12-20
Restore "configure --enable-shared" under Linux (#872)
ManoloFLTK
2023-11-25
Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_Bitmap
ManoloFLTK
2023-11-09
Wayland: make fl_close_display() free more resources
ManoloFLTK
2023-10-13
Fix trailing whitespace and dependencies
Albrecht Schlosser
2023-10-09
Fix " Wayland compilation warnings" (#788)
ManoloFLTK
2023-10-05
Wayland: whitespace only changes
ManoloFLTK
2023-09-25
New member function Fl_Wayland_Graphics_Driver::create_wld_buffer()
ManoloFLTK
2023-09-22
Increase reuse of mmap'ed data by FLTK Wayland buffer factory
ManoloFLTK
2023-09-18
Step back commit 8248183 that's unsatisfactory while resizing windows
ManoloFLTK
2023-09-17
Improve reuse of mmap'ed data by Wayland buffers
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-08
Wayland: improve layout of struct fl_wld_draw_buffer
ManoloFLTK
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-13
Standardize API to "graphics context" across platforms
ManoloFLTK
2023-04-05
Wayland: limit copied pixels when window update is a region
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
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-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-08-07
Wayland platform: move repeated code into Fl_Wayland_Graphics_Driver::buffer_...
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-05-07
Change protection levels in classes Fl_XXX_Gl_Window_Driver
ManoloFLTK
2022-04-25
Create member function Fl_Cairo_Graphics_Driver::set_cairo().
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-15
Fix for issue #410
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