profile/ivi/clutter.git
2009-01-20 Emmanuele Bassi[animation] Implement new easing functions
2009-01-20 Emmanuele Bassi[animation] Move the alpha value to floating point
2009-01-16 Owen W. TaylorChange default tile-waste from 64 to 63
2009-01-16 Owen W. TaylorFix properties that have X11 types to be 'long'
2009-01-16 Emmanuele Bassi[eglnative] Set the SYNC_MATRICES on stage realization
2009-01-16 Emmanuele Bassi[docs] Clarify what API registers a global alpha function
2009-01-16 Emmanuele Bassi[doc] Clarify the animation mode meaning
2009-01-16 Emmanuele BassiRemove AnimationMode from the Animation API
2009-01-16 Emmanuele Bassi[alpha] Allow registering alpha functions
2009-01-15 Neil RobertsFix GLES backends after merging the async-textures...
2009-01-15 Robert Bragg[test-text] queue redraws instead of calling clutter_ac...
2009-01-14 Emmanuele BassiBug 1380 - Return booleans from CLUTTER_ACTOR_IS_*...
2009-01-14 Emmanuele BassiRemove the Effects API
2009-01-14 Emmanuele BassiEmit ::load-finished for every texture load
2009-01-14 Robert Bragg[test-depth] cast width to gint when calculating -width/2
2009-01-14 Robert Bragg[tests] Adds a flowery clutter_cairo_texture unit test
2009-01-14 Emmanuele BassiMerge branch 'async-textures'
2009-01-14 Neil Roberts[ClutterStageX11] Remove the handling_configure flag
2009-01-14 Emmanuele BassiAdd unused symbols
2009-01-14 Emmanuele BassiFix compile warning for a possible uninitialized variable
2009-01-14 Emmanuele BassiAdd declaration of clutter_binding_pool_get_type()
2009-01-14 Emmanuele BassiMerge branch 'animation-improvements'
2009-01-14 Emmanuele BassiFix compilation warning
2009-01-14 Neil Roberts[clutter-text] Fix x-position of cursor when moving...
2009-01-13 Neil Roberts[clutter-text] Fix offset_to_bytes to work when pos...
2009-01-13 Neil Roberts[clutter-text] Don't allow control characters to be...
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 Emmanuele BassiWhitespace fixes in ClutterTexture
2009-01-12 Emmanuele Bassi[async-loading] Do not force the texture size on async...
2009-01-12 Emmanuele Bassi[async-loading] Update asynchronous image loading
2009-01-12 Emmanuele BassiAdd API for extracting image size from a file
2009-01-12 Emmanuele BassiMerge branch 'master' into async-textures
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 Emmanuele BassiMerge branch 'animatable-iface' into animation-improvements
2009-01-08 Emmanuele Bassi[docs] Add ClutterAnimatable to the API reference
2009-01-08 Emmanuele BassiAdd license notice to ClutterAnimation files
2009-01-08 Emmanuele Bassi[docs] Update the ClutterAnimation section
2009-01-08 Emmanuele Bassi[animation] Extend ClutterAnimation support to all...
2009-01-08 Emmanuele Bassi[animation] Use ClutterAnimatable inside Animation
2009-01-08 Emmanuele Bassi[animation] Add ClutterAnimatable
2009-01-08 Robert Bragg[test-clip] Use gint for hand_{width,height} when calul...
2009-01-08 Emmanuele Bassi[animation] Allow registering custom progress function
2009-01-08 Robert Bragg[test-depth] Use a gint for width, not guint, when...
2009-01-07 Emmanuele Bassi[animation] Interval::compute_value should return a...
2009-01-07 Chris LordUpdate/clean and apply the async-texture patch from...
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 BassiAnimate ClutterColor properties
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
next