aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-24build: update to zig version 0.9.0Isaac Freund62-379/+345
2021-12-22docs: soften the README disclaimer a bitIsaac Freund1-3/+4
2021-12-22river: remove wlroots 0.14 workaroundsIsaac Freund6-34/+5
2021-12-22Subsurface: add commit listener on create if mappedIsaac Freund1-0/+2
2021-12-22Cursor: properly handle clients setting the cursor imageIsaac Freund1-2/+6
2021-12-22ci: update for wlroots 0.15.0Isaac Freund2-25/+36
2021-12-21layer-shell: fix regression from wlroots 0.15 updateIsaac Freund2-13/+13
2021-12-21Cursor: dedup XcursorManager.setCursorImage() callsIsaac Freund1-6/+25
2021-12-21river: update to wlroots 0.15.0Isaac Freund14-85/+79
2021-12-15common/flags: make argFlag() return a sliceIsaac Freund3-9/+11
2021-12-10Cursor: improve output focus handling on button pressLeon Henrik Plickat1-1/+10
2021-11-29layer-shell: tighten up handling of large marginsIsaac Freund1-16/+6
2021-11-23Cursor: add workaround in pointer drag terminationIsaac Freund2-1/+22
2021-11-19Cursor: fix pointer drags with focus-follows-cursorIsaac Freund2-23/+50
2021-11-11docs: remove reference to /etc/river/initIsaac Freund1-1/+3
2021-11-08docs: fix wlroots link in readmeWannes De Meyer1-1/+1
2021-11-03docs: clarify description of dependenciesIsaac Freund1-3/+4
2021-11-03build: bump version to 0.2.0-devIsaac Freund1-1/+1
2021-11-03build: bump version to 0.1.0Isaac Freund1-1/+1
2021-11-02build: fix trailing newline in version stringIsaac Freund4-4/+7
2021-11-02docs: remove AUTHORS fileIsaac Freund1-6/+0
2021-11-01completions/fish: simplifyFollieHiyuki1-95/+70
2021-11-01docs: update URLs for migration to riverwm github orgIsaac Freund6-10/+10
2021-11-01common: use -h instead of -helpIsaac Freund6-12/+12
2021-11-01docs: assorted fixes/cleanupsIsaac Freund3-8/+8
2021-10-31docs: standardize on "layout generator"Isaac Freund6-8/+8
2021-10-30Cursor: fix move/resize with high poll rate/low dpi miceIsaac Freund1-9/+32
2021-10-30View: fix checks to respect client side move/resizeIsaac Freund3-5/+5
2021-10-30view: respect client size resize of floating viewsIsaac Freund1-3/+8
2021-10-20Xwayland: always send configure if requestedIsaac Freund1-4/+9
2021-10-20View: send enter/leave events to full surface treeIsaac Freund1-5/+22
2021-10-20Cursor: only trigger focus-follow-cursor on motionIsaac Freund1-17/+18
2021-10-12Xwayland: honor fullscreen requestsIsaac Freund2-5/+11
2021-10-11pointer-constraints: fix coordinatesIsaac Freund2-12/+29
2021-10-06contrib: recommend using a venv for layout.pyIsaac Freund1-8/+11
2021-10-06contrib: make layout.py more pythonicMichal Siedlaczek1-22/+19
2021-10-06contrib: add python layoutLeon Henrik Plickat1-0/+142
2021-10-04docs: change Enter to ReturnEuro201791-2/+2
2021-10-04Decrease layout demand timeout to 100msLeon Henrik Plickat1-1/+1
2021-10-02Server: fix use after free in deinit()Isaac Freund1-1/+1
2021-10-02View: fix unmap/destroy control flowIsaac Freund12-68/+64
2021-10-02doc: update my (Isaac's) email addressIsaac Freund3-3/+3
2021-10-02View: add fullscreen check missing in previous commitIsaac Freund1-7/+9
2021-09-30View: resize if moved between outputs while fullscreenIsaac Freund1-0/+7
2021-09-30Subsurface: remove commit listener in destroy()Isaac Freund1-0/+2
2021-09-27ci: fix xbps invocationIsaac Freund1-6/+6
2021-09-27Cursor: implement surfaceAt() for XwaylandUnmanagedIsaac Freund1-6/+19
2021-09-18xdg-toplevel: fix configure serial checkingIsaac Freund2-7/+26
2021-09-16command: Use std.ComptimeStringMap to get impl. function from command stringLeon Henrik Plickat1-57/+52
2021-09-14river: add send-to-previous-tags commandPeter Rice6-0/+24