aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Haberkorn2-15/+82
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 Haberkorn2-2/+32
2012-06-17use more glib macros to improve portabilityRobin Haberkorn7-25/+27
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-14status bar to display current time and video lengthRobin Haberkorn3-0/+76
2012-06-14allow enabling/disabling the transcript backdrop area (simplifies main.c)Robin Haberkorn4-30/+63
2012-06-14new navigator signal (for Jens to use): section-selected should be emitted wh...Robin Haberkorn5-6/+115
2012-06-14fixed documentationRobin Haberkorn1-6/+4
2012-06-14preliminary transcript backdrop area implementationRobin Haberkorn4-4/+105
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 Haberkorn6-11/+89
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 Haberkorn5-28/+28
2012-06-07format-file related transcript widget methods return a GError which is used t...Robin Haberkorn4-32/+114
2012-06-07cleanup error handling when trying to open URLRobin Haberkorn2-9/+29
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 Haberkorn16-5/+345
2012-06-06implemented About dialogRobin Haberkorn3-0/+65
2012-06-06cache filter patterns for quick-open featureRobin Haberkorn1-10/+18
2012-06-06configurable transcript widget text alignmentRobin Haberkorn6-28/+189
2012-06-06use stock icon constantsRobin Haberkorn2-5/+6
2012-06-05fixed transcript widget configuration (on Windows)Robin Haberkorn1-22/+31
2012-06-05fixed paned view in the experiment data windowRobin Haberkorn1-3/+3
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 Haberkorn2-9/+20
2012-06-04load default interactive format font and colors from config file and also sav...Robin Haberkorn4-43/+83
2012-06-04fixed and simplified handling of default config valuesRobin Haberkorn3-38/+44
2012-06-02save transcript fonts and colors in key-file (config file)Robin Haberkorn3-2/+236