Age | Commit message (Expand) | Author |
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 |
2018-10-22 | config: remove peeked + expanded line log entries | Brian Ashworth |
2018-10-22 | Merge branch 'master' into fix-scratchpad-resize | Brian Ashworth |
2018-10-22 | Merge pull request #2926 from RyanDwyer/fix-xwayland-floating-logic | Drew DeVault |
2018-10-23 | Fix crash when resizing container hidden in the scratchpad | Ryan Dwyer |
2018-10-22 | Merge pull request #2924 from RyanDwyer/fix-qt-menu-crash | Drew DeVault |
2018-10-22 | Merge pull request #2923 from RyanDwyer/fix-move-to-fullscreen-crash | Drew DeVault |
2018-10-22 | Fix xwayland wants_floating logic | Ryan Dwyer |
2018-10-22 | Fix crash when quitting a QT app on the wayland backend using menu | Ryan Dwyer |
2018-10-22 | Fix crash when moving a container to a fullscreen workspace | Ryan Dwyer |
2018-10-21 | cmd_reload: recalc font sizing + rebuild textures | Brian Ashworth |
2018-10-21 | Parse missing i3 window types | Christian |
2018-10-21 | Make workspace back_and_forth seat-specific | Ryan Dwyer |
2018-10-21 | Abort if proprietary drivers are in use | Ryan Dwyer |
2018-10-20 | Merge pull request #2895 from RyanDwyer/fix-popup-damage | Drew DeVault |