Revamp pan view filtering to support different modes and grouping.
authorOmari Stephens <xsdg@google.com>
Tue, 27 Dec 2016 20:35:59 +0000 (20:35 +0000)
committerOmari Stephens <xsdg@google.com>
Mon, 3 Jul 2017 21:20:24 +0000 (21:20 +0000)
commite67dcc4f4a53d0f583ea07066aa0b65f4a339007
tree5f777a9ada9af54e4bc3d23584715741c5c0aae3
parent91062845074df3de5e02fb3ffb630a008b4ad1fd
Revamp pan view filtering to support different modes and grouping.

Conceptually, the filter is a sequence of filter elements, which are considered
in order for each image in the pan view.  The end result is that each image is
either rejected or displayed as normal.
src/pan-view/pan-timeline.c
src/pan-view/pan-types.h
src/pan-view/pan-view-filter.c
src/pan-view/pan-view-filter.h