aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-04Merge pull request #1432 from ForTheReallys/relative-pointersemersion
2019-01-03Merge pull request #1449 from swaywm/tinywlDrew DeVault
2019-01-03Use pkg-config for tinywl depsDrew DeVault
2019-01-03Annotate the sourceDrew DeVault
2019-01-03Update READMEs per tinywl mergeDrew DeVault
2019-01-03Merge remote-tracking branch 'tinywl/master' into tinywlDrew DeVault
2019-01-02Only send relative events to the focused client in rootstonAlex Maese
2019-01-02Finish addressing @emersion's commentsAlex Maese
2018-12-30examples/layer-shell.c: check popup exists before drawingIan Fan
2018-12-26Merge pull request #1444 from emersion/edid-phys-sizeDrew DeVault
2018-12-23Rename some variables for clarityAlex Maese
2018-12-23backend/drm: get physical size from libdrmemersion
2018-12-22Protect against redefining MESA_EGL_NO_X11_HEADERSJente Hidskes
2018-12-22Merge pull request #1441 from Timidger/box-parameter-standardizeDrew DeVault
2018-12-21Standardize the wlr_box input paramatersTimidger
2018-12-21Add a listener for when the pointer gets destroyedAlex Maese
2018-12-21Address more of @emersion's commentsAlex Maese
2018-12-21Add unaccelerated pointer values to wlr_event_pointer_motion eventsAlex Maese
2018-12-21Address @emersion's commentsAlex Maese
2018-12-21Remove pointer resource from relative pointerAlex Maese
2018-12-21Only send relative motion to correct seatAlex Maese
2018-12-21Removed relative pointers from wlr_seatAlex Maese
2018-12-21Remove wl_client from wlr_relative_pointer_v1Alex Maese
2018-12-21Add wlr_relative_pointer_v1.h to meson.buildAlex Maese
2018-12-21relative_pointer: implementation and code fixesrandom human
2018-12-21relative_pointer: add relative-pointer examplerandom human
2018-12-21relative_pointer: send frame event to pointer for Xwaylandrandom human
2018-12-21relative_pointer: code formatting fixesrandom human
2018-12-21relative_pointer: implement protocol eventsrandom human
2018-12-21relative_pointer: implement protocol requestsrandom human
2018-12-21relative_pointer: create skeleton and buildrandom human
2018-12-21Merge pull request #1440 from sghctoma/fbsd-manifestemersion
2018-12-21Fix FreeBSD build manifestsghctoma
2018-12-20Merge pull request #1439 from ammen99/masteremersion
2018-12-20rootston: create foreign toplevel handle before sending outputsIlia Bozhinov
2018-12-16Merge pull request #1435 from emersion/duplicate-custom-modesemersion
2018-12-16backend/drm: don't insert duplicate custom modes, fix refresh rateemersion
2018-12-15Merge pull request #1377 from tokyovigilante/switch-eventsemersion
2018-12-15Remove unused variablesRyan Walklin
2018-12-15Improve event matching logicRyan Walklin
2018-12-15Fix style nitsRyan Walklin
2018-12-15Working switches in rootston:Ryan Walklin
2018-12-15Remove debug logsRyan Walklin
2018-12-15Update config struct, reduce complexity and correctly parse config.iniRyan Walklin
2018-12-15Remove redundant signal in seat.cRyan Walklin
2018-12-15Factor out binding command execution to separate fileRyan Walklin
2018-12-15[WIP][DONTMERGE]Add support for libinput_switch input devicesRyan Walklin
2018-12-13Merge pull request #1434 from martinetd/xwayland_clearenvemersion
2018-12-13xwayland: remove clearenv() callDominique Martinet
2018-12-12Merge pull request #1433 from ammen99/fix-layer-shell-unconstrainDrew DeVault