index
:
experiment-player
master
Player for experiment videos and transcripts
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
gtk-experiment-widgets
/
gtk-experiment-transcript.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-01
some NULL pointer checks in transcript widget
Robin Haberkorn
1
-3
/
+6
2012-08-01
remove transcript widget size request
Robin Haberkorn
1
-11
/
+0
2012-06-21
simplify expression using MIN()
Robin Haberkorn
1
-1
/
+1
2012-06-17
use more glib macros to improve portability
Robin Haberkorn
1
-1
/
+1
2012-06-14
allow enabling/disabling the transcript backdrop area (simplifies main.c)
Robin Haberkorn
1
-10
/
+54
2012-06-14
preliminary transcript backdrop area implementation
Robin Haberkorn
1
-4
/
+92
2012-06-13
transcript widget reverse mode is saved in config file
Robin Haberkorn
1
-9
/
+46
2012-06-13
implemented topdown (reverse) rendering of contributions
Robin Haberkorn
1
-50
/
+128
2012-06-12
resolve numeric instability when calculating contribution pixel positions
Robin Haberkorn
1
-2
/
+3
2012-06-12
don't render into invisible area of the text layer
Robin Haberkorn
1
-10
/
+20
2012-06-07
cleaned up success/failure return value confusion
Robin Haberkorn
1
-4
/
+4
2012-06-07
format-file related transcript widget methods return a GError which is used t...
Robin Haberkorn
1
-0
/
+7
2012-06-07
added missing documentation for GtkExperimentTranscript API methods
Robin Haberkorn
1
-1
/
+54
2012-06-07
added copyright headers and Doxygen @file comments (where they were still mis...
Robin Haberkorn
1
-0
/
+17
2012-06-06
configurable transcript widget text alignment
Robin Haberkorn
1
-9
/
+106
2012-06-05
fixed transcript widget configuration (on Windows)
Robin Haberkorn
1
-22
/
+31
2012-06-05
fixed and optimized handling of transcript widget size changes; fixed handlin...
Robin Haberkorn
1
-26
/
+29
2012-06-04
fix transcript scrolling (via wheels/buttons) at the end of the transcript
Robin Haberkorn
1
-6
/
+6
2012-06-04
support scrolling of the transcript widget via scroll wheels
Robin Haberkorn
1
-0
/
+34
2012-06-04
only save transcript widget font and colors if they have been changed (via ke...
Robin Haberkorn
1
-0
/
+1
2012-06-04
load default interactive format font and colors from config file and also sav...
Robin Haberkorn
1
-0
/
+11
2012-05-30
implemented "format" file and expression parsing as well as application to th...
Robin Haberkorn
1
-69
/
+48
2012-05-30
implemented font and color configuration for transcript widget
Robin Haberkorn
1
-4
/
+154
2012-05-30
workaround: manually invoke configure-event callback from realize-event callback
Robin Haberkorn
1
-0
/
+3
2012-05-30
first draft of transcript widget
Robin Haberkorn
1
-0
/
+468