aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2024-07-03desktop/output: Debounce modesetsKenny Levinsen-9/+25
2024-07-03input/keyboard: don't set layout for virtual keyboard devicellyyr-1/+3
2024-07-03input/keyboard: refactor into sway_keyboard_set_layoutllyyr-36/+44
2024-07-03input/seat: don't send redundant leave/enter on device creationllyyr-2/+1
2024-07-02input/keyboard: don't send key release if we don't have focused surfacellyyr-2/+3
2024-07-02config/output: Skip VRR tests when not supportedKenny Levinsen-9/+6
2024-07-01desktop/output: unify page-flip codepathSimon Ser-13/+12
2024-06-29view: send scale notification when the output is knownRonan Pigott-0/+9
2024-06-27protocols: use tablet-v2 xml from stable/Kirill Primak-1/+1
2024-06-27prevent workspace_find_container from crashing with NULL workspacesbretello-0/+5
2024-06-27fix crash when setting urgency on an hidden scratchpad containerbretello-1/+1
2024-06-25tree/view: ensure content_{width,height} is positiveSimon Ser-2/+2
2024-06-25tree/view: set default min size to 1×1Simon Ser-2/+2
2024-06-10Set color transform when calling wlr_scene_output_build_state()Simon Ser-4/+6
2024-06-07sway/commands/output: Add command to set color profileManuel Stoeckl-1/+147
2024-05-28Update for versioned wlroots filesViolet Purcell-1/+1
2024-05-27Drop server.h include from input/input-manager.hSimon Ser-1/+29
2024-05-27input/text_input: ensure keyboard is set before sending modifiersSimon Ser-1/+3
2024-05-27server: hide xdg_output from unprivileged clientsSimon Ser-2/+6
2024-05-24tree/view: Do not clip to geometry if using CSDthal-6/+13
2024-05-21build: drop xwayland optionSimon Ser-59/+56
2024-05-18sway/config/output.c: fix null deref on output configAnna (navi) Figueiredo Gomes-1/+1
2024-05-18build: disable wayland-protocols subproject tests by defaultSimon Ser-1/+1
2024-05-07desktop/layer_shell: provide fractional scale on creationManuel Stoeckl-0/+7
2024-05-07tree/container: ensure pixman rect is valid in container_arrange_title_bar()Simon Ser-0/+4
2024-05-07sway_text_node: Allow 0 text widthAlexander Orzechowski-1/+7
2024-05-02config/output: Print output state during testsKenny Levinsen-14/+32
2024-05-02config/output: Search for output config fallbacksKenny Levinsen-55/+261
2024-05-02config/output: Use all outputs for config mergeKenny Levinsen-1/+1
2024-04-23desktop/output: Fix check if config should be storedKenny Levinsen-1/+1
2024-04-21server: Use wlr_renderer_get_texture_formatsKenny Levinsen-5/+4
2024-04-13config/output: drop fast path in store_output_config()Simon Ser-5/+0
2024-04-13config/output: fix NULL derefs in store_output_config()Simon Ser-2/+5
2024-04-12config/output: Refactor handling of tiered configsKenny Levinsen-162/+143
2024-04-05input: add Super as alternative for Mod4Ferdinand Bachmann-2/+3
2024-03-30sway-ipc(7): Escape backslashes correctly in GET_CONFIG outputDaniel Kahn Gillmor-1/+1
2024-03-28input: pass wlr_seat_client to wlr_seat_touch_notify_cancel()Simon Ser-1/+5
2024-03-28commands/output/toggle: Use free_output_configKenny Levinsen-1/+1
2024-03-28output/config: Remove unused test_output_configKenny Levinsen-12/+0
2024-03-28config/output: Make merge_output_config staticKenny Levinsen-3/+1
2024-03-28output/config: Remove reset_outputs and co.Kenny Levinsen-58/+1
2024-03-28config/output: Remove apply_output_configKenny Levinsen-32/+0
2024-03-28desktop/output: Use apply_output_configs for output mgmtKenny Levinsen-45/+70
2024-03-28Use apply_all_output_configs to light up outputsKenny Levinsen-7/+5
2024-03-28output/config: Add apply_all_output_configsKenny Levinsen-0/+30
2024-03-28config/output: Introduce apply_output_configsKenny Levinsen-24/+135
2024-03-28config/output: Split apply_output_configKenny Levinsen-14/+25
2024-03-28man: document supported modifier namesFerdinand Bachmann-0/+6
2024-03-18Implement transient seat managementAndri Yngvason-2/+41
2024-03-14man: document that the scale might be adjustedSimon Ser-1/+2