summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Bump version to 1.2.21.2.21.2Kristian Høgsberg2013-08-291-1/+1
* shell: Make sure we have seat->pointer and seat->touch before dereferencingKristian Høgsberg2013-08-281-3/+5
* gl-renderer: Use GL_UNSIGNED_SHORT for index array typeKristian Høgsberg2013-08-281-2/+2
* configure.ac: fix broken compilation when configure with --disable-egl optionSamuel Iglesias Gonsalvez2013-08-281-1/+1
* evdev: Don't transform device->abs.x/y in placeKristian Høgsberg2013-08-281-30/+28
* compositor.h: Don't include config.hPier Luigi Fiorini2013-08-261-2/+0
* Add more missing config.h #includesKristian Høgsberg2013-08-267-0/+14
* evdev: Initliaze device->link so we can wl_list_remove() without crashingKristian Høgsberg2013-08-261-2/+2
* xwm: Use window->x/y for override redirect surfacesKristian Høgsberg2013-08-261-3/+2
* xwm: Fix transform listenerKristian Høgsberg2013-08-261-21/+8
* xwm: Fix configure notify handlerKristian Høgsberg2013-08-261-9/+2
* xwm: Set _NET_WM_CM_S0 instead of relying on the xwayland module to do itKristian Høgsberg2013-08-262-0/+7
* Bump version to 1.2.11.2.1Kristian Høgsberg2013-08-221-1/+1
* simple-egl: Handle missing EGL_EXT_buffer_age betterKristian Høgsberg2013-08-221-2/+5
* add [xwayland] path weston.ini optionMaksim Melnikau2013-08-222-2/+15
* compositor-drm: Zero out create_arg when creating dumb framebuffersKristian Høgsberg2013-08-221-1/+2
* configure.ac: Add AC_SYS_LARGEFILE for mmap()ing dumb GEM buffersKristian Høgsberg2013-08-211-0/+1
* set RDP output enabled by default (stable 1.2)Hardening2013-08-211-1/+1
* autotools: Don't use wayland-scanner.m4Daiki Ueno2013-08-207-8/+19
* Add touch support for wl_shell_surface_moveRusty Lynch2013-08-2010-30/+263
* nested: The wl_resouce is the buffer, not the wl_resource user dataKristian Høgsberg2013-08-201-5/+5
* Add more missing config.h includesDaniel Stone2013-08-2010-1/+21
* autotools: Add configure summaryArmin K2013-08-201-1/+42
* evdev: Ignore joystick devicesKristian Høgsberg2013-08-201-0/+10
* evdev: write EV_SYN input_event along with led events to deviceRolf Morel2013-08-201-1/+3
* nested: Use a void * to avoid warnings with EGL_WL_bind_wayland_displayKristian Høgsberg2013-08-201-1/+1
* build: Allow more control over cairo use in the clientsRob Bradford2013-08-201-9/+34
* screenshooter: Add missing newline and use program_invocation_short_nameKristian Høgsberg2013-08-201-2/+2
* screenshooter: Only link to $(CLIENT_LIBS) not libtoytoolkit.laKristian Høgsberg2013-08-202-3/+23
* fix compile error when EGL_BUFFER_AGE_EXT is missingAdrian Negreanu2013-08-201-0/+2
* remove dependency on EGL_KHR_surfaceless_contextAdrian Negreanu2013-08-201-5/+0
* desktop-shell: Add touch support to panel launcher iconsRusty Lynch2013-08-201-0/+29
* calibrator: Add touch support to calibratorRusty Lynch2013-08-201-0/+17
* smoke: Add touch support to smoke exampleRusty Lynch2013-08-201-5/+18
* window.c: Add touch handlersRusty Lynch2013-08-202-1/+271
* input: Store touch position and time when we start an implicit touch grabRusty Lynch2013-08-201-0/+8
* evdev: Use touch ID 0 when generating touch up eventRusty Lynch2013-08-201-1/+1
* configure.ac: check for wayland scanner macroPeter Hutterer2013-08-201-0/+2
* terminal.c: Check if fdopen() failsBrian Lovin2013-08-201-0/+4
* evdev: log when a device is used as touchpadPeter Hutterer2013-08-201-1/+4
* evdev: call evdev_device_destroy on failurePeter Hutterer2013-08-201-20/+10
* evdev: plug a potential memleakPeter Hutterer2013-08-201-0/+2
* evdev: get the current slot value from the absinfo struct or mtdevPeter Hutterer2013-08-201-1/+5
* evdev: only use mtdev for Protocol A devicesPeter Hutterer2013-08-201-7/+13
* evdev: add comment why we're ignoring key value 2Peter Hutterer2013-08-201-0/+1
* evdev: prevent unterminated device namePeter Hutterer2013-08-201-0/+1
* tty: fix typo in error messagePeter Hutterer2013-08-201-1/+1
* evdev: check for ABS_MT_POSITION_X/Y to determine mt devicesPeter Hutterer2013-08-201-1/+5
* cms-colord: Don't redefine _GNU_SOURCEArmin K2013-08-201-1/+0
* gl-renderer: Only check for subimage when we have extension at compile timeKristian Høgsberg2013-08-201-0/+2