summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* backend/native: Check libinput_device in async callwip/carlosg/device-checkCarlos Garnacho2020-12-161-1/+2
* backends/native: Dispose the libinput device in the input threadCarlos Garnacho2020-12-163-1/+10
* backends/native: Make device grouping libinput independentCarlos Garnacho2020-12-162-5/+7
* backends/native: Make group modes checks libinput device independentCarlos Garnacho2020-12-162-6/+11
* backends/native: Make mode switch checks libinput independentCarlos Garnacho2020-12-161-6/+21
* clutter: Simplify framebuffer setup using ortho projectionGeorges Basile Stavracas Neto2020-12-162-19/+9
* renderer/native: Remove left over commentJonas Ådahl2020-12-161-1/+0
* backends/native: Destruct udev after kmsJonas Ådahl2020-12-161-1/+1
* clutter/effect: Move ClutterEffect creation to ClutterActorGeorges Basile Stavracas Neto2020-12-153-8/+11
* clutter/offscreen-effect: Document paint nodesGeorges Basile Stavracas Neto2020-12-151-0/+24
* clutter/effect: Add paint nodes to all paint vfuncsGeorges Basile Stavracas Neto2020-12-158-75/+59
* clutter/offscreen-effect: Implement paint_node()Georges Basile Stavracas Neto2020-12-151-0/+35
* clutter/offscreen-effect: Use paint nodes to paint targetGeorges Basile Stavracas Neto2020-12-155-23/+64
* clutter/desaturate-effect: Switch to create_pipeline vfuncGeorges Basile Stavracas Neto2020-12-151-51/+14
* clutter/colorize-effect: Switch to create_pipeline vfuncGeorges Basile Stavracas Neto2020-12-151-49/+13
* clutter/brightness-contrast-effect: Switch to create_pipeline vfuncGeorges Basile Stavracas Neto2020-12-151-47/+14
* clutter/blur-effect: Switch to create_pipeline vfuncGeorges Basile Stavracas Neto2020-12-151-65/+31
* clutter/offscreen-effect: Add new create_pipeline() vfuncGeorges Basile Stavracas Neto2020-12-152-11/+27
* clutter/paint-nodes: Make ClutterLayerNode always push/popGeorges Basile Stavracas Neto2020-12-151-4/+3
* build: Use Xwayland pkg-config if availableOlivier Fourdan2020-12-151-4/+16
* Updated Spanish translationDaniel Mustieles2020-12-151-57/+84
* Introduce ClutterBlurNodeGeorges Basile Stavracas Neto2020-12-142-0/+169
* clutter: Add private ClutterBlurGeorges Basile Stavracas Neto2020-12-143-0/+464
* clutter/paint-nodes: Fix blit node oversightsGeorges Basile Stavracas Neto2020-12-141-2/+2
* cogl/framebuffer: Add COGL_EXPORT to public functionGeorges Basile Stavracas Neto2020-12-141-1/+1
* Update Romanian translationFlorentina Mușat2020-12-121-2/+19
* Update Romanian translationFlorentina Mușat2020-12-121-86/+95
* clutter/text: Make update_cursor_location() operate in stage coordinatesDaniel van Vugt2020-12-121-1/+1
* clutter/text: Scale down clutter_text_get_cursor_rect to actor coordinatesDaniel van Vugt2020-12-121-1/+8
* clutter/offscreen-effect: Use the paint volume origin as the FBO offsetDaniel van Vugt2020-12-121-6/+5
* clutter/actor: Use different view list when picking frame clock of stageJonas Dreßler2020-12-111-2/+7
* ci: Only fetch history for branch tipsFlorian Müllner2020-12-111-4/+10
* ci: Fix checking out gnome-shell for tag pipelinesFlorian Müllner2020-12-111-3/+10
* ci: Improve checkout script outputFlorian Müllner2020-12-111-7/+16
* xwayland: Set xrandr primary outputAleksandr Mezin2020-12-114-1/+123
* xwayland: Make sure /tmp/.X11-unix/ existsJonas Ådahl2020-12-101-0/+22
* xwayland: Don't spew warnings when looking for X11 displaysJonas Ådahl2020-12-101-1/+6
* xwayland: Clean up error reportingJonas Ådahl2020-12-103-63/+128
* clutter: Do not poke backend code for motion compressionCarlos Garnacho2020-12-084-55/+27
* clutter: Drop infrastructure to copy/free platform event dataCarlos Garnacho2020-12-086-73/+0
* backends/native: Drop MetaEventNativeCarlos Garnacho2020-12-086-114/+0
* clutter: Move relative motion information to ClutterEventCarlos Garnacho2020-12-087-139/+78
* wayland: Drop HAVE_BACKEND_NATIVE checks in wl_touch implementationCarlos Garnacho2020-12-081-21/+0
* backends: Unify touch sequence to slot conversionCarlos Garnacho2020-12-0810-37/+18
* clutter: Move evdev evcode data to Clutter button/key eventsCarlos Garnacho2020-12-089-114/+58
* backends/x11: Drop platform-specific event dataCarlos Garnacho2020-12-083-92/+0
* clutter: Simplify stage state managementCarlos Garnacho2020-12-0812-256/+7
* clutter: Drop CLUTTER_DESTROY_NOTIFY eventCarlos Garnacho2020-12-088-34/+5
* clutter: Drop CLUTTER_CLIENT_MESSAGE eventCarlos Garnacho2020-12-087-24/+1
* Introduce ClutterBlitNodeGeorges Basile Stavracas Neto2020-12-082-0/+209