aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2020-04-04build: make completions respect install prefixesDominique Martinet-2/+8
2020-04-04im: Fix crash when im destorying and no focused surface existsLeo-18/+12
2020-04-04im: remove listener on pending surface destoryedxdavidwu-0/+2
2020-04-04im: make text-input listeners per text-inputxdavidwu-43/+28
2020-04-04input-method: avoid and log unneeded set_focusxdavidwu-0/+3
2020-04-04input-method: remove surface listener before setxdavidwu-0/+1
2020-04-04Port input method and text input from rootstonxdavidwu-0/+389
2020-04-03swapped hiding the cursor and sending a touch event as a more logical sequenceSome Chinese Guy-1/+1
2020-04-02swaynag: exit on wl_display_roundtrip errorDominique Martinet-1/+5
2020-04-02Reference wev instead of xevTobi Fuhrimann-1/+1
2020-04-02Update for new wlr_buffer APISimon Ser-2/+2
2020-03-30change apply_exclusive() to closer match layer shell protocolLeon Plickat-6/+17
2020-03-30tray: track SNI callbacksIan Fan-31/+47
2020-03-30tray: tidy codeIan Fan-28/+17
2020-03-30tray: allow themes to inherit from multiple themesIan Fan-5/+10
2020-03-30tray: better errors when parsing index.themeIan Fan-60/+90
2020-03-30swaybar: fix memory leaksIan Fan-1/+4
2020-03-30add --no-repeat option for bindingsLinus Heckemann-2/+10
2020-03-29Change focus_on_window_activation default to urgentSimon Ser-1/+2
2020-03-29switched to setting focus with seat_set_focusSome Chinese Guy-6/+2
2020-03-29Added focus following for touch_downSome Chinese Guy-0/+6
2020-03-29swaynag: fix segfault on exit when arguments are not correctDominique Martinet-2/+2
2020-03-28sway.5: fix missing background scaling mode in a block examplerinpatch-2/+2
2020-03-27Fix hit test for floaters that cross outputsJosh Shone-1/+4
2020-03-24check for workspace command name argr-c-f-1/+7
2020-03-23Fix redundant call to seat_send_focus()Leo-2/+5
2020-03-21Fix output mode usageSimon Ser-1/+1
2020-03-16sway/input/cursor.c: fix undefined behaviour when event is NULLJason Nader-2/+2
2020-03-15Document input selector precedenceDennis Schridde-0/+8
2020-03-15sway/input/cursor.c: move NULL check to where it should beJason Nader-3/+3
2020-03-15commands/bind.c: remove unnecessary checkJason Nader-1/+1
2020-03-13Update fish completionsJason-1/+1
2020-03-12Limit workspace numbers within 0..INT32_MAXJason Nader-2/+13
2020-03-12input: Avoid creating the PAD device multiple timesOlivier Fourdan-5/+9
2020-03-12readme: git is an optional dependencySimon Ser-1/+1
2020-03-11commands: Adjust style in cursors commandMichael Weiser-1/+1
2020-03-11commands: Add shortcuts_inhibitor commandMichael Weiser-0/+150
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser-10/+129
2020-03-11config: Fix typo in reload bindsym flag bitmaskMichael Weiser-1/+1
2020-03-11input: implement cycling through keyboard layout listBor Grošelj Simić-9/+48
2020-03-10ipc: add missing required propertiesIan Fan-0/+5
2020-03-10Null check sway_layer_surface when checking damageTadeo Kondrak-0/+3
2020-03-07common/log: bump POSIX version used after e81d9fde667eJan Beich-1/+1
2020-03-07common/log: improve time prefixSimon Ser-8/+30
2020-03-07Add adaptive_sync_status to output IPC replySimon Ser-3/+26
2020-03-07Add an adaptive_sync output commandSimon Ser-0/+43
2020-03-06Use wlr_client_bufferSimon Ser-4/+5
2020-03-06Drop sway_output.surface_needs_frameSimon Ser-9/+0
2020-03-06Only schedule a frame if client has requested a frame callbackSimon Ser-2/+4
2020-03-04Make handle_destroy and output_repaint_timer_handler staticSimon Ser-4/+2