<feed xmlns='http://www.w3.org/2005/Atom'>
<title>experiment-player/lib/gtk-experiment-widgets, branch master</title>
<subtitle>Player for experiment videos and transcripts</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/'/>
<entry>
<title>updated Copyright</title>
<updated>2013-06-10T12:38:27+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-06-10T12:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=16b3562689e850775ef1d3c4f203d717ac88f1b2'/>
<id>16b3562689e850775ef1d3c4f203d717ac88f1b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commented out unused variables to avoid compiler warnings</title>
<updated>2013-06-09T17:14:10+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2013-06-09T17:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=53f0379875b6e744de3a0684d2d50141205df182'/>
<id>53f0379875b6e744de3a0684d2d50141205df182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>when parsing a format file, check whether each line could be read completely, otherwise throw error</title>
<updated>2012-08-06T14:39:03+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-06T14:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=9e6bb604f1efaf491fa8998d8965b11669b1373c'/>
<id>9e6bb604f1efaf491fa8998d8965b11669b1373c</id>
<content type='text'>
 * arbitrary limit (1024 bytes) per line - reading lines of arbritrary length is difficult and will be seldomly used
 * introduced is_newline() helper function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * arbitrary limit (1024 bytes) per line - reading lines of arbritrary length is difficult and will be seldomly used
 * introduced is_newline() helper function
</pre>
</div>
</content>
</entry>
<entry>
<title>resolved pattern-length restriction bug by calculating the pattern+captures size</title>
<updated>2012-08-06T13:34:51+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-06T13:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=68e1ac4617108bb99b848bb1ccb1b55451f5b91b'/>
<id>68e1ac4617108bb99b848bb1ccb1b55451f5b91b</id>
<content type='text'>
 * also made gtk_experiment_transcript_free_formats() an internal function
 * declare static functions in gtk-experiment-transcript-formats.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * also made gtk_experiment_transcript_free_formats() an internal function
 * declare static functions in gtk-experiment-transcript-formats.c
</pre>
</div>
</content>
</entry>
<entry>
<title>some NULL pointer checks in transcript widget</title>
<updated>2012-08-01T11:59:42+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-01T11:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=e5bdc85baa00c3abbf22559a26070c23612f214f'/>
<id>e5bdc85baa00c3abbf22559a26070c23612f214f</id>
<content type='text'>
default interactive format attributes may be NULL (i.e. don't change these attributes) but pango/gdk free functions cannot handle NULL pointers gracefully
 * only results in assertions now since windows are explicitly destroyed (the info window was not destroyed at all previously)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default interactive format attributes may be NULL (i.e. don't change these attributes) but pango/gdk free functions cannot handle NULL pointers gracefully
 * only results in assertions now since windows are explicitly destroyed (the info window was not destroyed at all previously)
</pre>
</div>
</content>
</entry>
<entry>
<title>remove transcript widget size request</title>
<updated>2012-08-01T11:45:59+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-01T11:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=6c8739272766902df1c3b8f2ca7cee35c34923c1'/>
<id>6c8739272766902df1c3b8f2ca7cee35c34923c1</id>
<content type='text'>
removes some constraints on resizing the info window containing the widget
(however other widgets have minimum sizes preventing the transcript area being squashed together)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removes some constraints on resizing the info window containing the widget
(however other widgets have minimum sizes preventing the transcript area being squashed together)
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed handling of regexp patterns at the end of "format" expressions</title>
<updated>2012-06-21T11:54:47+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-21T11:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=a37c64bae1b2e332c81f3b8ae3e9947cd1f36141'/>
<id>a37c64bae1b2e332c81f3b8ae3e9947cd1f36141</id>
<content type='text'>
also required stripping trailing newlines when processing "format" files since "format" files only worked because the newline was part of the "format" expression and ignored
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also required stripping trailing newlines when processing "format" files since "format" files only worked because the newline was part of the "format" expression and ignored
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify expression using MIN()</title>
<updated>2012-06-20T23:57:52+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-20T23:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=41edc12af0c1eecc3b9622c68a66100bd319747e'/>
<id>41edc12af0c1eecc3b9622c68a66100bd319747e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor fix in experiment navigator widget</title>
<updated>2012-06-20T10:43:21+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-20T10:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=9cf66da0c66f848c4c8929dbe727f88f5add2486'/>
<id>9cf66da0c66f848c4c8929dbe727f88f5add2486</id>
<content type='text'>
correctly initialize signal array
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correctly initialize signal array
</pre>
</div>
</content>
</entry>
<entry>
<title>Expanding Name column edited</title>
<updated>2012-06-19T14:19:09+00:00</updated>
<author>
<name>Jens Lammert</name>
<email>jens.lammert@st.ovgu.de</email>
</author>
<published>2012-06-19T14:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=b5facba3a44cb5b5a5f8c173a153b7406fef1c1a'/>
<id>b5facba3a44cb5b5a5f8c173a153b7406fef1c1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
