Age | Commit message (Expand) | Author |
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 |
2018-10-04 | rootston: send presentation events | emersion |
2018-10-04 | rootston: add output_for_each_surface | emersion |
2018-10-04 | rootston: add layer_for_each_surface | emersion |
2018-10-04 | Merge pull request #1281 from aereaux/edid-sizes | emersion |
2018-10-04 | Merge pull request #1262 from nyorain/session_fix | Drew DeVault |
2018-10-04 | Update sizes for new EDID database. | Aidan Epstein |
2018-10-04 | wlr_surface: add wlr_surface_get_effective_damage | random human |
2018-09-27 | Merge pull request #1266 from Ongy/xdc_tablet_fix | Drew DeVault |
2018-09-27 | Fix tablet_tool tilt and send proximity_out | Markus Ongyerth |
2018-09-27 | rootston: remove broken rotated pointer constraint handling | emersion |
2018-09-27 | pointer-constraints: refactoring | emersion |
2018-09-26 | pointer-constraints: make region not a pointer, add committed bitfield | emersion |
2018-09-24 | Rework session handling | nyorain |
2018-09-24 | wlr_surface: fix surface damage transformation | random human |
2018-09-18 | Fix implicit conversion of floats to ints in calls to pixman_region32_contain... | Las |
2018-09-18 | Implement pointer-constraints protocol in wlroots and rootston | Las |
2018-09-18 | Make wlr_seat->data in rootston point to the wrapping roots_seat | Las |
2018-09-18 | Remove extraneous indentation and conform to coding style | Las |
2018-09-18 | Update pointer focus when cycling focus | Las |
2018-09-18 | Make roots_cursor::pointer_view available even if there is a surface | Las |
2018-09-14 | Merge pull request #1243 from emersion/layer-shell-suffix | Drew DeVault |
2018-09-14 | layer-shell: add _v1 suffix | emersion |
2018-09-14 | xdg-output: add _v1 suffix | emersion |
2018-09-12 | Merge pull request #1160 from Ongy/tablet-grabs | emersion |
2018-09-11 | rootston: Keep older anchored layers near anchor points | Dorota Czaplejewicz |
2018-09-10 | Merge pull request #1227 from emersion/rootston-segfault-tablet-destroy | Drew DeVault |