summaryrefslogtreecommitdiffstats
path: root/sway/server.c
Commit message (Collapse)AuthorAge
* Update for swaywm/wlroots#1000Libravatar emersion2018-05-25
|
* Update for swaywm/wlroots#993Libravatar emersion2018-05-21
|
* sway: run commands without waiting for XwaylandLibravatar Dominique Martinet2018-05-16
| | | | Xwayland is lazy now, there is no need to wait at all
* Kill wl_shellLibravatar emersion2018-05-14
|
* Enable lazy xwayland1.0-alpha.2Libravatar Drew DeVault2018-05-13
|
* Merge pull request #1970 from emersion/xdg-shell-stableLibravatar Drew DeVault2018-05-13
|\ | | | | Add xdg-shell stable support
| * Add xdg-shell stable supportLibravatar emersion2018-05-13
| |
* | Idle handling for dpms/lockscreen et alLibravatar Mattias Eriksson2018-05-13
|/ | | | | | | | | 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
* Fix null deref in server_initLibravatar Dan Robertson2018-05-09
| | | | | If the backend fails to be created, log an error and immidiately return from server_init.
* Update xwayland start for new APILibravatar Vincent Vanlaer2018-05-07
| | | | https://github.com/swaywm/wlroots/pull/959
* Use wlr_renderer_init_wl_shmLibravatar emersion2018-04-21
|
* Destroy display in server_finiLibravatar emersion2018-04-17
|
* Update for wlroots#850Libravatar emersion2018-04-08
|
* Add basic server decorations supportLibravatar Drew DeVault2018-04-07
|
* Configure wlr_xdg_output_manager during initLibravatar Drew DeVault2018-04-05
|
* rename input-manager functionsLibravatar Tony Crisci2018-04-02
|
* Set Xwayland seat on focusLibravatar Drew DeVault2018-03-31
| | | | Necessary to make primary selection syncronize
* Configure linux_dmabuf, primary_selectionLibravatar Drew DeVault2018-03-31
|
* Set xwayland cursorLibravatar emersion2018-03-31
|
* Cleanup and remove global renderer referenceLibravatar emersion2018-03-30
|
* Set WAYLAND_DISPLAY earlier in startupLibravatar Drew DeVault2018-03-30
|
* Spawn swaybars when outputs are addedLibravatar Drew DeVault2018-03-29
|
* Add initial layer shell skeletonLibravatar Drew DeVault2018-03-28
|
* Update wlroots APILibravatar emersion2018-03-19
| | | | | Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream.
* take seat param for handle_command and renameLibravatar Tony Crisci2018-02-24
|
* output destroyLibravatar Tony Crisci2018-02-14
|
* Execute pending commands when Xwayland is readyLibravatar Drew DeVault2018-01-30
|
* Consolidate WLR and Sway loggingLibravatar Calvin Lee2017-12-31
| | | | See #1390
* sway input deviceLibravatar Tony Crisci2017-12-12
|
* input include directoryLibravatar Tony Crisci2017-12-08
|
* rename input to input-managerLibravatar Tony Crisci2017-12-07
|
* input skeletonLibravatar Tony Crisci2017-12-06
|
* Merge branch 'wlroots' into feature/xwaylandLibravatar Tony Crisci2017-12-04
|\
| * basic wl-shellLibravatar Tony Crisci2017-12-03
| |
* | xwayland shellLibravatar Tony Crisci2017-12-04
|/
* Add views to tree and render themLibravatar Drew DeVault2017-11-22
|
* wlr_data_device header updateLibravatar Dominique Martinet2017-11-23
| | | | wlroots 6a7560 renamed the header file
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Initial (awful) pass on xdg shell supportLibravatar Drew DeVault2017-11-11
|
* Wire up output frame loopLibravatar Drew DeVault2017-11-11
|
* Initialize outputs from backend and add to treeLibravatar Drew DeVault2017-11-11
|
* Establish sway input submoduleLibravatar Drew DeVault2017-11-11
|
* Fire up the wlroots backend and run the event loopLibravatar Drew DeVault2017-11-11