aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-07-23Merge pull request #2341 from RedSoxFan/fix-2339Drew DeVault-0/+1
2018-07-23Add missing checks to fix 2339Brian Ashworth-0/+1
2018-07-23Merge pull request #2338 from somdoron/masteremersion-1/+1
2018-07-23fix crash on new output while swaylock is runningsomdoron-1/+1
2018-07-23Merge pull request #2323 from RyanDwyer/scratchpadDrew DeVault-5/+290
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer-18/+18
2018-07-23Implement scratchpadRyan Dwyer-5/+290
2018-07-23Merge pull request #2328 from emersion/xdg-shell-set-titleRyan Dwyer-2/+54
2018-07-22Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6emersion-2/+54
2018-07-22Merge pull request #2296 from RyanDwyer/floating-modifieremersion-33/+592
2018-07-22Set cursor when beginning resize and move operationsRyan Dwyer-0/+10
2018-07-22Fix damage when shrinking a floating view using cursorRyan Dwyer-1/+0
2018-07-22Implement request_move and request_resize for xwayland viewsRyan Dwyer-0/+42
2018-07-22Fix focus bug with floating containersRyan Dwyer-0/+1
2018-07-22Deny move/resize events for tiled xdg shell viewsRyan Dwyer-0/+12
2018-07-22Consider view's min/max sizes when resizingRyan Dwyer-1/+52
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer-28/+37
2018-07-22Prevent re-uploading the same cursor image multiple timesRyan Dwyer-9/+17
2018-07-22Replace static handle_end_operation with seat_end_mouse_operationRyan Dwyer-18/+23
2018-07-22Remove unnecessary includesRyan Dwyer-10/+0
2018-07-22Implement xdg shell request_move and request_resize eventsRyan Dwyer-73/+144
2018-07-22Use wlr_keyboard_get_modifiersRyan Dwyer-2/+2
2018-07-22Use separate function for choosing edge cursorRyan Dwyer-31/+28
2018-07-22Improve resize performance by partially flushing the transaction queueRyan Dwyer-11/+3
2018-07-22Fix clicking xwayland menusRyan Dwyer-0/+3
2018-07-22Use max multiplier when resizing while preserving ratioRyan Dwyer-3/+3
2018-07-22Fix damage issue when moving and resizingRyan Dwyer-4/+5
2018-07-22Make mod + resize do it from the top left cornerRyan Dwyer-15/+5
2018-07-22Use WLR_MODIFIER_SHIFTRyan Dwyer-1/+1
2018-07-22Implement floating_modifier and mouse operations for floating viewsRyan Dwyer-17/+395
2018-07-21Merge pull request #2320 from RedSoxFan/reset-outputs-on-reloadRyan Dwyer-55/+95
2018-07-20Reset outputs on reloadBrian Ashworth-55/+95
2018-07-20Merge pull request #2317 from RyanDwyer/force-display-urgency-hintBrian Ashworth-4/+44
2018-07-21Fix urgent timer logic and remove unnecessary header includesRyan Dwyer-11/+10
2018-07-21Implement force_display_urgency_hintRyan Dwyer-1/+42
2018-07-20Merge pull request #2318 from RedSoxFan/fix-output-wildcardemersion-62/+108
2018-07-20Fix output wildcard handlingBrian Ashworth-62/+108
2018-07-20Merge pull request #2313 from minus7/swaybar-hotspot-input-fixDrew DeVault-12/+26
2018-07-19Merge pull request #2316 from RyanDwyer/fix-floating-pointer-eventsBrian Ashworth-1/+3
2018-07-20Fix pointer events for overlapping floating viewsRyan Dwyer-1/+3
2018-07-19Merge pull request #2314 from emersion/update-wlroots-1148Drew DeVault-3/+2
2018-07-19Merge branch 'master' into update-wlroots-1148Drew DeVault-7/+25
2018-07-19Update for swaywm/wlroots#1148emersion-3/+2
2018-07-19swaybar: Fix scroll handling on workspace buttonsminus-12/+26
2018-07-19Merge pull request #2310 from RyanDwyer/assign-outputDrew DeVault-1/+5
2018-07-19Merge pull request #2304 from RedSoxFan/fix-2298emersion-6/+20
2018-07-19Implement assign to outputRyan Dwyer-1/+5
2018-07-19Merge pull request #2309 from RyanDwyer/xwayland-set-hintsemersion-4/+18
2018-07-19Merge branch 'master' into xwayland-set-hintsemersion-4/+47
2018-07-19Merge pull request #2305 from RyanDwyer/focus-outputemersion-2/+41