summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* Use Unicode in translatable stringswip/piotrdrag/unicode-typographyPiotr Drąg2018-05-304-15/+15
* gdk: stage: destroy and clear subsurface on unrealize()Olivier Fourdan2017-05-091-0/+9
* Fix a translator commentPiotr Drąg2017-01-261-4/+4
* gdk: stage: Use gdk for the Wayland subsurfaceOlivier Fourdan2017-01-092-91/+50
* backend: check for wayland before x11Marc-Antoine Perennou2016-11-301-3/+3
* clutter-script: Document support for top-level arraysPhilip Withnall2016-11-211-2/+24
* clutter-script: Add an example of translation in ClutterScriptPhilip Withnall2016-08-231-0/+24
* canvas: fix checking twice for width > 0Gustavo Noronha Silva2016-07-261-1/+1
* clutter: Fix typo in docs for ClutterActor::queue-relayoutPhilip Withnall2016-07-171-1/+1
* actor: Clarify that add_effect() sinks floating references on the effectPhilip Withnall2016-07-121-1/+8
* Don't create the Cogl GLib source multiple timesOwen W. Taylor2016-06-301-3/+3
* text: Bind <ctrl>A in addition to <ctrl>aFlorian Müllner2016-05-121-0/+4
* actor: Warn on adding/removing itself as a childEmmanuele Bassi2016-03-291-0/+14
* gdk: Disable deprecation warningsEmmanuele Bassi2016-02-281-0/+6
* clutter/config.h.win32.in: Keep in sync with autotools buildsChun-wei Fan2016-02-271-24/+3
* cally: Avoid clone spamming state changesEmmanuele Bassi2016-02-241-0/+7
* actor: Expand is_in_clone_paint() checkEmmanuele Bassi2016-02-241-1/+21
* evdev: Pass a motion delta to pointer constrain callbackJonas Ådahl2016-02-162-1/+6
* evdev: Expose microsecond timestamps via the clutter evdev APIJonas Ådahl2016-02-164-0/+44
* evdev: Use microsecond granularity for internal timestampsJonas Ådahl2016-02-161-69/+99
* evdev: Provide the relative pointer motion event deltasJonas Ådahl2016-02-164-15/+110
* evdev: Recycle device ids after devices are removedJonas Ådahl2016-02-163-17/+86
* gdk: Enable swap throttling on full screen windowsEmmanuele Bassi2016-01-251-0/+22
* evdev: Add scroll source/finish flags info to scroll events.Carlos Garnacho2016-01-141-14/+51
* clutter-event: Add scroll source enum and axis scroll flagsCarlos Garnacho2016-01-143-0/+88
* egl: Rename backend constructor functionEmmanuele Bassi2015-12-111-1/+1
* Allow setting the default backend from the configuration fileEmmanuele Bassi2015-12-113-0/+20
* Read the config file when creating the global shared stateEmmanuele Bassi2015-12-111-6/+6
* backend: Ensure that Cogl drivers are set prior to initializationEmmanuele Bassi2015-12-111-0/+6
* backend: Allow setting a list of windowing backendsEmmanuele Bassi2015-12-111-43/+93
* Add internal constructor function for each backendEmmanuele Bassi2015-12-1114-21/+67
* Allow overriding the list of Cogl drivers via configuration fileEmmanuele Bassi2015-12-103-1/+19
* Add a configuration option for deciding the Cogl drivers to useEmmanuele Bassi2015-12-101-1/+1
* backend: Allow overriding the Cogl drivers chainEmmanuele Bassi2015-12-101-23/+56
* Fix annotation for bind_model()Emmanuele Bassi2015-12-091-1/+1
* Fix definition of ClutterEventExtenderEmmanuele Bassi2015-12-091-0/+2
* gdk: Check for both GDK and Cogl winsys supportEmmanuele Bassi2015-12-081-3/+3
* evdev: Drop redundant stage set checkJonas Ådahl2015-12-031-5/+0
* text: Enforce boolean valueEmmanuele Bassi2015-11-301-0/+2
* docs: Improve documentation for ClutterTextEmmanuele Bassi2015-11-301-3/+8
* text: Unify conditions for visible cursorEmmanuele Bassi2015-11-301-12/+6
* text: Allow selectability without editabilityEmmanuele Bassi2015-11-281-70/+75
* gdk: take into account scaling on waylandLionel Landwerlin2015-11-221-20/+30
* gdk: Implement ClutterEventExtenderCarlos Garnacho2015-11-182-26/+36
* x11: Implement ClutterEventExtenderCarlos Garnacho2015-11-182-26/+34
* evdev: Set event code on button/key eventsCarlos Garnacho2015-11-181-0/+3
* evdev: Allow to retrieve the input.h event code from ClutterEventsCarlos Garnacho2015-11-185-0/+123
* evdev: Implement the ClutterEventExtender interfaceCarlos Garnacho2015-11-181-3/+28
* backend: Bridge platform-dependent event data creation to device managersCarlos Garnacho2015-11-181-2/+18
* device-manager: Add private interface to manipulate platform event dataCarlos Garnacho2015-11-182-0/+29