Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-10 | updated Copyright | Robin Haberkorn | 1 | -1/+1 | |
2012-06-17 | use closure objects internally in libexperiment-reader instead of plain C ↵ | Robin Haberkorn | 1 | -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-17 | extended libexperiment-reader API: pass topic end times to callback | Robin Haberkorn | 1 | -5/+34 | |
2012-06-12 | remove trailing whitespaces from contribution texts | Robin Haberkorn | 1 | -4/+9 | |
necessary because they are visible when contribution texts are right-aligned * declare some static functions | |||||
2012-06-12 | don't render into invisible area of the text layer | Robin Haberkorn | 1 | -2/+2 | |
it is unknown how large that area has to be in order for every contribution to fit in | |||||
2012-06-11 | refactored experiment_reader_get_contributions_by_speaker() | Robin Haberkorn | 1 | -89/+106 | |
* new functions * some xmlChar * casting refactoring | |||||
2012-06-11 | documented some previously undocumented libexperiment-reader API functions | Robin Haberkorn | 1 | -3/+42 | |
* minor whitespace changes | |||||
2012-06-07 | added copyright headers and Doxygen @file comments (where they were still ↵ | Robin Haberkorn | 1 | -0/+17 | |
missing) | |||||
2012-05-30 | first draft of transcript widget | Robin Haberkorn | 1 | -1/+2 | |
2012-05-30 | first draft of experiment-reader API for handling contributions | Robin Haberkorn | 1 | -1/+146 | |
2012-05-14 | experiment-reader: fixed detection of first contribution in topic (to get ↵ | Robin Haberkorn | 1 | -1/+12 | |
start-time of topic) | |||||
2012-05-13 | updated experiment-reader documentation and topic-callback | Robin Haberkorn | 1 | -12/+15 | |
2012-05-12 | fixed experiment-reader destruction (chain up to parent class) | Robin Haberkorn | 1 | -26/+6 | |
2012-05-12 | fixed phase-selection when processing session XML files | Robin Haberkorn | 1 | -1/+1 | |
2012-05-11 | documented ExperimentReader class | Robin Haberkorn | 1 | -11/+61 | |
2012-05-11 | implemented libexperiment-reader functions that will be required by ↵ | Robin Haberkorn | 1 | -5/+147 | |
gtk-experiment-navigator | |||||
2012-05-11 | first draft of the libexperiment-reader helper class | Robin Haberkorn | 1 | -0/+113 | |
it hides libXML2 details when dealing with session.dtd XML files (Folker-transcript + session data) |