Age | Commit message (Expand) | Author |
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 |
2018-07-16 | Merge pull request #2276 from RyanDwyer/urgency | Drew DeVault |
2018-07-16 | Fix tab split focus bug | Ryan Dwyer |
2018-07-16 | Implement urgency base functionality | Ryan Dwyer |
2018-07-15 | Make focus part of transactions | Ryan Dwyer |
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth |
2018-07-13 | Merge pull request #2252 from rkubosz/scroll-button-option | Drew DeVault |
2018-07-12 | Fix crash in seat code | Ryan Dwyer |
2018-07-11 | add scroll button option | Robert Kubosz |
2018-07-11 | fix crash on floating windows | dudemanguy |
2018-07-11 | Move floating windows to front when focused | Ryan Dwyer |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-06 | Merge branch 'master' into leaks | emersion |
2018-07-06 | Merge branch 'master' into remove-input-fix | Drew DeVault |
2018-07-06 | Attach destroy handler earlier | Ian Fan |
2018-07-05 | Fix pointer button events for layer surfaces | Brian Ashworth |
2018-07-05 | keyboard: free xkb keymap on destroy | Dominique Martinet |
2018-07-04 | Fix focus related damage | Ryan Dwyer |
2018-07-02 | Don't return pending children in seat_get_active_current_child | Ryan Dwyer |
2018-06-29 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-28 | fix handling key modifiers if not pressed at first | Armin Preiml |