Commit Graph

6648 Commits (d79ea9a0db11abbdad1e751326a06d6d48332f07)
 

Author SHA1 Message Date
sghctoma af2cfa5221 Set sysconfdir to /etc only if prefix is /usr 6 years ago
Niccolò Scatena 8c86fff6dc
Fix stringop-overflow warnings 6 years ago
Ryan Dwyer 17014c34e2 Fix crashes when running certain commands on an empty workspace 6 years ago
sghctoma 2694fd72b6 Increase _POSIX_C_SOURCE to 200112L 6 years ago
Ryan Dwyer 799f285cd1 Fix moving tiled containers to workspaces which only have floating views 6 years ago
Brian Ashworth 434cbaabf0
Merge pull request from c-edw/feature/2842_TruncateMessage 6 years ago
Brian Ashworth 3a5a8aa5ad
Merge branch 'master' into feature/2842_TruncateMessage 6 years ago
Drew DeVault fa2d2c8559
Merge pull request from SpeedJack/sysconfdir-fhs-compliant 6 years ago
Connor E cfc533aa9c Truncate message, append buffer overflow message if too long. 6 years ago
Niccolò Scatena 027928bdeb
Set SYSCONFDIR to /etc even when "prefix" is set 6 years ago
Niccolò Scatena 615d4bf958
Revert "Fix SYSCONFDIR to include "prefix"" 6 years ago
Drew DeVault 18a2646c1d
Merge pull request from RyanDwyer/back-and-forth-crash 6 years ago
Rouven Czerwinski 1f0aeae335 view: rewarp cursor during view_unmap 6 years ago
Rouven Czerwinski d69cf4c23c seat: use new warping functions for cursor warping during focus warp 6 years ago
Rouven Czerwinski 0969bf758b cursor: functions to warp cursor to container and workspace 6 years ago
Rouven Czerwinski 892446a0b6 view: move arrange_workspace into view_map 6 years ago
Ryan Dwyer d0974d5c50 Fix crash when using workspace back_and_forth with no previous 6 years ago
Ian Fan 113751ea48
Merge pull request from RyanDwyer/set-set-raw-focus 6 years ago
Ian Fan ac20690945
Merge branch 'master' into set-set-raw-focus 6 years ago
Ryan Dwyer 05284b65db Prevent duplicate workspace::focus events 6 years ago
Drew DeVault cd02d60a99
Merge pull request from colemickens/posix_clock 6 years ago
Cole Mickens a9a9df75ec common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONIC 6 years ago
Drew DeVault 4e4b922d79
Merge pull request from RyanDwyer/swaylock-version 6 years ago
Ryan Dwyer e644632198 Fix swaylock version string 6 years ago
Drew DeVault f6ad4908bc
Merge pull request from RyanDwyer/compositor-unavailable-crash 6 years ago
Drew DeVault 97b9452171
Merge pull request from RyanDwyer/swap-crash 6 years ago
Ryan Dwyer 32ba8154b8 Sway clients: Exit gracefully when compositor is unavailable 6 years ago
Ryan Dwyer 26278b694c Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp 6 years ago
Ryan Dwyer fe803b89a7 Fix crash in swap command 6 years ago
Drew DeVault 56c388b510
Merge pull request from swaywm/move-output-docs 6 years ago
Drew DeVault b69060fc58 Establish sway-output(5) 6 years ago
Drew DeVault 53d90dd6a8
Merge pull request from RyanDwyer/common-eventloop 6 years ago
Drew DeVault 135f0fc7e7 Update README.MD (and README.*.md) 6 years ago
Ryan Dwyer c6f153d8f9 Event loop: Fix memmove and remove extraneous declaration 6 years ago
Ryan Dwyer 893f61d03a Event loop: Free fds and fix race condition 6 years ago
Ryan Dwyer 6921fdc6d6 Remove timerfd from loop implementation 6 years ago
Ryan Dwyer f98f351a52 swaylock: Don't wait too long for surface damage before verifying 6 years ago
Ryan Dwyer fa11b7f701 swaylock: clear password after 10 seconds 6 years ago
Ryan Dwyer c242712262 swaylock: Remove indicator after 3 seconds 6 years ago
Ryan Dwyer 9c833c661a swaylock: Use common event loop 6 years ago
Ryan Dwyer 4056c09e13 Move swaybar's event loop to common directory and refactor 6 years ago
Drew DeVault 7f2e6d812a Document `border csd` 6 years ago
Drew DeVault 4a05fbf8ab
Merge pull request from ianyfan/swaybar 6 years ago
Ian Fan 85dd36e92b swaybar: add documentation for hide/hidden_state subcommands 6 years ago
Ian Fan 4dba7c084a swaybar: when hiding bar, save old height to be restored upon reshow 6 years ago
Ian Fan a29ee77411 swaybar: send signal to status when hiding or showing bar 6 years ago
Ian Fan f6f72cb949 swaybar: show hidden bar on urgency 6 years ago
Ian Fan 2f1fd80726 swaybar: show hidden bar on key event 6 years ago
Ian Fan bcc61e5147 swaybar: handle mode/hidden_state changes 6 years ago
Ian Fan 55ca16f2d8 swaybar: streamline ipc handling 6 years ago