summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-12Fix sub-compositor duplicated symbols1.3Kristian Høgsberg3-2/+11
2013-10-31configure.ac: Bump version to 1.3.11.3.1Kristian Høgsberg1-1/+1
2013-10-30xwm: Set input region for fullscreen surfaces correctlyKristian Høgsberg1-6/+10
2013-10-30launcher: Make sure we drop drm master before we allow VT switchesKristian Høgsberg2-0/+10
2013-10-30Add cancel function to grab interfacesJonas Ådahl6-7/+157
2013-10-30shell: Don't leak weston_touch_move_grab structsJonas Ådahl1-5/+7
2013-10-30tests/.gitignore: Add *.trsJonas Ådahl1-0/+1
2013-10-30animation.c: Schedule a repaint when the animation is doneKristian Høgsberg1-0/+1
2013-10-30Fall back to ANIMATION_NONE if startup-animation is zoomKristian Høgsberg1-0/+3
2013-10-26compositor: set surface->plane from destroyed plane to NULLXiong Zhang3-9/+24
2013-10-25weston-launch: Revoke and close input fds when we vt switch awayKristian Høgsberg1-0/+25
2013-10-25configure.ac: Require at least version 0.3.0 of xkbcommonKristian Høgsberg1-1/+1
2013-10-24compositor-x11: Use the fullscreen size provided by the configure eventKristian Høgsberg1-1/+3
2013-10-24compositor-drm: Don't call drop/set master anymoreKristian Høgsberg1-7/+0
2013-10-24compositor: finish frame if redraw failsDavid Herrmann9-21/+39
2013-10-24compositor-drm: finish frame if initial page-flip failsDavid Herrmann1-8/+11
2013-10-21window: Only clamp min size for windows with frameKristian Høgsberg1-3/+3
2013-10-21weston-launch: Use /bin/sh for launching westonKristian Høgsberg1-1/+1
2013-10-21window: Set a minimum size for toytoolkit windowsKristian Høgsberg1-2/+14
2013-10-21udev-seat: Repick seat after a new device was addedJonas Ådahl3-1/+7
2013-10-21input: Unmap pointer sprite when no more pointer devices are connectedJonas Ådahl1-0/+3
2013-10-21input: Unset focus of seat device when releasing last referenceJonas Ådahl1-0/+6
2013-10-21evdev: Reference count input device's seat capabilitiesJonas Ådahl4-7/+78
2013-10-21shell: Add a new weston.ini to control the startup animationKristian Høgsberg3-6/+21
2013-10-21compositor: Stop the repaint loop if the compositor went to sleepKristian Høgsberg1-1/+4
2013-10-21fbdev: open launcher only onceDavid Herrmann1-10/+2
2013-10-21evdev: release devices on read() errorDavid Herrmann1-1/+8
2013-10-21evdev: Clear touch capability if we see a mouse-type buttonKristian Høgsberg1-4/+4
2013-10-21evdev: Only init a pointer if the evdev device has a buttonKristian Høgsberg1-2/+2
2013-10-21evdev: Stop looking for pointer buttons when we get to BTN_JOYSTICKKristian Høgsberg1-1/+1
2013-10-21launcher: Drop unecessary checks for drm_fd == -1Kristian Høgsberg1-10/+5
2013-10-21launcher: Fix reverted sense of drm_check_master() wrapperKristian Høgsberg1-5/+5
2013-10-21Don't remove the touch grab until the last touch point is removedNeil Roberts1-1/+3
2013-10-21Only update the touch grab position for the first fingerNeil Roberts2-2/+6
2013-10-21Add a touch move bindingNeil Roberts1-0/+21
2013-10-21Add a touch binding to activate a surfaceNeil Roberts5-8/+82
2013-10-11xwm: Redirect root window subwindowsKristian Høgsberg3-1/+7
2013-10-11fbdev: Fix compilation without EGLKristian Høgsberg1-0/+1
2013-10-11compositor-drm: fix EGL format typeAlexandru DAMIAN1-2/+4
2013-10-11clients: Update .gitignore for weston-multi-resourceStefan Schmidt1-0/+1
2013-10-11xwayland: Remove unused call weston_wm_handle_configure_notify.Stefan Schmidt1-2/+0
2013-10-11compositor-drm: Avoid output_destroy happened before page_flip eventXiong Zhang1-1/+19
2013-10-10multi-resource: Don't include non-existing xmalloc.hKristian Høgsberg1-1/+14
2013-10-10launcher: Wrap drmGetMagic and drmAuthMagic so we can build without libdrmTomeu Vizoso1-3/+11
2013-10-10rpi: Remove redundant castTomeu Vizoso1-2/+1
2013-10-10weston-test-client-helper: Use wl_fixed_to_double() when printing axis valueKristian Høgsberg1-1/+2
2013-10-10weston-test-client-helper.c: Assert on failed allocationsKristian Høgsberg1-10/+19
2013-10-10vaapi-recorder: Don't leak fd on thread error pathKristian Høgsberg1-3/+2
2013-10-10tests: Assert surface creation succeedsKristian Høgsberg2-0/+2
2013-10-10nested: Cast away warnings for differing arguments to eglQueryWaylandBufferWLKristian Høgsberg1-3/+5