| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2020-10-19 | Introduce mode "locked" | Leon Henrik Plickat | 5 | -9/+48 | |
| This mode is automatically entered when the screen is locked. | |||||
| 2020-10-18 | Remove checking translated keysyms | Leon Henrik Plickat | 1 | -24/+3 | |
| Raw keysyms are enough to handle all possible keybinds | |||||
| 2020-10-18 | Allow "None" as modifier string for bindings without modifiers | Leon Henrik Plickat | 2 | -3/+2 | |
| This is more userfriendly than the empty string approach. | |||||
| 2020-10-17 | Move Cursor.Mode impl functions to Cursor | Leon Henrik Plickat | 2 | -190/+189 | |
| 2020-10-17 | Implement XDG-Toplevel move and resize request handlers | Leon Henrik Plickat | 2 | -1/+30 | |
| 2020-10-17 | Remove unused event parameter from Cursor.Mode.enter() | Leon Henrik Plickat | 1 | -4/+4 | |
| 2020-10-17 | Update view.float_box when setting a floating view to fullscreen | Leon Henrik Plickat | 1 | -1/+2 | |
| 2020-10-08 | Always set fullscreen views to fully opaque | Leon Henrik Plickat | 2 | -6/+18 | |
| 2020-10-07 | introduce Output.getEffectiveResolution() | Leon Henrik Plickat | 3 | -46/+29 | |
| 2020-10-07 | Implement "move", "snap" and "resize" commands | Leon Henrik Plickat | 4 | -0/+240 | |
| 2020-10-06 | Create wlr_viewporter | Leon Henrik Plickat | 2 | -0/+2 | |
| 2020-10-06 | Create wlr_export_dmabuf_manager_v1 | Leon Henrik Plickat | 2 | -0/+2 | |
| 2020-10-06 | Implement primary selection | Leon Henrik Plickat | 3 | -0/+17 | |
| 2020-10-05 | docs: update zig dependency in readme | Isaac Freund | 1 | -2/+2 | |
| 2020-10-05 | Send view tags when applying pending state in XdgToplevel.zig | Leon Henrik Plickat | 1 | -0/+2 | |
| 2020-10-05 | Implement configurable view opacity with fade effect | Leon Henrik Plickat | 10 | -5/+228 | |
| 2020-10-02 | code: update to zig master in prep for 0.7.0 | Isaac Freund | 14 | -35/+35 | |
| This commit makes the minimal necessary changes to get things working, there are further changes which can be made to take advantage of new features. | |||||
| 2020-09-30 | server: support wlr-gamma-control | Isaac Freund | 2 | -0/+2 | |
| 2020-09-30 | seat: start transaction on focus-output | Isaac Freund | 1 | -0/+1 | |
| This fixes a delay due to the missing startTransaction() call causing unapplied pending state. | |||||
| 2020-09-29 | layer-shell: default to focused output | Isaac Freund | 3 | -22/+20 | |
| Layer shell clients may leave the output on which to display a layer surface up to the compositor. Instead of always putting such surfaces on the first output use the focused output of the default seat. | |||||
| 2020-09-28 | docs: use foot in the example config.sh | Isaac Freund | 2 | -3/+3 | |
| 2020-09-28 | layer-shell: make invalid 0 dimension a hard error | Isaac Freund | 1 | -8/+16 | |
