aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-06-10updated CopyrightRobin Haberkorn11-11/+11
2013-06-10gtk-vlc-player widget: fixed VLC callback processing (dead locks)Robin Haberkorn1-6/+38
2013-06-09commented out unused variables to avoid compiler warningsRobin Haberkorn1-2/+2
2012-08-06when parsing a format file, check whether each line could be read completely,...Robin Haberkorn3-8/+29
2012-08-06resolved pattern-length restriction bug by calculating the pattern+captures sizeRobin Haberkorn2-4/+25
2012-08-01some NULL pointer checks in transcript widgetRobin Haberkorn1-3/+6
2012-08-01remove transcript widget size requestRobin Haberkorn2-14/+0
2012-06-21fixed handling of regexp patterns at the end of "format" expressionsRobin Haberkorn1-26/+31
2012-06-21gtk-vlc-player: set the widget's toplevel window as the fullscreen windows tr...Robin Haberkorn1-7/+25
2012-06-21simplify expression using MIN()Robin Haberkorn1-1/+1
2012-06-20keep fullscreen window above all othersRobin Haberkorn1-0/+2
2012-06-20don't set vlc-player's fullscreen window as not-resizableRobin Haberkorn1-2/+0
2012-06-20some gtk-vlc-player fullscreen window propertiesRobin Haberkorn1-0/+12
2012-06-20fixed receiving click events on the gtk-player-widget on WindowsRobin Haberkorn1-14/+81
2012-06-20minor fix in experiment navigator widgetRobin Haberkorn1-1/+1
2012-06-19Expanding Name column editedJens Lammert1-0/+1
2012-06-19Documentation for signal callbacks editedJens Lammert1-3/+20
2012-06-19Imlement API function gtk-experiment_navigator_load_filename()Jens Lammert1-4/+10
2012-06-19Funtionality of navigator widget implementedJens Lammert1-36/+182
2012-06-19emulate VLC_PLUGIN_PATH support for libvlc < 2.0.0Robin Haberkorn1-1/+31
2012-06-17use more glib macros to improve portabilityRobin Haberkorn5-22/+24
2012-06-17use closure objects internally in libexperiment-reader instead of plain C cal...Robin Haberkorn4-14/+84
2012-06-17extended libexperiment-reader API: pass topic end times to callbackRobin Haberkorn3-5/+38
2012-06-15new end-time column in experiment navigator widgetRobin Haberkorn1-12/+41
2012-06-14allow enabling/disabling the transcript backdrop area (simplifies main.c)Robin Haberkorn3-11/+59
2012-06-14new navigator signal (for Jens to use): section-selected should be emitted wh...Robin Haberkorn3-6/+59
2012-06-14fixed documentationRobin Haberkorn1-6/+4
2012-06-14preliminary transcript backdrop area implementationRobin Haberkorn3-4/+103
2012-06-13use Glib format specifiers instead of the standard libc onesRobin Haberkorn1-2/+1
2012-06-13transcript widget reverse mode is saved in config fileRobin Haberkorn3-11/+59
2012-06-13implemented topdown (reverse) rendering of contributionsRobin Haberkorn3-50/+141
2012-06-12resolve numeric instability when calculating contribution pixel positionsRobin Haberkorn1-2/+3
2012-06-12remove trailing whitespaces from contribution textsRobin Haberkorn1-4/+9
2012-06-12don't render into invisible area of the text layerRobin Haberkorn3-14/+22
2012-06-11refactored experiment_reader_get_contributions_by_speaker()Robin Haberkorn1-89/+106
2012-06-11documented some previously undocumented libexperiment-reader API functionsRobin Haberkorn2-9/+52
2012-06-11include filename in GError describing an error while opening the fileRobin Haberkorn1-2/+2
2012-06-07cleaned up success/failure return value confusionRobin Haberkorn3-13/+13
2012-06-07format-file related transcript widget methods return a GError which is used t...Robin Haberkorn3-28/+103
2012-06-07added missing documentation for GtkExperimentTranscript API methodsRobin Haberkorn3-3/+99
2012-06-07minor comment formatting changeRobin Haberkorn1-0/+1
2012-06-07added copyright headers and Doxygen @file comments (where they were still mis...Robin Haberkorn11-2/+193
2012-06-06configurable transcript widget text alignmentRobin Haberkorn3-10/+112
2012-06-05fixed transcript widget configuration (on Windows)Robin Haberkorn1-22/+31
2012-06-05fixed and optimized handling of transcript widget size changes; fixed handlin...Robin Haberkorn1-26/+29
2012-06-04fix transcript scrolling (via wheels/buttons) at the end of the transcriptRobin Haberkorn1-6/+6
2012-06-04support scrolling of the transcript widget via scroll wheelsRobin Haberkorn1-0/+34
2012-06-04only save transcript widget font and colors if they have been changed (via ke...Robin Haberkorn1-0/+1
2012-06-04load default interactive format font and colors from config file and also sav...Robin Haberkorn3-39/+47
2012-06-04fixed and simplified handling of default config valuesRobin Haberkorn1-6/+8