aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-13Merge pull request #2269 from minus7/swaybarbg-crash-on-dpms-resumeemersion
swaybar/bg: Fix crash on DPMS off
2018-07-14swaybar/bg: Fix crash on DPMS offminus
When turning off displays via DPMS, swaybar and swaybg still tried to render, but did not get a valid buffer, causing them to crash.
2018-07-13Merge pull request #2267 from emersion/simplify-popup-constraintsDrew DeVault
Simplify popup_unconstrain
2018-07-13Simplify popup_unconstrainemersion
Just use the parent output.
2018-07-13Merge pull request #2260 from emersion/fix-has-opaque-lockscreenDrew DeVault
Fix output_has_opaque_lockscreen
2018-07-13Fix output_has_opaque_lockscreenemersion
2018-07-13Merge pull request #2252 from rkubosz/scroll-button-optionDrew DeVault
feature: scroll button option for input devices
2018-07-13add error handling for scroll button out of rangeRobert Kubosz
user will be informed if the scroll button indentifier values causes underflow or overflow.
2018-07-13Merge pull request #2255 from emersion/xwayland-floating-bordersRyan Dwyer
Don't disable borders for xwayland floating views
2018-07-13Merge branch 'master' into xwayland-floating-bordersRyan Dwyer
2018-07-12expanded error detection for scroll button optionRobert Kubosz
Now the scroll_button will not accept: - letters on string beginning; - negative numbers. What is tolerated: - letters after number; - rational numbers: the fraction after dot will be omitted.
2018-07-12Merge pull request #2253 from Hello71/issue2249Drew DeVault
config.c: fix current_config uninit warning (#2249)
2018-07-12Merge pull request #2256 from emersion/xdg-positionerDrew DeVault
Add xdg-positioner support
2018-07-12Add xdg-positioner supportemersion
2018-07-12Don't disable borders for xwayland floating viewsemersion
2018-07-12config.c: fix current_config uninit warning (#2249)Alex Xu
2018-07-12rm constraint for max value of button identifierRobert Kubosz
updated error message to be more adequate for current contraint
2018-07-12add paragraph to sway-input man pageRobert Kubosz
The added paragraph describes how to get button identifier and set it in config.
2018-07-12increase maximum value of button identifierRobert Kubosz
and also cleanup spaces
2018-07-12Merge pull request #2250 from RyanDwyer/fix-crashBrian Ashworth
Fix crash when launching swaylock
2018-07-12Fix crash in seat codeRyan Dwyer
Container will be NULL if launching swaylock.
2018-07-11Merge pull request #2235 from emersion/wlr-surface-roleDrew DeVault
Update for swaywm/wlroots#1116
2018-07-11Updates for swaywm/wlroots#1116emersion
2018-07-11Merge pull request #2248 from Dudemanguy911/fix_crash_on_floating_windowsDrew DeVault
fix crash on floating windows
2018-07-11add scroll button optionRobert Kubosz
This commit introduces a scroll_button option, which is intended to be used with scroll_method. Now user can edit his sway config and add an scroll_button option to device section.
2018-07-11Merge pull request #2245 from RyanDwyer/floating-minmax-sizeemersion
Implement floating_minimum_size and floating_maximum_size
2018-07-11fix crash on floating windowsdudemanguy
2018-07-11Implement floating_minimum_size and floating_maximum_sizeRyan Dwyer
2018-07-11Merge pull request #2243 from RyanDwyer/use-fullscreen-saved-bufferemersion
Use saved buffer when fullscreen view is in a transaction
2018-07-11Merge pull request #2240 from RedSoxFan/implement-1961Drew DeVault
Implement swaylock customization flags
2018-07-11Merge pull request #2242 from RyanDwyer/floating-zindexDrew DeVault
Move floating windows to front when focused
2018-07-11Use saved buffer when fullscreen view is in a transactionRyan Dwyer
Fixes #2237.
2018-07-11Move floating windows to front when focusedRyan Dwyer
2018-07-11Merge pull request #2241 from rustysec/masteremersion
fix tabbed titlebar widths
2018-07-10removed unnecessary parensruss morris
2018-07-10fix line lengthsruss morris
2018-07-10tabs instead of spacesruss morris
2018-07-10Change formatting of swaylock usage in the codeBrian Ashworth
2018-07-10Implement swaylock customization flagsBrian Ashworth
2018-07-10fix tabbed titlebar widthsruss morris
2018-07-10Merge pull request #2233 from emersion/remove-clipboardDrew DeVault
Remove `clipboard` command and `get_clipboard` message
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion
2018-07-10Merge pull request #2232 from ianyfan/ipcRyan Dwyer
Add some missing ipc message types from i3
2018-07-10Add get_config message type to ipcIan Fan
2018-07-10Add get_binding_modes message type to ipcIan Fan
2018-07-10Merge pull request #2236 from kupospelov/fix-stacked-layoutRyan Dwyer
Fix title bar rendering for nested stacked containers
2018-07-10Merge branch 'master' into fix-stacked-layoutRyan Dwyer
2018-07-09Merge pull request #2228 from emersion/focus-mode-toggleDrew DeVault
Implement `focus mode_toggle`
2018-07-09Merge branch 'master' into focus-mode-toggleDrew DeVault
2018-07-09Merge pull request #2234 from emersion/wlr-log-prefixDrew DeVault
Update for swaywm/wlroots#1126