aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-12config.c: fix current_config uninit warning (#2249)Alex Xu
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-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
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-10Fix titlebar rendering for nested stacked containersKonstantin Pospelov
2018-07-09Document `focus floating|tiling`emersion
2018-07-09Implement `focus mode_toggle`emersion
2018-07-09Merge pull request #2223 from RyanDwyer/floating-moveemersion
Implement some floating move commands
2018-07-09Merge pull request #2230 from vilhalmer/replace-empty-workspaceemersion
Replace empty workspace with moved workspace
2018-07-09Remove duplicate function declaration and add assertionRyan Dwyer
2018-07-09Implement some floating move commandsRyan Dwyer
This implements the following for floating containers: * move <direction> <amount> * move [absolute] position <x> <y> * move [absolute] position mouse
2018-07-09No need to walk to workspace, recursive willvilhalmer
2018-07-09Regroup signalvilhalmer
2018-07-08Replace empty workspace with moved workspacevilhalmer
2018-07-08Merge pull request #2226 from emersion/swaylock-daemonize-after-lockemersion
swaylock: daemonize after locking
2018-07-07swaylock: daemonize after lockingemersion
2018-07-07Merge pull request #2225 from martinetd/swaylock-verifiedemersion
swaylock: fix the displaying of "verified"
2018-07-07Merge pull request #2224 from emersion/split-rendererDrew DeVault
Split renderer
2018-07-07swaylock: fix the displaying of "verified"Dominique Martinet
Displaying verified after damaging state needs more than one roundtrip, so keep looping until surfaces are not dirty anymore
2018-07-07Split rendereremersion
2018-07-07Merge pull request #2216 from RedSoxFan/fix-2213emersion
Fix swaybar teardown when workspace buttons hidden
2018-07-07Merge pull request #2222 from RyanDwyer/fix-utf8-titlesemersion
Fix titles when container titles contain UTF-8 characters