aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2024-03-14man: drop fractional scale warningSimon Ser-7/+4
2024-03-14Re-create renderer when lostSimon Ser-0/+43
2024-03-14server: fix wlr_seat use-after-free on exitSimon Ser-0/+1
2024-03-09Force bilinear scaling when scaling downAlexander Orzechowski-2/+10
2024-03-08config/output: drop enabling flagSimon Ser-7/+1
2024-03-08xdg-shell: send WM capabilitiesSimon Ser-1/+5
2024-03-08xdg-shell: implement popup repositioningSimon Ser-1/+10
2024-03-07Fetch input device vendor/product from libinputSimon Ser-6/+13
2024-03-06config: add fallback without env vars for keysym translation XKB keymapSimon Ser-6/+8
2024-03-06config: error out on keysym translation XKB state failureSimon Ser-1/+16
2024-03-01commands/move: do not force focus on the moved containerRonan Pigott-9/+0
2024-03-01input: Rename WLR_INPUT_DEVICE_TABLET_TOOL to WLR_INPUT_DEVICE_TABLETLuofan Chen-8/+8
2024-02-29ipc: add `scratchpad_state` property to GET_TREEllyyr-0/+8
2024-02-29ipc: add `floating` property to GET_TREEllyyr-1/+10
2024-02-28Convert to new pointer enumsSimon Ser-43/+43
2024-02-28text_input: don't destroy scene_node twicellyyr-4/+0
2024-02-26Add release scriptSimon Ser-0/+31
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser-100/+2
2024-02-23input/text_input: fix dangling listenersSimon Ser-0/+3
2024-02-20input/text_input: parent wlr_box may be uninitializedllyyr-1/+1
2024-02-20text_input: Implement input-method popupsAccess-1/+253
2024-02-17xdg-activation: distinguish activation and urgency requestsAleksei Bavshin-1/+18
2024-02-17launcher: track the seat in the launcher ctxRonan Pigott-6/+31
2024-02-15Drop unnecessary includes from sway/server.hSimon Ser-18/+18
2024-02-15Fix build with wlroots DRM backend disabledSimon Ser-1/+0
2024-02-12view: drop ext_foreign_destroyKirill Primak-3/+0
2024-02-12layer_shell: Handle popups through popup descriptorAlexander Orzechowski-13/+18