<feed xmlns='http://www.w3.org/2005/Atom'>
<title>osc-graphics/Makefile, branch master</title>
<subtitle>OSC-based graphics framework</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/'/>
<entry>
<title>autotools based build system</title>
<updated>2012-09-28T13:26:29+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-28T13:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=e7da86053b3df2882816b0df8089e1a51b61939f'/>
<id>e7da86053b3df2882816b0df8089e1a51b61939f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include BSD headers</title>
<updated>2012-09-27T02:30:33+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-27T02:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=95cdcc4016a4b23968ccba4d474a945aa52ed813'/>
<id>95cdcc4016a4b23968ccba4d474a945aa52ed813</id>
<content type='text'>
since they're not available on MinGW by default and cannot be installed easily
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since they're not available on MinGW by default and cannot be installed easily
</pre>
</div>
</content>
</entry>
<entry>
<title>isolated OSC server specific code in OscServer class and allow to register methods in order to localize OSC method handling</title>
<updated>2012-09-26T18:08:10+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-26T18:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=7e5561d02f257f5c2ae54f4d55dee1093cf2ad4b'/>
<id>7e5561d02f257f5c2ae54f4d55dee1093cf2ad4b</id>
<content type='text'>
i.e. every Layer class is stand-alone now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i.e. every Layer class is stand-alone now
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid linking against libstdc++ which is not used anyway</title>
<updated>2012-09-21T18:32:02+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-21T18:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=35230b5fd1b96898d51372f92142e28bae13fb73'/>
<id>35230b5fd1b96898d51372f92142e28bae13fb73</id>
<content type='text'>
instead link against libsupc++, defining only the bare minimum (even that could be avoided by manually defining new/delete and switching off some C++ features)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead link against libsupc++, defining only the bare minimum (even that could be avoided by manually defining new/delete and switching off some C++ features)
</pre>
</div>
</content>
</entry>
<entry>
<title>split program into multiple files; switched to C++</title>
<updated>2012-09-21T16:24:57+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-21T16:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=75667b81215bdb3896599ec477a256c41fc90436'/>
<id>75667b81215bdb3896599ec477a256c41fc90436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>install into /usr/local/bin and /usr/local/share/osc-graphics</title>
<updated>2012-09-16T20:05:03+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-16T20:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=941e0980278bd4f61519ae38f7b538d72876103f'/>
<id>941e0980278bd4f61519ae38f7b538d72876103f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow setting alpha values for image and video layers</title>
<updated>2012-09-15T20:04:28+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-15T20:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=e4791c8a423dd7f981bd81775e8740a1da0f26fb'/>
<id>e4791c8a423dd7f981bd81775e8740a1da0f26fb</id>
<content type='text'>
 * for image layers, we must manually alpha blit if the image surface has an alpha channel (surf_alpha)
 * also, fill screen with black initially
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * for image layers, we must manually alpha blit if the image surface has an alpha channel (surf_alpha)
 * also, fill screen with black initially
</pre>
</div>
</content>
</entry>
<entry>
<title>integrated liblo</title>
<updated>2012-09-14T16:41:23+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-14T16:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=d4a4d3309165bbdd97f6334e1166be00fb5413cb'/>
<id>d4a4d3309165bbdd97f6334e1166be00fb5413cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed effect-pad to osc-graphics</title>
<updated>2012-09-14T15:39:42+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-14T15:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=849cfd830c119f6cb0f6a1ad090c0a4717614a45'/>
<id>849cfd830c119f6cb0f6a1ad090c0a4717614a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>video layer using libVLC</title>
<updated>2012-08-14T22:37:05+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-08-14T22:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/osc-graphics/commit/?id=cdc6708aec8aad8af54aeaec47f371c47bad0460'/>
<id>cdc6708aec8aad8af54aeaec47f371c47bad0460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
