summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-29configure.ac: Bump version to 1.2.21.2.21.2Kristian Høgsberg1-1/+1
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-28configure.ac: fix broken compilation when configure with --disable-egl optionSamuel Iglesias Gonsalvez1-1/+1
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øgsberg7-0/+14
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-22Bump version to 1.2.11.2.1Kristian Høgsberg1-1/+1
2013-08-22simple-egl: Handle missing EGL_EXT_buffer_age betterKristian Høgsberg1-2/+5
2013-08-22add [xwayland] path weston.ini optionMaksim Melnikau2-2/+15
2013-08-22compositor-drm: Zero out create_arg when creating dumb framebuffersKristian Høgsberg1-1/+2
2013-08-21configure.ac: Add AC_SYS_LARGEFILE for mmap()ing dumb GEM buffersKristian Høgsberg1-0/+1
2013-08-21set RDP output enabled by default (stable 1.2)Hardening1-1/+1
2013-08-20autotools: Don't use wayland-scanner.m4Daiki Ueno7-8/+19
2013-08-20Add touch support for wl_shell_surface_moveRusty Lynch10-30/+263
2013-08-20nested: The wl_resouce is the buffer, not the wl_resource user dataKristian Høgsberg1-5/+5
2013-08-20Add more missing config.h includesDaniel Stone10-1/+21
2013-08-20autotools: Add configure summaryArmin K1-1/+42
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-20nested: Use a void * to avoid warnings with EGL_WL_bind_wayland_displayKristian Høgsberg1-1/+1
2013-08-20build: Allow more control over cairo use in the clientsRob Bradford1-9/+34
2013-08-20screenshooter: Add missing newline and use program_invocation_short_nameKristian Høgsberg1-2/+2
2013-08-20screenshooter: Only link to $(CLIENT_LIBS) not libtoytoolkit.laKristian Høgsberg2-3/+23
2013-08-20fix compile error when EGL_BUFFER_AGE_EXT is missingAdrian Negreanu1-0/+2
2013-08-20remove dependency on EGL_KHR_surfaceless_contextAdrian Negreanu1-5/+0
2013-08-20desktop-shell: Add touch support to panel launcher iconsRusty Lynch1-0/+29
2013-08-20calibrator: Add touch support to calibratorRusty Lynch1-0/+17
2013-08-20smoke: Add touch support to smoke exampleRusty Lynch1-5/+18
2013-08-20window.c: Add touch handlersRusty Lynch2-1/+271
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-20configure.ac: check for wayland scanner macroPeter Hutterer1-0/+2
2013-08-20terminal.c: Check if fdopen() failsBrian Lovin1-0/+4
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