summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* clutter-text: Fix selection color drawingFlorian Müllner2019-05-281-1/+10
* clutter/x11: disable mousekeys with Numlock ONOlivier Fourdan2019-04-192-2/+27
* clutter/evdev: disable mousekeys with Numlock ONOlivier Fourdan2019-04-191-0/+16
* clutter/evdev: Toggle accessibility features from keyboardOlivier Fourdan2019-04-111-7/+7
* clutter/device-manager: Small code cleanupOlivier Fourdan2019-04-111-7/+1
* clutter: Fix check for keyboard a11y featuresCarlos Garnacho2019-03-281-1/+1
* clutter-actor: Keep is_dirty unchanged for culled actorsDaniel van Vugt2019-03-281-1/+1
* clutter: Drop no longer necessary APICarlos Garnacho2019-03-255-84/+0
* clutter/evdev: Fix toggling accessibility features from keyboardOlivier Fourdan2019-03-201-10/+7
* build: Don't use absolute paths with subdir keywordFlorian Müllner2019-03-182-5/+7
* clutter: Do not toggle the OSK panel off after focus outCarlos Garnacho2019-03-041-3/+0
* clutter: Make ClutterInputFocus API to set panel state explicitCarlos Garnacho2019-03-045-8/+12
* clutter: Remove clutter_set_windowing_backend()Adam Jackson2019-03-044-71/+0
* clutter: remove x11/clutter-x11-texure-pixmap.cAdam Jackson2019-03-044-1381/+0
* clutter: Remove tests/interactive/text-pixmap.cAdam Jackson2019-03-042-343/+0
* clutter/evdev: Use internal button codes for mousekeysOlivier Fourdan2019-03-041-13/+13
* clutter/x11: Consider remapped keys when guessing the keycode from the keysymAndrea Azzarone2019-03-021-0/+20
* clutter/stage-cogl: Add function to scale and clamp fractional values to pixelsMarco Trevisan (Treviño)2019-03-011-32/+54
* clutter/stage-cogl: Cleanup the code for scissor region calculationMarco Trevisan (Treviño)2019-03-011-19/+7
* clutter/util: Add functions for managing cairo and clutter rectsMarco Trevisan (Treviño)2019-03-012-0/+34
* clutter/rect: Add utility function to scale the rectangleMarco Trevisan (Treviño)2019-03-012-4/+34
* clutter/rect: Clamp to pixel taking care of subpixel valuesMarco Trevisan (Treviño)2019-03-011-2/+7
* clutter/stage: Add view scale support on read_pixels()Marco Trevisan (Treviño)2019-03-011-3/+11
* clutter/stage: Avoid duplicating code for capturingMarco Trevisan (Treviño)2019-03-011-32/+8
* clutter/stage: Add scaling support to capture_view_intoMarco Trevisan (Treviño)2019-03-011-3/+10
* clutter/stage: Cleanup the capture_view codeMarco Trevisan (Treviño)2019-03-012-7/+73
* clutter/stage: Add private API to get max view scale for rectMarco Trevisan (Treviño)2019-03-013-17/+35
* clutter/stage: Use rounded values to create image surfacesMarco Trevisan (Treviño)2019-03-011-7/+8
* clutter/offscreen-effect: Make sure we use linear filter for fractional scalingMarco Trevisan (Treviño)2019-03-011-11/+28
* clutter/offscreen-effect: Support adding effect to resource scaled actorsMarco Trevisan (Treviño)2019-03-011-20/+55
* clutter/text: Generate resource scaled text and paint it at proper scalingMarco Trevisan (Treviño)2019-03-013-78/+302
* clutter/text: Add utility function to set the pango attributesMarco Trevisan (Treviño)2019-03-011-6/+32
* clutter/canvas: Implement clutter_canvas_{get,set}_scale_factorMarco Trevisan (Treviño)2019-03-012-6/+89
* clutter/actor-box: Add clutter_actor_box_scale functionMarco Trevisan (Treviño)2019-03-012-0/+25
* clutter: Add API to get the resource scale of an actorJonas Ådahl2019-03-017-8/+281
* clutter/util: Add function to build a ClutterRect from a cairo rectangleMarco Trevisan (Treviño)2019-03-012-0/+18
* clutter: Remove unused deprecated/clutter-input-device-deprecated.cAdam Jackson2019-02-284-80/+0
* clutter: Remove unused deprecated/clutter-{list-,}model.cAdam Jackson2019-02-287-3903/+0
* clutter: Remove tests/conform/model.cAdam Jackson2019-02-282-529/+0
* clutter: Remove unused deprecated/clutter-behaviour-rotate.cAdam Jackson2019-02-284-810/+0
* clutter: Remove tests/interactive/test-{depth,multistage.c}Adam Jackson2019-02-283-364/+0
* clutter: Remove unused deprecated/clutter-behaviour-path.cAdam Jackson2019-02-284-603/+0
* clutter: Remove unused deprecated/clutter-timeout-interval.cAdam Jackson2019-02-283-204/+0
* clutter: Remove unused deprecated/clutter-behaviour-ellipse.cAdam Jackson2019-02-284-1221/+0
* clutter: Remove unused deprecated/clutter-shader.cAdam Jackson2019-02-286-1071/+0
* Use a consistent style for enum bracesNiels De Graef2019-02-2822-89/+178
* clutter: Animatable: Use G_DECLARE_INTERFACE()Niels De Graef2019-02-276-35/+21
* clutter: MasterClock: Use G_DECLARE_INTERFACE()Niels De Graef2019-02-273-16/+8
* clutter: Content: Use G_DECLARE_INTERFACE()Niels De Graef2019-02-277-36/+19
* clutter: StageWindow: Use G_DECLARE_INTERFACE()Niels De Graef2019-02-275-50/+37