Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | sway: run commands without waiting for Xwayland | Dominique Martinet | |
Xwayland is lazy now, there is no need to wait at all | |||
2018-05-14 | Kill wl_shell | emersion | |
2018-05-13 | Enable lazy xwayland | Drew DeVault | |
2018-05-13 | Merge pull request #1970 from emersion/xdg-shell-stable | Drew DeVault | |
Add xdg-shell stable support | |||
2018-05-13 | Add xdg-shell stable support | emersion | |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson | |
Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541 | |||
2018-05-09 | Fix null deref in server_init | Dan Robertson | |
If the backend fails to be created, log an error and immidiately return from server_init. | |||
2018-05-07 | Update xwayland start for new API | Vincent Vanlaer | |
https://github.com/swaywm/wlroots/pull/959 | |||
2018-04-21 | Use wlr_renderer_init_wl_shm | emersion | |
2018-04-17 | Destroy display in server_fini | emersion | |
2018-04-08 | Update for wlroots#850 | emersion | |
2018-04-07 | Add basic server decorations support | Drew DeVault | |
2018-04-05 | Configure wlr_xdg_output_manager during init | Drew DeVault | |
2018-04-02 | rename input-manager functions | Tony Crisci | |
2018-03-31 | Set Xwayland seat on focus | Drew DeVault | |
Necessary to make primary selection syncronize | |||
2018-03-31 | Configure linux_dmabuf, primary_selection | Drew DeVault | |
2018-03-31 | Set xwayland cursor | emersion | |
2018-03-30 | Cleanup and remove global renderer reference | emersion | |
2018-03-30 | Set WAYLAND_DISPLAY earlier in startup | Drew DeVault | |
2018-03-29 | Spawn swaybars when outputs are added | Drew DeVault | |
2018-03-28 | Add initial layer shell skeleton | Drew DeVault | |
2018-03-19 | Update wlroots API | emersion | |
Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream. | |||
2018-02-24 | take seat param for handle_command and rename | Tony Crisci | |
2018-02-14 | output destroy | Tony Crisci | |
2018-01-30 | Execute pending commands when Xwayland is ready | Drew DeVault | |
2017-12-31 | Consolidate WLR and Sway logging | Calvin Lee | |
See #1390 | |||
2017-12-12 | sway input device | Tony Crisci | |
2017-12-08 | input include directory | Tony Crisci | |
2017-12-07 | rename input to input-manager | Tony Crisci | |
2017-12-06 | input skeleton | Tony Crisci | |
2017-12-04 | Merge branch 'wlroots' into feature/xwayland | Tony Crisci | |
2017-12-04 | xwayland shell | Tony Crisci | |
2017-12-03 | basic wl-shell | Tony Crisci | |
2017-11-22 | Add views to tree and render them | Drew DeVault | |
2017-11-23 | wlr_data_device header update | Dominique Martinet | |
wlroots 6a7560 renamed the header file | |||
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-11-11 | Initial (awful) pass on xdg shell support | Drew DeVault | |
2017-11-11 | Wire up output frame loop | Drew DeVault | |
2017-11-11 | Initialize outputs from backend and add to tree | Drew DeVault | |
2017-11-11 | Establish sway input submodule | Drew DeVault | |
2017-11-11 | Fire up the wlroots backend and run the event loop | Drew DeVault | |