| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-13 | contrib: Unify style | Leon Henrik Plickat | 1 | -12/+21 | |
| Unify indentation and variables and add link to non-standard programs called. | |||||
| 2020-12-13 | doc: unify scdoc style | Leon Henrik Plickat | 4 | -86/+103 | |
| This unifies the style of the man page source files. Most noticable are the now consistent line endings at 80 chars (assuming a tabwidth of 8). | |||||
| 2020-12-12 | render: remove unnecessary call to wlr_output_effective_resolution | Marten Ringwelski | 1 | -5/+0 | |
| 2020-12-10 | config: free filter list items | Isaac Freund | 1 | -0/+3 | |
| 2020-12-07 | focus-follow-cursor: Change output focus when needed | Marten Ringwelski | 3 | -19/+14 | |
| 2020-12-07 | Ignore custom mode requests | Marten Ringwelski | 1 | -2/+5 | |
| 2020-12-07 | Implement wlr_output_management_unstable_v1 | Marten Ringwelski | 4 | -3/+223 | |
| 2020-12-07 | code: Fix render call width and height | Marten Ringwelski | 1 | -1/+2 | |
| 2020-12-07 | code: Add Root.all_outputs | Marten Ringwelski | 2 | -0/+15 | |
| 2020-12-07 | code: Add Root.removeOutput | Marten Ringwelski | 2 | -49/+63 | |
| 2020-12-07 | code: Refactor Root.addOutput | Marten Ringwelski | 2 | -11/+16 | |
| 2020-12-07 | code: Introduce OutputManager | Marten Ringwelski | 2 | -43/+87 | |
| 2020-12-05 | ci: check fmt of build.zig | Isaac Freund | 1 | -0/+1 | |
| 2020-12-05 | screencopy: add workaround for wlroots bug | Isaac Freund | 2 | -0/+14 | |
| Currently screencopy's copy_with_damage request is broken for compositors not submitting damage. As a workaround simply damage the whole output each frame. | |||||
| 2020-11-29 | keyboard: handle destruction | Isaac Freund | 3 | -1/+21 | |
| 2020-11-21 | style: fix zig fmt regression | Isaac Freund | 2 | -1/+1 | |
| CI works now so this shouldn't happen again | |||||
| 2020-11-21 | ci: clone submodules, cleanup | Isaac Freund | 1 | -10/+18 | |
| 2020-11-19 | code: Set wlroots loglevel based on -l flag | Marten Ringwelski | 1 | -1/+8 | |
| 2020-11-18 | control: implement set-repeat | Bonicgamer | 4 | -0/+50 | |
| 2020-11-18 | Add default config location | Leon Henrik Plickat | 1 | -2/+42 | |
| 2020-11-11 | doc: add AUTHORS section to man pages | Isaac Freund | 4 | -0/+24 | |
| 2020-11-11 | meta: make copyright headers more maintainable | Isaac Freund | 64 | -69/+68 | |
| - list all files as copyright "The River Developers" - add an AUTHORS file to acknowledge contributors | |||||
| 2020-11-10 | layer-shell: render all popups over top layer | Isaac Freund | 1 | -10/+27 | |
| This means the popups belonging to e.g. a surface in the background layer will be rendered over views. | |||||
| 2020-11-10 | code: use zig 0.7.0 and wlroots 0.12.0 | Isaac Freund | 3 | -44/+5 | |
| 2020-11-04 | docs: improve pamixer mute example | Isaac Freund | 1 | -1/+1 | |
| Thanks xq! | |||||
| 2020-11-04 | build: don't link pixman | Isaac Freund | 1 | -1/+0 | |
| River doesn't require any symbols from pixman (yet) and zig doesn't seem to have an issue finding the headers anymore. | |||||
| 2020-11-03 | server: drop gtk-primary-selection support | Isaac Freund | 2 | -4/+1 | |
| 2020-11-03 | code: use std.ascii.spaces | Isaac Freund | 2 | -7/+3 | |
| 2020-11-02 | code: Replace deprecated std.fmt.trim with std.mem.trim | Marten Ringwelski | 1 | -3/+7 | |
| 2020-11-02 | code: Move wlr_output_layout_add from Output.init to Root.addOutput | Marten Ringwelski | 2 | -6/+6 | |
| 2020-11-02 | code: port riverctl to zig-wayland | Isaac Freund | 4 | -83/+65 | |
| 2020-11-01 | Add submodule | Isaac Freund | 2 | -0/+3 | |
| 2020-11-01 | docs: Advertise irc channel instead of the old matrix channel | Marten Ringwelski | 1 | -2/+2 | |
| 2020-10-31 | render: Print a log message when wlr_output_commit fails | Marten Ringwelski | 1 | -1/+4 | |
| 2020-10-31 | Implement wlr-output-power-management-unstable-v1 protocol | Marten Ringwelski | 5 | -0/+170 | |
| 2020-10-31 | Implement virtual_keyboard_unstable_v1 protocol | Marten Ringwelski | 2 | -1/+17 | |
| 2020-10-31 | Implement wlr_virtual_pointer_unstable_v1 protocol | Marten Ringwelski | 2 | -0/+26 | |
| 2020-10-30 | code: Remove most of the hack around @cImport and flexible arrays | Marten Ringwelski | 7 | -62/+12 | |
| 2020-10-27 | Implement unmap-pointer | Marten Ringwelski | 3 | -22/+55 | |
| 2020-10-27 | Implement unmap | Marten Ringwelski | 3 | -21/+85 | |
| 2020-10-26 | Add tests for ViewStack.swap() | Leon Henrik Plickat | 1 | -0/+41 | |
| 2020-10-25 | docs: add swap to example config script | Isaac Freund | 1 | -0/+5 | |
| 2020-10-25 | Send zriver_seat_status_v1.focused_view when title of focused view changes | Leon Henrik Plickat | 2 | -0/+42 | |
| 2020-10-25 | control: implement swap | Marten Ringwelski | 4 | -0/+134 | |
| 2020-10-25 | code: Remove allocator argument from Mapping.init | Marten Ringwelski | 3 | -10/+10 | |
| 2020-10-22 | Add mediakey maps for locked and normal mode to example config | Leon Henrik Plickat | 1 | -0/+15 | |
| The example config now additionally demonstrates how to use a shell loop to create a mapping in multiple modes, how mediakeys can be mapped and how to use the "None" modifier. | |||||
| 2020-10-22 | view: update comments | Isaac Freund | 3 | -5/+3 | |
| These should have been moved in the previous commit | |||||
| 2020-10-22 | xwayland: make behavior more like xdg toplevels | Bonicgamer | 3 | -14/+37 | |
| - float fixed size xwayland windows by default - align configure handling with that of xdg toplevel views | |||||
| 2020-10-22 | code: update os.waitpid usage for breaking change | Isaac Freund | 2 | -5/+5 | |
| 2020-10-21 | Revert "Remove checking translated keysyms" | Isaac Freund | 1 | -3/+24 | |
| This reverts commit 744e6b3052a44ba9478e40050dddd77db3cc7529. This broke VT switching and likely other keysyms which don't have a "raw" equivalent. | |||||
