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
/
FL
/
wayland.H
Age
Commit message (
Expand
)
Author
2024-07-04
New Wayland-specific function: int fl_wl_buffer_scale(Fl_Window *)
ManoloFLTK
2023-04-13
Standardize API to "graphics context" across platforms
ManoloFLTK
2023-03-25
More accurate documentation of function fl_wl_cairo()
ManoloFLTK
2022-12-09
Add new Wayland-specific fl_wl_compositor() function
ManoloFLTK
2022-11-20
Replace #if FLTK_USE_X11 by #ifdef FLTK_USE_X11
ManoloFLTK
2022-09-11
Fix fl_read_image() under hybrid Wayland/X11 platform.
ManoloFLTK
2022-09-09
New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.
ManoloFLTK
2022-08-30
Attempt to improve fl_disable_wayland().
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-05-09
Cleaner declaration of public function fl_wl_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-27
Wayland: replace public fl_event_time by static wld_event_time.
ManoloFLTK
2022-03-23
Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...
ManoloFLTK
2022-03-10
Begin documenting the Wayland platform, new in FLTK version 1.4
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK