Age | Commit message (Expand) | Author |
2023-06-11 | gamma_control_v1: Reset dirty flag | Alexander Orzechowski |
2023-06-11 | Fix `bindsym --to-code` not respecting input configs | 33KK |
2023-06-09 | man: add --inhibited and --no-repeat to bindsym and bindcode usage | Shaked Flur |
2023-06-09 | desktop/output: fix damage bitfield in wlr_output_state | Simon Ser |
2023-06-08 | desktop/output: use detached output state for page-flips | Simon Ser |
2023-06-08 | Handle gamma-control-v1 set_gamma events | Simon Ser |
2023-06-06 | Add support for wlr-layer-shell ON_DEMAND keyboard interactivity | Erik Reider |
2023-06-05 | chase wlroots wlr_renderer_begin_buffer_pass change | Artturin |
2023-06-03 | xwayland: fix mapped state check in OR handlers | Kirill Primak |
2023-06-02 | lock: listen to the correct map signal | Kirill Primak |
2023-06-02 | chore: chase wlroots map logic unification | Kirill Primak |
2023-06-02 | xwayland: don't rely on event source being data | Kirill Primak |
2023-05-20 | Fix layer old damage not being offset by the monitor layout coords | Erik Reider |
2023-05-11 | seatop_down: Call seatop_begin_default after sending touch events | hrdl |
2023-05-09 | render: fix titlebar texture clipping | Simon Ser |
2023-05-09 | render: Clear using wlr_output dimensions | Kenny Levinsen |
2023-05-09 | render: Apply clip to rendered texture correctly | Kenny Levinsen |
2023-05-04 | handle_touch_cancel: fix begin default | hrdl |
2023-05-04 | Add support for touch cancel events | hrdl |
2023-05-02 | Don't crash if there is no damage during render | Alexander Orzechowski |
2023-05-02 | render: Use wlr_render_pass | Alexander Orzechowski |
2023-05-02 | render: Don't pass matrix into render_texture | Alexander Orzechowski |
2023-05-02 | render: pass rendering state together in a struct | Alexander Orzechowski |
2023-04-16 | xdg_shell: Fix crash if popup generates while toplevel is in the scratchpad | Alexander Orzechowski |
2023-04-14 | Use format_str() throughout | Simon Ser |
2023-04-14 | commands: add printf attribute to cmd_results_new() | Simon Ser |
2023-04-14 | commands/floating_minmax_size: fix error strings | Simon Ser |
2023-04-14 | Use output_match_name_or_id() in workspace functions | Simon Ser |
2023-04-14 | Use output_match_name_or_id() in apply_output_config_to_outputs() | Simon Ser |
2023-04-14 | Use all_output_by_name_or_id() in merge_id_on_name() | Simon Ser |
2023-04-14 | Introduce output_match_name_or_id() | Simon Ser |
2023-04-14 | Fix old style function definitions | Elyes Haouas |
2023-04-14 | Set output damage during direct scan-out | Simon Ser |
2023-04-14 | Skip direct scan-out commit when damage is empty | Simon Ser |
2023-04-14 | Pass version to wlr_compositor_create() | Simon Ser |
2023-04-06 | Chase wlroots!4067 | Alexander Orzechowski |
2023-04-06 | Remove duplicate wlr_damage_ring_set_bounds() call | Simon Ser |
2023-04-06 | Fix damage-ring bounds not being set when unplugging -> plugging in monitor | Erik Reider |
2023-03-27 | ipc: add LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM entry | Simon Ser |
2023-03-26 | man: deprecate seat cursor move/set/press/release | Simon Ser |
2023-03-26 | Init the damage_ring bounds on output creation | Erik Reider |
2023-03-24 | root: Set inactive focus when scratchpad is moved to new workspace | Ankit Pandey |
2023-03-14 | root: Try to preserve relative positions of floating containers | Ankit Pandey |
2023-03-11 | man: add warning for hide_cursor configuration | Stanislav Ochotnický |
2023-02-28 | Disable direct scanout for surfaces with popups | novenary |
2023-02-27 | sway{,bar}: use default font hint style | llyyr |
2023-02-22 | Allow windows in scratchpad to set the urgent flag | Robin Jarry |
2023-02-22 | Check for empty damage before attaching render buffer | Simon Ser |
2023-02-22 | Move output commit out of output_render() | Simon Ser |
2023-02-22 | Constify pixman_region32_t for rendering functions | Simon Ser |