summaryrefslogtreecommitdiff
path: root/clutter/clutter/clutter-text.c
Commit message (Expand)AuthorAgeFilesLines
* Replace contents with redirect messagemasterFlorian Müllner2021-07-191-6857/+0
* clutter/text: Emit cursor-changed right after setting cursor positionJonas Dreßler2021-03-051-0/+2
* clutter/text: Avoid relayout on PangoAttributes changes when possibleJonas Dreßler2021-03-021-3/+1
* 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/text: Use new pango API to compare attribute listsJonas Dreßler2020-11-221-4/+1
* clutter: Prepare input focus for IM event deliveryCarlos Garnacho2020-08-311-2/+23
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-291-1/+1
* cleanup: Remove duplicate semicolons in C codeOlivier Fourdan2020-07-281-1/+1
* clutter/transition: Get timeline actor from animatableJonas Ådahl2020-07-021-2/+1
* clutter/timeline: Deprecate timelines without an actor or frame clockJonas Ådahl2020-07-021-1/+2
* clutter/text: Enable relayout on resource-scale changesJonas Dreßler2020-06-301-4/+21
* clutter/actor: Always return a resource scale in get_resource_scale()Jonas Dreßler2020-06-301-17/+8
* clutter: Replace ClutterActors resource-scale property with a signalJonas Dreßler2020-06-301-21/+12
* clutter/text: Also queue relayout if the actor has no valid allocationJonas Dreßler2020-05-271-4/+4
* clutter: Remove allocation flagsJonas Dreßler2020-05-201-3/+2
* clutter/text: Drop usage of ClutterPathCarlos Garnacho2020-04-081-53/+56
* clutter: Enable negative offsets in delete surrounding textTakao Fujiwara2020-03-291-2/+12
* clutter: Move keymap from ClutterBackend to ClutterSeatCarlos Garnacho2020-01-301-1/+3
* clutter: Move keymap direction from ClutterBackend to ClutterKeymapCarlos Garnacho2020-01-301-1/+6
* clutter, core: Stop using the Cogl framebuffer stackJonas Ådahl2019-12-031-1/+1
* clutter/text: Stop using deprecated cogl-pango APIJonas Ådahl2019-12-031-2/+2
* clutter: Introduce paint contextsJonas Ådahl2019-12-031-1/+2
* cleanup: Use g_clear_handle_id() for g_source_remove()Robert Mader2019-11-221-7/+2
* cleanup: Use g_clear_signal_handler() where possibleRobert Mader2019-11-211-21/+7
* Replace ClutterGeometry by graphene_rect_tGeorges Basile Stavracas Neto2019-10-161-12/+4
* Replace ClutterRect by graphene_rect_tGeorges Basile Stavracas Neto2019-10-161-17/+17
* Replace ClutterVertex by graphene_point3d_tGeorges Basile Stavracas Neto2019-10-161-3/+3
* clutter/text: Switch to input device grabsJonas Dreßler2019-08-201-2/+5
* clutter: Remove marshallers that are available in GLibNiels De Graef2019-08-191-8/+4
* clutter: Use g_object_notify_by_pspec()Niels De Graef2019-07-301-4/+4
* clutter-text: Fix selection color drawingFlorian Müllner2019-05-271-1/+10
* clutter: Add fribidi dependency and copy deprecated pango functionsMarco Trevisan (Treviño)2019-05-171-1/+1
* clutter: Make ClutterInputFocus API to set panel state explicitCarlos Garnacho2019-03-041-1/+2
* clutter/text: Generate resource scaled text and paint it at proper scalingMarco Trevisan (Treviño)2019-03-011-77/+288
* clutter/text: Add utility function to set the pango attributesMarco Trevisan (Treviño)2019-03-011-6/+32
* clutter: Animatable: Use G_DECLARE_INTERFACE()Niels De Graef2019-02-271-3/+3
* clutter-text: Replace cogl_rectangle()Georges Basile Stavracas Neto2018-11-181-20/+41
* clutter: Unconditionally include clutter-build-config.hJonas Ådahl2018-11-061-2/+0
* clutter: Set can_show_preedit flag on ClutterTextCarlos Garnacho2018-08-231-0/+1
* clutter: Refactor ClutterText IM focus in into separate functionCarlos Garnacho2018-08-231-12/+21
* clutter-text: Avoid clipping the wrong framebufferDaniel van Vugt2018-08-201-8/+2
* clutter: Apply input hints/purpose on ClutterTextInputFocus focus inCarlos Garnacho2018-04-031-2/+10
* clutter: Avoid unnecessary relayouts in ClutterTextYussuf Khalil2018-03-221-16/+27
* clutter: Give the ClutterTextInputFocus a first stab at handling key eventsCarlos Garnacho2018-03-131-4/+5
* clutter: Check the ClutterTextInputFocus has focus before filtering eventsCarlos Garnacho2018-02-181-2/+4
* clutter/text: Be more pervasive at updating input method stateCarlos Garnacho2018-02-121-2/+9
* clutter: Make ClutterText request toggling the input panelCarlos Garnacho2018-01-181-0/+1
* clutter: Add clutter_text_has_preedit()Carlos Garnacho2018-01-181-0/+8
* clutter: Add input-purpose/hint properties to ClutterTextCarlos Garnacho2018-01-181-0/+58