Commit graph

  • 79011e68df missing headers for swaybar/input.c ossi.ahosalmi 2018-10-19 15:55:30 +03:00
  • 9ea71f292b Introduce cursor_rebase Ryan Dwyer 2018-10-19 00:04:21 +10:00
  • 28f3b8cb03
    Merge pull request #2882 from RyanDwyer/fix-mouse-warp-logic Drew DeVault 2018-10-19 14:40:56 +02:00
  • 4d743b64d0 Fix logic used for mouse_warping output Ryan Dwyer 2018-10-19 22:28:02 +10:00
  • 96e3686ae8
    Merge pull request #2875 from RedSoxFan/input-device-bindings Drew DeVault 2018-10-19 14:00:03 +02:00
  • 19adc3ff2d
    Merge pull request #2877 from RyanDwyer/warp-on-workspace-switch Drew DeVault 2018-10-19 02:49:13 +02:00
  • a2fdac2c4b Consider cursor warp when switching workspaces Ryan Dwyer 2018-10-19 07:57:50 +10:00
  • 51959eecd4 swaybar: remove cursor code Ian Fan 2018-10-18 22:12:17 +01:00
  • 2e637b7368 cmd_bind{sym,code}: Implement per-device bindings Brian Ashworth 2018-10-18 13:13:40 -04:00
  • 30dbb8eba0
    Merge pull request #2874 from ianyfan/swaybar Brian Ashworth 2018-10-18 13:37:35 -04:00
  • 499150a91b swaybar: separate input code to new file Ian Fan 2018-10-17 20:21:27 +01:00
  • d88b7a63f4
    Merge pull request #2871 from RyanDwyer/untangle-cursor-warp Drew DeVault 2018-10-18 15:18:41 +02:00
  • 24a90e5d86 Remove cursor warping from seat_set_focus Ryan Dwyer 2018-10-18 23:08:45 +10:00
  • 103b7bc47d
    Merge pull request #2868 from emersion/xcursor-env Drew DeVault 2018-10-17 22:19:01 +02:00
  • fd9198a3a4 Export XCURSOR_SIZE and XCURSOR_THEME emersion 2018-10-17 21:10:30 +02:00
  • abaa1336a7
    Merge 4dd76b7d1e into 10d07478ad John Axel Eriksson 2018-10-17 14:16:17 +00:00
  • 10d07478ad
    Merge pull request #2858 from RyanDwyer/fix-move-to-floating-ws Drew DeVault 2018-10-17 16:16:12 +02:00
  • 46dafbf74a
    Merge pull request #2864 from sghctoma/freebsd-fixes Drew DeVault 2018-10-17 16:14:35 +02:00
  • e46c3ffbc9
    Merge pull request #2861 from RyanDwyer/fix-empty-workspace-crashes Drew DeVault 2018-10-17 16:13:05 +02:00
  • 765c80e5f7
    Merge pull request #2820 from Emantor/fix-mouse-warping-container Drew DeVault 2018-10-17 15:57:13 +02:00
  • 8d56269d9c
    Merge pull request #2862 from SpeedJack/fix-stringop-overflow Drew DeVault 2018-10-17 15:55:49 +02:00
  • 4dd76b7d1e
    Don't overflow the buffer when buffer would overflow. John Axel Eriksson 2018-10-17 15:55:06 +02:00
  • af2cfa5221 Set sysconfdir to /etc only if prefix is /usr sghctoma 2018-10-17 15:06:55 +02:00
  • 8c86fff6dc
    Fix stringop-overflow warnings Niccolò Scatena 2018-10-17 13:00:12 +02:00
  • 17014c34e2 Fix crashes when running certain commands on an empty workspace Ryan Dwyer 2018-10-17 19:55:00 +10:00
  • 2694fd72b6 Increase _POSIX_C_SOURCE to 200112L sghctoma 2018-10-17 11:09:58 +02:00
  • 799f285cd1 Fix moving tiled containers to workspaces which only have floating views Ryan Dwyer 2018-10-17 16:50:56 +10:00
  • 434cbaabf0
    Merge pull request #2843 from c-edw/feature/2842_TruncateMessage Brian Ashworth 2018-10-16 21:39:37 -04:00
  • 3a5a8aa5ad
    Merge branch 'master' into feature/2842_TruncateMessage Brian Ashworth 2018-10-16 21:31:29 -04:00
  • fa2d2c8559
    Merge pull request #2855 from SpeedJack/sysconfdir-fhs-compliant Drew DeVault 2018-10-16 23:50:42 +02:00
  • cfc533aa9c Truncate message, append buffer overflow message if too long. Connor E 2018-10-16 19:05:41 +01:00
  • ede43b6ec1
    Merge 37bb438e42 into 18a2646c1d Connor E 2018-10-16 18:10:19 +00:00
  • 027928bdeb
    Set SYSCONFDIR to /etc even when "prefix" is set Niccolò Scatena 2018-10-16 19:44:45 +02:00
  • 615d4bf958
    Revert "Fix SYSCONFDIR to include "prefix"" Niccolò Scatena 2018-10-16 19:35:06 +02:00
  • 37bb438e42 Add Dockerfile for Fedora 29. Connor E 2018-10-16 18:31:24 +01:00
  • 18a2646c1d
    Merge pull request #2852 from RyanDwyer/back-and-forth-crash Drew DeVault 2018-10-16 18:18:01 +02:00
  • 1f0aeae335 view: rewarp cursor during view_unmap Rouven Czerwinski 2018-10-15 16:21:38 +02:00
  • d69cf4c23c seat: use new warping functions for cursor warping during focus warp Rouven Czerwinski 2018-10-15 16:20:18 +02:00
  • 0969bf758b cursor: functions to warp cursor to container and workspace Rouven Czerwinski 2018-10-15 16:18:46 +02:00
  • 892446a0b6 view: move arrange_workspace into view_map Rouven Czerwinski 2018-10-13 21:01:02 +02:00
  • d0974d5c50 Fix crash when using workspace back_and_forth with no previous Ryan Dwyer 2018-10-16 23:42:53 +10:00
  • 113751ea48
    Merge pull request #2836 from RyanDwyer/set-set-raw-focus Ian Fan 2018-10-16 10:59:09 +01:00
  • ac20690945
    Merge branch 'master' into set-set-raw-focus Ian Fan 2018-10-16 10:50:56 +01:00
  • 75ad08598c Focus workspace when swaybar is clicked Scott Anderson 2018-10-16 17:49:08 +13:00
  • 05284b65db Prevent duplicate workspace::focus events Ryan Dwyer 2018-10-16 08:17:24 +10:00
  • cd02d60a99
    Merge pull request #2845 from colemickens/posix_clock Drew DeVault 2018-10-15 23:01:53 +02:00
  • a9a9df75ec common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONIC Cole Mickens 2018-10-15 13:36:56 -07:00
  • 4e4b922d79
    Merge pull request #2839 from RyanDwyer/swaylock-version Drew DeVault 2018-10-15 21:30:53 +02:00
  • e644632198 Fix swaylock version string Ryan Dwyer 2018-10-16 00:08:00 +10:00
  • f6ad4908bc
    Merge pull request #2838 from RyanDwyer/compositor-unavailable-crash Drew DeVault 2018-10-15 15:37:17 +02:00
  • 97b9452171
    Merge pull request #2835 from RyanDwyer/swap-crash Drew DeVault 2018-10-15 15:35:50 +02:00
  • 32ba8154b8 Sway clients: Exit gracefully when compositor is unavailable Ryan Dwyer 2018-10-15 21:57:59 +10:00
  • 26278b694c Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp Ryan Dwyer 2018-10-15 21:06:24 +10:00
  • fe803b89a7 Fix crash in swap command Ryan Dwyer 2018-10-15 19:40:40 +10:00
  • 56c388b510
    Merge pull request #2831 from swaywm/move-output-docs Drew DeVault 2018-10-14 17:04:55 +02:00
  • b69060fc58 Establish sway-output(5) Drew DeVault 2018-10-14 10:48:51 -04:00
  • 53d90dd6a8
    Merge pull request #2826 from RyanDwyer/common-eventloop Drew DeVault 2018-10-14 16:34:22 +02:00
  • 135f0fc7e7 Update README.MD (and README.*.md) Drew DeVault 2018-10-14 10:33:38 -04:00
  • c6f153d8f9 Event loop: Fix memmove and remove extraneous declaration Ryan Dwyer 2018-10-15 00:23:53 +10:00
  • 893f61d03a Event loop: Free fds and fix race condition Ryan Dwyer 2018-10-14 23:59:51 +10:00
  • 6921fdc6d6 Remove timerfd from loop implementation Ryan Dwyer 2018-10-14 12:28:38 +10:00
  • f98f351a52 swaylock: Don't wait too long for surface damage before verifying Ryan Dwyer 2018-10-13 17:06:33 +10:00
  • fa11b7f701 swaylock: clear password after 10 seconds Ryan Dwyer 2018-10-13 16:56:35 +10:00
  • c242712262 swaylock: Remove indicator after 3 seconds Ryan Dwyer 2018-10-13 16:52:13 +10:00
  • 9c833c661a swaylock: Use common event loop Ryan Dwyer 2018-10-13 16:14:35 +10:00
  • 4056c09e13 Move swaybar's event loop to common directory and refactor Ryan Dwyer 2018-10-13 16:04:37 +10:00
  • 7f2e6d812a Document border csd Drew DeVault 2018-10-14 10:23:40 -04:00
  • 4a05fbf8ab
    Merge pull request #2751 from ianyfan/swaybar Drew DeVault 2018-10-14 15:13:50 +02:00
  • 85dd36e92b swaybar: add documentation for hide/hidden_state subcommands Ian Fan 2018-10-13 21:44:08 +01:00
  • 4dba7c084a swaybar: when hiding bar, save old height to be restored upon reshow Ian Fan 2018-10-13 11:56:56 +01:00
  • a29ee77411 swaybar: send signal to status when hiding or showing bar Ian Fan 2018-10-12 20:59:45 +01:00
  • f6f72cb949 swaybar: show hidden bar on urgency Ian Fan 2018-10-12 21:05:43 +01:00
  • 2f1fd80726 swaybar: show hidden bar on key event Ian Fan 2018-10-12 21:14:52 +01:00
  • bcc61e5147 swaybar: handle mode/hidden_state changes Ian Fan 2018-10-12 20:32:48 +01:00
  • 55ca16f2d8 swaybar: streamline ipc handling Ian Fan 2018-10-12 20:28:04 +01:00
  • fed11d1c7b swaybar: move mode & mode_pango_markup to bar struct Ian Fan 2018-10-12 20:23:01 +01:00
  • a388ffa127 swaybar: only send initial workspace request if workspace buttons are enabled Ian Fan 2018-10-12 21:17:32 +01:00
  • 19f0bf3864 swaybar: add free_hotspots helper function Ian Fan 2018-10-12 20:18:04 +01:00
  • a67fa8a05d swaybar: only subscribe to required events Ian Fan 2018-09-30 15:09:55 +01:00
  • 18eaf45224 swaybar: annotate wl_list properties in definitions Ian Fan 2018-10-06 19:02:12 +01:00
  • d0b54e932b swaybar: save id upon startup Ian Fan 2018-09-30 15:09:09 +01:00
  • 1f90f92f45 commands: fix sending bar mode/hidden_state updates to all bars Ian Fan 2018-09-30 23:06:40 +01:00
  • abde9d6627
    Merge pull request #2808 from RedSoxFan/bar-subcommands Drew DeVault 2018-10-14 14:30:52 +02:00
  • dbb169bf15
    Merge pull request #2829 from espkk/master Drew DeVault 2018-10-14 14:30:06 +02:00
  • 42f72f8bb4 swaylock: fix clear_password_buffer espkk 2018-10-14 07:40:33 +03:00
  • 71aaa7e130 Remove unnecessary comment Drew DeVault 2018-10-13 20:51:29 -04:00
  • 350f7d3460
    Merge pull request #2823 from tarmack/fix_edge_gaps Brian Ashworth 2018-10-13 18:49:31 -04:00
  • 02aeb0f0be
    Merge branch 'master' into fix_edge_gaps Brian Ashworth 2018-10-13 18:08:23 -04:00
  • 2a0c7ebd43 cmd_bar: simplify logic Brian Ashworth 2018-10-12 21:53:40 -04:00
  • 84b28dc593 cmd_bar: fix bar id issues Brian Ashworth 2018-10-10 10:49:34 -04:00
  • 36d9037f2c fix_edge_gaps: Allow negative values for outer gaps. Tarmack 2018-10-11 21:51:11 +02:00
  • 2340b14eba bar_cmd_status_command: only reload current bar Brian Ashworth 2018-10-09 18:37:53 -04:00
  • 00745d6280 Fix bar subcommand handler structs and selection Brian Ashworth 2018-10-09 13:41:12 -04:00
  • 782a835175
    Merge pull request #2828 from RyanDwyer/fix-locked-map-crash emersion 2018-10-13 13:22:35 +02:00
  • 9190735947 Fix crash when view maps while locked Ryan Dwyer 2018-10-13 19:15:04 +10:00
  • b80cf982ae
    Merge pull request #2825 from RyanDwyer/fractional-scale-pixel-leaks Drew DeVault 2018-10-12 23:12:56 +02:00
  • c699a86e47 Fix pixel leaks when using fractional scaling Ryan Dwyer 2018-10-12 22:36:11 +10:00
  • f52af18e0d
    Merge pull request #2821 from meakio/master Ryan Dwyer 2018-10-12 09:21:48 +10:00
  • 27fb146121
    Merge branch 'master' into master Ryan Dwyer 2018-10-12 08:55:29 +10:00
  • 9e96ce4a46 fix: cmd_sticky crash sway with empty container meak 2018-10-11 17:17:01 +02:00