summaryrefslogtreecommitdiff
path: root/clutter/clutter-text.c
Commit message (Expand)AuthorAgeFilesLines
* Use Unicode in translatable stringswip/piotrdrag/unicode-typographyPiotr Drąg2018-05-301-1/+1
* text: Bind <ctrl>A in addition to <ctrl>aFlorian Müllner2016-05-121-0/+4
* 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
* Drop the UProf dependencyEmmanuele Bassi2015-03-031-28/+0
* docs: Fix the examples for ClutterText.set_font_name()Emmanuele Bassi2014-09-221-1/+6
* docs: Move to markdownEmmanuele Bassi2014-03-171-2/+2
* text: Use the keymap direction when focusedEmmanuele Bassi2014-03-031-5/+12
* text: Use the resolved text directionEmmanuele Bassi2014-03-031-1/+4
* text: Discover the direction of the contentsEmmanuele Bassi2014-03-031-1/+24
* text: Fix the implementation of delete_chars()Emmanuele Bassi2014-01-241-1/+1
* clutter-text: emitting ClutterText::insert-text before actual changes on the ...Alejandro Piñeiro2014-01-161-8/+30
* clutter-text: emitting ClutterText::delete-text before actual changes on the ...Alejandro Piñeiro2014-01-161-4/+25
* text: Add a hacky fallback for the framebufferEmmanuele Bassi2013-12-041-0/+6
* Use the non-deprecated Cogl clipping APIEmmanuele Bassi2013-12-041-21/+23
* text: Consider text direction when computing layout offsetsFlorian Müllner2013-09-111-3/+6
* clutter-text: prevent text buffer creation if not neededLionel Landwerlin2013-07-101-0/+19
* Use the new macros for adding private dataEmmanuele Bassi2013-07-031-24/+21
* text: relayout on cursor visibility changeCosimo Cecchi2013-06-201-1/+2
* clutter-text: prevent reset of user set font descriptions on dpi changesLionel Landwerlin2013-06-121-5/+8
* text: Add ::cursor-changed signalEmmanuele Bassi2013-04-041-32/+80
* text: Clean up the set_font_description_internal() semanticsEmmanuele Bassi2013-03-041-8/+7
* clutter-text: Allow setting attributes for editable textNirbheek Chauhan2013-01-161-13/+11
* text: Fix font fallbackJasper St. Pierre2012-12-021-1/+1
* text: Prevent a relayout if font descriptions or attrs are equalJasper St. Pierre2012-12-021-1/+8
* text: Don't accept new line characters in single line modeRui Matos2012-09-091-1/+1
* text: Clean up button press handlingEmmanuele Bassi2012-08-191-9/+18
* clutter-text: Make sure to paint the background of a text actorJasper St. Pierre2012-08-171-7/+7
* text: Add :cursor-position and deprecate :positionEmmanuele Bassi2012-07-111-5/+34
* text: add touch events supportLionel Landwerlin2012-06-221-27/+112
* text: Chain up in the ScriptableIface implementationEmmanuele Bassi2012-06-081-2/+10
* text: Use actor alignments when painting the layoutEmmanuele Bassi2012-06-081-5/+77
* text: Enable implicit color animationsBastian Winkler2012-05-281-62/+215
* ClutterText: Cannot pass NULL string to clutter_text_set_text()Dominique Bureau2012-05-211-2/+2
* text: Add missing introspection annotationsBastian Winkler2012-05-151-4/+4
* docs: Annotation fixesEmmanuele Bassi2012-04-301-1/+1
* text: Bubble up a click and quit early for just static textJasper St. Pierre2012-04-131-0/+2
* ClutterText: Fix length passed to clutter_text_buffer_set_text()Owen W. Taylor2012-04-091-1/+1
* text: Use CoglFramebuffer API for the path-based clipEmmanuele Bassi2012-03-091-1/+2
* text: Use the background color when paintingEmmanuele Bassi2012-03-061-0/+18
* text: Center the cursor caretEmmanuele Bassi2012-03-061-2/+2
* Annotate all functions available since 1.10Emmanuele Bassi2012-02-271-3/+3
* Clean up the included headersEmmanuele Bassi2012-02-231-0/+1
* text: Fix regressionEmmanuele Bassi2012-02-111-7/+4
* text: Avoid changing the contents when possibleEmmanuele Bassi2012-02-071-0/+10
* text: Fix annotationsEmmanuele Bassi2012-02-071-4/+4
* text: Style cleanupsEmmanuele Bassi2012-02-071-33/+37
* text: Add the coords_to_position() methodEmmanuele Bassi2012-02-061-9/+21