aboutsummaryrefslogtreecommitdiff
path: root/lib/experiment-reader/experiment-reader.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-17use closure objects internally in libexperiment-reader instead of plain C ↵Robin Haberkorn1-13/+68
callbacks * has the advantage that it will be easier to port libexperiment-reader to other languages (by using its closures and marshallers)
2012-06-17extended libexperiment-reader API: pass topic end times to callbackRobin Haberkorn1-5/+34
2012-06-12remove trailing whitespaces from contribution textsRobin Haberkorn1-4/+9
necessary because they are visible when contribution texts are right-aligned * declare some static functions
2012-06-12don't render into invisible area of the text layerRobin Haberkorn1-2/+2
it is unknown how large that area has to be in order for every contribution to fit in
2012-06-11refactored experiment_reader_get_contributions_by_speaker()Robin Haberkorn1-89/+106
* new functions * some xmlChar * casting refactoring
2012-06-11documented some previously undocumented libexperiment-reader API functionsRobin Haberkorn1-3/+42
* minor whitespace changes
2012-06-07added copyright headers and Doxygen @file comments (where they were still ↵Robin Haberkorn1-0/+17
missing)
2012-05-30first draft of transcript widgetRobin Haberkorn1-1/+2
2012-05-30first draft of experiment-reader API for handling contributionsRobin Haberkorn1-1/+146
2012-05-14experiment-reader: fixed detection of first contribution in topic (to get ↵Robin Haberkorn1-1/+12
start-time of topic)
2012-05-13updated experiment-reader documentation and topic-callbackRobin Haberkorn1-12/+15
2012-05-12fixed experiment-reader destruction (chain up to parent class)Robin Haberkorn1-26/+6
2012-05-12fixed phase-selection when processing session XML filesRobin Haberkorn1-1/+1
2012-05-11documented ExperimentReader classRobin Haberkorn1-11/+61
2012-05-11implemented libexperiment-reader functions that will be required by ↵Robin Haberkorn1-5/+147
gtk-experiment-navigator
2012-05-11first draft of the libexperiment-reader helper classRobin Haberkorn1-0/+113
it hides libXML2 details when dealing with session.dtd XML files (Folker-transcript + session data)