Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-07 | gaps: remove duplicate inner gaps | Brian Ashworth | |
2018-11-06 | Add focus_follows_mouse always. (#3081) | Connor E | |
* Add focus_follows_mouse_mode. * Fail if focus_follows_mouse is invalid. * Fix indentation. | |||
2018-11-06 | Merge pull request #3046 from tokyovigilante/relative-transform | emersion | |
Add relative output transform | |||
2018-11-05 | Add relative output transform | Ryan Walklin | |
This commit enhances the output transform command with options for a relative transform, i.e. the provided transform will be applied as an offset to the current transform. Append `clockwise` to rotate clockwise from the current rotation, or `anticlockwise` to rotate in the opposite direction. For example, if the output LVDS-1 is rotated 90 degrees clockwise, the command `output LVDS-1 transform 90 clockwise` will rotate the display to 180 degrees. All transform options are supported, including flipped transforms. Relative transforms can only be applied to a single output and cannot be used with a wildcard (*) output specifier. | |||
2018-11-05 | Merge pull request #3068 from emersion/effective-damage | Drew DeVault | |
Use wlr_surface_get_effective_damage | |||
2018-11-05 | Merge branch 'master' into effective-damage | Drew DeVault | |
2018-11-05 | Merge pull request #3078 from Emantor/fix/exec_always_double_load | Drew DeVault | |
Fix the double execution of exec_always commands on config reloads | |||
2018-11-05 | config: mention that reload message is also printed on validation | Rouven Czerwinski | |
2018-11-05 | commands/exec_always: defer command on config validation | Rouven Czerwinski | |
The exec_always command was executed twice, since it was not checking for the config->validating variable. Fix this by defering the command if the configuration is validating. Fixes #3072 | |||
2018-11-05 | Merge pull request #3071 from RedSoxFan/fix-3064 | emersion | |
Fix focus_wrapping yes | |||
2018-11-05 | Fix focus_wrapping yes | Brian Ashworth | |
It appears that the focus code that handles `focus_wrapping yes` was removed during the conversion to type safety. This re-implements the focus code for when `focus_wrapping` is set to `yes` (default). Neither the `no` or `force` options appear to be effected and should be working. | |||
2018-11-05 | Merge pull request #3075 from swaywm/revert-3073-swayidle_workaround | Drew DeVault | |
Revert "Work around swayidle never triggering on SIGUSR1" | |||
2018-11-05 | Revert "Work around swayidle never triggering on SIGUSR1" | Drew DeVault | |
2018-11-05 | Merge pull request #3073 from oranenj/swayidle_workaround | Drew DeVault | |
Work around swayidle never triggering on SIGUSR1 | |||
2018-11-05 | Work around swayidle never triggering on SIGUSR1 | Jarkko Oranen | |
2018-11-05 | Merge pull request #3066 from mwenzkowski/fix-gaps | emersion | |
Improvements to the runtime only part of the gaps command | |||
2018-11-04 | Merge pull request #3067 from madblobfish/three-trivial-fixes | emersion | |
Improve documentation and remove dead code | |||
2018-11-04 | Use wlr_surface_get_effective_damage | emersion | |
2018-11-04 | document swaymessage type for get_seats | madblobfish | |
2018-11-04 | gaps: Improve error reporting | mwenzkowski | |
Always raise an error if the runtime only gaps command is found in the config file. | |||
2018-11-04 | Correct manpage regarding gaps command | mwenzkowski | |
The command 'gaps inner|outer all|current set|plus|minus <amount>' is not valid in the configuration file, hence list it accordingly. | |||
2018-11-04 | added space after table in sway.5 manpage | madblobfish | |
2018-11-04 | removed unneeded code fragment | madblobfish | |
2018-11-03 | Merge pull request #3061 from colemickens/output-current-mode | emersion | |
ipc: move refresh to current_mode | |||
2018-11-03 | ipc: move refresh from output to output->current_mode | Cole Mickens | |
2018-11-03 | fix: restore refresh to the modes_array | Cole Mickens | |
2018-11-03 | Merge pull request #3021 from Snaipe/singlekey-binding-trigger | Drew DeVault | |
binding: match single-key bindings if no multi-key binding matched | |||
2018-11-03 | Merge pull request #3052 from colemickens/output-current-mode | Drew DeVault | |
Correct "Current mode" in `swaymsg -t get_outputs` for scaled outputs | |||
2018-11-03 | swaymsg: get_outputs: use output->current_mode for current mode display | Cole Mickens | |
2018-11-03 | sway-ipc: includes current_mode for each output | Cole Mickens | |
2018-11-02 | Correction to dependency updates | Drew DeVault | |
2018-11-02 | Clean up dependencies in README.md | Drew DeVault | |
2018-11-01 | Merge pull request #3028 from emersion/disambiguate-drop-root-error | Drew DeVault | |
Make it clear that being able to restore root is a failure | |||
2018-11-01 | Teardown compositor when failing to drop permissions | emersion | |
2018-11-01 | Make it clear that being able to restore root is a failure | emersion | |
2018-11-01 | Fix #2992 | mwenzkowski | |
Move a function call, such that data it depends on is initialized before. | |||
2018-11-01 | Merge pull request #3041 from RyanDwyer/marks-props-to-container | Drew DeVault | |
Move view marks properties to container struct | |||
2018-11-01 | Move view marks properties to container struct | Ryan Dwyer | |
Like border properties, this will be needed to implement layout saving and restoring. | |||
2018-11-01 | Merge pull request #3040 from RyanDwyer/border-props-to-container | Drew DeVault | |
Move view border properties to container struct | |||
2018-11-01 | Merge pull request #3037 from RyanDwyer/focus-output-wrap | Drew DeVault | |
Wrap to fartherest output when running focus output | |||
2018-11-01 | Wrap to fartherest output when running focus output | Ryan Dwyer | |
Also moves the `opposite_direction` function into `util.c` as it's used in two places now. | |||
2018-10-31 | Merge pull request #3042 from madblobfish/swaymsg-fish-completions | Drew DeVault | |
improved swaymsg completions for fish | |||
2018-10-31 | improved swaymsg completions for fish | madblobfish | |
2018-10-31 | Move view border properties to container struct | Ryan Dwyer | |
This will be needed to implement layout saving and restoring, as we need to be able to configure borders on a placeholder container which has no view. | |||
2018-10-31 | Merge pull request #3031 from atomnuker/master | Drew DeVault | |
Restore previous tabbed layout behavior | |||
2018-10-31 | Merge pull request #3027 from madblobfish/remove-resolve_path | emersion | |
Remove resolve_path() from utils | |||
2018-10-31 | Update ISSUE_TEMPLATE.md | Drew DeVault | |
2018-10-31 | Revert "Add resolve_path() to utils" | madblobfish | |
This reverts commit c9694ee63d451da62dc50b234b3080a35a40e844. | |||
2018-10-30 | Merge pull request #3033 from RyanDwyer/remove-movement-direction | emersion | |
Remove enum movement_direction | |||
2018-10-30 | Remove enum movement_direction | Ryan Dwyer | |
There's no point having both movement_direction and wlr_direction. This replaces the former with the latter. As movement_direction also contained MOVE_PARENT and MOVE_CHILD items, these are now checked specifically in the focus command and handled in separate functions, just like the other focus variants. |