Merge the ClutterText actor
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 7 Jan 2009 12:06:33 +0000 (12:06 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 7 Jan 2009 12:06:33 +0000 (12:06 +0000)
commitc54bd990975fddc4b395a8f05b0ae9080760f473
tree9e2f4d7bc8970a90d4ed1e395c9cf5c1831fdfd7
parente4272fba69f9c174388eb8a1ffabd3211393461e
parentad7d1b54bc86fe523167366583fbf463d15db631
Merge the ClutterText actor

Merge branch 'text-actor'

* text-actor: (108 commits)
  Re-align ClutterText header file
  [text] Fix cursor sizing
  Comments and whitespace fixes to ClutterText
  [docs] Add newly added :single-line-mode accessors
  Update the ignore file
  [tests] Add text field interactive test
  [text] Add single-line-mode to ClutterText
  [text] Fix the deletion actions
  [text] Use cached length when possible
  [tests] Add unit for the ClutterText:password-char property
  [docs] Update the Text section
  [text] Coalesce text visibility and password character
  Allow localizations to change the text direction
  Clean up the update_pango_context() function
  Pass the PangoContext, not the MainContext
  Revert the logic of the PangoContext check
  Remove the binding pool entry from the list
  Remove BindingPool::list_actions()
  Add ClutterActor::create_pango_context()
  Rename the PangoContext creation functions
  ...
14 files changed:
.gitignore
clutter/Makefile.am
clutter/clutter-actor.c
clutter/clutter-main.c
clutter/clutter-text.c
clutter/clutter.h
doc/reference/clutter/clutter-docs.xml
doc/reference/clutter/clutter-sections.txt
doc/reference/clutter/clutter.types
tests/conform/Makefile.am
tests/interactive/Makefile.am
tests/interactive/test-layout.c
tests/interactive/test-text.c
tests/interactive/test-unproject.c