1
1
mirror of https://github.com/swaywm/sway synced 2025-03-04 15:01:17 +01:00

Commit Graph

  • 71774ecd36
    Merge pull request #2340 from RedSoxFan/parse_boolean Drew DeVault 2018-07-23 21:49:16 -0400
  • 94dd8823a0 Invoke mouse bindings frsfnrrg 2018-07-23 21:38:29 -0400
  • 9ec1d6cf79 Address review comments on parse_boolean Brian Ashworth 2018-07-23 21:37:53 -0400
  • d56d62c1c0 Remove unneeded const Brian Ashworth 2018-07-23 16:22:09 -0400
  • 863914ec95 Switch to using a function to parse booleans Brian Ashworth 2018-07-23 15:04:46 -0400
  • 754372c3de Parse mouse binding options frsfnrrg 2018-07-17 22:01:06 -0400
  • f4b882475e Merge branch 'master' into pid-workspaces Drew DeVault 2018-07-23 20:27:56 -0400
  • 224ade1382
    Merge pull request #2342 from RyanDwyer/update-cursor emersion 2018-07-24 00:31:19 +0100
  • 0db6f2ef58 Fix some cases where the cursor doesn't update Ryan Dwyer 2018-07-24 09:09:49 +1000
  • e94fd0e6eb
    Merge pull request #2341 from RedSoxFan/fix-2339 Drew DeVault 2018-07-23 16:19:00 -0400
  • 44e218574f Add missing checks to fix 2339 Brian Ashworth 2018-07-23 15:40:05 -0400
  • 5a77bc3215
    Merge pull request #2338 from somdoron/master emersion 2018-07-23 17:47:40 +0100
  • 7ead2e85a7 fix crash on new output while swaylock is running somdoron 2018-07-23 19:29:32 +0300
  • 0515b37dfd
    Merge pull request #2323 from RyanDwyer/scratchpad Drew DeVault 2018-07-23 07:57:48 -0400
  • 12e90fa600 Store scratchpad list in sway_root instead of server Ryan Dwyer 2018-07-22 22:28:20 +1000
  • 81e8f31cc6 Implement scratchpad Ryan Dwyer 2018-07-22 14:10:40 +1000
  • 89dc047ca9
    Merge pull request #2328 from emersion/xdg-shell-set-title Ryan Dwyer 2018-07-23 08:18:58 +1000
  • 238c8afc74 Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6 emersion 2018-07-22 22:20:07 +0100
  • be60e44b7c
    Merge pull request #2296 from RyanDwyer/floating-modifier emersion 2018-07-22 19:25:41 +0100
  • c35a34262f Enable wlr-gamma-control-unstable-v1 emersion 2018-07-22 16:27:54 +0100
  • d21d4b83a3 Set cursor when beginning resize and move operations Ryan Dwyer 2018-07-22 23:10:06 +1000
  • 009b426024 Fix damage when shrinking a floating view using cursor Ryan Dwyer 2018-07-22 22:44:09 +1000
  • 5ba2ae9c6a Implement request_move and request_resize for xwayland views Ryan Dwyer 2018-07-22 22:14:36 +1000
  • 3faceadffe Fix focus bug with floating containers Ryan Dwyer 2018-07-22 21:50:35 +1000
  • cf5f5eaf8c Deny move/resize events for tiled xdg shell views Ryan Dwyer 2018-07-22 21:45:01 +1000
  • 011d1ebfa4 Consider view's min/max sizes when resizing Ryan Dwyer 2018-07-21 12:13:00 +1000
  • 9df660ee31 Store last button and use it when views request to move or resize Ryan Dwyer 2018-07-21 11:23:48 +1000
  • 6767d8a593 Prevent re-uploading the same cursor image multiple times Ryan Dwyer 2018-07-21 10:57:14 +1000
  • 0c87bff5d1 Replace static handle_end_operation with seat_end_mouse_operation Ryan Dwyer 2018-07-21 10:40:12 +1000
  • 86f5531511 Remove unnecessary includes Ryan Dwyer 2018-07-21 10:35:16 +1000
  • ff445cc855 Implement xdg shell request_move and request_resize events Ryan Dwyer 2018-07-20 09:28:22 +1000
  • 1b3b75a094 Use wlr_keyboard_get_modifiers Ryan Dwyer 2018-07-19 21:31:10 +1000
  • dd337127d8 Use separate function for choosing edge cursor Ryan Dwyer 2018-07-19 21:29:21 +1000
  • 31f91bd483 Improve resize performance by partially flushing the transaction queue Ryan Dwyer 2018-07-19 15:37:09 +1000
  • 350e9ea929 Fix clicking xwayland menus Ryan Dwyer 2018-07-19 15:20:43 +1000
  • c299b6b5cd Use max multiplier when resizing while preserving ratio Ryan Dwyer 2018-07-19 13:42:43 +1000
  • f9491c9584 Fix damage issue when moving and resizing Ryan Dwyer 2018-07-19 13:18:04 +1000
  • 2c6616050a Make mod + resize do it from the top left corner Ryan Dwyer 2018-07-19 13:17:20 +1000
  • 3aadf944ae Use WLR_MODIFIER_SHIFT Ryan Dwyer 2018-07-18 17:40:53 +1000
  • 9fbe13b9be Implement floating_modifier and mouse operations for floating views Ryan Dwyer 2018-07-18 16:13:28 +1000
  • 27f65b94ae
    Merge pull request #2320 from RedSoxFan/reset-outputs-on-reload Ryan Dwyer 2018-07-21 21:35:40 +1000
  • bc7d332109 Reset outputs on reload Brian Ashworth 2018-07-20 22:17:20 -0400
  • 51730a0597
    Merge pull request #2317 from RyanDwyer/force-display-urgency-hint Brian Ashworth 2018-07-20 21:46:56 -0400
  • 37b33f92e8 Fix urgent timer logic and remove unnecessary header includes Ryan Dwyer 2018-07-21 10:27:40 +1000
  • c2ed3d8bd6 Implement force_display_urgency_hint Ryan Dwyer 2018-07-20 19:37:27 +1000
  • a2b2146f7f
    Merge pull request #2318 from RedSoxFan/fix-output-wildcard emersion 2018-07-20 19:53:53 +0100
  • 9605ab45f1 Fix output wildcard handling Brian Ashworth 2018-07-20 12:32:29 -0400
  • b642d47c7f
    Merge pull request #2313 from minus7/swaybar-hotspot-input-fix Drew DeVault 2018-07-20 11:45:47 -0400
  • a88f960c29
    Merge dfdc00e7ba40babd5ef44056275d40ddc63a80cb into 0a0b676f6457c0272264e9f0e9435a15b50d999b Jack Byrne 2018-07-20 09:03:47 +0000
  • 0a0b676f64
    Merge pull request #2316 from RyanDwyer/fix-floating-pointer-events Brian Ashworth 2018-07-19 19:52:58 -0400
  • 8789ceea87 Fix pointer events for overlapping floating views Ryan Dwyer 2018-07-20 09:41:36 +1000
  • d28c4c0094
    Merge pull request #2314 from emersion/update-wlroots-1148 Drew DeVault 2018-07-19 14:18:13 -0700
  • 3483f1ea1a
    Merge branch 'master' into update-wlroots-1148 Drew DeVault 2018-07-19 14:09:19 -0700
  • 4154234eee Update for swaywm/wlroots#1148 emersion 2018-07-19 21:54:46 +0100
  • bfcfabee2b swaybar: Fix scroll handling on workspace buttons minus 2018-07-19 21:15:01 +0200
  • da9c86c608
    Merge pull request #2310 from RyanDwyer/assign-output Drew DeVault 2018-07-19 10:10:38 -0700
  • d8badceb54
    Merge pull request #2304 from RedSoxFan/fix-2298 emersion 2018-07-19 16:14:25 +0100
  • 54b00d351e Implement assign to output Ryan Dwyer 2018-07-19 22:30:19 +1000
  • 3a13455b4e
    Merge pull request #2309 from RyanDwyer/xwayland-set-hints emersion 2018-07-19 13:29:58 +0100
  • eecb393401
    Merge branch 'master' into xwayland-set-hints emersion 2018-07-19 12:22:47 +0100
  • cb4309b7cd
    Merge pull request #2305 from RyanDwyer/focus-output emersion 2018-07-19 12:10:56 +0100
  • 3dab83d6eb
    Merge pull request #2308 from RyanDwyer/fix-double-transaction emersion 2018-07-19 12:10:37 +0100
  • 63d6233fcb Allow xwayland views to become urgent when on a non-visible workspace Ryan Dwyer 2018-07-19 21:08:51 +1000
  • 32806d16ee Use parse_movement_direction Ryan Dwyer 2018-07-19 20:17:48 +1000