aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-14Add bash completion for riverctlLeon Henrik Plickat2-0/+82
2021-03-01build: fix if wlroots x11 backend is disabledIsaac Freund2-1/+1
2021-02-22river: pointer-constraints and relative-pointerBonicgamer7-6/+206
2021-02-19river-control: fix various bugsIsaac Freund1-9/+19
2021-02-17toplevel-management: send output enter on mapIsaac Freund1-0/+2
2021-02-17Deny move/resize requests from tiled XdgToplevel ViewsLeon Henrik Plickat1-2/+2
2021-02-15Implement pointer-gestures-unstable-v1Marten Ringwelski4-0/+97
2021-02-14command: silently ignore re-declaring a modeIsaac Freund1-8/+1
2021-02-14command: allow map/map-pointer overwrite existingIsaac Freund1-37/+19
2021-02-14xdg shell: use XdgSurface.getGeometry()Isaac Freund1-3/+5
2021-02-10swap: use correct direction for it_wrapAlexey Yerin1-1/+1
2021-02-09riverctl: add mod-option commandLeon Henrik Plickat3-0/+76
2021-02-08Use std.log instead of log.zigfoxfromabyss16-249/+127
2021-02-07riverctl: add -focused-output for option commandsIsaac Freund4-13/+75
2021-02-02riverctl: improve handling of null string optionsIsaac Freund1-3/+3
2021-02-02river-options: fix setting null string optionsIsaac Freund1-1/+1
2021-02-02output: add output_title default optionLeon Henrik Plickat5-2/+51
2021-01-31xwayland: allow setting size if unmapped/floatingIsaac Freund1-2/+23
2021-01-25deps: update to lastest zig-wlrootsIsaac Freund1-0/+0
2021-01-21river-options: free options of destroyed outputsIsaac Freund3-0/+10
2021-01-18riverctl: implement river-options interfaceIsaac Freund6-22/+379
2021-01-18river-option: compositor may ignore set requestsIsaac Freund1-11/+26
2021-01-16river-options: implementIsaac Freund6-9/+352
2021-01-16river-options: create protocolIsaac Freund1-0/+147
2021-01-12code: remove unneeded c.zig @import()sIsaac Freund5-7/+0
2021-01-08cursor: ensure output focus before focusing layerIsaac Freund1-0/+1
2021-01-08cursor: focus output before view on follow cursorIsaac Freund1-1/+1
2021-01-07xwayland: use layout coords for configuresIsaac Freund1-4/+9
2021-01-07XwaylandUnmanaged: remove dead codeIsaac Freund1-32/+4
2021-01-07XdgPopup: fix unconstrainFromBox coordinatesIsaac Freund1-3/+7
2021-01-07render: iterate subsurfaces of popups manuallyIsaac Freund1-1/+18
2021-01-07docs: fix typo in example init scriptIsaac Freund1-1/+1
2021-01-07cursor: fix down mode motion event coordsIsaac Freund1-2/+4
2021-01-06render: pass Output by constant pointerIsaac Freund1-31/+38
2021-01-05render: draw popups over bordersIsaac Freund5-26/+19
2021-01-02docs: update stance on line lengthIsaac Freund1-5/+5
2021-01-02command: Implement spawn-tagmaskMarten Ringwelski5-2/+32
2021-01-01build: derive default config path from install prefixAlex Mohr2-7/+13
2021-01-01view: fix build with xwayland disabledIsaac Freund1-1/+1
2021-01-01view: fix handling of title/app_id changeIsaac Freund3-21/+28
2020-12-31gitignore: remove outdated ignoresIsaac Freund1-2/+0
2020-12-31Config: move opacity settings to sub structIsaac Freund4-38/+36
2020-12-31code: clean up listener initializationIsaac Freund18-187/+125
2020-12-31docs: use less noisy build option formsIsaac Freund1-2/+2
2020-12-30docs: fix riverctl man page syntaxIsaac Freund1-4/+4
2020-12-30docs: fix syntax in riverctl man pageIsaac Freund1-1/+1
2020-12-30docs: Improve clarity of river/riverctl man pagesIsaac Freund3-125/+153
2020-12-30docs: improve startup and config informationIsaac Freund2-39/+38
2020-12-30build: install example config to /etc/river/initIsaac Freund2-0/+15
2020-12-30command: s/master/main/g (breaking change)Isaac Freund10-91/+97