aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/render.c
AgeCommit message (Expand)Author
2018-07-26Fix indentRyan Dwyer
2018-07-26Allow containers to be fullscreenRyan Dwyer
2018-07-25Merge pull request #2353 from emersion/render-opaque-overlayDrew DeVault
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher
2018-07-25Improve rendering with a fullscreen opaque overlay surfaceemersion
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-23fix crash on new output while swaylock is runningsomdoron
2018-07-17Implement default_floating_border command and adjust CSD behaviourRyan Dwyer
2018-07-16Render containers as urgent if they have an urgent childRyan Dwyer
2018-07-16Implement urgency base functionalityRyan Dwyer
2018-07-15Make focus part of transactionsRyan Dwyer
2018-07-14Add extended debugging flagsDrew DeVault
2018-07-11Use saved buffer when fullscreen view is in a transactionRyan Dwyer
2018-07-10removed unnecessary parensruss morris
2018-07-10fix line lengthsruss morris
2018-07-10tabs instead of spacesruss morris
2018-07-10fix tabbed titlebar widthsruss morris
2018-07-10Fix titlebar rendering for nested stacked containersKonstantin Pospelov
2018-07-07Split rendereremersion