weston/src
Daniel Stone b4f4a5980f Reset pending surface delta x and y on commit
The following sequence:
	wl_surface::attach(s, b, 1, 2)
	wl_surface::commit(s)
	wl_surface::commit(s)
would actually result in the surface getting moved by (2,4) as the
pending attach delta wasn't reset on commit, only by another attach.

This only shows up on single-buffered surfaces.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-11-08 11:32:29 -05:00
..
xwayland xwm: Fail safely if cursor is not found 2012-10-29 13:44:33 -04:00
.gitignore text: Split text and input-method protocols 2012-09-12 16:48:59 -04:00
android-framebuffer.cpp Add Android backend 2012-05-31 13:54:01 -04:00
android-framebuffer.h Add Android backend 2012-05-31 13:54:01 -04:00
clipboard.c clipboard: add seat destroy signal handler 2012-07-11 15:42:46 -04:00
compositor-android.c compositor-android: Add output before gles2_renderer_init() 2012-09-13 11:23:06 -04:00
compositor-drm.c compositor-drm: Always disable sprites for now 2012-11-02 15:19:02 -04:00
compositor-wayland.c clients: Use wl_display_dispatch_pending() 2012-10-15 20:54:43 -04:00
compositor-x11.c compositor-x11: verify that detectable repeat was really set 2012-11-01 11:14:04 -04:00
compositor.c Reset pending surface delta x and y on commit 2012-11-08 11:32:29 -05:00
compositor.h compositor: Fix culling of repaints behind opaque surfaces 2012-10-31 13:37:01 -04:00
evdev-touchpad.c evdev-touchpad: Implement two finger scroll 2012-10-15 20:54:43 -04:00
evdev.c evdev: Update axis notifications to follow protocol 2012-10-16 10:33:03 -04:00
evdev.h evdev: rename evdev_input_device to evdev_device 2012-08-09 10:29:18 -04:00
filter.c Replace fprintf() by weston_log() 2012-06-08 13:11:36 -04:00
filter.h evdev: Improve touchpad support and add motion filters 2012-05-17 11:33:45 -04:00
gles2-renderer.c gles2: check eglBindWaylandDisplayWL return value 2012-10-25 14:58:59 -04:00
launcher-util.c weston-launcher: use CLOEXEC on fallback path 2012-07-31 22:19:31 -04:00
launcher-util.h Introduce weston-launch 2012-04-06 14:01:19 +02:00
libbacklight.c backlight: Jump to cleanup code if synthesizing backlight string fails 2012-10-09 22:57:10 -04:00
libbacklight.h Fix a few -pedantic warnings 2012-05-10 14:11:44 -04:00
log.c compositor: Fold the log prototypes into compositor.h and drop log.h 2012-08-01 00:00:57 -04:00
Makefile.am Make distcheck pass 2012-10-15 21:10:10 -04:00
matrix.c weston: Use float instead of GLfloat. 2012-10-04 12:27:21 -04:00
matrix.h weston: Use float instead of GLfloat. 2012-10-04 12:27:21 -04:00
screenshooter.c compositor: Generalize output previous damage into per buffer damage 2012-09-14 13:40:08 -04:00
shell.c shell: End popups if we trigger a shell grab 2012-10-30 14:09:36 -04:00
tablet-shell.c compositor: Always assign an output when updating a surface transform 2012-09-14 13:43:08 -04:00
text-backend.c text: Rename de/activate to enter/leave 2012-09-25 11:24:49 -04:00
tty.c tty: Log error if we cannot setup a valid tty keyboard mode 2012-10-09 22:50:13 -04:00
util.c util: Check result of weston_surface_animation_run. 2012-10-16 11:51:53 -04:00
weston-egl-ext.h compositor: add support for OES_EGL_image_external 2012-08-31 17:51:42 -04:00
weston-launch.c weston-launch: Check result of pam_start. 2012-10-16 11:26:00 -04:00
weston-launch.h Introduce weston-launch 2012-04-06 14:01:19 +02:00
zoom.c Implement output transformations. 2012-08-29 14:39:13 -04:00