Commit Graph

69 Commits (62371a9974c5c86f151a702042d67cc73dcb4708)

Author SHA1 Message Date
Drew DeVault 62371a9974 Merge pull request from emersion/fix-client-cursors 7 years ago
emersion 19860c03f7
Better handling of hidden cursors in wayland backend, add TODOs 7 years ago
emersion 92daa790bb
Allow to update the cursor hotspot without its pixels 7 years ago
Greg V a5fe9aa736 Add FreeBSD compatibility 7 years ago
emersion 9b83caa658
Add wlr_output_set_cursor_surface 7 years ago
Drew DeVault 08ccc7f653 Merge pull request from versusvoid/wayland-xkb_state_update_mask 7 years ago
Versus Void 568b270cdf Use xkb_state_update_mask() with Wayland backend 7 years ago
Versus Void 641d08ce7e Transform hotspot with cursor 7 years ago
Scott Anderson 517ba0bc16 Change egl_get_config to always use visual id 7 years ago
Drew DeVault 61e451ea1b Move keyboard logic to wlr_{keyboard,seat} 7 years ago
Drew DeVault 0699aa62d8 Initial pass on roots_input 7 years ago
Drew DeVault b6d7c3ed8e Initialize display, backend; add frame handling 8 years ago
Drew DeVault 9fa822c666 Fix minor typos 8 years ago
Tony Crisci 98f4cdfccb implement wlr_cursor_map_input_to_output 8 years ago
Dominique Martinet 062d923b0a wayland backend: wl_event_source_remove on destroy 8 years ago
Dominique Martinet 58efb8f90a wayland backend: remove explicit scale = 1 8 years ago
Dominique Martinet e2e149784b wayland backend: fix xdg-shell for weston 8 years ago
Dominique Martinet 3377e5e4f2 wayland backend: fix xdg-shell for gnome 8 years ago
Dominique Martinet fb05923eaa wayland backend: Fix shell title/app_id to wlroots 8 years ago
Dominique Martinet 4f3d21c3ff wayland output: add error handling for xdg shell 8 years ago
Dominique Martinet 577d2f6fcd wayland backend: switch to xdg shell 8 years ago
Calvin Lee 901c14c409 Prevent alloc errors from crashing in `list_t` 8 years ago
Drew DeVault 27c13d621d Merge pull request from 4e554c4c/alloc_crashing 8 years ago
Drew DeVault d2e796edb7 Merge pull request from nyorain/master 8 years ago
Calvin Lee 5cc7342606 Prevent alloc errors from crashing 8 years ago
nyorain d7dcbbc175 Add wayland backend cursor support 8 years ago
nyorain f998bb8299 Fix style issues 8 years ago
Dominique Martinet e922e62924 wayland input_device_destroy: add missing braces 8 years ago
Dominique Martinet 4bbf718e7d impl->destroy cleanup: 8 years ago
Dominique Martinet 53e7bebd23 Refactor out wlr_pointer_state 8 years ago
Dominique Martinet 0a3246ad97 Refactor out wlr_keyboard_state 8 years ago
Dominique Martinet e6ad67911b Refactor out wlr_input_device_state 8 years ago
Drew DeVault 41e735242d Remove wlr_output_state, update backends 8 years ago
Drew DeVault 4386816889 wlr_backend_init -> wlr_backend_start 8 years ago
Dominique Martinet f2e2794365 wayland backend: do not watch wayland fd for writable 8 years ago
Drew DeVault 81cd90297d Refactor out wlr_backend_state from wl/multi 8 years ago
Dominique Martinet 3ea878b76e wayland backend: free seatName 8 years ago
Dominique Martinet 8427749dd0 wayland backend: emit signal for input/output removal 8 years ago
Drew DeVault c24351681f Refactor EGL handling 8 years ago
Drew DeVault 4aaf76cb66 wlr_output_update_matrix during wl backend init 8 years ago
nyorain 67369173aa Implement drm (egl) buffer attaching 8 years ago
Drew DeVault 97f6e9b69a Remove excessive logging in wayland backend 8 years ago
Drew DeVault 97213cc00e Add new interfaces to wayland backend 8 years ago
Drew DeVault 168f0955ab Add wl_output globals for wlr_outputs 8 years ago
nyorain 4ca872c914 Improve wayland backend pointer error logging 8 years ago
nyorain dbde1f7340 Store wayland backend axis source 8 years ago
nyorain 272030652a Implement absolute motion events for wayland 8 years ago
nyorain d26a9ba968 Fix pointer motion coords 8 years ago
nyorain c1520077b6 Implement wayland backend input events 8 years ago
nyorain 0b8e6cccc8 Add wayland input listener skeletons 8 years ago