Age | Commit message (Expand) | Author |
2023-10-03 | treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical | Alexander Orzechowski |
2023-08-22 | scene_output_layout: make output adding explicit | Rose Hudson |
2023-08-21 | Don't assume xdg_surface.{toplevel,popup} is non-NULL | Kirill Primak |
2023-07-10 | scene_output: optionally record and report timings | Rose Hudson |
2023-06-27 | tinywl: enable new outputs | Simon Ser |
2023-06-23 | output: add wlr_output_state_init() | Simon Ser |
2023-06-15 | cursor: add wlr_cursor_set_xcursor() | Simon Ser |
2023-06-13 | tinywl: Drop usage of wlr_output.pending | Alexander Orzechowski |
2023-06-02 | xdg-shell: use unified map logic | Kirill Primak |
2023-05-02 | tinywl: Release everything before destroy | Alexander Orzechowski |
2023-04-14 | compositor: pass version in wlr_compositor_create | Simon Ser |
2023-03-04 | tinywl: init server to zeros | Kirill Primak |
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-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: 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 |