Age | Commit message (Expand) | Author |
2019-01-04 | Merge pull request #1448 from myfreeweb/fix-retroarch-crash | emersion |
2019-01-04 | rootston: fix crash with fullscreen surfaces | Greg V |
2019-01-04 | Merge pull request #1432 from ForTheReallys/relative-pointers | emersion |
2019-01-03 | Update READMEs per tinywl merge | Drew DeVault |
2019-01-02 | Only send relative events to the focused client in rootston | Alex Maese |
2018-12-30 | data-control-v1: initial protocol implementation | emersion |
2018-12-21 | Standardize the wlr_box input paramaters | Timidger |
2018-12-21 | Add unaccelerated pointer values to wlr_event_pointer_motion events | Alex Maese |
2018-12-21 | Address @emersion's comments | Alex Maese |
2018-12-21 | Remove pointer resource from relative pointer | Alex Maese |
2018-12-21 | Only send relative motion to correct seat | Alex Maese |
2018-12-21 | Removed relative pointers from wlr_seat | Alex Maese |
2018-12-21 | relative_pointer: implementation and code fixes | random human |
2018-12-21 | relative_pointer: code formatting fixes | random human |
2018-12-21 | relative_pointer: implement protocol events | random human |
2018-12-21 | relative_pointer: create skeleton and build | random human |
2018-12-20 | rootston: create foreign toplevel handle before sending outputs | Ilia Bozhinov |
2018-12-15 | Remove unused variables | Ryan Walklin |
2018-12-15 | Improve event matching logic | Ryan Walklin |
2018-12-15 | Fix style nits | Ryan Walklin |
2018-12-15 | Working switches in rootston: | Ryan Walklin |
2018-12-15 | Remove debug logs | Ryan Walklin |
2018-12-15 | Update config struct, reduce complexity and correctly parse config.ini | Ryan Walklin |
2018-12-15 | Remove redundant signal in seat.c | Ryan Walklin |
2018-12-15 | Factor out binding command execution to separate file | Ryan Walklin |
2018-12-15 | [WIP][DONTMERGE]Add support for libinput_switch input devices | Ryan Walklin |
2018-12-08 | rootston: add support for wlr_foreign_toplevel_management_v1 | Ilia Bozhinov |
2018-12-08 | rootston: add title/app_id/class listeners | Ilia Bozhinov |
2018-12-05 | rootston: use box for views position | Louis Taylor |
2018-12-05 | rootston: use int for width, height | Louis Taylor |
2018-12-02 | Merge pull request #1403 from emersion/swap-buffers-damage-coords | Drew DeVault |
2018-12-01 | output: switch swap_buffers damage to output-buffer-local coords | emersion |
2018-11-29 | primary-selection: introduce wlr_primary_selection_source | emersion |
2018-11-27 | gtk-primary-selection: refactor everything, untie from seat | emersion |
2018-11-23 | Rename wlr_primary_selection to wlr_gtk_primary_selection | emersion |
2018-11-13 | output: add wlr_output_render_software_cursors | emersion |
2018-11-13 | output: remove wlr_output_set_fullscreen_surface | emersion |
2018-11-12 | Use #if instead of #ifdef for wlroots config data | emersion |
2018-11-04 | Merge pull request #1261 from arandomhuman/damage-control | Drew DeVault |
2018-11-04 | surface: fix wlr_surface_get_effective_damage to give surface coords | emersion |
2018-10-28 | rootston: fix segfault when destroying unmapped fullscreen views | emersion |
2018-10-28 | rootston: fix segfault in view_at | emersion |
2018-10-28 | Fix "variable ‘cursor_default’ set but not used" | Sorcus |
2018-10-17 | rootston: Don't let the wlr_output handle the fullscreen view in case of laye... | Guido Günther |
2018-10-13 | text-input: Accept disable requests | Dorota Czaplejewicz |
2018-10-12 | text-input: fix releasing destroy handlers | Dorota Czaplejewicz |
2018-10-12 | Merge pull request #1203 from dcz-purism/input | Drew DeVault |
2018-10-09 | rootston: add support for text input and the basic of input method | Dorota Czaplejewicz |
2018-10-08 | rootston: export XCURSOR_SIZE and XCURSOR_THEME | emersion |
2018-10-04 | output: add presentation refresh prediction | emersion |