summaryrefslogtreecommitdiff
path: root/FL/wayland.H
AgeCommit message (Expand)Author
2024-07-04New Wayland-specific function: int fl_wl_buffer_scale(Fl_Window *)ManoloFLTK
2023-04-13Standardize API to "graphics context" across platformsManoloFLTK
2023-03-25More accurate documentation of function fl_wl_cairo()ManoloFLTK
2022-12-09Add new Wayland-specific fl_wl_compositor() functionManoloFLTK
2022-11-20Replace #if FLTK_USE_X11 by #ifdef FLTK_USE_X11ManoloFLTK
2022-09-11Fix fl_read_image() under hybrid Wayland/X11 platform.ManoloFLTK
2022-09-09New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.ManoloFLTK
2022-08-30Attempt to improve fl_disable_wayland().ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-05-09Cleaner declaration of public function fl_wl_cairo().ManoloFLTK
2022-03-31Fix whitespace errors (no code changes)Albrecht Schlosser
2022-03-31Add support of Fl_Region to the Cairo graphics driverManoloFLTK
2022-03-27Wayland: replace public fl_event_time by static wld_event_time.ManoloFLTK
2022-03-23Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...ManoloFLTK
2022-03-10Begin documenting the Wayland platform, new in FLTK version 1.4ManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK