Age | Commit message (Expand) | Author |
2018-07-22 | Fix focus bug with floating containers | Ryan Dwyer |
2018-07-22 | Deny move/resize events for tiled xdg shell views | 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 | Remove unnecessary includes | 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 | Improve resize performance by partially flushing the transaction queue | 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 | Fix damage issue when moving and resizing | 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-20 | Reset outputs on reload | Brian Ashworth |
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-20 | Fix output wildcard handling | Brian Ashworth |
2018-07-20 | Fix pointer events for overlapping floating views | Ryan Dwyer |
2018-07-19 | Merge branch 'master' into update-wlroots-1148 | Drew DeVault |
2018-07-19 | Update for swaywm/wlroots#1148 | emersion |
2018-07-19 | Merge pull request #2310 from RyanDwyer/assign-output | Drew DeVault |
2018-07-19 | Merge pull request #2304 from RedSoxFan/fix-2298 | emersion |
2018-07-19 | Implement assign to output | Ryan Dwyer |
2018-07-19 | Merge branch 'master' into xwayland-set-hints | emersion |
2018-07-19 | Merge pull request #2305 from RyanDwyer/focus-output | emersion |
2018-07-19 | Merge pull request #2308 from RyanDwyer/fix-double-transaction | emersion |
2018-07-19 | Allow xwayland views to become urgent when on a non-visible workspace | Ryan Dwyer |
2018-07-19 | Use parse_movement_direction | Ryan Dwyer |
2018-07-19 | Fix crash and render issues involving cursor_send_pointer_motion | Ryan Dwyer |
2018-07-19 | Fix crash when moving workspace to output | Ryan Dwyer |
2018-07-19 | Defer the focus commands | Ryan Dwyer |
2018-07-19 | Implement focus output command | Ryan Dwyer |
2018-07-19 | Fix deferred command handling | Brian Ashworth |
2018-07-18 | Don't unfocus when an override redirect window is mapped | emersion |
2018-07-18 | Handle xwayland override_redirect flag change | emersion |
2018-07-17 | Merge pull request #2292 from emersion/update-cursor-on-focus | Drew DeVault |
2018-07-18 | Merge branch 'master' into destroy-output-destroy-empty-workspaces | Ryan Dwyer |
2018-07-17 | Update cursor on focus change | emersion |
2018-07-17 | Fix memory leak in sway/desktop/idle_inhibit_v1.c | frsfnrrg |
2018-07-17 | Fix memory leak in handle_layer_shell_surface | frsfnrrg |
2018-07-17 | Free individual criteria in free_config | frsfnrrg |
2018-07-17 | Fix uninitialized pointer in view_unmap | frsfnrrg |
2018-07-16 | Merge branch 'master' into default-floating-border | Brian Ashworth |
2018-07-16 | Revert "config: free include path on successful load" | Drew DeVault |
2018-07-17 | Remove superfluous IPC urgent events | Ryan Dwyer |
2018-07-17 | Implement default_floating_border command and adjust CSD behaviour | Ryan Dwyer |