summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-22xwayland: Clear scrolling fractional values after 2 secondsxwayland-1.12Kristian Høgsberg2-0/+7
2013-05-22xwayland: Scale axis events as we map them to scroll button eventsKristian Høgsberg1-2/+3
2013-05-22xwayland: Don't throw away scrolling axis fractionsKristian Høgsberg2-4/+18
2013-05-03xwayland: Remove left-over debug loggingKristian Høgsberg1-5/+2
2013-05-02xwayland: Pick wl_drm pixel formats based on the window visualKristian Høgsberg1-1/+10
2013-04-10xwayland: Use InitKeyboardDeviceStructFromStringKristian Høgsberg2-15/+45
2013-04-10xkb: Add XkbCompileKeymapFromString()Kristian Høgsberg4-39/+144
2013-04-10xkb: Split out code to start and finish xkbcompKristian Høgsberg1-11/+28
2013-04-10xkb: Add struct XkbCompContextKristian Høgsberg1-38/+38
2013-03-18xwayland: Attach buffer before committingScott Moreau1-0/+3
2013-02-25xwayland: Update axis notifications to follow protocolScott Moreau1-6/+20
2013-02-08xwayland: Don't block in DRI2 authentication mechanismTiago Vignatti7-29/+94
2012-11-27xwayland: Port to Wayland 1.0 APITiago Vignatti7-121/+144
2012-11-27XWayland: Input: Add some FIXMEs and remove unused variableDaniel Stone1-3/+6
2012-11-27XWayland: Skip unknown scroll valuesDaniel Stone1-0/+3
2012-11-27XWayland: Fix broken case fallthrough in inputDaniel Stone1-0/+2
2012-11-27xwayland: Don't scale pointer coordinatesKristian Høgsberg1-3/+7
2012-11-27configure: Track updated version of libxtransTiago Vignatti1-1/+1
2012-08-01xwayland: Remove unused 'hack' fieldsKristian Høgsberg3-9/+0
2012-08-01xwayland: Add mode for current mode, not the last mode in the listKristian Høgsberg1-4/+6
2012-07-31xwayland: remove non-existent private headersTiago Vignatti1-6/+0
2012-07-20xwayland: Remove unused grab fieldsTiago Vignatti1-2/+0
2012-07-19xwayland: Hide cursor on leave, show again on enterKristian Høgsberg1-0/+5
2012-07-16xwayland: fix EnterNotify positionTiago Vignatti1-0/+5
2012-06-29dri2: Pass a ScreenPtr through to the driver's AuthMagic function. (v3)Christopher James Halse Rogers2-8/+53
2012-06-15xwayland: Silence a few warningsKristian Høgsberg4-7/+5
2012-06-15xwayland: Remove stale TODO commentKristian Høgsberg1-6/+0
2012-06-15xwayland: send synthetic buttons up events when grabbingTiago Vignatti1-0/+16
2012-06-15xwayland: Make sure cursors have valid pre-multiplied ARGB valuesKristian Høgsberg1-5/+5
2012-06-15xwayland: Follow wl_pointer.set_cursor changeKristian Høgsberg4-3/+10
2012-06-13xwayland: Stub out keymap handler so we don't crashKristian Høgsberg1-0/+10
2012-06-13xwayland: track axis type conversionTiago Vignatti1-3/+4
2012-06-13xwayland: Remove selection callback ErrorF()Kristian Høgsberg1-4/+0
2012-06-13xwayland: Add wl_keyboard.modifiers stubKristian Høgsberg1-0/+10
2012-06-13Always use WL_SHM_FORMAT_ARGB8888 for shm surfaces.Scott Moreau1-16/+5
2012-06-13xwayland: Drop unused modifier tracking codeKristian Høgsberg2-25/+1
2012-06-13xwayland: Track keyboard state, reset on keyboard enter/leaveKristian Høgsberg2-3/+22
2012-06-13xwayland: Decouple drm init from screen init.Christopher James Halse Rogers4-21/+36
2012-06-13xwayland: Automatically load module if wayland support requestedChristopher James Halse Rogers1-1/+13
2012-06-13xwayland: Always create drm buffers as WL_DRM_FORMAT_ARGB8888Kristian Høgsberg1-6/+1
2012-06-13Update to wl_seat protocol changeKristian Høgsberg5-175/+145
2012-06-13Xi: fix master device picking on SetDeviceRedirectWindowTiago Vignatti1-1/+1
2012-06-13xwayland-input: Track wayland protocol changes.Scott Moreau1-5/+7
2012-06-13xwayland: fix pointer enter/leaveTiago Vignatti1-10/+6
2012-06-13xwayland: give axis basic supportTiago Vignatti1-0/+10
2012-06-13xwayland: Use reportAfter for our DamagePtrKristian Høgsberg1-0/+1
2012-06-13xwayland: Only remove xwl_window from damage list if it's on itKristian Høgsberg1-1/+2
2012-06-13xwayland: Disable screensaver extension under xwaylandKristian Høgsberg1-0/+2
2012-06-13xwayland: Fix width/height typoKristian Høgsberg1-1/+1
2012-06-13xwayland: follow wayland change to serial numbersTiago Vignatti3-20/+27