<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/tomo/uca-hzg/libuca.git/bin/gui, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/'/>
<entry>
<title>Faster zoom out, fix coordinates</title>
<updated>2016-02-01T08:19:54+00:00</updated>
<author>
<name>MariaMatveeva</name>
<email>matveeva.maria@gmail.com</email>
</author>
<published>2016-01-29T13:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=90e1289637453e58c6a5496a34c3233f871eedda'/>
<id>90e1289637453e58c6a5496a34c3233f871eedda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfaults with changing ROI or bitdepth</title>
<updated>2016-01-29T13:38:35+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2016-01-29T13:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=b7ab54cc5cf41e858d04cb307760e2eb0799193c'/>
<id>b7ab54cc5cf41e858d04cb307760e2eb0799193c</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 max bin value of histogram</title>
<updated>2016-01-29T13:34:36+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2016-01-29T13:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=3253df026a73e6b41a12af3f69adedc090019891'/>
<id>3253df026a73e6b41a12af3f69adedc090019891</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix GUI zoom problems</title>
<updated>2016-01-11T09:46:20+00:00</updated>
<author>
<name>MariaMatveeva</name>
<email>matveeva.maria@gmail.com</email>
</author>
<published>2016-01-11T09:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=51e1019349db1b12efe840f84fee04b42ee27a13'/>
<id>51e1019349db1b12efe840f84fee04b42ee27a13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix statistics, zoom</title>
<updated>2016-01-11T09:46:20+00:00</updated>
<author>
<name>MariaMatveeva</name>
<email>matveeva.maria@gmail.com</email>
</author>
<published>2015-09-01T09:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=a32d701db454246162b2df5edf428bb0d16442fe'/>
<id>a32d701db454246162b2df5edf428bb0d16442fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor position display</title>
<updated>2015-07-20T13:02:39+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2015-07-20T13:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=44d3b1dbc6e7b7d957029802563e8c6f86076ad8'/>
<id>44d3b1dbc6e7b7d957029802563e8c6f86076ad8</id>
<content type='text'>
Use single function to determine position and value. Also we now avoid string
allocation and use a static string for the printing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use single function to determine position and value. Also we now avoid string
allocation and use a static string for the printing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #72: avoid race condition</title>
<updated>2015-07-20T12:49:11+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2015-07-20T12:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=fee073b676044d454220616fb99bca6586a21f19'/>
<id>fee073b676044d454220616fb99bca6586a21f19</id>
<content type='text'>
The advance_buffers variable introduced in 954bcbc was not properly locked thus
leading to race conditions in the UI update thread and the actual grab thread.
With this change, we always grab into a single buffer that is updated whenever
the GUI is ready. This avoids latencies but might cause noticeable tearing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The advance_buffers variable introduced in 954bcbc was not properly locked thus
leading to race conditions in the UI update thread and the actual grab thread.
With this change, we always grab into a single buffer that is updated whenever
the GUI is ready. This avoids latencies but might cause noticeable tearing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed uca-camera-control property handling</title>
<updated>2015-05-19T09:31:01+00:00</updated>
<author>
<name>Timo Dritschler</name>
<email>timo.dritschler@kit.edu</email>
</author>
<published>2015-05-13T15:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=86d398e2029299e5f7de22263f97d770d146cab2'/>
<id>86d398e2029299e5f7de22263f97d770d146cab2</id>
<content type='text'>
GUI now correctly understands that construction only properties can not be modified
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GUI now correctly understands that construction only properties can not be modified
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed GUI to do hard frame skipping if frames are accumulated faster than the GUI can display them</title>
<updated>2015-04-13T13:58:31+00:00</updated>
<author>
<name>Timo Dritschler</name>
<email>timo.dritschler@kit.edu</email>
</author>
<published>2015-04-13T13:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=954bcbc39d6899bf47dafa148e52003fae64212b'/>
<id>954bcbc39d6899bf47dafa148e52003fae64212b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix UI loading logic one more time ...</title>
<updated>2014-12-04T07:59:05+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2014-12-04T07:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=bfe47e01bbac74782fed48a3d265a2ee4ae9c7b0'/>
<id>bfe47e01bbac74782fed48a3d265a2ee4ae9c7b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
