1
1
mirror of https://github.com/swaywm/sway synced 2025-03-05 20:11:14 +01:00

Commit Graph

  • 02dfeea54c swaybar: synchronize rendering to output frames Ian Fan 2018-09-28 16:17:15 +0100
  • 4eb3fe4830
    Merge pull request #2732 from RyanDwyer/fix-zero-outputs emersion 2018-09-30 10:03:59 +0200
  • 24bcb507ec Fix hotplugging down to zero outputs Ryan Dwyer 2018-09-30 11:58:56 +1000
  • a53171669a
    Merge pull request #2698 from ianyfan/hide-cursor emersion 2018-09-29 14:32:05 +0200
  • ae2b70f59e add tap-and-drag setting to sway-input PP 2018-09-29 11:49:41 +0200
  • 351e722b6e
    Merge pull request #2729 from RyanDwyer/resize-return-false emersion 2018-09-29 11:24:54 +0200
  • 0f0d0c7f9b
    Merge pull request #2635 from RedSoxFan/fix-bg-special emersion 2018-09-29 11:23:38 +0200
  • 42f1fdf015 Return an error when resizing is a no op Ryan Dwyer 2018-09-29 17:05:55 +1000
  • 8f09ba7885 Move sticky containers in output_evacuate Brian Ashworth 2018-09-28 23:47:22 -0400
  • 0a0cf4540a Fix quote handling for commands Brian Ashworth 2018-09-18 21:44:40 -0400
  • af45ee2d8b Handle shell special characters in bg file path Brian Ashworth 2018-09-15 22:21:12 -0400
  • 7661c71b33 Update gaps documentation Ryan Dwyer 2018-09-29 12:59:02 +1000
  • bb708d0f82 Don't allow negative gaps Ryan Dwyer 2018-09-29 12:58:54 +1000
  • 415a48ac63 Make gaps implementation consistent with i3-gaps Ryan Dwyer 2018-09-29 11:06:07 +1000
  • dc01e884f7
    Merge pull request #2724 from RedSoxFan/update-man-pages Drew DeVault 2018-09-28 22:07:27 +0200
  • a9d9944e76 sway{,bar,input}.5: changes for generic blocks Brian Ashworth 2018-09-28 13:24:49 -0400
  • cc6544c538 sway.5: update set command information Brian Ashworth 2018-09-27 20:44:36 -0400
  • ca7084cb52
    Merge pull request #2723 from ianyfan/swaybar Drew DeVault 2018-09-28 16:44:35 +0200
  • 25e1f32738 swaybar: trim function prototypes Ian Fan 2018-09-28 14:09:33 +0100
  • 751bb4a376 swaybar: move i3bar definitions into separate file Ian Fan 2018-09-24 21:56:35 +0100
  • bcd2a8fe12 swaybar: remove unused focused_output property Ian Fan 2018-09-24 20:15:40 +0100
  • 98576b9dda swaybar: fix setting binding mode indicator Ian Fan 2018-09-24 18:55:52 +0100
  • 312d009f65 swaybar: fail if bar id is invalid Ian Fan 2018-09-24 18:42:25 +0100
  • 02df1e2b1b
    Merge pull request #2722 from RyanDwyer/workspace-configs emersion 2018-09-28 14:45:08 +0200
  • 56e9f31b2f Check for NULL output in workspace_valid_on_output Ryan Dwyer 2018-09-28 22:34:51 +1000
  • 138d10d5d6 Rename workspace_outputs to workspace_configs and fix memory leak Ryan Dwyer 2018-09-28 21:58:23 +1000
  • 1698260533
    Merge pull request #2720 from swaywm/swaylock-shadow emersion 2018-09-28 14:17:37 +0200
  • c977349120 Add support for building swaylock without PAM Drew DeVault 2018-09-28 12:18:54 +0200
  • 813de9f7ac
    Merge pull request #2716 from sghctoma/fix-swaybar-freebsd Drew DeVault 2018-09-28 04:22:18 -0500
  • 5104bd2c59
    Merge pull request #2663 from ianyfan/fix-txn-state-leaks Ryan Dwyer 2018-09-28 18:27:01 +1000
  • 0dfcadc1cf transaction: do not use pointers for state Ian Fan 2018-09-24 14:45:24 +0100
  • 0b2afee711
    Merge pull request #2719 from RyanDwyer/fix-view-is-visible Drew DeVault 2018-09-28 02:12:18 -0500
  • 22412f57b0 Fix floating views in tabbed/stacked workspaces not getting frame events Ryan Dwyer 2018-09-28 17:02:35 +1000
  • f16529e258 Remove server-decoration assumption if view supports xdg-decoration Ryan Dwyer 2018-09-27 23:00:10 +1000
  • 21ff87d72b Improve CSD logic Ryan Dwyer 2018-09-27 22:44:57 +1000
  • 6d0442c0c2 Rename view_set_csd_from_client to view_update_csd_from_client Ryan Dwyer 2018-09-27 17:09:05 +1000
  • efcfe57b10 Remove CSD from toggle list if client doesn't support it Ryan Dwyer 2018-09-25 19:34:53 +1000
  • 7b138e5ef0 Add CSD to border modes Ryan Dwyer 2018-09-24 20:54:57 +1000
  • 58af001517
    Merge pull request #2717 from ianyfan/tablet-config Drew DeVault 2018-09-27 04:17:53 -0500
  • a6c5628fa7 input config: merge left_handed option Ian Fan 2018-09-27 09:25:32 +0100
  • 5912be46c3
    Merge pull request #2704 from ianyfan/tablet-config Drew DeVault 2018-09-27 02:07:15 -0500
  • d00a581ae0
    Merge pull request #2715 from sghctoma/add-c11_source Drew DeVault 2018-09-26 16:37:23 -0500
  • 315b2bf100 Replace getdelim to make swaybar work on FreeBSD sghctoma 2018-09-26 20:38:16 +0200
  • 2f258eff6f Make sway/ipc-server.c POSIX 2001 compliant sghctoma 2018-09-26 20:10:53 +0200
  • 3e924f2345 Add _C11_SOURCE feature test macro on FreeBSD sghctoma 2018-09-26 20:05:45 +0200
  • a8a0014e0f Make libpam optional Drew DeVault 2018-09-20 19:31:09 -0400
  • 1ef96f7fb7
    Merge pull request #2713 from RyanDwyer/fix-remap-race Drew DeVault 2018-09-26 07:39:13 -0500
  • 4e4898e90f Fix race condition crash when view unmaps + maps quickly Ryan Dwyer 2018-09-26 21:28:16 +1000
  • c43374cdf0
    Merge pull request #2712 from alexbakker/fix-crash Brian Ashworth 2018-09-25 16:46:38 -0400
  • d129108cdd Add a missing null check for moving tiling containers Alexander Bakker 2018-09-25 22:19:46 +0200
  • 08815f9cfb
    Merge pull request #2708 from RyanDwyer/fix-output-disconnect-crash emersion 2018-09-25 09:36:25 +0200
  • b1a0e95e8e Fix crash when disconnecting output Ryan Dwyer 2018-09-25 08:21:22 +1000
  • 6194a445d3 input: enable configuring tablets with libinput Ian Fan 2018-09-24 12:46:52 +0100
  • a10fef9ae8 cursor: allow cursor_set_image to accept a NULL image to hide cursor Ian Fan 2018-09-24 12:29:47 +0100
  • dafb0526d7 seat: only show cursor if pointer configured Ian Fan 2018-09-23 14:36:12 +0100
  • fb8dfd00a4
    Merge 97c0a56ce3f3a0b2f3d3c756330956a4976bd2e1 into a032925ae7667e917f2bd8d1b77de97b400b3bf7 Ryan Dwyer 2018-09-24 09:37:33 +0000
  • a032925ae7
    Merge pull request #2701 from RedSoxFan/input-wildcard emersion 2018-09-24 10:43:18 +0200
  • baeb28ea62 Implement support for input wildcard Brian Ashworth 2018-09-23 19:56:52 -0400
  • 4a4f07ac25
    Merge pull request #2699 from RedSoxFan/fix-2667 emersion 2018-09-23 21:44:57 +0200
  • 9ea99a5d36 swaybg: fix increasingly smaller bg on hotplug Brian Ashworth 2018-09-23 15:17:36 -0400
  • 97c0a56ce3 Add CSD to border modes Ryan Dwyer 2018-09-23 23:24:34 +1000
  • 0bc9dc192f
    Merge pull request #2696 from RyanDwyer/fix-gtkmenubar Drew DeVault 2018-09-23 07:18:09 -0500
  • 271b24ddfb Fix GtkMenuBar always opening first item Ryan Dwyer 2018-09-23 22:00:18 +1000
  • c2c257b884
    Merge pull request #2695 from RyanDwyer/remove-moveoutoftabsstacks Drew DeVault 2018-09-23 06:19:12 -0500