aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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
2018-07-07Fix titles when container titles contain UTF-8 charactersRyan Dwyer
The title and marks textures would have their height set from the config's computed max font height, but the textures were not regenerated when the config's max font height changed which made a gap appear. Rather than making it regenerate the title textures every time the config font height was changed, I've changed it to just make the textures the height of the title itself and fill any gap when rendering. Also, the title_width and marks_width variables have been renamed to make it more obvious that they are in output-buffer-local coordinates. Fixes #1936.
2018-07-06Merge pull request #2196 from emersion/xwayland-floating-resizeDrew DeVault
Fix xwayland floating views unclickable