summaryrefslogtreecommitdiff
path: root/ges/ges-group.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08group: Use proper group constructorThibault Saunier1-1/+1
2020-05-22errors: added edit errorsHenry Wilkes1-1/+1
2020-05-07group: let timeline-tree handle layer priorityHenry Wilkes1-199/+84
2020-05-07timeline-element: stop using edit vmethodsHenry Wilkes1-16/+0
2020-05-07timeline-element: simplify check for being editedHenry Wilkes1-26/+16
2020-05-07timeline-tree: simplify and fix editingHenry Wilkes1-6/+0
2020-05-07group: fix priority settingHenry Wilkes1-21/+23
2020-05-07container: keep start and duration up to dateHenry Wilkes1-44/+2
2020-04-10ges: Always check return value of `ges_container_add`Thibault Saunier1-1/+7
2020-04-08group: tidied timeline membership in copy-pasteHenry Wilkes1-22/+0
2020-03-27ges: Use assets to instantiate track elements/groupThibault Saunier1-1/+7
2020-03-16timeline-element: make in-point and max-duration EXPLICIT_NOTIFYHenry Wilkes1-1/+18
2020-03-16container: freeze notifies during add and removeHenry Wilkes1-10/+13
2020-03-06group: Update priority when a child is removedThibault Saunier1-1/+9
2020-03-05group: fix memory leak in child layer callbackHenry Wilkes1-1/+6
2020-03-05group: fix max layer priorityHenry Wilkes1-4/+1
2020-03-05docs: update GESGroupHenry Wilkes1-21/+67
2019-05-02element: Make return value of setters mean somethingThibault Saunier1-1/+1
2019-03-15Reimplement the timeline editing APIThibault Saunier1-59/+47
2019-03-15timeline-element: Add a method to retrieve layer priorityThibault Saunier1-5/+4
2019-01-30Fix segfault when adding clips to group outside a timelineThibault Saunier1-3/+5
2018-12-15WIP: ges: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller1-0/+3
2018-09-05Update for g_type_class_add_private() deprecation in recent GLibThibault Saunier1-6/+3
2018-07-01group: Handle clips that get readded to a layer and inside a groupThibault Saunier1-4/+5
2018-03-14group: Handle clips being removed from their layersThibault Saunier1-1/+12
2017-03-08docs: Port all docstring to gtk-doc markdownThibault Saunier1-0/+1
2016-09-13timeline: Make get_groups publicAlexandru Băluț1-1/+6
2016-05-14ges: add some g-i annotations according to documentationAurélien Zanelli1-1/+1
2016-05-06ges: Remove timeline_emit_group_removed which slipped in the API by mistakeThibault Saunier1-2/+1
2016-03-11ges: Don't emit timeline::group-removed when ungrouping outside a timelineThibault Saunier1-2/+4
2016-02-23group-added and group-removed signals addedFabian Orccon1-0/+10
2016-01-17group: Make deep copying actually copy deepThibault Saunier1-8/+8
2015-07-03element: Implement a paste methodThibault Saunier1-0/+18
2015-06-05group: Disconnect from old layer notify::priority when a clip is moved to a N...Thibault Saunier1-25/+82
2014-12-06ges: Recompute Group priority when one of its clip.layer change priorityThibault Saunier1-7/+42
2014-11-10xml-formatter: Serialize groupsThibault Saunier1-4/+98
2014-04-07Include class related section documentation in the gir file.Christoph Reiter1-1/+1
2014-02-08ges-group: Properly check for integer underflowsSebastian Dröge1-1/+1
2013-09-07ges: Handle trimming in groupsThibault Saunier1-4/+6
2013-07-12group: Add an empty group constructorThibault Saunier1-0/+21
2013-07-11container/group/clip: Allow creating an empty group.Mathieu Duponchelle1-3/+12
2013-07-10container: Add a 'recursive' argument to the get_children methodMathieu Duponchelle1-1/+1
2013-07-10group: set priv->setting_value to TRUE when moving ourselves in _child_removedMathieu Duponchelle1-0/+3
2013-07-09ges: Implement a GESGroup class, subclass of GESContainerThibault Saunier1-0/+550