aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-23also package iconv.dllHEADv1.0masterRobin Haberkorn1-0/+1
2013-07-23changed version to v1.0Robin Haberkorn1-1/+1
2013-07-23updated INSTALL instructions: some tricks were missing for building on MinGWRobin Haberkorn1-0/+9
2013-07-23mentioned that fonts may be changed for the transcript viewJens Lammert1-1/+1
2013-07-19install new screenshot images and package them in windows Zip distributionsRobin Haberkorn2-2/+6
2013-07-19completely revised "Getting Started" chapter and "Config File" chapter, addin...Jens Lammert4-95/+256
2013-06-10install and distribute user doc imagesRobin Haberkorn1-1/+3
2013-06-10updated CopyrightRobin Haberkorn18-18/+18
2013-06-10gtk-vlc-player widget: fixed VLC callback processing (dead locks)Robin Haberkorn1-6/+38
2013-06-10minor Doxyfile changes: disable Latex outputRobin Haberkorn1-2/+2
2013-06-09added screenshotsJens Lammert6-0/+0
2013-06-09user docs: first few sections of "Getting Started" chapterJens Lammert1-71/+110
2013-06-09user documentation: written chapter explaining the GUIJens Lammert1-0/+62
2013-06-09updated user documentation: "Installation" chapterJens Lammert1-18/+36
2013-06-09commented out unused variables to avoid compiler warningsRobin Haberkorn1-2/+2
2013-06-09search for gthread pkgconfig package: libgthread is no longer included in the...Robin Haberkorn2-3/+3
2013-06-09removed unnecessary libX11 dependencyRobin Haberkorn2-12/+0
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