1
1
mirror of https://github.com/swaywm/sway synced 2025-03-06 04:31:10 +01:00

Commit Graph

  • 155e863ead
    Merge pull request #2811 from RyanDwyer/fix-floating-click-events Drew DeVault 2018-10-10 13:44:55 +0200
  • 41991542ca Add mouse_warping container Rouven Czerwinski 2018-10-10 11:28:37 +0200
  • 87bc707e9b
    Merge pull request #2812 from RyanDwyer/fix-version-messages emersion 2018-10-10 10:57:45 +0200
  • fa8959532b Fix program name in version strings Ryan Dwyer 2018-10-10 18:34:50 +1000
  • 416bb7a214 Fix floating click events Ryan Dwyer 2018-10-10 16:58:32 +1000
  • 2bd561d2b7
    Merge pull request #2810 from RyanDwyer/fix-docs-backandforth Drew DeVault 2018-10-10 01:58:07 +0200
  • 8c98bde20d Fix back_and_forth documentation Ryan Dwyer 2018-10-10 09:41:37 +1000
  • ab6423f9b9
    Merge pull request #2809 from mwenzkowski/fix-view_autoconfigure Drew DeVault 2018-10-10 00:46:15 +0200
  • fd645a2a88 Fix undesirable height change of floating views mwenzkowski 2018-10-09 20:10:45 +0200
  • 073aa4149f add libinput config for keyboard Vincent Gu 2018-10-09 21:19:02 +0800
  • 43875c437b
    Merge pull request #2805 from RyanDwyer/fix-resize-return-value Drew DeVault 2018-10-09 15:42:43 +0200
  • 53164c4aa2
    Merge pull request #2803 from RedSoxFan/fix-2802 Drew DeVault 2018-10-09 15:37:42 +0200
  • 61699a1146 resize: Determine if anything changed using before/after check Ryan Dwyer 2018-10-09 22:25:21 +1000
  • d3f0e52784 bar-bindsym: address ianyfan's comments Brian Ashworth 2018-10-09 08:12:02 -0400
  • 1c969e86f5 Implement bar bindsym Brian Ashworth 2018-10-08 11:40:13 -0400
  • e143c9613d
    Merge pull request #2804 from Emantor/swaynag-double-free Drew DeVault 2018-10-09 13:37:20 +0200
  • 1eb0dc2922 config: remove double free of config->swaynag_command Rouven Czerwinski 2018-10-09 13:10:39 +0200
  • 5e9c61ac23 Only consider tiling views for gaps outer Brian Ashworth 2018-10-08 18:49:55 -0400
  • 3fa2d545de Add create_secure_client and create_client_socket Drew DeVault 2018-09-08 10:19:33 -0400
  • 8932d17275 Implement permit & reject Drew DeVault 2018-09-06 22:40:41 -0400
  • 0b9f327f1a Add permit|reject skeletons and wiring Drew DeVault 2018-09-06 21:45:53 -0400
  • 633cafb0d5 Flesh out security-related data structures Drew DeVault 2018-08-01 21:47:22 -0400
  • bce7068b65 Load up security.d/* on startup Drew DeVault 2018-08-01 21:33:47 -0400
  • 14f89600a8 Remove FreeBSD specific security config Drew DeVault 2018-07-28 11:23:12 -0400
  • b80a4b27f1 Add sway-security(7) Drew DeVault 2018-07-28 11:14:13 -0400
  • 4bebee620f
    Merge pull request #2772 from RyanDwyer/improve-popup-damage Drew DeVault 2018-10-09 00:02:36 +0200
  • a999269e1c
    Merge pull request #2782 from RyanDwyer/popup-during-fullscreen Brian Ashworth 2018-10-08 15:28:09 -0400
  • 3f328b6276
    Merge branch 'master' into popup-during-fullscreen Brian Ashworth 2018-10-08 15:18:49 -0400
  • a03955f936
    Merge pull request #2799 from ianyfan/commands emersion 2018-10-08 19:17:40 +0200
  • efb123899f commands: when setting urgency, check container is not null Ian Fan 2018-10-08 17:35:01 +0100
  • 16e727a654
    Merge pull request #2795 from RedSoxFan/swaynag-disable emersion 2018-10-08 16:24:46 +0200
  • 09c3c33081 Allow swaynag to be disabled Brian Ashworth 2018-10-08 09:56:34 -0400
  • 45f2cd0c73
    Merge pull request #2793 from emersion/disable-swaybg emersion 2018-10-08 15:50:56 +0200
  • d21d2c8665 Remove duplicate code Ryan Dwyer 2018-10-08 23:50:43 +1000
  • 1c1fbd49db
    Merge pull request #2794 from johnae/fix-opacity-crashing-bug emersion 2018-10-08 15:42:19 +0200
  • b8002fc0c4 Look for any ancestor when checking for fullscreen exit Ryan Dwyer 2018-10-08 23:39:35 +1000
  • 88317b59ce Use current state when rendering transient containers Ryan Dwyer 2018-10-08 23:27:19 +1000
  • ab3a397d58 Fix memory leak in status_command handler emersion 2018-10-08 15:21:20 +0200
  • 08139daaa4
    Check if there is a current container before setting it's opacity John Axel Eriksson 2018-10-08 15:09:25 +0200
  • c988b03d85 Allow swaybg to be disabled emersion 2018-10-08 15:08:33 +0200
  • f23588de3c Introduce container_is_transient_for Ryan Dwyer 2018-10-08 23:00:36 +1000
  • 832ebc8966 Implement popup_during_fullscreen Ryan Dwyer 2018-10-07 20:40:05 +1000
  • 6cb0e58c6d
    Merge pull request #2791 from RyanDwyer/status-command-optional Drew DeVault 2018-10-08 14:42:48 +0200
  • 5e1983660d Allow status_command to be disabled via IPC Ryan Dwyer 2018-10-08 22:23:35 +1000
  • 26bebb9266 Add example status_command to default config Ryan Dwyer 2018-10-08 21:54:46 +1000
  • 41bfd8c790 swaybar: allow null status_command Ryan Dwyer 2018-10-08 21:40:09 +1000
  • b3b17280de
    Merge pull request #2789 from RyanDwyer/reload-idle Ian Fan 2018-10-08 12:05:18 +0000
  • e168e8f0ff Don't apply seat config when validating Ryan Dwyer 2018-10-08 21:18:30 +1000
  • 88a5e26c6e Remove unneeded variable Ryan Dwyer 2018-10-08 20:40:47 +1000
  • 82423991a8 Reload config using idle event Ryan Dwyer 2018-10-08 19:28:53 +1000
  • 560cbfe223
    Merge e6a6bdbac18efe2c69ebfefcbc7c56e592a292db into 89f4ebef064809c4e3d4cc08f8c7f08f4bc6d420 Ian Fan 2018-10-07 21:48:10 +0000
  • 89f4ebef06
    Merge pull request #2786 from swaywm/no-op-client-commands Drew DeVault 2018-10-07 23:30:05 +0200
  • 92e1fc00fd Shim client.background and client.placeholder Drew DeVault 2018-10-07 14:44:37 -0400
  • 7252c7f715 swaynag: s/Toggle Details/Toggle details/ Drew DeVault 2018-10-07 14:37:21 -0400
  • e6a6bdbac1 Fix crash on reload when keyboard is configured Ian Fan 2018-09-26 17:15:00 +0100
  • 06fade1c8b
    Merge pull request #2783 from martinetd/swaynag_uaf emersion 2018-10-07 09:57:51 +0200
  • e5ece5f8b3 swaynag: fix use-after-free in wl_display_dispatch Dominique Martinet 2018-10-07 16:33:26 +0900
  • caed15af82 Handle subsurfaces in view_child_damage Ryan Dwyer 2018-10-07 11:06:07 +1000
  • 59ba528bd9 Use wlr_xdg_popup_get_toplevel_coords Ryan Dwyer 2018-10-06 17:29:23 +1000
  • 1059e173f4 Only damage popups when popups have damage Ryan Dwyer 2018-10-06 14:49:33 +1000
  • 8393266eb5
    Merge pull request #2778 from emersion/swaybar-seat-pointer Drew DeVault 2018-10-06 20:10:09 +0200
  • f1d8ba69a6
    Merge pull request #2779 from ianyfan/ipc emersion 2018-10-06 19:45:54 +0200
  • d50f54fa42 swaybar: fix binding to wl_pointer multiple times emersion 2018-10-06 19:11:33 +0200
  • 2cda0b1fe1 ipc: set "type" of floating containers to "floating_con" Ian Fan 2018-10-06 18:11:05 +0100