summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: Use sysprof interface defintion from correct prefixbenzea/use-sysprof-prefixBenjamin Berg2020-01-081-1/+3
* backends/native: Fix relative motion calculation if monitor isn't foundJonas Dreßler2020-01-071-8/+8
* clutter/brightness-contrast-effect: Compare float with G_APPROX_VALUEGeorges Basile Stavracas Neto2020-01-071-12/+12
* clutter/offscreen-effect: Clear offscreen when pre-paint failsGeorges Basile Stavracas Neto2020-01-071-4/+11
* clutter/offscreen-effect: Clear offscreen framebuffer when disablingGeorges Basile Stavracas Neto2020-01-071-0/+14
* clutter/offscreen-effect: Use g_clear_pointer for cleanupGeorges Basile Stavracas Neto2020-01-071-24/+6
* x11-selection: Plug MetaX11SelectionOutputStream leakSebastian Keller2020-01-061-0/+1
* theme: Plug GdkPixbuf leakSebastian Keller2020-01-061-1/+1
* theme: Plug GtkIconInfo leakSebastian Keller2020-01-061-1/+1
* backends: Always enable tap-to-click/drag on opaque Wacom tabletsCarlos Garnacho2020-01-061-2/+31
* window-actor: Also cull out clip_regionRobert Mader2020-01-061-3/+11
* Bump version to 3.35.33.35.3Florian Müllner2020-01-052-1/+16
* Update Chinese (China) translationDz Chen2019-12-271-90/+126
* Update Galician translationFran Dieguez2019-12-251-1196/+1
* Update Galician translationFran Dieguez2019-12-251-41/+41
* clutter/stage: Fix picking of rectangles with negative positionsSebastian Keller2019-12-231-2/+2
* cogl: Add support for GL_ANGLE_pack_reverse_row_orderAdam Jackson2019-12-182-2/+15
* screen-cast: Fix window recording on HiDPIPascal Nowack2019-12-181-1/+5
* cogl: Update documentation for COGL_PRIVATE_FEATURE_ANY_GLAdam Jackson2019-12-181-3/+3
* cogl: Remove COGL_PRIVATE_FEATURE_GL_PROGRAMMABLEAdam Jackson2019-12-182-4/+0
* cogl: Remove COGL_PRIVATE_FEATURE_GL_EMBEDDEDAdam Jackson2019-12-183-6/+3
* cogl: Remove COGL_PRIVATE_FEATURE_GL_WEBAdam Jackson2019-12-181-1/+0
* cogl: Remove COGL_PRIVATE_FEATURE_GL_FIXED, track it in the driverAdam Jackson2019-12-185-12/+6
* cogl: Move GL-specific context setup/teardown into the driverAdam Jackson2019-12-184-54/+45
* cogl: Add context_{,de}init hooks to CoglDriverVtableAdam Jackson2019-12-186-0/+59
* clutter: Remove unneeded X11 includes from various headersAdam Jackson2019-12-182-12/+0
* cogl: Remove unneeded X11 includes from various headersAdam Jackson2019-12-183-12/+0
* cogl: Remove unused xlib state from CoglContextAdam Jackson2019-12-181-16/+0
* cogl: Remove unneeded GLX includes from cogl-framebuffer-private.hAdam Jackson2019-12-181-5/+0
* cogl: Move GLX-related headers into winsys/Adam Jackson2019-12-184-3/+3
* cogl: Remove unused explicit blend-enable controlsAdam Jackson2019-12-185-129/+2
* cogl: Remove reference to nonexistent type CoglVertex2fDaniel van Vugt2019-12-181-1/+1
* cogl: Upload clipping rectangles in parallelDaniel van Vugt2019-12-181-3/+22
* cogl: Simplify add_stencil_clip_region coordinatesDaniel van Vugt2019-12-181-12/+13
* cogl: Add function cogl_2d_primitives_immediateDaniel van Vugt2019-12-182-21/+40
* backends/native: Get the correct value for pinch dyYariv Barkan2019-12-131-1/+1
* Bump version to 3.35.23.35.2Florian Müllner2019-12-112-1/+51
* ci: Change instructions to use podmanBenjamin Berg2019-12-111-2/+2
* Update British English translationBruce Cowan2019-12-111-104/+106
* xwayland: Don't queue frame callbacks when role assignedJonas Ådahl2019-12-101-19/+0
* clutter-timeline: Fix some indentationRobert Mader2019-12-091-13/+13
* wayland: Let MetaWaylandXdgPopup dismiss incorrectly placed popupsJonas Ådahl2019-12-093-73/+28
* wayland/surface-role: Rename commit() vfunc apply_state()Jonas Ådahl2019-12-099-63/+65
* wayland: Rework asynchronous window configurationJonas Ådahl2019-12-0913-266/+356
* window/wayland: Use G_DECLARE_FINAL_TYPEJonas Ådahl2019-12-092-11/+6
* window: Don't constrain an acked window geometryJonas Ådahl2019-12-091-0/+1
* wayland/wl-shell: Use input region as window geometry if setJonas Ådahl2019-12-091-1/+12
* wayland/surface: Make cached subsurface state genericJonas Ådahl2019-12-093-10/+37
* wayland/surface: Rename MetaWaylandPendingState to MetaWaylandSurfaceStateJonas Ådahl2019-12-0913-139/+137
* wayland: Use helper to access pending state from the outsideJonas Ådahl2019-12-096-67/+110