1
1
mirror of https://github.com/swaywm/sway synced 2025-07-28 04:54:51 +02:00

Commit Graph

  • cdc4ad2b4f
    Merge pull request #2352 from RedSoxFan/implement-2335 emersion 2018-07-25 00:04:38 +0100
  • 3a75bb7f32 Change button var passed to seat_begin_move Brian Ashworth 2018-07-24 18:52:54 -0400
  • dca02944ce Implement floating_modifier <mod> [inverse|normal] Brian Ashworth 2018-07-24 18:41:08 -0400
  • 2bf893248a style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false Pascal Pascher 2018-07-24 23:37:41 +0200
  • 24ad1c3983 Added meson option "enable_xwayland" (default: true) to enable/disable xwayland support Pascal Pascher 2018-07-24 22:16:06 +0200
  • 817d37c950
    Merge pull request #2165 from swaywm/pid-workspaces Drew DeVault 2018-07-24 14:44:01 -0400
  • c80258c3b3 Address @emersion's review comments Drew DeVault 2018-07-24 14:31:38 -0400
  • 347f7cb4c1
    Merge pull request #2346 from RyanDwyer/fix-crash-on-click Drew DeVault 2018-07-24 07:50:55 -0400
  • 2f1b84a0f3 Fix crash when clicking certain surfaces Ryan Dwyer 2018-07-24 21:12:24 +1000
  • 354731f161
    Merge pull request #2344 from RyanDwyer/mod-resize-any-direction emersion 2018-07-24 12:10:08 +0100
  • e7c10f1871 Make mod+resize work in any direction Ryan Dwyer 2018-07-24 20:16:54 +1000
  • 1a9179dbab
    Merge pull request #2303 from frsfnrrg/mouse-bindings Ryan Dwyer 2018-07-24 19:48:27 +1000
  • e02a6718c2
    Merge branch 'master' into mouse-bindings Ryan Dwyer 2018-07-24 19:23:04 +1000
  • 6ccf2a2c66
    Merge pull request #2284 from frsfnrrg/resolve-workspace-name-todo Brian Ashworth 2018-07-23 22:01:25 -0400
  • ab0efebc3e Also extract first workspace name from bindcodes frsfnrrg 2018-07-15 10:35:56 -0400
  • 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