summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* clutter: Avoid redundant margin changesDaniel van Vugt2019-01-301-0/+16
* clutter: Add ClutterKeymap getterCarlos Garnacho2019-01-292-0/+18
* evdev: Implement ClutterKeymapCarlos Garnacho2019-01-299-55/+232
* clutter: Add generic ClutterKeymap objectCarlos Garnacho2019-01-299-29/+164
* clutter-box-layout: Use floats and assert on denormal numbersRobert Mader2019-01-281-16/+31
* clutter: Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-253-0/+3
* clutter: Fix offscreen-effect painting of clonesDaniel van Vugt2019-01-247-265/+146
* meson: Don't list libraries private dependencies in pc filesMarco Trevisan (Treviño)2019-01-231-7/+14
* meson: Hide symbols by default in clutterMarco Trevisan (Treviño)2019-01-231-0/+1
* meson: Set proper soversion and version to librariesMarco Trevisan (Treviño)2019-01-231-1/+2
* clutter/build: Don't pass --prototypes to glib-genmarshalJonas Ådahl2019-01-221-1/+1
* clutter: Add missing `void` to function declarationJonas Ådahl2019-01-221-1/+1
* clutter: Fix const qualifier usageJonas Ådahl2019-01-225-27/+27
* clutter/tests: Remove dead codeJonas Ådahl2019-01-222-32/+0
* clutter/tests: Fix missing declaration warningsJonas Ådahl2019-01-2249-9/+280
* clutter/debug: Add printf annotations to log helpersJonas Ådahl2019-01-222-3/+3
* clutter/stage: Fix debug loggingJonas Ådahl2019-01-221-3/+3
* clutter/tests/interactive: Remove dead codeJonas Ådahl2019-01-221-17/+0
* build: Pass --quiet to glib-genmarshalJonas Ådahl2019-01-171-1/+1
* clutter/stage: Add clutter_stage_is_redraw_queued() APIJonas Ådahl2019-01-162-0/+14
* clutter/x11: Implement keycode remap to keysyms on virtual key devicesAndrea Azzarone2019-01-113-6/+172
* Drop AutotoolsGeorges Basile Stavracas Neto2019-01-1022-3002/+0
* build: Install .pc files in correct locationFlorian Müllner2019-01-081-0/+2
* clutter: remove deprecated ClutterMedia.Niels De Graef2019-01-085-790/+0
* build: Pass library as first argument to pkg.generate()Jonas Ådahl2019-01-081-4/+4
* Add some gtk-doc comments.Niels De Graef2019-01-062-5/+59
* clutter-stage: Don't emit "after-paint" when pickingDaniel van Vugt2019-01-061-1/+2
* build: Always pass --quiet to g-ir-scannerJonas Ådahl2018-12-221-4/+1
* tests: Don't check pixels outside actor allocationCarlos Garnacho2018-12-181-4/+4
* clutter/tests: Update expectations in actor-anchors testCarlos Garnacho2018-12-181-2/+1
* Revert "Revert "ClutterActor: Optimize away idempotent scale/position updates""Carlos Garnacho2018-12-181-4/+6
* clutter: Avoid rounding compensation when invalidating 2D actorsCarlos Garnacho2018-12-181-0/+15
* clutter: Add API to retrieve the physical size of absolute devicesCarlos Garnacho2018-12-065-0/+84
* clutter: minor documentation updateGeorges Basile Stavracas Neto2018-12-061-1/+1
* clutter: Rename SYNC_TO_VBLANK to SWAP_THROTTLEGeorges Basile Stavracas Neto2018-12-063-5/+5
* cogl-framebuffer: Remove swap_throttled configGeorges Basile Stavracas Neto2018-12-061-1/+0
* clutter: Remove ability to externally set sync-to-vblankGeorges Basile Stavracas Neto2018-12-063-25/+1
* clutter/x11: detect tablet type from the Wacom propertyPeter Hutterer2018-12-061-1/+98
* clutter: Only redraw affected portions on parent widget on show/hideCarlos Garnacho2018-12-061-2/+4
* clutter: Avoid relayouts when raising/lowering childrenCarlos Garnacho2018-12-061-2/+18
* clutter: Make paint volume argument const on queue_redraw*()Carlos Garnacho2018-12-064-28/+21
* clutter/stage: Round viewport coordinates before settingJonas Ådahl2018-12-051-4/+10
* clutter/stage-cogl: Disable buffer age when painting red damageGeorges Basile Stavracas Neto2018-12-041-4/+11
* clutter/stage-cogl: Add option to visualize damaged regionsGeorges Basile Stavracas Neto2018-12-043-1/+61
* tests: Fix warnings reported by shellcheckTing-Wei Lan2018-12-011-7/+6
* build: Don't hardcode the path of bashTing-Wei Lan2018-12-011-1/+1
* clutter: Remove erroneous "fixed point" commentDaniel van Vugt2018-11-261-3/+2
* clutter: Keep a device reference with eventsOlivier Fourdan2018-11-191-4/+12
* clutter/evdev: Use `clutter_event_set_device()`Olivier Fourdan2018-11-194-9/+4
* clutter-rectangle: Remove cogl_rectangle()Georges Basile Stavracas Neto2018-11-181-65/+84