Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-10-30 | Revert "Respect border settings when rendering lone tabbed/stacked child" | Rostislav Pehlivanov | |
This reverts commit 65328ef60c9468ae44b4b1d6316d604c47293ec3. | |||
2018-10-30 | Revert "tree/view.c: fix uninitialized variables warning" | Rostislav Pehlivanov | |
This reverts commit 6414b5d288b89c9f3ecde0757f16184071b6036f. | |||
2018-10-29 | Merge pull request #3020 from emersion/swaymsg-return-status | Drew DeVault | |
swaymsg: fix get_outputs status code | |||
2018-10-29 | binding: match single-key bindings if no multi-key binding matched | Franklin "Snaipe" Mathieu | |
This makes bindings more snappy when the user is typing faster than his keycaps are releasing. Signed-off-by: Franklin "Snaipe" Mathieu <me@snai.pe> | |||
2018-10-29 | swaymsg: fix get_outputs status code | emersion | |
2018-10-28 | Merge pull request #3016 from mwenzkowski/fix-uninitialized-pointer | emersion | |
cursor: fix uninitialized pointer in cursor_rebase | |||
2018-10-28 | Merge pull request #3009 from emersion/swayidle-sigusr | Brian Ashworth | |
swayidle: enter idle state on SIGUSR1 | |||
2018-10-28 | cursor: fix uninitialized pointer in cursor_rebase | mwenzkowski | |
2018-10-28 | Merge pull request #3011 from Emantor/fix/2922 | Drew DeVault | |
output: initialize layers before usage in apply_config | |||
2018-10-28 | Merge pull request #3010 from Emantor/fix/cursor_warping_view_map | Drew DeVault | |
input-manager: consider cursor warping on input_manager_set_focus | |||
2018-10-28 | Merge pull request #3008 from CameronNemo/patch-1 | Drew DeVault | |
Create ISSUE_TEMPLATE.md | |||
2018-10-28 | output: initialize layers and signal before using functions | Rouven Czerwinski | |
The previous pull request #2993 tried to fix this by moving the function which used the layers after the initilization. Since this initialization is done unconditionally only depending on the struct definition, move the layer initialization to the beginning of the function. Also move the signal initialization of the destroy event. Fixes #2992 | |||
2018-10-28 | input-manager: consider cursor warping on input_manager_set_focus | Rouven Czerwinski | |
input_manager_set_focus is used to set the focus after mapping the view in view_map. This needs to consider to warp the cursor as well, since for WARP_CONTAINER, the cursor should warp to the newly created view. | |||
2018-10-28 | swayidle: enter idle state on SIGUSR1 | emersion | |
2018-10-27 | Create ISSUE_TEMPLATE.md | Cameron Nemo | |
2018-10-28 | Merge pull request #3006 from Snaipe/remove-class | Drew DeVault | |
ipc: make json for view match i3's output more closely | |||
2018-10-27 | Merge pull request #3000 from Robinhuett/workspace_address_output_by_name | emersion | |
Use output identifier for workspace config | |||
2018-10-27 | Merge pull request #3003 from Hi-Angel/master | emersion | |
seat: don't traverse the list to check if it's empty | |||
2018-10-27 | seat: don't traverse the list to check if it's empty | Konstantin Kharlamov | |
Found by introspection. Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru> | |||
2018-10-27 | ipc: make class, instance, and title window properties optional | Franklin "Snaipe" Mathieu | |
i3 seems to make all window properties, with the exception of transient_for, optional[1]. [1]: https://github.com/i3/i3/blob/315ff17563fd703b2f5117b2ec4d46e89389d323/src/ipc.c#L435-L450 Signed-off-by: Franklin "Snaipe" Mathieu <snaipe@diacritic.io> | |||
2018-10-27 | ipc: remove class key from view json | Franklin "Snaipe" Mathieu | |
It turns out that i3 does not have a `class` key in the json description of a view, but provides it through `window_properties.class`. Since `window_properties` has been added by 8fc9328, we can remove `class` altogether. Signed-off-by: Franklin "Snaipe" Mathieu <snaipe@diacritic.io> | |||
2018-10-27 | Merge pull request #3001 from madblobfish/swaylock-completions-and-manpage | Drew DeVault | |
Reworked fish completions and moved stuff in swaylock manpage | |||
2018-10-27 | added fish completions for swaynag | madblobfish | |
2018-10-27 | added fish completions for swayidle | madblobfish | |