aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2023-06-02chore: chase wlroots map logic unificationKirill Primak-51/+90
2023-06-02xwayland: don't rely on event source being dataKirill Primak-3/+5
2023-05-20Fix layer old damage not being offset by the monitor layout coordsErik Reider-0/+2
2023-05-11seatop_down: Call seatop_begin_default after sending touch eventshrdl-6/+6
2023-05-09render: fix titlebar texture clippingSimon Ser-12/+14
2023-05-09render: Clear using wlr_output dimensionsKenny Levinsen-4/+4
2023-05-09render: Apply clip to rendered texture correctlyKenny Levinsen-16/+20
2023-05-09swaybar: always subscribe to mode and workspaceMukundan314-6/+3
2023-05-04handle_touch_cancel: fix begin defaulthrdl-0/+4
2023-05-04Add support for touch cancel eventshrdl-0/+53
2023-05-02Don't crash if there is no damage during renderAlexander Orzechowski-1/+1
2023-05-02render: Use wlr_render_passAlexander Orzechowski-90/+109
2023-05-02render: Don't pass matrix into render_textureAlexander Orzechowski-26/+13
2023-05-02render: pass rendering state together in a structAlexander Orzechowski-159/+156
2023-04-16xdg_shell: Fix crash if popup generates while toplevel is in the scratchpadAlexander Orzechowski-1/+7
2023-04-14Use format_str() throughoutSimon Ser-134/+39
2023-04-14common/gesture: use format_str()Simon Ser-24/+7
2023-04-14swaynag: add printf attribute to swaynag_log()Simon Ser-1/+2
2023-04-14config: add printf attribute to config_add_swaynag_warning()Simon Ser-1/+2
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser-58/+63
2023-04-14commands/floating_minmax_size: fix error stringsSimon Ser-3/+3
2023-04-14pango: add printf attributeSimon Ser-2/+4
2023-04-14Add format_str() and vformat_str()Simon Ser-0/+42
2023-04-14Use output_match_name_or_id() in workspace functionsSimon Ser-21/+4
2023-04-14Use output_match_name_or_id() in apply_output_config_to_outputs()Simon Ser-5/+11
2023-04-14Use all_output_by_name_or_id() in merge_id_on_name()Simon Ser-17/+11
2023-04-14Introduce output_match_name_or_id()Simon Ser-8/+10
2023-04-14Fix old style function definitionsElyes Haouas-2/+2
2023-04-14Set output damage during direct scan-outSimon Ser-5/+5
2023-04-14Skip direct scan-out commit when damage is emptySimon Ser-5/+5
2023-04-14Pass version to wlr_compositor_create()Simon Ser-1/+1
2023-04-06Chase wlroots!4067Alexander Orzechowski-0/+4
2023-04-06Remove duplicate wlr_damage_ring_set_bounds() callSimon Ser-5/+0
2023-04-06Fix damage-ring bounds not being set when unplugging -> plugging in monitorErik Reider-3/+3
2023-04-02swaybar: Lift background clearing out of main rendering functionAlexander Orzechowski-13/+14
2023-04-02swaybar: Set opaque region properlyAlexander Orzechowski-0/+2
2023-03-27ipc: add LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM entrySimon Ser-0/+10
2023-03-26Add a .mailmap fileRonan Pigott-0/+1
2023-03-26man: deprecate seat cursor move/set/press/releaseSimon Ser-0/+4
2023-03-26Init the damage_ring bounds on output creationErik Reider-0/+3
2023-03-24root: Set inactive focus when scratchpad is moved to new workspaceAnkit Pandey-1/+7
2023-03-14root: Try to preserve relative positions of floating containersAnkit Pandey-15/+68
2023-03-11man: add warning for hide_cursor configurationStanislav Ochotnický-0/+4
2023-02-28ci: add libdisplay-info dependencySimon Zeni-0/+3
2023-02-28Disable direct scanout for surfaces with popupsnovenary-0/+6
2023-02-27sway{,bar}: use default font hint stylellyyr-3/+0
2023-02-25fix typorj1-1/+1
2023-02-22Allow windows in scratchpad to set the urgent flagRobin Jarry-6/+7
2023-02-22Check for empty damage before attaching render bufferSimon Ser-6/+5
2023-02-22Move output commit out of output_render()Simon Ser-33/+38