aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
Commit message (Collapse)AuthorAge
* 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