Merge branch '0.10'
[platform/upstream/gstreamer.git] / ges / ges-timeline-layer.c
2012-04-08 Thibault SaunierMerge branch '0.10'
2012-04-08 Thibault Sauniertimeline-layer: Factor out a method to start observing...
2012-04-08 Thibault Sauniertimeline-layer: Reorganize file
2012-04-08 Thibault Sauniertimeline-layer: Rework auto transition callbacks management
2012-04-08 Thibault Saunierdocs: Tell users that adding an object to a timeline...
2012-04-08 Thibault Saunierges: Misc debug loggin cleanup
2012-04-08 Thibault Saunierlayer: Add a method to check if a layer is empty or not
2012-04-05 Thibault Sauniertimeline-layer: Do not call track_get_by_layer when...
2012-04-04 Thiago SantosMerge branch '0.10'
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-29 Thibault SaunierMerge branch '0.10'
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-28 Thibault Sauniertimeline-layer: Add a method to get the timeline it...
2012-03-13 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-03-12 Tim-Philipp MüllerRemove ges-marshal.[ch] and use the generic marshaller
2012-03-12 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-01-12 Edward Herveyges: Various doc fixups and cleanups
2012-01-12 Mark Nauwelaertsges: only use glib constructs as required in configure.ac
2012-01-11 mathieu duponchelleDisconnect handlers when object is removed from layer
2012-01-11 mathieu duponchelleEdit : typos
2012-01-11 Mathieu DuponchelleGES : remove transitions when needed
2012-01-11 mathieu duponchelleFixes auto transitions on layers + n.
2012-01-11 Thibault Saunierges: Bump layer height from 10 to 1000
2012-01-11 Thibault Saunierdocs: Update documentation
2012-01-11 Thibault Saunierges: Remove transitions properly
2012-01-11 Thibault Saunierges: Misc fixes in ges-timeline-layer
2012-01-11 Thibault Saunierges: Auto transition cleanup
2012-01-11 Mathieu Duponchelleges: makes "pass over" accurate and reset priority...
2012-01-11 Mathieu Duponchelleges: add an auto-transition to the layer
2012-01-11 Thibault Saunierges: Add some debugging symbols
2012-01-11 Thibault Saunierges: Handle TimelineLayer and its contained TimelineObj...
2012-01-11 Thibault Saunierges: Define a LAYER_HEIGHT constant in the normal layer
2011-01-31 Tim-Philipp Müllerges: fix a couple of printf format warnings
2011-01-10 Thibault Saunierdocs: Document all the undocumented public functions
2010-12-20 Edward HerveyGESTimelineObject: Subclass from GInitiallyUnowned
2010-12-20 Edward HerveyGESTimelineLayer: Subclass from GInitiallyUnowned
2010-12-16 Edward HerveyGESTimelineLayer: Hide the object list and priority
2010-12-15 Edward Herveyges: Add more documentation and annotations
2010-12-09 Edward Herveyges: Remove unused GObject vmethods
2010-12-08 Thibault SaunierGESTimelineObject: add private structure
2010-12-08 Thibault Saunierges: Add instance private structures
2010-11-27 Edward HerveyTimelineLayer: Add debug statement regarding priorities
2010-11-27 Brandon LewisGESTimelineLayer: add get_objects virtual method
2010-07-09 Edward HerveyTimelineLayer: Document _set_priority
2010-06-09 Brandon Lewisges/ges-timeline-layer.c: C90 fixes
2010-06-09 Edward HerveyGESTimelineLayer: Release all layer/tracks when being...
2010-06-09 Brandon LewisAdd missing documentation
2010-06-09 Brandon Lewishacking
2010-03-13 Edward HerveyGESTimelineLayer: Add a 'priority' property
2009-11-30 Edward Herveyges/: Fix copyright in headers
2009-09-16 Edward HerveyFinish public API documentation
2009-09-14 Edward HerveyGESTimelineLayer: Fix reference handling of objects...
2009-09-10 Edward HerveyMore documentation. Coverage now at 25%
2009-08-07 Edward HerveyTimelineLayer: Implement _remove_object()
2009-08-06 Edward Herveyges: Remove unused private structures. We'll re-add...
2009-08-06 Edward HerveyAdd unit test system. Adjust GST_DEBUG usage.
2009-08-06 Edward Herveyintermediary commit. Still need to fill in more blanks :(
2009-08-06 Edward Herveysrc/ => ges/