aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-30docs: improve explanation of tagsIsaac Freund3-23/+32
2020-12-30root: improve handling of 0 -> 1 output transitionIsaac Freund1-10/+27
2020-12-29root: stop tracking xwayland views in transactionsIsaac Freund3-16/+7
2020-12-27cursor: fix motion coords sent in down modeIsaac Freund1-2/+2
2020-12-27OutputManager: deleteIsaac Freund1-1/+0
2020-12-27root: merge in OutputManagerIsaac Freund3-294/+252
2020-12-27view: unify clamped move logic, fix overflowIsaac Freund3-48/+34
2020-12-26keyboard: set repeat_info to config values on creationIsaac Freund3-3/+15
2020-12-24foreign-toplevel-management: basic implementationIsaac Freund8-24/+140
2020-12-21output: get rid of active fieldIsaac Freund3-24/+28
2020-12-18xwayland: handle hinted dimension < View.min_sizeIsaac Freund1-8/+17
2020-12-14OutputManager: get rid of output_config_pendingIsaac Freund1-9/+3
2020-12-13code: switch to custom wlroots/libwayland bindingsIsaac Freund42-1876/+1456
2020-12-13doc: Remove outdated configuration instructionsLeon Henrik Plickat1-3/+0
2020-12-13contrib: Unify styleLeon Henrik Plickat1-12/+21
2020-12-13doc: unify scdoc styleLeon Henrik Plickat4-86/+103
2020-12-12render: remove unnecessary call to wlr_output_effective_resolutionMarten Ringwelski1-5/+0
2020-12-10config: free filter list itemsIsaac Freund1-0/+3
2020-12-07focus-follow-cursor: Change output focus when neededMarten Ringwelski3-19/+14
2020-12-07Ignore custom mode requestsMarten Ringwelski1-2/+5
2020-12-07Implement wlr_output_management_unstable_v1Marten Ringwelski4-3/+223
2020-12-07code: Fix render call width and heightMarten Ringwelski1-1/+2
2020-12-07code: Add Root.all_outputsMarten Ringwelski2-0/+15
2020-12-07code: Add Root.removeOutputMarten Ringwelski2-49/+63
2020-12-07code: Refactor Root.addOutputMarten Ringwelski2-11/+16
2020-12-07code: Introduce OutputManagerMarten Ringwelski2-43/+87
2020-12-05ci: check fmt of build.zigIsaac Freund1-0/+1
2020-12-05screencopy: add workaround for wlroots bugIsaac Freund2-0/+14
2020-11-29keyboard: handle destructionIsaac Freund3-1/+21
2020-11-21style: fix zig fmt regressionIsaac Freund2-1/+1
2020-11-21ci: clone submodules, cleanupIsaac Freund1-10/+18
2020-11-19code: Set wlroots loglevel based on -l flagMarten Ringwelski1-1/+8
2020-11-18control: implement set-repeatBonicgamer4-0/+50