aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-30input: fix typo in natural-scrollJackson Abascal1-1/+1
2022-04-27command/map: layout-pinned mappingsPeter Kaplan9-55/+130
2022-04-20completions: fish: new completions for the ‘hide-cursor’ commandDaniel Eklöf1-0/+8
2022-04-20completions: bash: new completions for the ‘hide-cursor’ commandDaniel Eklöf1-0/+9
2022-04-20completions: zsh: new completions for the ‘hide-cursor’ commandDaniel Eklöf1-0/+33
2022-04-19Cursor: Don't passthrough() on update if hiddenIsaac Freund1-0/+4
2022-04-14command/hide-cursor: fix crash on missing optionPeter Kaplan1-0/+1
2022-04-14Cursor: Add a hide-cursor commandDuncan Overbruck6-0/+122
2022-04-14input: add map-switch/unmap-switch commandsPeter Kaplan11-4/+344
2022-03-28layer-shell: fix overflow with large bottom marginIsaac Freund1-4/+8
2022-03-06ci: Fix builds manifestsHugo Machet3-3/+3
2022-03-05layer-shell: allow surfaces larger than the outputIsaac Freund1-22/+2
2022-03-05docs: fix typo in river(1) man pageLeonardo Gibrowski Faé1-1/+1
2022-03-02view: stop enforcing custom minimum sizetiosgz4-24/+8
2022-03-02doc: Add additional style rule to CONTRIBUTING.mdIsaac Freund1-0/+19
2022-02-26DragIcon: Properly initialize if already mappedIsaac Freund1-0/+2
2022-02-26rivertile: use u31s to remove most @intCast()sIsaac Freund1-44/+40
2022-02-26rivertile: Use saturating arithmetics to prevent over-/underflow when using u...Leon Henrik Plickat1-14/+14
2022-02-21rivertile: properly validate -main-ratio flagIsaac Freund1-1/+5
2022-02-17ci: Update to zig 0.9.1Hugo Machet4-17/+17
2022-02-08command: Remove allocator argHugo Machet25-106/+44
2022-02-08code: Cleanup use of std library for consistancyHugo Machet25-97/+103
2022-02-08Mode: Use ArrayListUnmanaged to save memoryHugo Machet4-26/+17
2022-02-06command: allow targeting outputs by namepmkap3-6/+18
2022-02-05ci: Add sourcehut buildsHugo Machet3-0/+178
2022-02-05input: Improve input device name formatLeon Henrik Plickat2-3/+9
2022-02-05input: keep applying input configs after first matchLeon Henrik Plickat1-1/+0
2022-02-05View: use last set fullscreen state in applyPending()Isaac Freund4-6/+35
2022-02-03View: fix/simplify logic in applyPending()Isaac Freund3-27/+22
2022-01-31code: relicense to GPL-3.0-onlyIsaac Freund65-130/+65
2022-01-29Cursor: update image if needed on xcursor theme changeLeon Henrik Plickat1-1/+6
2022-01-29ci: run on 0.1.x branchIsaac Freund1-0/+2
2022-01-28wlr-output-management: simplify implementationIsaac Freund2-107/+83
2022-01-25layer-shell: center when opposing anchors are setIsaac Freund1-10/+12
2022-01-23XdgPopup: remove commit listener on destroy if mappedIsaac Freund1-0/+2
2022-01-23docs: fix typo in river(1) man pageIsaac Freund1-1/+1
2022-01-23docs: Fix typo in readmeJustin Wood1-1/+1
2022-01-18Xwayland: Handle minimize requestHugo Machet1-0/+20
2022-01-17command/map: Warn users on keybinding overwrittenHugo Machet1-3/+14
2022-01-17example/init: Use Alt/Super aliasesIsaac Freund1-72/+71
2022-01-17command/map: add Alt/Super as aliases for Mod1/Mod4Isaac Freund2-4/+9
2022-01-15rivertile: Use saturating additionHugo Machet1-5/+1
2022-01-12XdgPopup: fix unconstrain from box coordsIsaac Freund1-18/+24
2022-01-08contrib: add desktop fileNick Hastings1-0/+5
2022-01-05Cursor: remove minor outdated workaroundIsaac Freund1-5/+1
2022-01-02Seat: do a better job of cleaning up listenersIsaac Freund1-0/+6
2022-01-02Xwayland: move window to top of X11 stack on focusIsaac Freund2-0/+1
2021-12-29Cursor: fix down mode motion events for subsurfacesIsaac Freund1-62/+77
2021-12-24docs: update zig version required in readmeHugo Machet1-1/+1
2021-12-24build: update to zig version 0.9.0Isaac Freund62-379/+345