index
:
platform/upstream/weston
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
linux_yocto
linux_yocto_build
sandbox/boram/weston170
sandbox/boram/weston180
sandbox/boram1288/weston30
sandbox/cyeon/devel
sandbox/elongbug/test
sandbox/imranzaman/multiseat
sandbox/imranzaman/multiseat6
sandbox/imranzaman/transform
sandbox/jbko/devel
sandbox/jihochu/5.0
sandbox/lsj119/devel
sandbox/mbachmann/devel
sandbox/mbachmann/ivi_xdg140
sandbox/mbachmann/tizen_embed
sandbox/mbachmann/tizen_greeter
sandbox/mbachmann/tizen_qa
sandbox/mbachmann/tizen_xdg-unminimize
sandbox/mbachmann/weston150_fullminimize
sandbox/mbachmann/weston150_ivi-shell
sandbox/mbachmann/weston150_qa
sandbox/mbachmann/weston160
sandbox/mbachmann/weston160_vanilla
sandbox/mbachmann/weston170
sandbox/nbozhenov/lto
sandbox/nguyomard/xdg_surface_needs_attention
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/pcoval/wip
sandbox/sdesneux/devel
sandbox/sdx/TC-1388
sandbox/sdx/weston17
sandbox/srk/android
sandbox/void/TC-1443
sandbox/xiaowei/5.0
splash
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Graphics System / Display Server;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-23
Not add output->x/y when caculating the absolute value of touch postion.
submit/tizen/20130925.010751
submit/tizen/20130923.181735
accepted/tizen/20130925.103624
accepted/tizen/20130925.010203
accepted/tizen/20130925.010132
accepted/tizen/20130923.213851
accepted/tizen/20130923.210501
accepted/tizen/20130923.210314
Quanxian Wang
1
-4
/
+2
2013-09-23
We have the calibrator for touch and delete touch quirk
Quanxian Wang
3
-61
/
+14
2013-09-09
Add support for device quirks, such as swapped axes.
Ossama Othman
3
-12
/
+63
2013-08-28
shell: Make sure we have seat->pointer and seat->touch before dereferencing
Kristian Høgsberg
1
-3
/
+5
2013-08-28
gl-renderer: Use GL_UNSIGNED_SHORT for index array type
Kristian Høgsberg
1
-2
/
+2
2013-08-28
evdev: Don't transform device->abs.x/y in place
Kristian Høgsberg
1
-30
/
+28
2013-08-26
compositor.h: Don't include config.h
Pier Luigi Fiorini
1
-2
/
+0
2013-08-26
Add more missing config.h #includes
Kristian Høgsberg
1
-0
/
+2
2013-08-26
evdev: Initliaze device->link so we can wl_list_remove() without crashing
Kristian Høgsberg
1
-2
/
+2
2013-08-26
xwm: Use window->x/y for override redirect surfaces
Kristian Høgsberg
1
-3
/
+2
2013-08-26
xwm: Fix transform listener
Kristian Høgsberg
1
-21
/
+8
2013-08-26
xwm: Fix configure notify handler
Kristian Høgsberg
1
-9
/
+2
2013-08-26
xwm: Set _NET_WM_CM_S0 instead of relying on the xwayland module to do it
Kristian Høgsberg
2
-0
/
+7
2013-08-22
add [xwayland] path weston.ini option
Maksim Melnikau
1
-2
/
+8
2013-08-22
compositor-drm: Zero out create_arg when creating dumb framebuffers
Kristian Høgsberg
1
-1
/
+2
2013-08-21
set RDP output enabled by default (stable 1.2)
Hardening
1
-1
/
+1
2013-08-20
autotools: Don't use wayland-scanner.m4
Daiki Ueno
2
-2
/
+4
2013-08-20
Add touch support for wl_shell_surface_move
Rusty Lynch
1
-7
/
+121
2013-08-20
Add more missing config.h includes
Daniel Stone
10
-1
/
+21
2013-08-20
evdev: Ignore joystick devices
Kristian Høgsberg
1
-0
/
+10
2013-08-20
evdev: write EV_SYN input_event along with led events to device
Rolf Morel
1
-1
/
+3
2013-08-20
input: Store touch position and time when we start an implicit touch grab
Rusty Lynch
1
-0
/
+8
2013-08-20
evdev: Use touch ID 0 when generating touch up event
Rusty Lynch
1
-1
/
+1
2013-08-20
evdev: log when a device is used as touchpad
Peter Hutterer
1
-1
/
+4
2013-08-20
evdev: call evdev_device_destroy on failure
Peter Hutterer
1
-20
/
+10
2013-08-20
evdev: plug a potential memleak
Peter Hutterer
1
-0
/
+2
2013-08-20
evdev: get the current slot value from the absinfo struct or mtdev
Peter Hutterer
1
-1
/
+5
2013-08-20
evdev: only use mtdev for Protocol A devices
Peter Hutterer
1
-7
/
+13
2013-08-20
evdev: add comment why we're ignoring key value 2
Peter Hutterer
1
-0
/
+1
2013-08-20
evdev: prevent unterminated device name
Peter Hutterer
1
-0
/
+1
2013-08-20
tty: fix typo in error message
Peter Hutterer
1
-1
/
+1
2013-08-20
evdev: check for ABS_MT_POSITION_X/Y to determine mt devices
Peter Hutterer
1
-1
/
+5
2013-08-20
cms-colord: Don't redefine _GNU_SOURCE
Armin K
1
-1
/
+0
2013-08-20
gl-renderer: Only check for subimage when we have extension at compile time
Kristian Høgsberg
1
-0
/
+2
2013-08-20
Add workaround for broken GL_EXT_unpack_subimage tokens
Kristian Høgsberg
1
-0
/
+11
2013-08-20
gl-renderer.c: Cast wl_resource to void * to avoid warning
Kristian Høgsberg
1
-2
/
+1
2013-08-20
gl-renderer: Test for GL_EXT_unpack_subimage not GL_UNPACK_ROW_LENGTH
Kristian Høgsberg
1
-8
/
+7
2013-08-20
Drop extraneous duplicate header includes
Bryce Harrington
2
-3
/
+0
2013-08-20
compositor: Check wl_resource_create() return value
Kristian Høgsberg
3
-14
/
+63
2013-08-20
data-device.c: Handle failure to allocate offer in weston_drag_set_focus
Kristian Høgsberg
1
-1
/
+4
2013-08-20
data-device.c: Handle OOM in wl_data_source_send_offer()
Kristian Høgsberg
1
-0
/
+5
2013-08-20
compositor-x11: Don't leak the looked up name for skipped outputs
Rob Bradford
1
-1
/
+3
2013-08-20
compositor-drm: Use a format width parameter for the modeline sscanf
Rob Bradford
1
-1
/
+1
2013-08-20
compositor-fbdev: Avoid dereferencing a pointer in freed memory
Rob Bradford
1
-1
/
+3
2013-08-20
weston-launch: Unblock our signalfd signals before execing child
Kristian Høgsberg
1
-0
/
+7
2013-08-20
clipboard: remove the weston_seat destruction listener on destroy
Rob Bradford
1
-0
/
+1
2013-08-20
text-backend: remove the weston_seat destruction listener on destroy
Rob Bradford
1
-0
/
+1
2013-08-20
Reset touch focus in unmap
Michael Fu
3
-4
/
+9
2013-08-20
xwayland: Remove transform listener when destroying the wm
Louis-Francis Ratté-Boulianne
1
-0
/
+1
2013-08-20
udev: Use WL_OUTPUT udev attribute for pairing touchscreens to outputs
Kristian Høgsberg
1
-1
/
+9
[next]