aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2023-05-04handle_touch_cancel: fix begin defaulthrdl
2023-05-04Add support for touch cancel eventshrdl
2023-05-02Don't crash if there is no damage during renderAlexander Orzechowski
2023-05-02render: Use wlr_render_passAlexander Orzechowski
2023-05-02render: Don't pass matrix into render_textureAlexander Orzechowski
2023-05-02render: pass rendering state together in a structAlexander Orzechowski
2023-04-16xdg_shell: Fix crash if popup generates while toplevel is in the scratchpadAlexander Orzechowski
2023-04-14Use format_str() throughoutSimon Ser
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2023-04-14commands/floating_minmax_size: fix error stringsSimon Ser
2023-04-14Use output_match_name_or_id() in workspace functionsSimon Ser
2023-04-14Use output_match_name_or_id() in apply_output_config_to_outputs()Simon Ser
2023-04-14Use all_output_by_name_or_id() in merge_id_on_name()Simon Ser
2023-04-14Introduce output_match_name_or_id()Simon Ser
2023-04-14Fix old style function definitionsElyes Haouas
2023-04-14Set output damage during direct scan-outSimon Ser
2023-04-14Skip direct scan-out commit when damage is emptySimon Ser
2023-04-14Pass version to wlr_compositor_create()Simon Ser
2023-04-06Chase wlroots!4067Alexander Orzechowski
2023-04-06Remove duplicate wlr_damage_ring_set_bounds() callSimon Ser
2023-04-06Fix damage-ring bounds not being set when unplugging -> plugging in monitorErik Reider
2023-03-27ipc: add LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM entrySimon Ser
2023-03-26man: deprecate seat cursor move/set/press/releaseSimon Ser
2023-03-26Init the damage_ring bounds on output creationErik Reider
2023-03-24root: Set inactive focus when scratchpad is moved to new workspaceAnkit Pandey
2023-03-14root: Try to preserve relative positions of floating containersAnkit Pandey
2023-03-11man: add warning for hide_cursor configurationStanislav Ochotnický
2023-02-28Disable direct scanout for surfaces with popupsnovenary
2023-02-27sway{,bar}: use default font hint stylellyyr
2023-02-22Allow windows in scratchpad to set the urgent flagRobin Jarry
2023-02-22Check for empty damage before attaching render bufferSimon Ser
2023-02-22Move output commit out of output_render()Simon Ser
2023-02-22Constify pixman_region32_t for rendering functionsSimon Ser
2023-02-22Adjust scale for fractional-scale-v1Simon Ser
2023-02-20Implement seatop_touchStacy Harper
2023-02-20layer-shell: enter output before surface is mappedSimon Ser
2023-02-20Update surface fractional scale on output changeSimon Ser
2023-02-19container: rehome the container_swap function into container.cRonan Pigott
2023-02-18Fix map_to_output * turning off deviceDaniel Hill
2023-02-10Add support for fractional-scale-v1Simon Ser
2023-02-10Introduce surface_{enter,leave}_output()Simon Ser
2023-02-10Clarify documentation for window_rectŁukasz Adamczak
2023-02-10Correct window_rect.y with hide_edge_bordersŁukasz Adamczak
2023-02-09xdg-activation: fix urgency when the client does not specify a seatRonan Pigott
2023-02-07Use wlr_linux_dmabuf_feedback_v1_init_with_options()Simon Ser
2023-02-06ipc: add ability to subscribe to output eventBaltazár Radics
2023-02-05launcher: support external launcher tokensRonan Pigott
2023-02-05launcher: make launcher context seat awareRonan Pigott
2023-02-05view: make request_activate take a seatRonan Pigott
2023-02-02Convert to *_try_from_wlr_surface()Simon Ser