Age | Commit message (Expand) | Author |
2018-07-29 | Bindings use advised keyboard repeat parameters | frsfnrrg |
2018-07-29 | Implement key repeat for pressed key bindings | frsfnrrg |
2018-07-29 | Merge pull request #2376 from swaywm/virtual-keyboard | emersion |
2018-07-28 | Add virtual keyboard protocol | Drew DeVault |
2018-07-28 | Don't enable numlock by default. This fixes an annoying issue where laptop ke... | Geoff Greer |
2018-07-28 | Merge pull request #2360 from RyanDwyer/floating-containers | Drew DeVault |
2018-07-28 | When unfloating, return container to previously focused tiled container | Ryan Dwyer |
2018-07-28 | Fix clicking a floating split container | Ryan Dwyer |
2018-07-28 | Allow containers to float | Ryan Dwyer |
2018-07-28 | Include errno.h | Ryan Dwyer |
2018-07-28 | Show errno description in log | Ryan Dwyer |
2018-07-28 | Handle out-of-fd situations gracefully for transaction and urgent timers | Ryan Dwyer |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
2018-07-25 | Fix LEDs for configured modifier states | ProgAndy |
2018-07-25 | Implement setting NumLock and CapsLock status | ProgAndy |
2018-07-25 | Merge pull request #2350 from ppascher/xwayland-optional | Drew DeVault |
2018-07-25 | reverted includes of "sway/config.h" and replaced with "config.h" from meson ... | Pascal Pascher |
2018-07-25 | more style fixes, included "sway/config.h" where needed | Pascal Pascher |
2018-07-25 | Fix crash when closing last child of a tabbed container | Ryan Dwyer |
2018-07-24 | Change button var passed to seat_begin_move | Brian Ashworth |
2018-07-24 | Implement floating_modifier <mod> [inverse|normal] | Brian Ashworth |
2018-07-24 | style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false | Pascal Pascher |
2018-07-24 | Added meson option "enable_xwayland" (default: true) to enable/disable xwayla... | Pascal Pascher |
2018-07-24 | Fix crash when clicking certain surfaces | Ryan Dwyer |
2018-07-24 | Make mod+resize work in any direction | Ryan Dwyer |
2018-07-23 | Invoke mouse bindings | frsfnrrg |
2018-07-23 | Parse mouse binding options | frsfnrrg |
2018-07-24 | Fix some cases where the cursor doesn't update | Ryan Dwyer |
2018-07-23 | Add missing checks to fix 2339 | Brian Ashworth |
2018-07-22 | Set cursor when beginning resize and move operations | Ryan Dwyer |
2018-07-22 | Fix damage when shrinking a floating view using cursor | Ryan Dwyer |
2018-07-22 | Implement request_move and request_resize for xwayland views | Ryan Dwyer |
2018-07-22 | Fix focus bug with floating containers | Ryan Dwyer |
2018-07-22 | Consider view's min/max sizes when resizing | Ryan Dwyer |
2018-07-22 | Store last button and use it when views request to move or resize | Ryan Dwyer |
2018-07-22 | Prevent re-uploading the same cursor image multiple times | Ryan Dwyer |
2018-07-22 | Replace static handle_end_operation with seat_end_mouse_operation | Ryan Dwyer |
2018-07-22 | Implement xdg shell request_move and request_resize events | Ryan Dwyer |
2018-07-22 | Use wlr_keyboard_get_modifiers | Ryan Dwyer |
2018-07-22 | Use separate function for choosing edge cursor | Ryan Dwyer |
2018-07-22 | Fix clicking xwayland menus | Ryan Dwyer |
2018-07-22 | Use max multiplier when resizing while preserving ratio | Ryan Dwyer |
2018-07-22 | Make mod + resize do it from the top left corner | Ryan Dwyer |
2018-07-22 | Use WLR_MODIFIER_SHIFT | Ryan Dwyer |
2018-07-22 | Implement floating_modifier and mouse operations for floating views | Ryan Dwyer |
2018-07-21 | Fix urgent timer logic and remove unnecessary header includes | Ryan Dwyer |
2018-07-21 | Implement force_display_urgency_hint | Ryan Dwyer |
2018-07-19 | Fix crash and render issues involving cursor_send_pointer_motion | Ryan Dwyer |
2018-07-18 | Don't unfocus when an override redirect window is mapped | emersion |
2018-07-17 | Update cursor on focus change | emersion |