Age | Commit message (Expand) | Author |
2023-02-04 | wlr_scene: Rename wlr_scene_surface_from_buffer | Alexander Orzechowski |
2023-02-01 | xdg-shell: convert to try_from | Simon Ser |
2023-02-01 | examples, tinywl: use "default" cursor instead of "left_ptr" | Simon Ser |
2023-01-24 | tinywl: fix extra whitespace | Simon Ser |
2023-01-04 | tinywl: Nuke view->{x, y} | Alexander Orzechowski |
2022-12-06 | tinywl: handle wlr_output.events.request_state | Kirill Primak |
2022-11-15 | backend: return wlr_session in wlr_backend_autocreate() call | Simon Ser |
2022-11-07 | tinywl: handle view unmap while grabbed | Kirill Primak |
2022-06-28 | tinywl: exit on backend, renderer or allocator creation failure | Simon Zeni |
2022-06-21 | wlr_input_device: remove anon union field | Isaac Freund |
2022-05-31 | wlr_scene: Only allow parenting on a wlr_scene_tree | Alexander Orzechowski |
2022-05-31 | wlr_scene: Refactor wlr_scene (the root element) to encase a wlr_scene_tree | Alexander Orzechowski |
2022-05-27 | tinywl: use xdg-shell v3 | Kirill Primak |
2022-05-19 | wlr_scene: Refactor wlr_scene_surface to be a helper on top of wlr_scene_buffer | Alexander Orzechowski |
2022-05-15 | xdg-shell: specify version in wlr_xdg_shell_create | Simon Ser |
2022-05-10 | tinywl: don't crash when there is no keyboard | Simon Ser |
2022-05-06 | tinywl/tinywl: clean up tinywl_output when wlr_output is gone | xiaoyaobing |
2022-04-13 | xdg-toplevel: don't schedule configures on state requests | Kirill Primak |
2022-04-01 | tinywl: remove outdated non-feature from README.md | Kirill Primak |
2022-04-01 | tinywl: don't generate xdg-shell-protocol.c | Kirill Primak |
2022-03-23 | seat: take wlr_keyboard in wlr_seat_set_keyboard() | Leonardo Hernández Hernández |
2022-03-17 | types/wlr_keyboard: uniformize events name | Simon Zeni |
2022-03-17 | types/wlr_pointer: uniformize events name | Simon Zeni |
2022-03-17 | tinywl: init cursor_mode | Simon Zeni |
2022-03-07 | tinywl: destroy keyboard on wlr_input_device event | Simon Zeni |
2022-02-02 | xdg-toplevel: fix functions' main argument type | Kirill Primak |
2022-01-14 | tinywl: fix check whether client is focused or not | Isaac Freund |
2022-01-13 | subcompositor: split out from compositor | Kirill Primak |
2021-12-13 | scene: fix wlr_scene_send_frame_done() API | Isaac Freund |
2021-12-13 | tinywl: use wlr_scene_send_frame_done() | Isaac Freund |
2021-12-01 | Fix uninitialized variable errors in release mode | Quantum |
2021-11-30 | tinywl: use wlr_scene | Isaac Freund |
2021-11-19 | tinywl: build with meson if examples option is enabled | Simon Zeni |
2021-11-19 | tinywl: init output render before commit | Simon Zeni |
2021-11-18 | tinywl: autocreate allocator and init output | Simon Zeni |
2021-10-02 | Fix spelling errors | Elyes HAOUAS |
2021-08-20 | tinywl: simplify logic for sending pointer events | Isaac Freund |
2021-04-19 | Stop specifying xkb_rule_names | Simon Ser |
2021-01-07 | tinywl: fix wlr_backend_autocreate call | Simon Zeni |
2020-11-11 | Replace wlr_key_state with wl_keyboard_key_state | Isaac Freund |
2020-04-28 | tinywl: Fix wrong anchor point while resizing a window | Greg Depoire--Ferrer |
2020-04-28 | tinywl: handle request set selection | Isaac Freund |
2020-04-28 | tinywl: remove unused variables | Isaac Freund |
2020-04-23 | tinywl: fix geo_box bug in cursor resizing | Kalyan Sriram |
2020-04-15 | tinywl: remove redundant create output global call | Isaac Freund |
2019-12-30 | tinywl: enable and commit output when modesetting | Simon Ser |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-04-23 | output: refactor frame submission API | Simon Ser |
2019-03-02 | tinywl: send pointer frame events | emersion |
2019-02-26 | clang compile fix #1572 | athrungithub |