summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-23Not add output->x/y when caculating the absolute value of touch postion.submit/tizen/20130925.010751submit/tizen/20130923.181735accepted/tizen/20130925.103624accepted/tizen/20130925.010203accepted/tizen/20130925.010132accepted/tizen/20130923.213851accepted/tizen/20130923.210501accepted/tizen/20130923.210314Quanxian Wang1-4/+2
2013-09-23We have the calibrator for touch and delete touch quirkQuanxian Wang3-61/+14
2013-09-09Add support for device quirks, such as swapped axes.Ossama Othman3-12/+63
2013-08-28shell: Make sure we have seat->pointer and seat->touch before dereferencingKristian Høgsberg1-3/+5
2013-08-28gl-renderer: Use GL_UNSIGNED_SHORT for index array typeKristian Høgsberg1-2/+2
2013-08-28evdev: Don't transform device->abs.x/y in placeKristian Høgsberg1-30/+28
2013-08-26compositor.h: Don't include config.hPier Luigi Fiorini1-2/+0
2013-08-26Add more missing config.h #includesKristian Høgsberg1-0/+2
2013-08-26evdev: Initliaze device->link so we can wl_list_remove() without crashingKristian Høgsberg1-2/+2
2013-08-26xwm: Use window->x/y for override redirect surfacesKristian Høgsberg1-3/+2
2013-08-26xwm: Fix transform listenerKristian Høgsberg1-21/+8
2013-08-26xwm: Fix configure notify handlerKristian Høgsberg1-9/+2
2013-08-26xwm: Set _NET_WM_CM_S0 instead of relying on the xwayland module to do itKristian Høgsberg2-0/+7
2013-08-22add [xwayland] path weston.ini optionMaksim Melnikau1-2/+8
2013-08-22compositor-drm: Zero out create_arg when creating dumb framebuffersKristian Høgsberg1-1/+2
2013-08-21set RDP output enabled by default (stable 1.2)Hardening1-1/+1
2013-08-20autotools: Don't use wayland-scanner.m4Daiki Ueno2-2/+4
2013-08-20Add touch support for wl_shell_surface_moveRusty Lynch1-7/+121
2013-08-20Add more missing config.h includesDaniel Stone10-1/+21
2013-08-20evdev: Ignore joystick devicesKristian Høgsberg1-0/+10
2013-08-20evdev: write EV_SYN input_event along with led events to deviceRolf Morel1-1/+3
2013-08-20input: Store touch position and time when we start an implicit touch grabRusty Lynch1-0/+8
2013-08-20evdev: Use touch ID 0 when generating touch up eventRusty Lynch1-1/+1
2013-08-20evdev: log when a device is used as touchpadPeter Hutterer1-1/+4
2013-08-20evdev: call evdev_device_destroy on failurePeter Hutterer1-20/+10
2013-08-20evdev: plug a potential memleakPeter Hutterer1-0/+2
2013-08-20evdev: get the current slot value from the absinfo struct or mtdevPeter Hutterer1-1/+5
2013-08-20evdev: only use mtdev for Protocol A devicesPeter Hutterer1-7/+13
2013-08-20evdev: add comment why we're ignoring key value 2Peter Hutterer1-0/+1
2013-08-20evdev: prevent unterminated device namePeter Hutterer1-0/+1
2013-08-20tty: fix typo in error messagePeter Hutterer1-1/+1
2013-08-20evdev: check for ABS_MT_POSITION_X/Y to determine mt devicesPeter Hutterer1-1/+5
2013-08-20cms-colord: Don't redefine _GNU_SOURCEArmin K1-1/+0
2013-08-20gl-renderer: Only check for subimage when we have extension at compile timeKristian Høgsberg1-0/+2
2013-08-20Add workaround for broken GL_EXT_unpack_subimage tokensKristian Høgsberg1-0/+11
2013-08-20gl-renderer.c: Cast wl_resource to void * to avoid warningKristian Høgsberg1-2/+1
2013-08-20gl-renderer: Test for GL_EXT_unpack_subimage not GL_UNPACK_ROW_LENGTHKristian Høgsberg1-8/+7
2013-08-20Drop extraneous duplicate header includesBryce Harrington2-3/+0
2013-08-20compositor: Check wl_resource_create() return valueKristian Høgsberg3-14/+63
2013-08-20data-device.c: Handle failure to allocate offer in weston_drag_set_focusKristian Høgsberg1-1/+4
2013-08-20data-device.c: Handle OOM in wl_data_source_send_offer()Kristian Høgsberg1-0/+5
2013-08-20compositor-x11: Don't leak the looked up name for skipped outputsRob Bradford1-1/+3
2013-08-20compositor-drm: Use a format width parameter for the modeline sscanfRob Bradford1-1/+1
2013-08-20compositor-fbdev: Avoid dereferencing a pointer in freed memoryRob Bradford1-1/+3
2013-08-20weston-launch: Unblock our signalfd signals before execing childKristian Høgsberg1-0/+7
2013-08-20clipboard: remove the weston_seat destruction listener on destroyRob Bradford1-0/+1
2013-08-20text-backend: remove the weston_seat destruction listener on destroyRob Bradford1-0/+1
2013-08-20Reset touch focus in unmapMichael Fu3-4/+9
2013-08-20xwayland: Remove transform listener when destroying the wmLouis-Francis Ratté-Boulianne1-0/+1
2013-08-20udev: Use WL_OUTPUT udev attribute for pairing touchscreens to outputsKristian Høgsberg1-1/+9