summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cogl/tests: Only install run-tests.sh when building installed testswip/run-tests-installIain Lane2019-07-221-1/+3
* cleanup: Really stop using G_TYPE_INSTANCE_GET_PRIVATE()Florian Müllner2019-07-225-7/+5
* clutter-tests: Fix macro definitionsFlorian Müllner2019-07-224-4/+4
* x11: Remove benign warning for older X clientsMark Blakeney2019-07-221-10/+9
* Update Brazilian Portuguese translationRafael Fontenelle2019-07-221-52/+96
* Update Basque translationAsier Sarasua Garmendia2019-07-211-1310/+198
* Bump version to 3.33.43.33.4Florian Müllner2019-07-202-1/+32
* dma-buf: Mark DMA-BUF textures as paint-onlyJonas Ådahl2019-07-182-2/+2
* cogl/texture: Add EGLImage texture import flagsJonas Ådahl2019-07-188-0/+22
* cogl/texture: Make is_get_data_supported() a bool on the textureJonas Ådahl2019-07-183-4/+4
* keybindings: Do not grab the locate-pointer key if unnecessaryOlivier Fourdan2019-07-184-3/+47
* keybindings: Mark "locate-pointer" key as "no-auto-grab"Olivier Fourdan2019-07-181-1/+1
* keybindings: Mark the "overlay" key as "no-auto-grab"Olivier Fourdan2019-07-181-1/+1
* keybindings: Add "no-auto-grab" typeOlivier Fourdan2019-07-182-0/+8
* keybindings: Fix indentationOlivier Fourdan2019-07-181-5/+5
* keybindings: Remove unneeded forward declarationOlivier Fourdan2019-07-181-3/+0
* clutter: Stop using GParameterFlorian Müllner2019-07-181-69/+39
* cleanup: Don't use G_TYPE_INSTANCE_GET_PRIVATE()Florian Müllner2019-07-183-9/+3
* cleanup: Don't use g_memmove()Florian Müllner2019-07-182-4/+4
* window-x11: Focus a window in the active workspace as take-focus fallbackMarco Trevisan (Treviño)2019-07-181-5/+11
* background: Reload when GPU memory is invalidatedDaniel van Vugt2019-07-161-10/+36
* events: Use new API to get MetaWindow from ClutterActorRobert Mader2019-07-131-3/+5
* window-actor: Add API to get a MetaWindowActor from a ClutterActorRobert Mader2019-07-132-0/+19
* workspace-manager: Fix a documentation warningRobert Mader2019-07-121-3/+2
* compositor: Drop meta_get_overlay_window()Carlos Garnacho2019-07-112-15/+0
* dnd: Use composite_overlay_window directlyCarlos Garnacho2019-07-111-1/+1
* wayland/pointer: Remove duplicate includeJonas Dreßler2019-07-101-1/+0
* wayland/pointer: Set focus to NULL when the cursor is hiddenJonas Dreßler2019-07-102-0/+34
* cursor-tracker: Add API to get whether the pointer is visibleJonas Dreßler2019-07-102-0/+9
* renderer/native: Debug for primary copy modePekka Paalanen2019-07-101-0/+16
* renderer/native: Add tracing for 2nd GPU copiesPekka Paalanen2019-07-101-0/+10
* renderer/native: Use primary GPU to copyPekka Paalanen2019-07-101-18/+154
* renderer/native: Add meta_dumb_buffer_ensure_dmabuf_fdPekka Paalanen2019-07-101-0/+36
* wayland/dma-buf: Use meta_egl_create_dmabuf_imagePekka Paalanen2019-07-101-67/+17
* wayland/dma-buf: Fix offset, stride typesPekka Paalanen2019-07-101-3/+3
* egl: Introduce meta_egl_create_dmabuf_imagePekka Paalanen2019-07-103-105/+127
* cogl: Expose cogl_blit_framebufferPekka Paalanen2019-07-104-74/+98
* cogl: Rename feature OFFSCREEN_BLIT to BLIT_FRAMEBUFFERPekka Paalanen2019-07-107-7/+7
* cogl: Allow glBlitFramebuffer between onscreen/offscreenPekka Paalanen2019-07-103-22/+43
* cogl: Relax formats on glBlitFramebufferPekka Paalanen2019-07-103-8/+16
* cogl: Replace ANGLE with GLES3 and NV framebuffer_blitPekka Paalanen2019-07-102-4/+4
* cogl: Fix doc for _cogl_blit_framebufferPekka Paalanen2019-07-101-3/+3
* cogl: Remove unused OFFSCREEN_BLIT feature flagPekka Paalanen2019-07-101-2/+0
* core: Use source device on ::accelerator-activatedCarlos Garnacho2019-07-081-2/+4
* clutter: Defer actor allocations till shownCarlos Garnacho2019-07-081-0/+3
* core: Emit ::accelerator-activated with a ClutterInputDevice argumentCarlos Garnacho2019-07-081-4/+2
* stack: Style and introspection doc fixesMarco Trevisan (Treviño)2019-07-082-61/+62
* window-x11: Use any focusable window as fallback delayed focus windowMarco Trevisan (Treviño)2019-07-086-29/+180
* tests: Add "accept_take_focus" commandMarco Trevisan (Treviño)2019-07-082-1/+126
* test-client: Add x11 events GSource handlerMarco Trevisan (Treviño)2019-07-081-0/+141