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
2023-02-19
Rename fd_callback() to wayland_socket_callback()
ManoloFLTK
2023-02-17
Remove special FL_CURSOR_NONE implementation in Wayland
ManoloFLTK
2023-02-17
Wayland: improve and document support of FL_CURSOR_NONE
ManoloFLTK
2023-02-15
Wayland: new struct wl_cursor *custom_cursor member variable
ManoloFLTK
2023-02-15
Wayland: allow Fl_Window::cursor(Fl_Cursor) for whole window
ManoloFLTK
2023-02-15
Wayland: add support of Fl_Window::default_cursor(Fl_Cursor)
ManoloFLTK
2023-02-13
Remove unneeded list of wayland seats
ManoloFLTK
2023-02-12
Wayland: add necessary check to support OWL
ManoloFLTK
2023-02-02
Add preliminary support of Wayland under macOS
ManoloFLTK
2023-02-01
Wayland: use fl_wl_find() instead of fl_find()
ManoloFLTK
2023-01-23
Wayland: remove useless member variables of struct output
ManoloFLTK
2023-01-13
Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)
ManoloFLTK
2023-01-11
Fix "Wayland: compilation warnings" (#649)
ManoloFLTK
2023-01-09
Wayland: fix Fl::event_key(int)
ManoloFLTK
2023-01-08
Wayland: Improved implementation of menu windows
ManoloFLTK
2023-01-07
Fix for "Shift-Ctrl-C shortcut in fluid not working on newer linux OS's" (#637)
ManoloFLTK
2022-12-28
Wayland: remove un-needed #include directives
ManoloFLTK
2022-12-28
Wayland: simplify function struct wl_display *fl_wl_display()
ManoloFLTK
2022-11-17
Remove development stage "Using Wayland backend" message
ManoloFLTK
2022-11-11
Remove redundant doxygen docs of fl_beep()
Albrecht Schlosser
2022-11-08
Wayland: improve processing of the -display command line argument
ManoloFLTK
2022-11-08
Wayland: show keyboard modifiers during mouse clicks (#534)
ManoloFLTK
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-11-05
Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.
ManoloFLTK
2022-10-25
Repair commit e0c3fe9 to fix #521 which destroyed DnD from Wayland
ManoloFLTK
2022-10-25
Fix problem with cursor point of action after FL_PUSH (#521)
ManoloFLTK
2022-10-23
Make Fl::display(const char *) active also for the Wayland platform.
ManoloFLTK
2022-09-09
New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.
ManoloFLTK
2022-09-06
Wayland: fix memory leak on FL_KEYUP events
Albrecht Schlosser
2022-08-31
Wayland platform: remove redirection of stderr.
ManoloFLTK
2022-08-31
Hybrid Wayland/X11: remove setenv() call from Fl_Wayland_System_Driver::disab...
ManoloFLTK
2022-08-30
Hybrid Wayland/X11 platform: improve control of chosen backend.
ManoloFLTK
2022-08-29
Hybrid Wayland/X11 : more accurate writing of fl_wl_display().
ManoloFLTK
2022-08-29
Wayland/X11 hybrid: fix crash of test program demo.
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-25
Remove unneeded FL_EXPORT declaration.
ManoloFLTK
2022-08-20
Add static Fl_Wayland_Window_Driver::gl_plugin() member function.
ManoloFLTK
2022-08-06
Wayland: make sure wl_surface_frame() is followed by wl_surface_commit().
ManoloFLTK
2022-08-06
Check for error while communicating with Wayland - cont'd.
ManoloFLTK
2022-08-06
Check for error while communicating with Wayland.
ManoloFLTK
2022-06-29
Wayland platform: send FL_ENTER/LEAVE/MOVE events to top-level windows only.
ManoloFLTK
2022-06-28
Wayland platform: add support of FL_LEAVE event.
ManoloFLTK
2022-06-27
Fix for issue #450 : Fl_Counter slips into infinite loop (V2).
ManoloFLTK
2022-06-23
Fix for issue #450: Fl_Counter slips into infinite loop.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
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
[prev]
[next]