<feed xmlns='http://www.w3.org/2005/Atom'>
<title>experiment-player/lib/gtk-vlc-player, branch v0.9</title>
<subtitle>Player for experiment videos and transcripts</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/'/>
<entry>
<title>gtk-vlc-player: set the widget's toplevel window as the fullscreen windows transient parent</title>
<updated>2012-06-21T10:53:32+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-21T10:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=48d85b5eccf5a535fe3cde55b1adf0229a28edfd'/>
<id>48d85b5eccf5a535fe3cde55b1adf0229a28edfd</id>
<content type='text'>
 * ensures that the fullscreen window will be on the correct screen (for some reason it was already displayed on the correct screen)
 * ensures that the toplevel window (i.e. the player window) cannot be put above the fullscreen window (this was already ensured by keeping the fullscreen window above all other windows)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * ensures that the fullscreen window will be on the correct screen (for some reason it was already displayed on the correct screen)
 * ensures that the toplevel window (i.e. the player window) cannot be put above the fullscreen window (this was already ensured by keeping the fullscreen window above all other windows)
</pre>
</div>
</content>
</entry>
<entry>
<title>keep fullscreen window above all others</title>
<updated>2012-06-20T13:08:56+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-20T13:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=8f13e9bf78e36e59e79b3e68afa76171accdd067'/>
<id>8f13e9bf78e36e59e79b3e68afa76171accdd067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't set vlc-player's fullscreen window as not-resizable</title>
<updated>2012-06-20T12:02:18+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-20T12:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=3869728a08549f7158f19f6102becb3d06343664'/>
<id>3869728a08549f7158f19f6102becb3d06343664</id>
<content type='text'>
this causes issues on Linux and is not necessarily required
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this causes issues on Linux and is not necessarily required
</pre>
</div>
</content>
</entry>
<entry>
<title>some gtk-vlc-player fullscreen window properties</title>
<updated>2012-06-20T11:48:42+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-20T11:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=d39cf7e304fbbf6bdb724af6db49d6f8e12a3540'/>
<id>d39cf7e304fbbf6bdb724af6db49d6f8e12a3540</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed receiving click events on the gtk-player-widget on Windows</title>
<updated>2012-06-20T11:48:40+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-20T10:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=69cc315ac143b3dc4ba971f3c3e0cb0e4a4cb3b5'/>
<id>69cc315ac143b3dc4ba971f3c3e0cb0e4a4cb3b5</id>
<content type='text'>
a workaround was necessary: after playing a movie, poll every 100ms for
the availability of the event window created by libVLC (in another
thread!) and disable it when found (stopping the g_timeout)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a workaround was necessary: after playing a movie, poll every 100ms for
the availability of the event window created by libVLC (in another
thread!) and disable it when found (stopping the g_timeout)
</pre>
</div>
</content>
</entry>
<entry>
<title>emulate VLC_PLUGIN_PATH support for libvlc &lt; 2.0.0</title>
<updated>2012-06-19T10:08:08+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-19T10:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=3821329305f606cb9d6dce681c228434834f4f42'/>
<id>3821329305f606cb9d6dce681c228434834f4f42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use more glib macros to improve portability</title>
<updated>2012-06-17T15:52:19+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-17T15:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=5eb285cf1ce430dc46392e2335350858d4de6023'/>
<id>5eb285cf1ce430dc46392e2335350858d4de6023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed documentation</title>
<updated>2012-06-14T12:28:58+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-14T12:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=266d6602381aba46a1f5de1b72206f20223f3868'/>
<id>266d6602381aba46a1f5de1b72206f20223f3868</id>
<content type='text'>
when setting signal handlers in a class structure (e.g. when deriving the class), there is no user_data argument
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when setting signal handlers in a class structure (e.g. when deriving the class), there is no user_data argument
</pre>
</div>
</content>
</entry>
<entry>
<title>cleaned up success/failure return value confusion</title>
<updated>2012-06-07T17:41:12+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-07T17:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=1d6bec72e636899ff2d71e5a9dad6e06cc9908a6'/>
<id>1d6bec72e636899ff2d71e5a9dad6e06cc9908a6</id>
<content type='text'>
TRUE means successful, FALSE unsuccessful
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TRUE means successful, FALSE unsuccessful
</pre>
</div>
</content>
</entry>
<entry>
<title>minor comment formatting change</title>
<updated>2012-06-07T15:33:01+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-06-07T15:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/experiment-player/commit/?id=ec387dcd406707674afa6e00e9e860f64e813877'/>
<id>ec387dcd406707674afa6e00e9e860f64e813877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
