193 Commits (48fa59c22e0b49bc347006738cc5dda9c6d13821)

Author SHA1 Message Date
Dominique Martinet 062d923b0a wayland backend: wl_event_source_remove on destroy
7 years ago
Dominique Martinet f24b3df980 wlr renderer/texture: rename init to create when it does alloc
7 years ago
Dominique Martinet 12782eabfe libinput: wl_event_source_remove on destroy
7 years ago
Dominique Martinet 58efb8f90a wayland backend: remove explicit scale = 1
7 years ago
Dominique Martinet 0252c8e072 drm realloc_crtcs: check we found an output
7 years ago
Tony Crisci 784cf65635 fix uninitialized warning
7 years ago
Dominique Martinet e2e149784b wayland backend: fix xdg-shell for weston
7 years ago
Dominique Martinet 3377e5e4f2 wayland backend: fix xdg-shell for gnome
7 years ago
Dominique Martinet fb05923eaa wayland backend: Fix shell title/app_id to wlroots
7 years ago
Dominique Martinet 4f3d21c3ff wayland output: add error handling for xdg shell
7 years ago
Dominique Martinet 577d2f6fcd wayland backend: switch to xdg shell
7 years ago
Drew DeVault e7fa4f12e1 Fix DRM problem introduced in 901c14c
7 years ago
Drew DeVault beb84940cf Improve no device detection support
7 years ago
Drew DeVault 3ac10a81bd Merge pull request #94 from martinetd/libinput_no_device
7 years ago
Calvin Lee 901c14c409 Prevent alloc errors from crashing in `list_t`
7 years ago
Dominique Martinet 880c239657 libinput: fail if no input found on init
7 years ago
Drew DeVault 27c13d621d Merge pull request #88 from 4e554c4c/alloc_crashing
7 years ago
Drew DeVault d2e796edb7 Merge pull request #86 from nyorain/master
7 years ago
Calvin Lee 5cc7342606 Prevent alloc errors from crashing
7 years ago
nyorain d7dcbbc175 Add wayland backend cursor support
7 years ago
nyorain f998bb8299 Fix style issues
7 years ago
Dominique Martinet e922e62924 wayland input_device_destroy: add missing braces
7 years ago
Dominique Martinet 4bbf718e7d impl->destroy cleanup:
7 years ago
Dominique Martinet ba20d5b3ca Refactor out wlr_touch_state
7 years ago
Dominique Martinet bd67849c03 Refactor out wlr_tablet_tool_state
7 years ago
Dominique Martinet a289940bff Refactor out wlr_tablet_pad_state
7 years ago
Dominique Martinet 53e7bebd23 Refactor out wlr_pointer_state
7 years ago
Dominique Martinet 0a3246ad97 Refactor out wlr_keyboard_state
7 years ago
Dominique Martinet e6ad67911b Refactor out wlr_input_device_state
7 years ago
Dominique Martinet 9a9dd15d5f Fix wlr_multi_backend_add incorrect assert
7 years ago
Drew DeVault c8c6619146 Refactor out wlr_output_mode_state
7 years ago
Calvin Lee de66bdb867 Add backend detection functions
7 years ago
Drew DeVault 41e735242d Remove wlr_output_state, update backends
7 years ago
Drew DeVault 4386816889 wlr_backend_init -> wlr_backend_start
7 years ago
Drew DeVault 43fb40e949 Merge pull request #79 from martinetd/libinput_renaming
7 years ago
Drew DeVault e6a7817e45 Fix build on systems without systemd
7 years ago
Dominique Martinet 5c82d2f5c3 libinput backend: massive renaming
7 years ago
Dominique Martinet 08a2afdf6f libinput backend: match logging for removal and add
7 years ago
Dominique Martinet 701e147b9b libinput: remove useless get_context call
7 years ago
Dominique Martinet f2e2794365 wayland backend: do not watch wayland fd for writable
7 years ago
Drew DeVault 60d1131df2 Re-enable backend autoselection
7 years ago
Drew DeVault 234b2104e4 Refactor wlr_backend_state out of DRM backend
7 years ago
Drew DeVault c95a108d2f Update libinput backend with new state design
7 years ago
Drew DeVault 81cd90297d Refactor out wlr_backend_state from wl/multi
7 years ago
Dominique Martinet 3e2cb5b5cf libinput: fix segfault when handling non-wlr device removal
7 years ago
Dominique Martinet 3ea878b76e wayland backend: free seatName
7 years ago
Dominique Martinet 8427749dd0 wayland backend: emit signal for input/output removal
7 years ago
Dominique Martinet de86965174 Use libinput_event_destroy/xkb_*_unref
7 years ago
Dominique Martinet e1293a7853 libinput: signal input remove on libinput backend destroy
7 years ago
Dominique Martinet be3a0ad065 libinput backend: fill in handle_device_removed
7 years ago