profile/ivi/clutter.git
2010-06-01 Emmanuele Bassidocs: Miscellaneous fixes to silence gtk-doc
2010-06-01 Robert Braggclip_stack: Remove use of CoglHandle in the CoglClipSta...
2010-06-01 Robert Braggbitmap: Remove use of CoglHandle in the CoglBitmap API
2010-06-01 Robert Braggpath: Remove use of CoglHandle in the CoglPath API
2010-06-01 Robert Braggcogl: avoid ‘_cogl_xyz_handle_new’ defined but not...
2010-06-01 Damien Lespiauanalysis: Fix some CoglFixed API
2010-06-01 Damien Lespiauanalysis: Use static functions when possible
2010-06-01 Damien Lespiauanalysis: Make all function declarations be protoypes
2010-06-01 Damien Lespiauanalysis: Fix the "key-press-event" callback signature
2010-06-01 Damien Lespiauanalysis: None used in pointer context
2010-06-01 Damien Lespiauanalysis: FALSE/0 used in pointer context
2010-05-30 Emmanuele BassiUpdate git ignore file
2010-05-28 Robert Braggbuffer: Remove use of CoglHandle in the CoglBuffer API
2010-05-28 Robert BraggStart eradicating the CoglHandle typedef
2010-05-28 Neil Robertscogl-texture-2d: Regenerate the mipmaps when the textur...
2010-05-28 Robert Braggtexture: don't use a static bool to gate warning
2010-05-28 Robert Bragg[texture] Support picking textures according to their...
2010-05-28 Robert Bragg[material] fix _set_alpha_test_function: missing a...
2010-05-28 Robert Bragg[texture] remove redundant if (paint_opacity == 0)...
2010-05-27 Emmanuele Bassitest-scrolling: Use a better looking bounce easing
2010-05-27 Neil Robertscogl-vertex-buffer: Don't disable any texture coord...
2010-05-27 Neil Robertscogl: Record new enabled arrays in _cogl_disable_other_...
2010-05-27 Emmanuele Bassitest-scrolling: Animate intermediate positions
2010-05-27 Emmanuele Bassidrag-action: Re-use press_button in emit_drag_end()
2010-05-26 Emmanuele Bassiactor: Add accessors pair for :clip-to-allocation
2010-05-26 Emmanuele BassiAdd a scrolling interactive example
2010-05-26 Emmanuele BassiUse ClickAction in test-animation
2010-05-26 Emmanuele Bassiactor: Fix a type check thinko in add_action_with_name()
2010-05-26 Emmanuele Bassidocs: Description fixes for Action and Constraint
2010-05-26 Emmanuele Bassistate: Minor fixes and documentation additions
2010-05-26 Emmanuele Bassiintrospection: Add --pkg atk
2010-05-25 Emmanuele Bassiclick-action: Handle the event
2010-05-25 Emmanuele Bassidocs: Fix DragAction documentation
2010-05-25 Emmanuele BassiFix typo in get_accessible()
2010-05-25 Emmanuele Bassiactor: Put get_accessible() at the end of the class...
2010-05-25 Emmanuele Bassidocs: Add ClickAction to the API reference
2010-05-25 Emmanuele Bassiactor-meta: Disconnect on actor destroy
2010-05-25 Emmanuele Bassiaction: Add ClickAction
2010-05-25 Emmanuele Bassidrag: Add a default drag-motion behaviour
2010-05-24 Emmanuele BassiPost-release version bump to 1.3.3
2010-05-24 Emmanuele BassiRelease 1.3.2 (snapshot)
2010-05-24 Emmanuele Bassidocs: Add Actor.get_accessible() to the API reference
2010-05-24 Emmanuele Bassidocs: Update NEWS
2010-05-24 Øyvind Kolåsstate: replaced test with a more complex one
2010-05-24 Øyvind Kolåsstate: fix clutter_state_change (state, "state-name...
2010-05-24 Neil Robertscogl: Use a CoglBitmask to store the list of used texco...
2010-05-24 Neil Robertscogl: Add an internal CoglBitmask type
2010-05-24 Neil Robertscogl-material: Fix the count of the number of layers
2010-05-24 Neil Robertscogl-vertex-buffer: Don't disable layers with no textur...
2010-05-24 Neil Robertstest-cogl-materials: Test invalid layers with a constan...
2010-05-24 Neil Robertstest-cogl-materials: Run the 'all layers' test with...
2010-05-24 Alejandro PiñeiroImplement AtkImplementor on ClutterActor
2010-05-24 Alejandro PiñeiroImplemented clutter_actor_get_accessible
2010-05-24 Alejandro PiñeiroAdded Atk dependency
2010-05-24 Emmanuele Bassibuild: Remove shave files from EXTRA_DIST
2010-05-24 Emmanuele Bassistate: Use Interval.compute() instead of compute_value()
2010-05-24 Emmanuele Bassiinterval: Add a pointer variant to compute_value()
2010-05-24 Emmanuele Bassidocs: Align parameter names between header and source...
2010-05-24 Emmanuele Bassidocs: Add ClutterState to the API reference
2010-05-24 Emmanuele BassiMerge branch 'wip/state-machine'
2010-05-21 Emmanuele BassiMerge branch 'wip/framebuffer-bits'
2010-05-21 Emmanuele BassiDo not use wildcards in test-state
2010-05-21 Emmanuele Bassiscript: Implement State deserialization
2010-05-21 Emmanuele BassiMerge branch 'wip/constraints'
2010-05-21 Øyvind Kolåsstate: added a "target-state" property
2010-05-21 Øyvind Kolåsstate: documented data structures
2010-05-20 Emmanuele BassiAdd State interactive tests to the ignore file
2010-05-20 Emmanuele Bassistate: Documentation and introspection annotation fixes
2010-05-20 Emmanuele Bassistate: Minor coding style fixes
2010-05-20 Emmanuele Bassistate: Clean up the header's documentation
2010-05-20 Emmanuele Bassistate: Constify StateKey accessors
2010-05-20 Emmanuele BassiDo not include clutter.h from a Clutter header file
2010-05-20 Robert Braggmath: Adds an experimental cogl_vector3_* API
2010-05-20 Øyvind Kolåsstate-machine: made clutter_state_change take a boolean...
2010-05-20 Øyvind Kolåsstate-machine: use clutter_timeline_get_progress
2010-05-20 Øyvind Kolåsstate-machine: add completed signal
2010-05-20 Øyvind Kolåsstate machine: added state machine
2010-05-20 Emmanuele Bassicookbook: Add a recipe for CairoTexture
2010-05-20 Neil Robertscogl-texture-2d: Optimise _cogl_texture_2d_is_pot
2010-05-20 Emmanuele BassiAdd the Cogl API reference to the fixxref extra directories
2010-05-20 Emmanuele BassiDocument the internal MetaGroup class
2010-05-20 Emmanuele BassiRemove the construct-only flag from ActorMeta:name
2010-05-20 Emmanuele Bassidoc: Remove gtk-doc annotations from the json-glib...
2010-05-20 Emmanuele Bassidoc: Fix parameter documentation
2010-05-20 Emmanuele BassiAdd named modifiers for Action and Constraint
2010-05-19 Emmanuele BassiRemove a redundant animation
2010-05-19 Emmanuele BassiSet the stage resizable in test-constraints
2010-05-19 Emmanuele BassiUse a 9 grid for the constraints test
2010-05-19 Emmanuele BassiMiscellaneous documentation fixes
2010-05-19 Robert BraggStubs out _cogl_xlib_handle_event
2010-05-19 Emmanuele Bassidocs: Document animating action and constraint properties
2010-05-19 Robert Braggbuild: expose automake conditionals for cogl winsys
2010-05-19 Robert Braggconfigure.ac: Adds some COGL_HAS_XYZ_SUPPORT defines
2010-05-19 Emmanuele Bassidocs: Document BindConstraint and AlignConstraint
2010-05-19 Emmanuele Bassiconstraint: Rename BindConstraint:bind-axis
2010-05-19 Emmanuele Bassiconstraints: Add AlignConstraint
2010-05-19 Emmanuele Bassitests: Add a constraints interactive test
2010-05-19 Emmanuele Bassiconstraint: Add BindConstraint
2010-05-19 Emmanuele Bassiactor: Implement Animatable
2010-05-19 Emmanuele Bassianimation: Use the new Animatable API for custom properties
next