profile/ivi/clutter.git
2009-01-06 Emmanuele Bassi[docs] Update the Text section
2009-01-06 Emmanuele Bassi[text] Coalesce text visibility and password character
2009-01-06 Emmanuele BassiAllow localizations to change the text direction
2009-01-05 Emmanuele BassiClean up the update_pango_context() function
2009-01-05 Emmanuele BassiPass the PangoContext, not the MainContext
2009-01-05 Emmanuele BassiRevert the logic of the PangoContext check
2009-01-05 Emmanuele BassiRemove the binding pool entry from the list
2009-01-05 Emmanuele BassiRemove BindingPool::list_actions()
2009-01-05 Emmanuele BassiAdd ClutterActor::create_pango_context()
2009-01-05 Emmanuele BassiRename the PangoContext creation functions
2009-01-05 Emmanuele BassiWhitespace fixes
2009-01-05 Emmanuele Bassi[docs] Add the new API to the BindingPool section
2009-01-05 Emmanuele BassiAllow overriding actions inside a BindingPool
2009-01-05 Emmanuele Bassi[text] Add select-all binding
2009-01-05 Emmanuele Bassi[docs] Add clutter_text_activate()
2009-01-05 Emmanuele Bassi[docs] Remove ClutterLabel and ClutterEntry sections
2008-12-23 Emmanuele Bassi[docs] Document the newly added functions
2008-12-23 Emmanuele BassiAdd the ability to set the text direction
2008-12-23 Emmanuele BassiReturn the default font name if no font name is set
2008-12-23 Emmanuele BassiUse the default font from the Backend
2008-12-23 Emmanuele BassiStore the default font name inside ClutterBackend
2008-12-23 Emmanuele BassiUpdate the PangoContext on backend changes
2008-12-23 Emmanuele BassiStore the PangoContext inside the main context
2008-12-23 Emmanuele BassiDo not leak the PangoContext
2008-12-23 Emmanuele BassiCreate the PangoContext of the Text actor
2008-12-23 Emmanuele BassiAdd a per-actor PangoContext
2008-12-23 Emmanuele BassiAdd signals for Backend options
2008-12-22 Emmanuele BassiUse "" as the default value for the :text property
2008-12-22 Emmanuele BassiDo not include cogl-pango.h multiple times
2008-12-16 Emmanuele BassiFix the selection behaviour around the 0th glyph
2008-12-16 Emmanuele Bassi[tests] Make the layout cache fail at the right place
2008-12-16 Emmanuele Bassi[docs] Add clutter_text_set_selection to gtk-doc
2008-12-16 Emmanuele BassiAdd ClutterText::set_selection()
2008-12-16 Emmanuele BassiFix ClutterText::get_selection()
2008-12-16 Emmanuele Bassi[docs] Add more gtk-doc annotations
2008-12-16 Emmanuele BassiUse clutter_text_activate()
2008-12-16 Emmanuele BassiAdd ClutterText::activate()
2008-12-16 Emmanuele Bassi[docs] Add more gtk-doc annotations for ClutterText
2008-12-16 Emmanuele Bassi[docs] Annotate properties and fix signals docs
2008-12-16 Emmanuele Bassi[docs] Add :cursor-size property accessors
2008-12-16 Emmanuele BassiAllow selecting with line-start and line-end bindings
2008-12-16 Emmanuele BassiAdd :cursor-size property to ClutterText
2008-12-16 Emmanuele BassiRemove unused page up/down key bindings
2008-12-16 Emmanuele BassiFix line start and line end key binding behaviour
2008-12-15 Emmanuele BassiFix up/down key navigation
2008-12-15 Emmanuele BassiUse units in position_to_coords()
2008-12-15 Emmanuele BassiConstify the cursor geometry in ::cursor-event
2008-12-15 Emmanuele Bassi[docs] Add annotations for ClutterText structures
2008-12-15 Emmanuele BassiRemove ClutterLabel and ClutterEntry
2008-12-11 Emmanuele Bassi[docs] Update the API reference
2008-12-11 Emmanuele BassiFix documentation issues
2008-12-11 Emmanuele BassiLazily create the PangoContext on Text::init
2008-12-11 Emmanuele BassiRemove ClutterEntry and ClutterLabel from the build
2008-12-11 Emmanuele BassiUpdate the micro-bench tests to ClutterText
2008-12-11 Emmanuele BassiUpdate the interactive tests to ClutterText
2008-12-11 Emmanuele BassiDo not compile the opacity and entry interactive tests
2008-12-11 Emmanuele BassiUpdate ignore file
2008-12-11 Emmanuele BassiUpdate the paint opacity unit test
2008-12-11 Emmanuele BassiAllow only synthetic events with keyval 0
2008-12-11 Emmanuele BassiDo not use contractions when not needed
2008-12-11 Emmanuele BassiUse the paint opacity when painting a ClutterText
2008-12-11 Emmanuele BassiAdd documentation annotations
2008-12-11 Emmanuele BassiCode style fixes
2008-12-11 Emmanuele BassiRemove unused types
2008-12-11 Emmanuele BassiRemove units for Entry and Label
2008-12-11 Emmanuele BassiTruncate selections on text insertion
2008-12-11 Emmanuele BassiChange the binding propagation when truncating a selection
2008-12-11 Emmanuele BassiComment out the mapping API
2008-12-11 Emmanuele BassiUse ClutterBindPool inside ClutterText
2008-12-11 Emmanuele BassiAdd Text::get_chars() implementation and tests
2008-12-11 Emmanuele BassiDo not namespace internal data structures
2008-12-11 Emmanuele BassiAdd comments in the test suite
2008-12-11 Emmanuele BassiMove internal data structures on top
2008-12-11 Emmanuele BassiCoding style consistency
2008-12-11 Emmanuele BassiImplement Text:max-length
2008-12-11 Emmanuele BassiUpdate the ClutterText test unit
2008-12-11 Emmanuele BassiUse the stored contents length in ::delete_chars()
2008-12-11 Emmanuele BassiImprove the safety checks inside the text setters
2008-12-11 Emmanuele BassiAdd :cursor-color-set property declaration
2008-12-11 Emmanuele BassiGeneral whitespace fixes in ClutterText
2008-12-11 Emmanuele BassiReplace offset_to_bytes() implementation
2008-12-11 Emmanuele BassiAdd a separate test unit for ClutterText
2008-12-11 Emmanuele BassiAdd text editing methods
2008-12-11 Emmanuele BassiAdd missing basic constructor
2008-12-11 Emmanuele BassiInitialize the cursor position
2008-12-11 Emmanuele BassiAdd text-visibility accessors for ClutterText
2008-12-11 Emmanuele BassiMove test-threads to ClutterText
2008-12-11 Emmanuele BassiCorrectly initialize the initial state of ClutterText
2008-12-11 Emmanuele BassiMerge the ClutterLabel properties into ClutterText
2008-12-11 Emmanuele BassiAdd Text::get_chars() method declaration
2008-12-11 Emmanuele BassiAdd Actor::grab_key_focus() method
2008-12-11 Emmanuele BassiMerge Label and Entry API into ClutterText
2008-12-11 Emmanuele BassiExpose the Text accessors as public API
2008-12-11 Emmanuele BassiUpdate the ClutterText interactive test
2008-12-11 Emmanuele BassiCoalesce ClutterLabel API usage
2008-12-11 Emmanuele BassiGroup all the integer private fields
2008-12-11 Emmanuele BassiUse internal headers
2008-12-11 Emmanuele BassiInitial import of the Text actor from Tidy
2008-12-11 Emmanuele BassiResort the main Clutter include file
2008-12-10 Emmanuele BassiUpdate ignore file
next