summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Implement wl_pointer_gestureswip/garnacho/touchpad-gesturesCarlos Garnacho2015-08-106-0/+119
* wayland: Implement the wl_pointer_gesture_pinch interfaceCarlos Garnacho2015-08-106-1/+216
* wayland: Implement the wl_pointer_gesture_swipe interfaceCarlos Garnacho2015-08-106-1/+212
* wayland: Add gestures protocol XMLCarlos Garnacho2015-08-103-0/+177
* MetaWaylandPointer: Put client resources in its own structJonas Ådahl2015-08-103-80/+171
* build: Fix return value in meta-sync-ring.cTing-Wei Lan2015-08-091-2/+2
* wayland: Only call frame callbacks when a surface gets drawn on screenAdel Gadllah2015-08-093-2/+27
* compositor: Fix GL_EXT_x11_sync_object race conditionAaron Plattner2015-08-071-6/+19
* compositor: Add support for GL_EXT_x11_sync_objectRui Matos2015-08-077-23/+641
* group: Convert code to XCB to prevent errorsJasper St. Pierre2015-08-051-5/+16
* wayland-surface: Send out an error for a popup with an invalid parentRui Matos2015-08-051-4/+3
* wayland-surface: Don't crash if clients commit to a done popupRui Matos2015-08-051-0/+8
* native: Actually close input device fdsJonas Ådahl2015-08-051-1/+4
* wayland: Handle unsetting of input and opaque surface regionJonas Ådahl2015-08-053-4/+24
* Updated Thai translationAkom Chotiphantawanon2015-08-011-3305/+367
* window: Remove fullscreen_after_placement special caseRui Matos2015-07-304-18/+7
* Bump clutter versionFlorian Müllner2015-07-231-1/+1
* Bump version to 3.17.43.17.4Florian Müllner2015-07-232-1/+14
* window-x11: Remove duplicated codeFlorian Müllner2015-07-231-11/+3
* window: Remove duplicated codeFlorian Müllner2015-07-231-6/+1
* core: Remove meta_core_get_frame_workspace() declarationFlorian Müllner2015-07-231-3/+0
* core: Remove meta_core_change_workspace()Florian Müllner2015-07-232-15/+0
* default-plugin: Replace deprecated macroFlorian Müllner2015-07-221-1/+1
* screen: On monitors-changed, update the window monitor before resizingRui Matos2015-07-211-3/+3
* backends/monitor-manager: Validate EDID stringsRui Matos2015-07-211-13/+23
* feedback actor: Fix a typoMatthias Clasen2015-07-201-1/+1
* Monitor-config: Fix a copy-paste errorMatthias Clasen2015-07-201-2/+2
* backends: Trigger animated cursor animations on the native backendCarlos Garnacho2015-07-201-0/+60
* backend: Add meta_cursor_renderer_force_update()Carlos Garnacho2015-07-202-0/+8
* backend: Store XcursorImages for theme cursorsCarlos Garnacho2015-07-202-8/+61
* events: Ensure touchpad gesture events go through clutterCarlos Garnacho2015-07-201-9/+19
* wayland: Fix calculation of window geometry when scaledJonas Ådahl2015-07-163-10/+41
* wayland: Take scale into account when placing windows relativelyJonas Ådahl2015-07-163-12/+33
* MetaWaylandSurface: Return top most toplevel window for popupsJonas Ådahl2015-07-161-3/+28
* wayland: Scale window geometry rects given the main outputJonas Ådahl2015-07-165-13/+142
* Don't calculate the main window monitor every time it`s neededJonas Ådahl2015-07-165-15/+12
* MetaMonitorInfo: Provide scale informationJonas Ådahl2015-07-163-18/+7
* wayland: Fix subsurface place_above/below type cast errorJonas Ådahl2015-07-161-4/+6
* wayland: Fix subsurface positioning on HiDPIJonas Ådahl2015-07-164-17/+64
* wayland: Factor out some parts of meta_surface_actor_wayland_get_scaleJonas Ådahl2015-07-165-33/+43
* frames: handle META_FRAME_CONTROL_NONE on left clickMarek Chalupa2015-07-151-0/+5
* MetaSurfaceActorWayland: Don't dereference surface before NULL checkJonas Ådahl2015-07-151-2/+2
* wayland: Don't crash if wl_output resource is destroyed after being removedJonas Ådahl2015-07-151-6/+16
* wayland: Send wl_surface.enter and wl_surface.leaveJonas Ådahl2015-07-157-1/+188
* MetaSurfaceActorWayland: Unset the MetaWaylandSurface pointer when it goes awayJonas Ådahl2015-07-154-2/+20
* wayland: Make MetaWaylandOutput a GObjectJonas Ådahl2015-07-152-18/+68
* wayland: Put MetaWaylandOutput struct in header fileJonas Ådahl2015-07-152-9/+11
* wayland: Use surface role when special casing surface commitsJonas Ådahl2015-07-151-8/+19
* nested: Allow configuration of dummy output configurationJonas Ådahl2015-07-151-41/+111
* input-settings-x11: check properties for correctness before changing themPeter Hutterer2015-07-141-7/+42