Commit Graph

  • 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
  • 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
  • f87628e2ab swaybar: improve tray logging Ian Fan 2019-01-04 11:57:31 +0000
  • d093c3ac55 swaybar: handle SNI signals better Ian Fan 2019-01-04 11:57:18 +0000
  • b666fc76a6 swaybar: free the right item during tray destruction Ian Fan 2019-01-02 22:31:05 +0000
  • 140bc2dd5b
    Merge pull request #3275 from ianyfan/remove-readline emersion 2019-01-08 10:05:37 +0100
  • 353d9ed74f
    Merge pull request #3337 from RedSoxFan/fix-seat-cmd-cursor emersion 2019-01-08 09:44:11 +0100
  • 327236a7ab Add data-control-v1 emersion 2019-01-07 18:39:33 +0100
  • cc858e605a seat: unhide the cursor if it is warped to focus Rouven Czerwinski 2019-01-07 13:23:28 +0100
  • 0b18560952 view: use seat_consider_warp_to_focus in view_unmap Rouven Czerwinski 2019-01-07 13:21:02 +0100
  • fde900861a cursor: move unhide and timeout retrieval into separate functions Rouven Czerwinski 2019-01-07 13:19:47 +0100
  • bd59602711
    Merge pull request #3381 from oscarwcl/swayidle-inhibit-sleep emersion 2019-01-07 13:34:04 +0100
  • 5a24ed2bf2 swayidle: Fix sleep inhibitor not being acquired Oscar Cowdery Lack 2019-01-07 22:48:42 +1100
  • 688f4137a5
    Merge pull request #3378 from jbeich/master emersion 2019-01-06 13:59:39 +0100
  • 4a11d0e470 Use %z for printing size_t Jan Beich 2019-01-06 12:19:01 +0000
  • 728e5700dd
    Merge pull request #3367 from oscarwcl/swaylock-fix-capslock Drew DeVault 2019-01-05 23:45:38 -0500
  • 0cc56ebe94 Fix urgency documentation Ryan Dwyer 2019-01-06 14:10:21 +1000
  • bb5b168b6f Update README.md Drew DeVault 2019-01-05 13:14:10 -0500
  • d87cded568 Fixed formulations. PlusMinus0 2019-01-04 11:34:16 +0100
  • 1b341834a6 Update sway-output.5.scd PlusMinus0 2019-01-02 09:04:12 +0100
  • ee50134634 Apply tiling_drag_threshold to all containers David96 2019-01-03 13:11:35 +0100
  • 1450a9e9f9 completion: use jq instead of sed for swaybar completion Réouven Assouly 2019-01-02 22:50:51 +0100
  • cf00fb2ccc zsh: update completions Réouven Assouly 2019-01-01 16:16:11 +0100
  • 5bf4daf263 Implement tiling_drag_threshold Brian Ashworth 2019-01-01 08:45:21 -0500
  • 76cd3f2642 swaylock: Fix caps lock not updating immediately Oscar Cowdery Lack 2019-01-03 09:12:01 +1100
  • 5bef06adfd fixup! stringop.c: rewrite strip_whitespace Ian Fan 2019-01-02 18:47:22 +0000
  • a96e86744f Fix fullscreen view rendering crash Mack Straight 2019-01-01 09:45:14 -0500
  • bd35879e1c fixup! config.c: re-enable backslash continuation in config file Ian Fan 2019-01-01 09:01:09 +0000
  • a9c5158a77 config.c: re-enable backslash continuation in config file Ian Fan 2018-12-31 23:00:49 +0000
  • a82b8a3c14 Remove readline.c Ian Fan 2018-12-09 12:09:11 +0000
  • 967566e37f stringop.c: rewrite strip_whitespace Ian Fan 2018-12-09 11:52:55 +0000
  • 3b4cf3718b bash: add completion for swaybar Gaël PORTAY 2018-12-31 13:17:05 -0500
  • 3d7c20f062
    Merge pull request #3249 from ianyfan/tray Drew DeVault 2018-12-31 15:43:23 -0500
  • 9e31f5d79c swaybar: use KDE's SNI IconThemePath property Ian Fan 2018-12-17 23:52:15 +0000
  • 371089f62c swaybar: handle new and lost StatusNotifierWatcher Ian Fan 2018-12-17 14:08:16 +0000
  • 8ffb7f0529 swaybar: draw a sad face if SNI has no icon Ian Fan 2018-12-16 18:43:40 +0000
  • f33b5c5223 swaybar: do not create tray if hidden Ian Fan 2018-12-11 16:27:39 +0000
  • 2fd41fe9c8 swaybar: set bar dirty on SNI event Ian Fan 2018-12-07 12:40:45 +0000
  • 6becde0246 swaybar: implement mouse events for tray Ian Fan 2018-12-07 12:39:35 +0000
  • fa2c5282c1 swaybar: implement tray rendering Ian Fan 2018-12-07 12:37:33 +0000
  • 6b03c68775 swaybar: implement tray config Ian Fan 2018-12-09 15:10:41 +0000
  • 74655f835a swaybar: add StatusNotifierItem to tray Ian Fan 2018-12-07 12:33:45 +0000
  • e6cb55e2f8 swaybar: add StatusNotifierHost to tray Ian Fan 2018-12-07 12:33:45 +0000
  • 746600e6ed swaybar: implement icon themes and lookup for tray Ian Fan 2018-12-06 12:51:52 +0000
  • 02df3f67aa swaybar: add StatusNotifierWatcher to tray Ian Fan 2018-12-05 17:28:14 +0000
  • ef555012fa swaybar: add skeleton dbus code to tray Ian Fan 2018-12-05 17:36:37 +0000
  • 5f65f33989 swaybar: add tray interface Ian Fan 2018-10-28 10:25:47 +0000
  • 598e950296 swaybar: remove old tray implementation Ian Fan 2018-10-26 09:44:01 +0100
  • 4a3ada303b Apply implicit fallback seat config Brian Ashworth 2018-12-30 23:01:47 -0500
  • 54d0f3a40e Set font options when computing text width. John Chen 2018-12-30 21:29:37 +0800
  • 828060af73 swaybar: fix double free Mack Straight 2018-12-31 00:56:27 -0500
  • 69e0982439
    Merge pull request #3352 from emersion/env-docs Brian Ashworth 2018-12-30 21:26:48 -0500
  • 72f8d0ff59
    Undocument SWAY_CURSOR_THEME and SWAY_CURSOR_SIZE emersion 2018-12-31 01:42:33 +0100
  • 4d88c95790 hide_cursor: change to a seat subcommand Brian Ashworth 2018-12-27 00:32:15 -0500
  • 09bb71f650 Verify seat fallback settings on reload Brian Ashworth 2018-12-29 21:50:03 -0500
  • 6ec2983d96 seat_cmd_cursor: work on seat name provided Brian Ashworth 2018-12-27 12:06:35 -0500
  • 3e8f548d1d Revamp seat configs Brian Ashworth 2018-12-27 00:46:55 -0500
  • 4503ad2d19 sway-output(5): doc scaling consideration for pos Brian Ashworth 2018-12-27 11:25:48 -0500
  • ae8937b11a Add failure reply on IPC_SYNC Brian Ashworth 2018-12-29 10:43:32 -0500
  • 0dbf2673a1 Remove button from state on release during op Brian Ashworth 2018-12-29 00:30:27 -0500
  • c54258f323
    Merge pull request #3346 from ermo/sway-bar_focused_statusline_colour-render-fix Drew DeVault 2018-12-29 10:24:34 -0500
  • 612702591c swaybar: fix focused_statusline color parsing. Rune Morling 2018-12-29 13:34:52 +0100
  • f50d161574
    Merge pull request #3345 from RyanDwyer/fix-scratchpad-crash Brian Ashworth 2018-12-28 23:57:34 -0500
  • dd8d2dedf7 Fix crash when scratchpad contains split containers Ryan Dwyer 2018-12-29 14:34:34 +1000
  • 9bf1b7a029 added fullscreen_mode to get_tree output NokiDev 2018-12-25 14:28:40 +0100
  • 3248c823ed Split image_surface handling into own function Brian Ashworth 2018-12-19 18:22:56 -0500
  • 5fca74a1f1 Implement hide_cursor <timeout> command Brian Ashworth 2018-12-17 15:37:15 -0500
  • a223030b70 Change mouse buttons to x11 map and libevdev names Brian Ashworth 2018-12-23 10:54:54 -0500
  • 00d97cb195 sway(5): document tiling_drag Brian Ashworth 2018-12-24 00:16:37 -0500
  • 82b0296964 swaylock: Submit password on Ctrl-D Milkey Mouse 2018-12-20 12:32:36 -0800
  • 9877189ea3 swaylock: Clear password buffer on Ctrl-C Milkey Mouse 2018-12-20 12:19:21 -0800
  • cf7c77e56a Fix wlr_box_intersection args for wlroots 1441 Brian Ashworth 2018-12-22 11:59:41 -0500
  • 788b715776 Fixes per wlroots#1441 Drew DeVault 2018-12-22 08:53:05 -0500
  • 0d3cf36c85 IPC_SUBSCRIBE ensure request object is an array Aidan Harris 2018-12-22 10:52:27 +0000
  • 88d96bc41f Combine output_by_name and output_by_identifier Brian Ashworth 2018-12-20 13:02:45 -0500
  • 477bca5e28 Terminate swaybg in output_disable Brian Ashworth 2018-12-19 03:21:41 -0500
  • 3a4f4f5d66 Return success when renaming a workspace to itself Ryan Dwyer 2018-12-18 21:59:20 +1000
  • e726b5c445
    Merge pull request #3308 from RedSoxFan/fix-titlebar-click Drew DeVault 2018-12-17 19:05:33 -0500
  • 0ea54833d4 Focus node before tiling drag if on titlebar Brian Ashworth 2018-12-17 16:51:12 -0500
  • 0d741782c4
    Merge pull request #3305 from emersion/isue-template-stack-trace Brian Ashworth 2018-12-17 12:42:49 -0500
  • 4a42561a62
    issue template: add instructions for stack traces emersion 2018-12-17 18:13:55 +0100
  • 4e2cfe0526 cmd_split: add null checks in do_split Brian Ashworth 2018-12-17 12:16:19 -0500
  • 5f25541022 Allow output ids and wildcard for workspace output Brian Ashworth 2018-12-17 02:00:50 -0500
  • eb527ac01a swaynag: remove double free of details button Brian Ashworth 2018-12-17 00:54:00 -0500
  • 8d7ebc258a Allow tiling views to be dragged by the titlebar Brian Ashworth 2018-12-17 02:30:50 -0500
  • 1442d4e688 Update for swaywm/wlroots#1377 Rostislav Pehlivanov 2018-12-16 13:27:45 +0000