profile/ivi/clutter.git
2009-01-13 Neil RobertsFix GLES 2 after the multiple-texture-rectangle branch...
2009-01-13 Neil RobertsUpdate gtk-doc 'Since' field for cogl_texture_multiple_...
2009-01-13 Emmanuele Bassi[gitignore] Update the ignore file
2009-01-13 Emmanuele BassiAdd ClutterBindingPool:name
2009-01-13 Emmanuele BassiTurn ClutterBindingPool a GObject
2009-01-12 Havoc PenningtonBug 1087 - virtualize stage_queue_redraw
2009-01-12 Robert Bragg[ClutterGLXTexturePixmap] Use an RGB texture (not ARGB...
2009-01-12 Emmanuele BassiDeclare G_LOG_DOMAIN for COGL
2009-01-12 Emmanuele BassiAllow ensuring that a stage viewport is updated
2009-01-12 Emmanuele Bassi[x11] Proper fix for the ClutterStage resize race
2009-01-09 Emmanuele Bassi[docs] Documentation warnings
2009-01-09 Emmanuele Bassi[x11] Fix a race condition when resizing a stage
2009-01-08 Emmanuele Bassi[text] Fix GObject properties in ClutterText
2009-01-08 Emmanuele BassiFix last improper usage of ClutterUnits
2009-01-08 Robert Bragg[test-clip] Use gint for hand_{width,height} when calul...
2009-01-08 Robert Bragg[test-depth] Use a gint for width, not guint, when...
2009-01-07 Emmanuele BassiRename a variable masking index()
2009-01-07 Neil RobertsMerge branch multiple-texture-rectangle into master
2009-01-07 Emmanuele Bassi[tests] Update the ClutterText interactive test
2009-01-07 Emmanuele Bassi[docs] Documentation fixes
2009-01-07 Emmanuele Bassi[text] Do not use markup on an editable Text
2009-01-07 Emmanuele Bassi[text] Do not ensure the cursor if not needed
2009-01-07 Emmanuele Bassi[tests] Make test-scale use ClutterText
2009-01-07 Emmanuele Bassi[tests] Remove test-opacity interactive test
2009-01-07 Emmanuele BassiMerge the ClutterText actor
2009-01-07 Emmanuele BassiRe-align ClutterText header file
2009-01-07 Emmanuele Bassi[text] Fix cursor sizing
2009-01-07 Emmanuele BassiComments and whitespace fixes to ClutterText
2009-01-07 Emmanuele Bassi[docs] Add newly added :single-line-mode accessors
2009-01-07 Emmanuele BassiUpdate the ignore file
2009-01-07 Emmanuele Bassi[tests] Add text field interactive test
2009-01-07 Emmanuele Bassi[text] Add single-line-mode to ClutterText
2009-01-06 Emmanuele Bassi[text] Fix the deletion actions
2009-01-06 Emmanuele Bassi[text] Use cached length when possible
2009-01-06 Emmanuele Bassi[tests] Add unit for the ClutterText:password-char...
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-06 Neil RobertsFix off-by-one error in clutter_stage_read_pixels
2009-01-06 Takao FujiwaraBug 1397 - Allow localizing the command line help
2009-01-05 Neil RobertsMake libdisable-npots a bit more portable
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 Neil RobertsFix some animation_set_* functions so they cope if...
2009-01-05 Neil RobertsFix some *_set functions so they work if the object...
2009-01-05 Neil RobertsFix setting the mode on a ClutterAlpha created with...
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 Neil RobertsIn clutter_alpha_set_mode, set priv->mode after setting...
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
2009-01-05 Emmanuele BassiMerge branch 'units-rework'
2008-12-24 Robert BraggWhite space clean up across a number of files (only...
2008-12-23 Emmanuele BassiRemove a masking with index()
2008-12-23 Emmanuele BassiFix an empty block
2008-12-23 Emmanuele BassiAdd more maintainer CFLAGS
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-22 Owen TaylorReturn something reasonable from clutter_x11_handle_event()
2008-12-21 Robert Bragg[gitignore] Adds *.swn + *.swo (Vim files) & *.orig...
2008-12-21 Robert Bragg[build] Replaces use of #include <cairo/cairo.h> with...
2008-12-21 Robert Bragg[tests] Ensures that test-viewport.c is built
2008-12-21 Robert Bragg[tests] Ensure that test-launcher.sh is found for out...
2008-12-19 Emmanuele BassiAvoid masking math.h exported variables
2008-12-19 Emmanuele Bassi[docs] Remove a duplicate definition
2008-12-19 Emmanuele Bassi[docs] Documentation fixes for CairoTexture
2008-12-19 Emmanuele BassiWhitespace fixes
2008-12-19 Emmanuele Bassi[docs] Parameter naming fixes
2008-12-19 Emmanuele Bassi[docs] Add last few missing symbols to the sections...
2008-12-19 Emmanuele Bassi[docs] Add shader symbols to their sections
2008-12-19 Emmanuele Bassi[docs] Add ClutterPath unused symbols
2008-12-19 Emmanuele Bassi[docs] Fix a typo in the binding pool section
2008-12-19 Emmanuele BassiMerge branch 'cairo-texture'
2008-12-19 Neil Roberts[cairo-texture] Remove the construct only restriction...
2008-12-19 Emmanuele Bassi[texture] Do not mix fixed point and units values
2008-12-19 Emmanuele Bassi[tests] Fix the actor detection
2008-12-19 Emmanuele Bassi[units] Do not use fixed point and units interchangeably
2008-12-18 Emmanuele Bassi[docs] Fix a copy-and-paste typo in the coding style
2008-12-18 Emmanuele Bassi[docs] Add coding style document
2008-12-18 Robert BraggImproves tfp performance on Nvidia
2008-12-18 Neil Roberts[test-scale] Add a label showing the gravity
2008-12-18 Neil RobertsFix calculation in clutter_cubic_bezier
next