index
:
wayland/weston
0.85
1.0
1.1
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
10.0
11.0
12.0
13.0
14.0
2.0
3.0
4.0
5.0
6.0
7.0
8.0
9.0
main
master
The Weston Wayland Compositor (mirrored from https://gitlab.freedesktop.org/wayland/weston)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-29
configure.ac: Bump version to 1.2.2
1.2.2
1.2
Kristian Høgsberg
1
-1
/
+1
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
configure.ac: fix broken compilation when configure with --disable-egl option
Samuel Iglesias Gonsalvez
1
-1
/
+1
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
7
-0
/
+14
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
Bump version to 1.2.1
1.2.1
Kristian Høgsberg
1
-1
/
+1
2013-08-22
simple-egl: Handle missing EGL_EXT_buffer_age better
Kristian Høgsberg
1
-2
/
+5
2013-08-22
add [xwayland] path weston.ini option
Maksim Melnikau
2
-2
/
+15
2013-08-22
compositor-drm: Zero out create_arg when creating dumb framebuffers
Kristian Høgsberg
1
-1
/
+2
2013-08-21
configure.ac: Add AC_SYS_LARGEFILE for mmap()ing dumb GEM buffers
Kristian Høgsberg
1
-0
/
+1
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
7
-8
/
+19
2013-08-20
Add touch support for wl_shell_surface_move
Rusty Lynch
10
-30
/
+263
2013-08-20
nested: The wl_resouce is the buffer, not the wl_resource user data
Kristian Høgsberg
1
-5
/
+5
2013-08-20
Add more missing config.h includes
Daniel Stone
10
-1
/
+21
2013-08-20
autotools: Add configure summary
Armin K
1
-1
/
+42
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
nested: Use a void * to avoid warnings with EGL_WL_bind_wayland_display
Kristian Høgsberg
1
-1
/
+1
2013-08-20
build: Allow more control over cairo use in the clients
Rob Bradford
1
-9
/
+34
2013-08-20
screenshooter: Add missing newline and use program_invocation_short_name
Kristian Høgsberg
1
-2
/
+2
2013-08-20
screenshooter: Only link to $(CLIENT_LIBS) not libtoytoolkit.la
Kristian Høgsberg
2
-3
/
+23
2013-08-20
fix compile error when EGL_BUFFER_AGE_EXT is missing
Adrian Negreanu
1
-0
/
+2
2013-08-20
remove dependency on EGL_KHR_surfaceless_context
Adrian Negreanu
1
-5
/
+0
2013-08-20
desktop-shell: Add touch support to panel launcher icons
Rusty Lynch
1
-0
/
+29
2013-08-20
calibrator: Add touch support to calibrator
Rusty Lynch
1
-0
/
+17
2013-08-20
smoke: Add touch support to smoke example
Rusty Lynch
1
-5
/
+18
2013-08-20
window.c: Add touch handlers
Rusty Lynch
2
-1
/
+271
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
configure.ac: check for wayland scanner macro
Peter Hutterer
1
-0
/
+2
2013-08-20
terminal.c: Check if fdopen() fails
Brian Lovin
1
-0
/
+4
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
[next]