Age | Commit message (Expand) | Author |
2024-02-06 | xdg-shell: drop automatic surface configuration | Kirill Primak |
2024-01-25 | backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate() | Simon Ser |
2024-01-23 | seat/pointer: add support for axis_relative_direction event | Simon Ser |
2023-12-07 | tinywl: check initialized instead of initial_commit | Kirill Primak |
2023-12-07 | tinywl: don't send configures to uninitialized xdg_surfaces | Kirill Primak |
2023-11-23 | xdg-{shell,decoration}: improve events | Kirill Primak |
2023-11-23 | output-layout: take wl_display in constructor | Simon Ser |
2023-11-14 | tinywl: don't use "I"/"my" in docs | Kirill Primak |
2023-11-14 | tinywl: fix xdg_toplevel_destroy() docs | Kirill Primak |
2023-11-14 | tinywl: stop using the word "view" to refer to toplevels | Simon Ser |
2023-11-13 | tinywl: fix crash when previously focused surface is not a toplevel | Simon Ser |
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 |