summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-03Update changelogsubmit/tizen_ivi_stable/20131116.101833submit/tizen_ivi_genivi/20140131.033641submit/tizen/20131003.215300ivi_oct_m2accepted/tizen/ivi/genivi/20140131.040952accepted/tizen/20131003.220442accepted/tizen/20131003.220015accepted/tizen/20131003.215557tizen_ivi_geniviaccepted/tizen/ivi/geniviRusty Lynch1-0/+5
2013-10-03TIVI-1828: Make EFL apps use the wayland-based input method.Ossama Othman1-0/+3
2013-10-03TIVI-1828: Install weekeyboard.xml app metadata file.Ossama Othman2-0/+15
2013-10-03TIVI-1919: Install udev rules file for all egalax displays.Ossama Othman2-3/+2
2013-09-30TIVI-1919: Associate the Giantec display with HDMI1Rusty Lynch1-0/+5
2013-09-25Adding calibration values and bind HDMI output with touch screen of chelong m...submit/tizen/20130925.171104accepted/tizen/20130925.220757accepted/tizen/20130925.175616accepted/tizen/20130925.173305Quanxian Wang2-1/+4
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 Wang2-4/+6
2013-09-23We have the calibrator for touch and delete touch quirkQuanxian Wang3-61/+14
2013-09-17TIVI-1771: Fix browser metadata so homescreen can find its surfacesubmit/tizen/20130918.060753accepted/tizen/20130918.214754accepted/tizen/20130918.185107accepted/tizen/20130918.181249accepted/tizen/20130918.161627Rusty Lynch2-9/+13
2013-09-16Added DBUS_SESSION_BUS_ADDRESS in /etc/profile.d/weston.sh (Bug TIVI-1686 and...Stephane Desneux1-0/+3
2013-09-09Update changelog.submit/tizen/20130909.204211Ossama Othman1-0/+5
2013-09-09Add support for device quirks, such as swapped axes.Ossama Othman3-12/+63
2013-09-09Add Tizen IVI weston packaging files.Ossama Othman12-0/+291
2013-08-29configure.ac: Bump version to 1.2.2upstream/1.2.21.2.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.1upstream/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