aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2023-02-22Constify pixman_region32_t for rendering functionsSimon Ser-29/+29
2023-02-22Adjust scale for fractional-scale-v1Simon Ser-0/+10
2023-02-20Implement seatop_touchStacy Harper-48/+187
2023-02-20layer-shell: enter output before surface is mappedSimon Ser-1/+2
2023-02-20Update surface fractional scale on output changeSimon Ser-1/+9
2023-02-19container: rehome the container_swap function into container.cRonan Pigott-174/+175
2023-02-18Fix map_to_output * turning off deviceDaniel Hill-1/+2
2023-02-10Add support for fractional-scale-v1Simon Ser-0/+16
2023-02-10Introduce surface_{enter,leave}_output()Simon Ser-11/+30
2023-02-10Clarify documentation for window_rectŁukasz Adamczak-2/+3
2023-02-10Correct window_rect.y with hide_edge_bordersŁukasz Adamczak-1/+1
2023-02-09xdg-activation: fix urgency when the client does not specify a seatRonan Pigott-5/+2
2023-02-07Use wlr_linux_dmabuf_feedback_v1_init_with_options()Simon Ser-63/+7
2023-02-06ipc: add ability to subscribe to output eventBaltazár Radics-0/+2
2023-02-05launcher: support external launcher tokensRonan Pigott-0/+20
2023-02-05launcher: make launcher context seat awareRonan Pigott-21/+68
2023-02-05view: make request_activate take a seatRonan Pigott-5/+12
2023-02-04ci: install hwdata-dev on AlpineSimon Ser-1/+1
2023-02-02swaymsg: s/inactive/disabled/Simon Ser-1/+1
2023-02-02swaymsg: print output power statusSimon Ser-1/+4
2023-02-02Add Norwegian READMRRadical-2/+77
2023-02-02Convert to *_try_from_wlr_surface()Simon Ser-40/+23
2023-02-02root: free non_desktop_outputs list on root_destroyTobias Predel-0/+1
2023-02-01Convert to wlr_xwayland_surface_try_from_wlr_surface()Simon Ser-32/+25
2023-02-01ipc: add support for output eventSimon Ser-0/+35
2023-02-01Added reference for event types to swaymsg manpageCedric Sodhi-0/+2
2023-01-30Switch default menu to wmenuSimon Ser-1/+1
2023-01-23Apply new adaptive sync value from wlr-output-managementAlexander Courtis-0/+1
2023-01-21Check return value of wlr_renderer_begin()Simon Ser-1/+3
2023-01-20focus_on_window_activation: raise if floatingTobias Bengfort-0/+3
2023-01-18Fix pointer events for ext-session-lock surfacesSimon Ser-2/+31