Commit Graph

5349 Commits (8b4fe7dd15a36792399f9de555ee3c47aaeb72a4)
 

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