summaryrefslogtreecommitdiff
path: root/ges/ges-container.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-20ges: Don't remove track elements from clips when removing from layerThibault Saunier1-1/+7
2016-06-20ges: fix various leaks with usage of ges_timeline_element_lookup_childAurélien Zanelli1-0/+3
2016-05-03container: Handle setting children properties that need prefixingThibault Saunier1-11/+17
2016-01-17container: Update start if adding a child that as a start < current startThibault Saunier1-0/+19
2016-01-17group: Make deep copying actually copy deepThibault Saunier1-15/+56
2015-09-24ges: Avoid emitting 'child-added/removed' when signal emission stops additionThibault Saunier1-2/+16
2015-07-03element: Implement a paste methodThibault Saunier1-0/+26
2015-07-03timeline-element: Add a method to get the TrackType it interacts withThibault Saunier1-0/+19
2015-03-18container: implement children property handlingThibault Saunier1-0/+86
2015-03-18Revert "ges: Move the notion of children properties to GESTimelineElement"Thibault Saunier1-86/+0
2015-03-18ges: Move the notion of children properties to GESTimelineElementThibault Saunier1-0/+86
2014-04-07Include class related section documentation in the gir file.Christoph Reiter1-1/+1
2014-03-15container: Properly handle the case where we could not set parentThibault Saunier1-1/+4
2014-03-08ges: Ensure GObject finalize and dispose methods chain up to parentsDan Williams1-0/+2
2013-09-07ges: Handle trimming in groupsThibault Saunier1-20/+58
2013-09-02container: Do not forget to initialize the timeline before using itThibault Saunier1-1/+1
2013-08-21container: resort children after prepending an element.Mathieu Duponchelle1-0/+2
2013-07-11container/group/clip: Allow creating an empty group.Mathieu Duponchelle1-5/+6
2013-07-10container: Add a 'recursive' argument to the get_children methodMathieu Duponchelle1-3/+27
2013-07-09ges: Implement a GESGroup class, subclass of GESContainerThibault Saunier1-2/+17
2013-07-09container: Remove the get_priority_range vmethodThibault Saunier1-3/+0
2013-07-09container: Let full control of children priorities to subclassesThibault Saunier1-54/+29
2013-07-09container: Do not allow adding an element to a container if it already has a ...Thibault Saunier1-0/+1
2013-07-09container: "Implement" the set_priority vmethodThibault Saunier1-0/+7
2013-07-09ges: Avoid leaking the timeline when grouping containersThibault Saunier1-3/+5
2013-07-09container: Let subclasses decide when height change should be computedThibault Saunier1-20/+9
2013-07-09container: ges_container_ungroup return a transfer full listThibault Saunier1-1/+1
2013-07-09ges: Move ges_clip_edit to GESContainerThibault Saunier1-0/+35
2013-07-09container: Update offsets in GESTimelineElement vmethod implementationsThibault Saunier1-0/+65
2013-07-09container: Fix the way we check priority of subclasses when grouping objectsThibault Saunier1-2/+3
2013-07-09ges: Move GESTimelineElemt vmethod implementation from container to clipThibault Saunier1-156/+4
2013-07-09container: Make initiated_move a read only protected memberThibault Saunier1-9/+8
2013-04-23Rename GESTimelineLayer to GESLayerThibault Saunier1-1/+1
2013-04-15container: The TimelineElement.inpoint property is call "in-point" not inpointThibault Saunier1-1/+1
2013-03-30container: s/get_priorty_range/get_priority_range/Thibault Saunier1-3/+3
2013-03-28container: Let subclasses handle the heightThibault Saunier1-21/+5
2013-03-28container: Properly implement ges_container_groupThibault Saunier1-3/+37
2013-03-28container: Make sure that the child exists when emiting the "child-removed" s...Thibault Saunier1-1/+1
2013-03-23container: Replace ignore_notify by a GESChildrenControlMode flagThibault Saunier1-19/+19
2013-03-23container: Stop ignoring notifies if ->add_child failsThibault Saunier1-0/+1
2013-03-23internal: Add a element_end_compareThibault Saunier1-0/+7
2013-03-18Always prefer gst_object_(un)ref over g_object_(un)refThibault Saunier1-2/+2
2013-03-15Remove GESTrackElements from GESTracks when removing from a GESClipThibault Saunier1-1/+3
2013-03-15container: Add a ges_container_group methodThibault Saunier1-2/+47
2013-03-15container: Add a way to ungroup a GESContainer into several GESContainersThibault Saunier1-0/+34
2013-03-15Fix some documentationsThibault Saunier1-11/+11
2013-03-15Implement GESContainerThibault Saunier1-0/+671