aboutsummaryrefslogtreecommitdiff
path: root/sway/server.c
AgeCommit message (Expand)Author
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher
2018-07-19Merge branch 'master' into update-wlroots-1148Drew DeVault
2018-07-19Update for swaywm/wlroots#1148emersion
2018-07-19Fix deferred command handlingBrian Ashworth
2018-07-15Merge pull request #2272 from RyanDwyer/simplify-transactionsDrew DeVault
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-13Remove orbital screenshooteremersion
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-04startup: move setenv WAYLAND_DISPLAY before config execsDominique Martinet
2018-07-02idle_inhibit: move server data to its own structDominique Martinet
2018-07-02idle_inhibit: stop inhibitor when views become invisibleDominique Martinet
2018-07-02Add idle inhibit unstable v1 supportDominique Martinet
2018-07-01Init screencopy manageremersion
2018-06-29Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer
2018-06-27Allow views to skip configuresRyan Dwyer
2018-06-27Merge branch 'master' into xwayland-wants-floatRyan Dwyer
2018-06-25Implement transaction timings debugRyan Dwyer
2018-06-23Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer
2018-06-23Implement atomic layout updates for tree operationsRyan Dwyer
2018-06-22Merge pull request #2146 from tobiasblass/prepare_server_before_dropping_priv...Drew DeVault
2018-06-22Init the dmabuf exporting protocol in wlrootsRostislav Pehlivanov
2018-06-19Perform (partial) server initialization before dropping privileges.Tobias Blass
2018-06-18Automatically float xwayland windowsemersion
2018-05-25Update for swaywm/wlroots#1000emersion
2018-05-21Update for swaywm/wlroots#993emersion
2018-05-16sway: run commands without waiting for XwaylandDominique Martinet
2018-05-14Kill wl_shellemersion
2018-05-13Enable lazy xwaylandDrew DeVault
2018-05-13Merge pull request #1970 from emersion/xdg-shell-stableDrew DeVault
2018-05-13Add xdg-shell stable supportemersion
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
2018-05-09Fix null deref in server_initDan Robertson
2018-05-07Update xwayland start for new APIVincent Vanlaer
2018-04-21Use wlr_renderer_init_wl_shmemersion
2018-04-17Destroy display in server_finiemersion
2018-04-08Update for wlroots#850emersion
2018-04-07Add basic server decorations supportDrew DeVault
2018-04-05Configure wlr_xdg_output_manager during initDrew DeVault
2018-04-02rename input-manager functionsTony Crisci
2018-03-31Set Xwayland seat on focusDrew DeVault
2018-03-31Configure linux_dmabuf, primary_selectionDrew DeVault
2018-03-31Set xwayland cursoremersion
2018-03-30Cleanup and remove global renderer referenceemersion
2018-03-30Set WAYLAND_DISPLAY earlier in startupDrew DeVault
2018-03-29Spawn swaybars when outputs are addedDrew DeVault
2018-03-28Add initial layer shell skeletonDrew DeVault
2018-03-19Update wlroots APIemersion
2018-02-24take seat param for handle_command and renameTony Crisci