text: Implement ClutterTextBuffer
authorStef Walter <stefw@collabora.co.uk>
Wed, 15 Jun 2011 09:06:31 +0000 (10:06 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 17 Jan 2012 14:29:44 +0000 (14:29 +0000)
commitc073764369ee5969aa40ab90bcbbd1d9ffb22518
treeffa25496d2963c74027b22d6136eaa446abaac4b
parentd95bdf3a07ac82591886eb8f5bc4fab9fc98e62f
text: Implement ClutterTextBuffer

 * Abstracts the buffer for text in ClutterText
 * Allows implementation of undo/redo.
 * Allows use of non-pageable memory for text
   in the case of sensitive passwords.
 * Implement a test with two ClutterText using the same
   buffer.

https://bugzilla.gnome.org/show_bug.cgi?id=652653
clutter/Makefile.am
clutter/clutter-marshal.list
clutter/clutter-text-buffer.c [new file with mode: 0644]
clutter/clutter-text-buffer.h [new file with mode: 0644]
clutter/clutter-text.c
clutter/clutter-text.h
tests/interactive/test-text.c