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_Screen_Driver.cxx
Age
Commit message (
Expand
)
Author
2022-05-25
Wayland platform: more accurate procedure to map a GL (sub)window.
ManoloFLTK
2022-05-19
Avoid "hides overloaded function" warning messages.
ManoloFLTK
2022-05-17
Make Fl_Wayland_Screen_Driver::close_display() close the GL connection if any.
ManoloFLTK
2022-05-17
Weston support: handle click on titlebar.
ManoloFLTK
2022-05-14
Restore top-level GL window under Weston.
ManoloFLTK
2022-05-13
Have FLTK follow the Wayland surface holding keyboard focus.
ManoloFLTK
2022-04-06
Remove useless instructions.
ManoloFLTK
2022-03-31
Fix whitespace errors (no code changes)
Albrecht Schlosser
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-17
Improve handling of custom cursor by Wayland platform.
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2022-03-05
Rename Fl_wayland.cxx to fl_wayland_clipboard_dnd.cxx
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK