Age | Commit message (Expand) | Author |
2018-10-30 | Remove enum movement_direction | Ryan Dwyer |
2018-10-30 | Revert "Respect border settings when rendering lone tabbed/stacked child" | Rostislav Pehlivanov |
2018-10-30 | Revert "tree/view.c: fix uninitialized variables warning" | Rostislav Pehlivanov |
2018-10-29 | binding: match single-key bindings if no multi-key binding matched | Franklin "Snaipe" Mathieu |
2018-10-28 | cursor: fix uninitialized pointer in cursor_rebase | mwenzkowski |
2018-10-28 | Merge pull request #3011 from Emantor/fix/2922 | Drew DeVault |
2018-10-28 | Merge pull request #3010 from Emantor/fix/cursor_warping_view_map | Drew DeVault |
2018-10-28 | output: initialize layers and signal before using functions | Rouven Czerwinski |
2018-10-28 | input-manager: consider cursor warping on input_manager_set_focus | Rouven Czerwinski |
2018-10-28 | Merge pull request #3006 from Snaipe/remove-class | Drew DeVault |
2018-10-27 | Merge pull request #3000 from Robinhuett/workspace_address_output_by_name | emersion |
2018-10-27 | seat: don't traverse the list to check if it's empty | Konstantin Kharlamov |
2018-10-27 | ipc: make class, instance, and title window properties optional | Franklin "Snaipe" Mathieu |
2018-10-27 | ipc: remove class key from view json | Franklin "Snaipe" Mathieu |
2018-10-27 | Use output identifier for workspace config | Robinhuett |
2018-10-27 | Revert "Fix #2992" | Drew DeVault |
2018-10-27 | Don't reset cursor during mouse operations | Ryan Dwyer |
2018-10-26 | tree/view.c: fix uninitialized variables warning | Cole Mickens |
2018-10-27 | Respect border settings when rendering lone tabbed/stacked child | Ryan Dwyer |
2018-10-26 | Fix #2992 | mwenzkowski |
2018-10-26 | Fix focus after a non-visible workspace's last container is destroyed | Ryan Dwyer |
2018-10-26 | Merge pull request #2985 from mihaicmn/fix-retiling | Drew DeVault |
2018-10-25 | Fix re-tiling for floating containers | Mihai Coman |
2018-10-25 | sway-ipc: don't log errno if unneeded and add more descriptive errors | Ferdinand Bachmann |
2018-10-25 | protect newline | Tom Warnke |
2018-10-25 | Update workspace.c | ppascher |
2018-10-25 | Update workspace.c | ppascher |
2018-10-25 | Merge pull request #2975 from RyanDwyer/deny-commands-when-no-outputs | Drew DeVault |
2018-10-26 | Deny several commands when there's no outputs connected | Ryan Dwyer |
2018-10-25 | Rebase the cursor after applying transactions | Ryan Dwyer |
2018-10-25 | Merge pull request #2950 from emersion/presentation-time | Drew DeVault |
2018-10-25 | Merge pull request #2971 from RyanDwyer/document-output-identifiers | emersion |
2018-10-25 | Document how to identify outputs by make, model and serial | Ryan Dwyer |
2018-10-25 | Fix containers not being resized when entering scratchpad | Ryan Dwyer |
2018-10-24 | When scrolling on a tab titlebar, set focus_inactive if not focused | Ryan Dwyer |
2018-10-24 | Merge pull request #2957 from RyanDwyer/rebase-cursor-after-map | Drew DeVault |
2018-10-24 | Rebase the cursor after mapping a view | Ryan Dwyer |
2018-10-24 | Rebase the cursor after focusing in a direction | Ryan Dwyer |
2018-10-24 | Merge pull request #2933 from Snaipe/xwayland-window-properties | Drew DeVault |
2018-10-23 | Implement the presentation-time protocol | emersion |
2018-10-23 | xwayland: populate window_properties in json for views | Franklin "Snaipe" Mathieu |
2018-10-23 | seat_update_capabilities: Set cursor image while we have the capability | Ryan Dwyer |
2018-10-23 | Fix dormant cursor when using multiple seats | Ryan Dwyer |
2018-10-23 | commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST | Ian Fan |
2018-10-23 | commands: clean-up checkarg function | Ian Fan |
2018-10-23 | commands: remove EXPECTED_MORE_THAN | Ian Fan |
2018-10-23 | commands: print correct command on error for exec and opacity | Ian Fan |
2018-10-22 | cmd_swaynag_command: fix typo in variable | Brian Ashworth |
2018-10-23 | Merge pull request #2935 from mteyssier/ref-output-docs | Drew DeVault |
2018-10-23 | Add references to sway-output(5) in sway(5) | mteyssier |