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

Commit Graph

  • 9e6c6ce332 swaybar: fix command malloc in workspace command Brian Ashworth 2019-01-22 14:00:33 -0500
  • f4d54d074f swaybar: fix command malloc in workspace command Brian Ashworth 2019-01-22 14:00:33 -0500
  • d7d906c7fd background-image.c: remove stdbool header Ian Fan 2019-01-22 17:54:06 +0000
  • b95387ba74 background-image.c: remove stdbool header Ian Fan 2019-01-22 17:54:06 +0000
  • d8f3e6e19a swaybar: fix workspace command Ian Fan 2019-01-22 11:43:37 +0000
  • 04aa41de34
    Merge pull request #3496 from mstoeckl/fix-san Drew DeVault 2019-01-22 11:04:56 -0500
  • 0af5b26e41 Fix dead stores found by scan-build M Stoeckl 2019-01-22 10:07:38 -0500
  • 71a37ad186
    Merge pull request #3494 from ianyfan/commands Drew DeVault 2019-01-22 07:55:31 -0500
  • 8ce57f0a77 root_scratchpad_remove_container: do not show Brian Ashworth 2019-01-22 03:47:32 -0500
  • de9a357de8 util.c: remove numlen function Ian Fan 2019-01-22 10:43:48 +0000
  • 373aed6ab6 swaybar: fix workspace command Ian Fan 2019-01-22 11:43:37 +0000
  • ec0013b9f5 commands: allow setting floating on scratchpad containers Ian Fan 2019-01-22 11:08:37 +0000
  • 34dea3d9d2 commands: allow tiled containers to be stickied Ian Fan 2019-01-22 11:07:32 +0000
  • 14191b902e util.c: remove numlen function Ian Fan 2019-01-22 10:43:48 +0000
  • 42f8a038c9 Remove assumption that noop output will be called NOOP-1 Ryan Dwyer 2019-01-21 21:17:36 +1000
  • 7f8ea60e71 Don't allow noop output to be configured Ryan Dwyer 2019-01-20 19:05:28 +1000
  • e815e48cee Hide noop output in IPC Ryan Dwyer 2019-01-20 10:50:36 +1000
  • 75e7ce82f5 Prevent noop output from being enabled Ryan Dwyer 2019-01-20 10:50:11 +1000
  • 2301349ad5 Use noop output when there's no outputs connected Ryan Dwyer 2019-01-17 20:16:23 +1000
  • 05db6558f6 root_scratchpad_remove_container: do not show Brian Ashworth 2019-01-22 03:47:32 -0500
  • ab0248a545 seat_create: set initial focus for added seats Brian Ashworth 2019-01-21 23:46:44 -0500
  • 39cf477090 swaynag: Small graphical fix, add offset of +1 to X/Y. Connor E 2019-01-22 08:23:38 +0000
  • f8b965ff38 swaynag: Small graphical fix, add offset of +1 to X/Y. Connor E 2019-01-22 08:23:38 +0000
  • f493fb526d
    Merge pull request #3485 from mstoeckl/minimize-deps Brian Ashworth 2019-01-22 01:02:48 -0500
  • 0b817e82ec seat_create: set initial focus for added seats Brian Ashworth 2019-01-21 23:46:44 -0500
  • 510aafca75 systemd --user support files Дамјан Георгиевски 2019-01-21 23:56:52 +0100
  • 4b1eaaf731 Removed unused wlroots dependency for sway(bg|bar|msg|nag) M Stoeckl 2019-01-21 13:01:09 -0500
  • c040defd5f Fix edge case bug in numlen, dropping use of math.h functions M Stoeckl 2019-01-21 12:46:45 -0500
  • d7ff776552 Move sway-specific functions in common/util.c into sway/ M Stoeckl 2019-01-21 12:39:16 -0500
  • 410c961388 swaybar: fix setting floating watcher slots Ian Fan 2019-01-21 14:56:00 +0000
  • 20681727fb swaybar: fix setting floating watcher slots Ian Fan 2019-01-21 14:56:00 +0000
  • cddb057343
    Merge pull request #3480 from RedSoxFan/input-modes-improved-toggle Drew DeVault 2019-01-21 09:28:47 -0500
  • 1fb6918f9e
    Merge pull request #3482 from emersion/meson-systemd-version Drew DeVault 2019-01-21 09:25:11 -0500
  • e134da3023
    Fix one remaining wlr_log call emersion 2019-01-21 13:02:03 +0100
  • 1211a81aad Replace wlr_log with sway_log M Stoeckl 2019-01-20 13:51:12 -0500
  • 51e4b94270
    meson: set minimum systemd version emersion 2019-01-21 12:56:32 +0100
  • b5b7dab953 Remove assumption that noop output will be called NOOP-1 Ryan Dwyer 2019-01-21 21:17:36 +1000
  • eac7c4aedc Don't allow noop output to be configured Ryan Dwyer 2019-01-20 19:05:28 +1000
  • 606c9530c8 Hide noop output in IPC Ryan Dwyer 2019-01-20 10:50:36 +1000
  • a20f9829ba Prevent noop output from being enabled Ryan Dwyer 2019-01-20 10:50:11 +1000
  • e81f6925bc Use noop output when there's no outputs connected Ryan Dwyer 2019-01-17 20:16:23 +1000
  • 5c834d36e1 Log libinput_config_status errors Brian Ashworth 2019-01-21 02:41:06 -0500
  • 932afa82e0 Log libinput_config_status errors Brian Ashworth 2019-01-21 02:41:06 -0500
  • 91c1f44956 input_cmd_events: allow toggle modes to be listed Brian Ashworth 2019-01-21 02:13:01 -0500
  • 9e3d30a102 Replace wlr_log with sway_log M Stoeckl 2019-01-20 13:51:12 -0500
  • 9df3a9136c Allocate minimum size necessary in pango text functions. (#3473) Connor Edwards 2019-01-20 14:03:30 +0000
  • a3d3504072
    Merge pull request #3468 from emersion/fix-output-gain-crtc Drew DeVault 2019-01-20 09:01:33 -0500
  • 83c543e051 Handle malloc failure. Connor E 2019-01-20 13:55:25 +0000
  • 445d948734 Allocate minimum size necessary in pango text functions. Connor E 2019-01-20 13:51:48 +0000
  • e2c4a4d420 swaymsg: remove build dependency on wlroots M Stoeckl 2019-01-19 13:56:07 -0500
  • d7ffa5cd49 swaymsg: remove dependency on log.h M Stoeckl 2019-01-19 13:52:41 -0500
  • da51d5f424 swaymsg: remove dependency on stringop.h M Stoeckl 2019-01-19 13:44:31 -0500
  • 320fe4ad30 Pass errors up to caller in ipc-client.c M Stoeckl 2019-01-19 13:40:01 -0500
  • 62260ab56e Fix backup methods in get_socketpath for IPC client M Stoeckl 2019-01-19 10:31:55 -0500
  • 9bbfd44bbe Fix backup methods in get_socketpath for IPC client M Stoeckl 2019-01-19 10:31:55 -0500
  • afac6ced6e apply_output_config: remove output_i Brian Ashworth 2019-01-19 11:04:42 -0500
  • f4fa1ed1ea apply_output_config: remove output_i Brian Ashworth 2019-01-19 11:04:42 -0500
  • 1ecc289543
    swaybg: remove assert crashing on hotplug emersion 2019-01-19 10:27:47 +0100
  • 0bf3252d8b
    Fix re-enabling outputs gaining a CRTC emersion 2019-01-19 10:19:59 +0100
  • 07f4c1e3a9 swaynag: fix XDG_CONFIG_HOME handling emersion 2019-01-19 08:41:18 +0100
  • 695948e689 Fix memory leaks in swaybar M Stoeckl 2019-01-18 21:05:50 -0500
  • d66e84e9de
    swaynag: fix XDG_CONFIG_HOME handling emersion 2019-01-19 08:41:18 +0100
  • 2ae2d09c4c Prevent crashes in handle_transform and handle_scale too emersion 2019-01-19 00:28:45 +0100
  • 3b7a7462a2 Fix crash in cursor_rebase with multiple screens emersion 2019-01-18 19:32:06 +0100