summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2020-05-02input/cursor: make cursor rebasing cursor type-agnosticTudor Brindus-0/+4
2020-05-01Add a secondary headless backendSimon Ser-0/+2
2020-05-01input/cursor: release simulated tool tip button when over v2 surfaceTudor Brindus-0/+1
2020-04-28swaybar: Fix scrolling with precise trackpadsMartin Dørum-0/+11
2020-04-22input/cursor: fix hide cursor timeouts on tablets and touchscreensTudor Brindus-1/+2
2020-04-14input: Mark virtual devices as suchAndri Yngvason-0/+1
2020-04-10Use bitshifts for bitfieldsSimon Ser-57/+63
2020-04-10Render layer shell popups over the top layerDavid96-0/+8
2020-04-08Introduce test_output_configSimon Ser-0/+2
2020-04-04im: make text-input listeners per text-inputxdavidwu-4/+5
2020-04-04Port input method and text input from rootstonxdavidwu-0/+70
2020-03-30tray: track SNI callbacksIan Fan-3/+10
2020-03-30tray: tidy codeIan Fan-8/+7
2020-03-30tray: allow themes to inherit from multiple themesIan Fan-1/+1
2020-03-30add --no-repeat option for bindingsLinus Heckemann-0/+1
2020-03-11commands: Add shortcuts_inhibitor commandMichael Weiser-0/+8
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser-0/+22
2020-03-11config: Fix typo in reload bindsym flag bitmaskMichael Weiser-1/+1
2020-03-07Add an adaptive_sync output commandSimon Ser-0/+2
2020-03-06Use wlr_client_bufferSimon Ser-1/+1
2020-03-06Drop sway_output.surface_needs_frameSimon Ser-1/+0
2020-03-04Make handle_destroy and output_repaint_timer_handler staticSimon Ser-2/+0
2020-02-27Introduce pid criteria tokenRyan Dwyer-0/+1
2020-02-26Add support for wlr-output-power-management-unstable-v1Simon Ser-0/+7
2020-02-18treewide: fix typosTorstein Husebø-1/+1
2020-02-16output: fix updating output manager configBrian Ashworth-1/+1
2020-02-11Stop calling apply_output_config from output_enableSimon Ser-1/+1
2020-02-10swaybar: fix i3bar relative coordinates when scaling is usedHristo Venev-3/+4
2020-02-10Do not truncate pointer coordinates to int.Hristo Venev-1/+1
2020-02-04criteria: match containers without viewAnders-2/+2
2020-01-24Fix compiling with -fno-commonthermitegod-2/+2
2020-01-16Fix crash when showing scratchpad hidden split containersRonan Pigott-0/+2
2020-01-15Revert "Make all the container dimensions integers"Simon Ser-11/+11
2020-01-09view: remove workspace pid mapping for assignsBrian Ashworth-0/+2
2020-01-05input/cursor: handle image surface destroyBrian Ashworth-0/+1
2020-01-05swaynag: Add multi-seat supportAndri Yngvason-1/+9
2020-01-01Make all the container dimensions integersPedro Côrte-Real-11/+11
2020-01-01Avoid numerical instability in resizePedro Côrte-Real-0/+5
2019-12-31Add virtual pointer protocolJosef Gajdusek-0/+3
2019-12-28bar_cmd_colors: remove add_colorBrian Ashworth-2/+0
2019-12-28cmd_client_*: refactor duplicated codeBrian Ashworth-0/+2
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth-4/+6
2019-12-16seat_cmd_keyboard_grouping: change keymap to smartBrian Ashworth-2/+5
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault-0/+18
2019-12-07input/cursor: pass gesture events to clientsBenjamin Cheng-0/+9
2019-12-01output: Schedule idle frames if we do not renderKenny Levinsen-0/+1
2019-11-29add scale_filter output config optionRonan Pigott-0/+12
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth-0/+17
2019-11-21input_cmd_xkb_file: allow shell path expansionBrian Ashworth-0/+4
2019-11-17view: add max_render_timeIvan Molodetskikh-1/+11