aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-10set version to v0.9v0.9Robin Haberkorn1-1/+1
2012-08-10replaced icon with GPL-licensed one from "Crystal clear icons"Robin Haberkorn1-0/+0
2012-08-10added detailed Windows installation instructionsRobin Haberkorn1-0/+186
2012-08-07added detailed Ubuntu installation instructionsRobin Haberkorn2-0/+50
2012-08-06also save window state (maximization, iconification, etc) in config fileRobin Haberkorn3-1/+65
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-06document assertion bugRobin Haberkorn1-0/+4
2012-08-01some NULL pointer checks in transcript widgetRobin Haberkorn1-3/+6
2012-08-01remove transcript widget size requestRobin Haberkorn2-14/+0
2012-08-01save/restore window positionsRobin Haberkorn4-5/+130
2012-07-31prevent recursive quickopen_item_on_activate() invocations (fixes issue #1)Robin Haberkorn1-3/+11
2012-07-11Documentation addedJens Lammert1-8/+147
2012-07-11added UI tooltipsRobin Haberkorn2-2/+19
2012-07-11menu entry acceleratorsRobin Haberkorn1-1/+7
2012-06-21add execute flag for build scriptsRobin Haberkorn2-0/+0
2012-06-21added build scripts for MinGWRobin Haberkorn3-0/+45
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