text: Enable implicit color animations
[profile/ivi/clutter.git] / clutter / clutter-text.c
2012-05-28 Bastian Winklertext: Enable implicit color animations
2012-05-21 Dominique BureauClutterText: Cannot pass NULL string to clutter_text_se...
2012-05-15 Bastian Winklertext: Add missing introspection annotations
2012-04-30 Emmanuele Bassidocs: Annotation fixes
2012-04-13 Jasper St. Pierretext: Bubble up a click and quit early for just static...
2012-04-09 Owen W. TaylorClutterText: Fix length passed to clutter_text_buffer_s...
2012-03-09 Emmanuele Bassitext: Use CoglFramebuffer API for the path-based clip
2012-03-06 Emmanuele Bassitext: Use the background color when painting
2012-03-06 Emmanuele Bassitext: Center the cursor caret
2012-02-27 Emmanuele BassiAnnotate all functions available since 1.10
2012-02-23 Emmanuele BassiClean up the included headers
2012-02-11 Emmanuele Bassitext: Fix regression
2012-02-07 Emmanuele Bassitext: Avoid changing the contents when possible
2012-02-07 Emmanuele Bassitext: Fix annotations
2012-02-07 Emmanuele Bassitext: Style cleanups
2012-02-06 Emmanuele Bassitext: Add the coords_to_position() method
2012-02-06 Emmanuele Bassidocs: Fix up Since annotation
2012-01-17 Emmanuele Bassitext: Fix the buffer length check on paint
2012-01-17 Stef Waltertext: Implement ClutterTextBuffer
2012-01-12 Emmanuele Bassitext: Use the event and source symbolic macros
2011-12-19 Jasper St. Pierreclutter-text: Fix memory leak
2011-09-27 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-09-19 Emmanuele Bassitext: Implement password hint
2011-09-15 Rui Matostext: We still have to paint the actor if the cursor...
2011-09-15 Jasper St. Pierretext: Take out a nonsense fallback
2011-09-12 Emmanuele Bassidocs: Fixes for cross-references
2011-09-07 Emmanuele Bassitext: Pack all bitfields at the end of the private...
2011-09-07 Emmanuele Bassitext: Clear up priv->text checks
2011-09-07 Emmanuele Bassitext: Consistently protect against NULL strings
2011-09-07 Emmanuele Bassitext: Make :use-markup set idempotent
2011-09-05 Emmanuele Bassitext: Make :line-wrap actually work
2011-08-16 Robert Braggtext: Implement Scriptable interface for font-description
2011-07-29 Evan Nemersonintrospection: add missing introspection data from...
2011-07-18 Damien Lespiautext: Fix the default value of "editable"
2011-07-10 Emmanuele Bassitext: Make sure that the selection box is big enough
2011-07-04 Jasper St. Pierreclutter-text: Always update cursor positions when painting
2011-06-13 Philippe Normandclutter-text: new clutter_text_get_layout_offsets API
2011-06-13 Emmanuele BassiMerge branch 'swipe-action'
2011-06-10 Neil Robertsclutter-text: Use the ink rect in the paint volume
2011-06-10 Neil Robertsclutter-text: Don't move the cursor to the left when...
2011-06-07 Emmanuele BassiEliminate G_CONST_RETURN
2011-05-16 Neil RobertsFix include location for cogl-pango.h
2011-05-13 Emmanuele Bassitext: Check the has_focus flag in selection_paint()
2011-05-13 Emmanuele Bassitext: Implement the ::has_overlaps virtual
2011-05-13 Jasper St. Pierreclutter-text: Add a selected-text-color
2011-03-03 Jasper St. PierreRemove private helper #define's
2011-02-21 Emmanuele BassiMerge remote-tracking branch 'elliot/cookbook-effects...
2011-02-21 Emmanuele Bassitext: Round up the size
2011-02-14 Emmanuele Bassiannotations: Use caller-allocates for color getters
2011-02-11 Emmanuele BassiMerge remote-tracking branch 'nobled/wayland-fixes2'
2011-01-30 Emmanuele Bassitext: Bind BackSpace + Shift as BackSpace
2011-01-17 Bastian Winklerintrospection: Add missing (out) annotations for get_co...
2010-12-21 Emmanuele Bassitext: Only paint cursor if we have key focus
2010-12-14 Mike OwensClutterText: Only grab keyboard focus if keyboard-inter...
2010-11-29 Emmanuele BassiMerge remote branch 'elliot/cookbook-animations-scaling'
2010-11-29 Chris Lordtext: Optimise get_preferred_height for single-line...
2010-11-25 Alexandre QuessyFixed "the the" repetitions in some doc strings
2010-11-15 Emmanuele BassiMerge remote branch 'elliot/cookbook-opacity-values...
2010-11-15 Emmanuele BassiMerge remote branch 'elliot/c90-fix'
2010-11-14 Emmanuele Bassitext: Do not segfault with NULL :font-name
2010-10-25 Emmanuele BassiMerge branch 'private-cleanup'
2010-10-21 Emmanuele BassiClean up clutter-private.h/6
2010-10-05 Damien Lespiautext: Rename the nick of the position property "Cursor...
2010-09-29 Emmanuele BassiMerge branch 'wip/non-recursive'
2010-09-29 Emmanuele Bassitext: Update get_paint_volume() implementation
2010-09-29 Robert Braggactor: make default get_paint_volume more conservative
2010-09-10 Emmanuele Bassikeysyms: Update the macros to CLUTTER_KEY_*
2010-09-10 Emmanuele BassiDo not use deprecated API internally
2010-09-08 Owen W. Taylorintrospection: Add missing (out) annotations
2010-09-03 Emmanuele BassiReplace cogl_color_set_from_* with cogl_color_init_from_*
2010-08-11 Emmanuele BassiMerge branch 'wip/table-layout'
2010-08-10 Neil RobertsConditionally use g_object_notify_by_pspec
2010-08-06 Emmanuele Bassitext: Do not set the markup unconditionally
2010-07-15 Emmanuele BassiMark property strings for translation
2010-07-12 Emmanuele BassiMerge remote branch 'elliot/cookbook-consistency'
2010-07-09 Emmanuele Bassitext: Layouts for single-line-mode entries are boundless
2010-06-28 Emmanuele Bassitext: Use the ::settings-changed signal
2010-06-26 Emmanuele Bassitext: Document and annotate :font-name for NULL values
2010-06-26 Emmanuele Bassitext: Update actors using the default font
2010-06-24 Alejandro PiñeiroImprove clutter_text_get_chars doc
2010-06-14 Emmanuele Bassidocs: Clarify the scope of Text:single-line-mode
2010-06-14 Neil Robertsclutter-text: Round the layout width to nearest integer...
2010-06-11 Emmanuele BassiMerge branch 'wip/deform-effect'
2010-06-11 Emmanuele BassiHide the marshallers
2010-05-21 Emmanuele BassiMerge branch 'wip/framebuffer-bits'
2010-05-13 Chris Lordtext: Fix typos that were causing false-positive cache...
2010-05-11 Owen W. Taylortext: correct caching logic
2010-04-22 Emmanuele Bassiprofile: Add profiling points for Text
2010-04-16 Emmanuele Bassitext: Increase the size of the Layout cache
2010-04-16 Rob Bradfordtext: Check generated size of layouts in cache
2010-02-12 Emmanuele Bassianalysis: ClutterText
2010-02-12 Robert Braggnever presume queuing redraws on invisible actors is...
2010-02-10 Emmanuele Bassitext: Bump up the preferred height
2010-02-09 Emmanuele BassiFix some compiler warnings
2010-02-06 Neil RobertsMerge branch 'more-texture-backends'
2010-02-03 Jussi Kukkonentext: implement del_word_next/del_word_prev()
2010-02-03 Emmanuele Bassitext: Add :font-description
2010-02-03 Emmanuele Bassitext: Fixes for selection bound
2010-02-01 Neil RobertsMerge remote branch 'master' into texture-debugging
2010-02-01 Emmanuele BassiMerge branch 'device-manager'
next