aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2020-05-14security.d: remove directoryÉrico Rolim-85/+0
2020-05-13commands: Add per-view shortcuts_inhibitor commandMichael Weiser-9/+103
2020-05-13Implement pointer simulation if client hasn't bound to touchDavid96-24/+52
2020-05-13Really fix floating window border resize problemsAdam Kürthy-10/+19
2020-05-13input/cursor: don't apply pointer constraint to emulated tablet inputTudor Brindus-4/+7
2020-05-11Simplify repaint scheduling documentationKenny Levinsen-32/+29
2020-05-10Fix some mistakes in grimshot docsPaul Ouellette-14/+14
2020-05-10input/tablet: simplify parameter plumbing for tablet referencesTudor Brindus-18/+14
2020-05-08input/keyboard: use wlr_keyboard_keymaps_match from wlrootsTudor Brindus-15/+8
2020-05-05grimshot: Skip creating a temp file when copyingHugo Osvaldo Barrera-6/+1
2020-05-05grimshot: Add a man pageHugo Osvaldo Barrera-7/+168
2020-05-05grimshot: Add a separate flag for notificationsHugo Osvaldo Barrera-4/+18
2020-05-05grimshot: Allow manually picking a windowHugo Osvaldo Barrera-3/+7
2020-05-05grimshot: Show usage when on invalid commandHugo Osvaldo Barrera-3/+15
2020-05-05grimshot: Avoid screenshots overwriting each otherHugo Osvaldo Barrera-1/+1
2020-05-05grimshot: Allow configuring default directoryHugo Osvaldo Barrera-1/+9
2020-05-05Don't unhide cursor on touch eventsDavid96-1/+1
2020-05-02input/cursor: remove erroneous cast for tablet tool buttonTudor Brindus-2/+1
2020-05-02input: rename pointer handlers to be unambiguousTudor Brindus-37/+39
2020-05-02input: refactor tablet motion into seatop handlerTudor Brindus-13/+61
2020-05-02input/cursor: disambiguate cursor functions from pointer functionsTudor Brindus-16/+16
2020-05-02input/cursor: make cursor rebasing cursor type-agnosticTudor Brindus-37/+45
2020-05-01Add a secondary headless backendSimon Ser-1/+10
2020-05-01Fix invisible cursor on startupSimon Ser-0/+2
2020-05-01Don't assert the cursor theme loadsSimon Ser-7/+9
2020-05-01Add Korean README.mdskip-yell-1/+64
2020-05-01input/cursor: release simulated tool tip button when over v2 surfaceTudor Brindus-1/+9
2020-05-01input/seatop_default: properly notify pointer leaveNick Diego Yamane-0/+1
2020-05-01build: improve feature summarySimon Ser-13/+9
2020-04-30Fix typo in swaybar-protocol.7.scdJames Mills-2/+2
2020-04-29fix typos in sway-input.5.scdjhalmen-1/+1
2020-04-29Correct typo in sway-output.5.scdEjez-1/+1
2020-04-29ISSUE_TEMPLATE: note debug logs should be from TTYBrian Ashworth-1/+1
2020-04-29Redirect questions to wiki/IRCSimon Ser-0/+2
2020-04-28swaybar: Fix scrolling with precise trackpadsMartin Dørum-12/+91
2020-04-27Add each view's shell to JSON descriptionThomas Hebb-0/+7
2020-04-27man: add note about sway-input and sway-output pagesSimon Ser-0/+3
2020-04-27Add debug symbol stack trace note to ISSUE_TEMPLATE.mdTudor Brindus-2/+4
2020-04-26input/tablet: query tablet focused surface for cursor image checkTudor Brindus-2/+1
2020-04-26config/output: reconfigure input devices after full output initTudor Brindus-11/+11
2020-04-24input/cursor: correctly transfer focus when using tablet penTudor Brindus-2/+6
2020-04-24config/output: reconfigure input devices on new outputTudor Brindus-1/+14
2020-04-24Take window borders into account when resizing floating windowsAdam Kürthy-0/+6
2020-04-22input/cursor: fix hide cursor timeouts on tablets and touchscreensTudor Brindus-15/+19
2020-04-22input/cursor: fix jerky resizing of non-tablet_v2 surfacesTudor Brindus-0/+1
2020-04-22input/cursor: correctly send tablet_v2 up event when over non-v2 surfaceTudor Brindus-0/+7
2020-04-21Restrict relative output transforms to runtime changesSimon Ser-1/+6
2020-04-20scdoc: unbindcode --input-device, not input-deviceIhor Kalnytskyi-1/+1
2020-04-20interpret "subpixel none" as CAIRO_ANTIALIAS_GRAYIan Huang-4/+14
2020-04-17Don't transfer focus to NULL node on touchDavid96-1/+3