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

Commit Graph

  • 3ea176bb04
    Merge pull request #3419 from ianyfan/swaynag emersion 2019-01-14 10:50:43 +0100
  • 8729c65311 swaynag: handle empty $XDG_CONFIG_HOME better Ian Fan 2019-01-14 09:42:55 +0000
  • 22ac1c121a Replace resize_axis with wlr_edges Ryan Dwyer 2019-01-14 19:03:32 +1000
  • 89ad3f2bbb
    Merge pull request #3417 from swaywm/remove-swaylock emersion 2019-01-14 08:57:20 +0100
  • 3fca8b8d22 Split swaylock into separate project Drew DeVault 2019-01-13 21:29:12 -0500
  • 784178ed37 Remove WIP from README.md Drew DeVault 2019-01-13 21:36:59 -0500
  • 4879d40695
    Merge pull request #3144 from emersion/cmd-xwayland Drew DeVault 2019-01-13 20:42:39 -0500
  • 81bb675274
    Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved Drew DeVault 2019-01-13 20:41:05 -0500
  • 9f9ef76175
    Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improved Drew DeVault 2019-01-13 20:40:42 -0500
  • db1631b67d
    Merge pull request #3342 from RedSoxFan/scroll-buttons-improved Drew DeVault 2019-01-13 20:40:00 -0500
  • 23ab56bbf7
    Merge pull request #3402 from RyanDwyer/refactor-seatops Drew DeVault 2019-01-13 20:38:34 -0500
  • 08569aab36
    Merge pull request #3388 from RedSoxFan/reset-inputs-on-reload Drew DeVault 2019-01-13 20:37:05 -0500
  • fc93cd20dc
    Merge pull request #3397 from RedSoxFan/fix-swaybar-height Drew DeVault 2019-01-13 20:36:08 -0500
  • 4eb0767414
    Merge pull request #3398 from RedSoxFan/toggle-input-events Drew DeVault 2019-01-13 20:35:45 -0500
  • 9ce4d53e78
    Merge pull request #3408 from RedSoxFan/bar-padding Drew DeVault 2019-01-13 20:34:13 -0500
  • 9b5ac08682
    Merge pull request #3415 from RedSoxFan/swaybar-output-improved Drew DeVault 2019-01-13 20:33:44 -0500
  • 50d36ef238 swaybar: allow identifiers for output and tray Brian Ashworth 2019-01-13 12:06:35 -0500
  • a43863aa60
    Merge pull request #3412 from RedSoxFan/fix-cont-line-num Ian Fan 2019-01-12 22:05:18 +0000
  • bc808680b1 Split swayidle from sway Drew DeVault 2019-01-12 09:40:09 -0500
  • fae6fface4 Split swayidle from sway Drew DeVault 2019-01-12 09:40:09 -0500
  • b43345a1a3 config: fix line number with continued lines Brian Ashworth 2019-01-11 20:41:38 -0500
  • d256182f49
    Merge pull request #3411 from RedSoxFan/fix-brace-detect-seeking Ian Fan 2019-01-12 01:25:44 +0000
  • 39975ccfb5 config: do not reset pos when braces found Brian Ashworth 2019-01-11 20:02:20 -0500
  • ca0a75d540 swaybar: add status_edge_padding command Brian Ashworth 2019-01-11 00:12:24 -0500
  • c0f92cb2fb swaybar: add status_padding command Brian Ashworth 2019-01-10 23:43:45 -0500
  • 33d9de88ef swaylock: Add caps lock state to indicator Implements customization for the indicator as proposed in #2788 with comments from #3367 in mind. The default behaviour does not change exept for the caps lock text color. Robinhuett 2019-01-10 20:14:54 +0100
  • 4f42f4563f swaylock: Add caps lock state to indicator Implements customization for the indicator as proposed in #2788 with comments from #3367 in mind. The default behaviour does not change exept for the caps lock text color. Robinhuett 2019-01-10 20:14:54 +0100
  • 4e6bd53abf input_cmd_scroll_button: utilize mouse btn helpers Brian Ashworth 2019-01-10 12:45:52 -0500
  • 3d6440ec26 bar_cmd_bind: utilize mouse button helpers Brian Ashworth 2019-01-10 12:43:10 -0500
  • aa1c838f97 seat_cmd_cursor: utilize mouse button helpers Brian Ashworth 2019-01-10 11:47:34 -0500
  • 212baf2f75
    Merge pull request #3400 from ianyfan/config-brace emersion 2019-01-10 13:29:21 +0100
  • ed5aafd90b Refactor seat operations to use an interface Ryan Dwyer 2019-01-10 22:04:42 +1000
  • 00f8d0209f config.c: fix brace detection at end of file Ian Fan 2019-01-10 10:59:07 +0000
  • 15ac580b28
    Merge pull request #3341 from RedSoxFan/mouse-bindings-improved Ian Fan 2019-01-10 10:55:22 +0000
  • 058428b8df
    Merge pull request #3394 from RedSoxFan/bar-block-render emersion 2019-01-10 10:43:00 +0100
  • 9abac85888
    Merge pull request #3399 from RedSoxFan/fix-output-destruction-segfaults emersion 2019-01-10 09:20:07 +0100
  • 8fd3f32c79 Fix segfaults on output destruction Brian Ashworth 2019-01-10 03:07:36 -0500
  • 4dba42555f get_inputs: add libinput send events mode Brian Ashworth 2019-01-09 22:25:01 -0500
  • 55e1d599a2 input_cmd_events: implement toggle Brian Ashworth 2019-01-09 22:09:59 -0500
  • 124085eba9 swaybar: obey height if given Brian Ashworth 2019-01-09 20:58:00 -0500
  • 39873bc1f0 swaybar: fix rendering of border and background Brian Ashworth 2019-01-09 20:28:30 -0500
  • d0b9701820
    Merge pull request #3396 from RedSoxFan/scroll-titlebar-border emersion 2019-01-10 00:32:09 +0100
  • a8b3ae9284 cursor: allow scrolling tabs/stack on title border Brian Ashworth 2019-01-09 18:15:15 -0500
  • eefa6b1ad3 bind{code,sym}: utilize mouse button helpers Brian Ashworth 2019-01-06 13:16:54 -0500
  • 6f6a9af60e Add helpers for improved mouse button parsing Brian Ashworth 2018-12-28 13:48:09 -0500
  • 4696f49ecc reload: reset input configs Brian Ashworth 2019-01-09 00:09:20 -0500
  • 14cab78612 Reset container dimensions when moving into workspace from direction Ryan Dwyer 2019-01-09 23:07:32 +1000
  • b5cce51358 Reset container dimensions when moving into workspace from direction Ryan Dwyer 2019-01-09 23:07:32 +1000
  • f9cea7f09b
    Merge pull request #3391 from jbeich/freebsd emersion 2019-01-09 14:00:54 +0100
  • 0a4c4f3e52 Simplify evdev includes on FreeBSD by relying on up-to-date package Jan Beich 2019-01-09 10:50:58 +0000
  • d06782c5e7
    Merge pull request #3386 from RedSoxFan/seat-reload-wait emersion 2019-01-09 10:01:17 +0100
  • 8daea2bfec
    Merge pull request #3390 from RedSoxFan/execute-seat emersion 2019-01-09 09:59:09 +0100
  • cfdb614e84
    Merge pull request #3372 from ianyfan/tray emersion 2019-01-09 09:58:09 +0100
  • 51bc466e2b
    Merge pull request #3389 from RedSoxFan/swap-context-seat emersion 2019-01-09 09:54:16 +0100
  • ff62425480
    Merge pull request #3387 from RedSoxFan/keyboard-timer-before-execute emersion 2019-01-09 09:52:39 +0100
  • fdc262d402 cmd_bind: pass the seat to execute_command Brian Ashworth 2019-01-09 01:50:40 -0500
  • c4122e3975 cmd_swap: use handler context seat Brian Ashworth 2019-01-09 01:37:46 -0500
  • 1feb2ce064 keyboard: update repeat timer before execution Brian Ashworth 2019-01-09 00:52:47 -0500
  • f33969358c reload: apply seat cfgs after reading entire cfg Brian Ashworth 2019-01-09 00:57:23 -0500
  • da8f24de1d
    Merge pull request #3385 from robertgzr/reset_output_mapping Drew DeVault 2019-01-08 20:36:56 -0500
  • 145ac2c571 cursor: allow mapping to all outputs Robert Günzler 2019-01-09 01:52:19 +0100
  • 07ea986ee7 config.in: update swayidle/swaylock example Ian Fan 2019-01-09 01:16:32 +0000
  • 9a6f4bc0d9 swayidle: add ability to wait for command to finish Ian Fan 2019-01-07 13:22:01 +0000
  • cab5449b1d swayidle: fix log message about lock fd Ian Fan 2019-01-07 13:21:37 +0000