Age | Commit message (Expand) | Author |
2018-04-25 | Remove wlr_ prefix from local symbols | emersion |
2018-04-03 | Implement input inhibit in rootston | Drew DeVault |
2018-03-28 | Remove width_mm from tablet events | Drew DeVault |
2018-03-28 | Remove width_mm from wlr_touch events | Drew DeVault |
2018-03-28 | Remove width_mm from wlr_pointer events | Drew DeVault |
2018-03-07 | Add mode support to libinput backend | Drew DeVault |
2018-03-06 | Add const to x11 and input interfaces | Scott Anderson |
2018-02-25 | Fix null deref in wlr_libinput_backend_destroy | Dan Robertson |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault |
2018-02-19 | Explicitly export EFL symbols | Scott Anderson |
2018-02-19 | Remove usec_to_msec from public API | Scott Anderson |
2018-02-12 | Reformat all #include directives | emersion |
2018-02-12 | Make wlr_signal_emit_safe private | emersion |
2018-02-12 | Remove wlr_backend.events.{output_remove,device_remove} | emersion |
2018-02-12 | Add wlr_signal_emit_safe | emersion |
2018-01-30 | backend: fix use-after-free when destroying backends | emersion |
2017-12-19 | libinput backend: add wlr_input_device_is_libinput | Dominique Martinet |
2017-12-07 | Listen to display destroy in backends | emersion |
2017-11-19 | Refactor wlr_list inside wlroots | emersion |
2017-11-16 | rename touch slot to touch id | Tony Crisci |
2017-11-16 | Fix a bunch of mistakes detected with scan-build | emersion |
2017-11-04 | Improve input sensitivity | Drew DeVault |
2017-11-01 | libinput backend destroy: fix small leak | Dominique Martinet |
2017-11-01 | Indentation fix | Dominique Martinet |
2017-11-01 | rootston exit: fix libinput destroy | Dominique Martinet |
2017-10-30 | remove time usec | Tony Crisci |
2017-10-30 | refactor input time_sec to time_msec | Tony Crisci |
2017-10-22 | Forgot to rename these | Drew DeVault |
2017-10-21 | Rename remaining refs to wlr_list | Drew DeVault |
2017-10-20 | Replace list_t with wl_list for wlr_input_device | Heghedus Razvan |
2017-10-14 | Fix duplicated pointer axis events | D.B |
2017-10-06 | Use xkb_state_update_mask() with Wayland backend | Versus Void |
2017-09-28 | fix libinput wlr-keyboard use after free | Tony Crisci |
2017-09-24 | Move keyboard logic to wlr_{keyboard,seat} | Drew DeVault |
2017-08-29 | Merge pull request #120 from acrisci/feature/wlr-cursor | Drew DeVault |
2017-08-28 | implement tablet tool devices | Tony Crisci |
2017-08-27 | add device to touch events | Tony Crisci |
2017-08-26 | implement wlr_cursor_map_input_to_output | Tony Crisci |
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson |
2017-08-19 | libinput: wl_event_source_remove on destroy | Dominique Martinet |
2017-08-16 | Improve no device detection support | Drew DeVault |
2017-08-16 | Merge pull request #94 from martinetd/libinput_no_device | Drew DeVault |
2017-08-16 | Prevent alloc errors from crashing in `list_t` | Calvin Lee |
2017-08-16 | libinput: fail if no input found on init | Dominique Martinet |
2017-08-15 | Merge pull request #88 from 4e554c4c/alloc_crashing | Drew DeVault |
2017-08-15 | Prevent alloc errors from crashing | Calvin Lee |
2017-08-14 | Fix style issues | nyorain |
2017-08-14 | Refactor out wlr_touch_state | Dominique Martinet |
2017-08-14 | Refactor out wlr_tablet_tool_state | Dominique Martinet |
2017-08-14 | Refactor out wlr_tablet_pad_state | Dominique Martinet |