<feed xmlns='http://www.w3.org/2005/Atom'>
<title>virt-viewer.git/src/view, branch master</title>
<subtitle>Graphical console client for virtual machines using libvirt</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/'/>
<entry>
<title>Drop support to gtk2</title>
<updated>2016-02-15T20:49:57+00:00</updated>
<author>
<name>Fabiano Fidêncio</name>
<email>fidencio@redhat.com</email>
</author>
<published>2015-10-06T17:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=4235ef34539d276a6ab65185417e73348b5a1856'/>
<id>4235ef34539d276a6ab65185417e73348b5a1856</id>
<content type='text'>
The 3.0 release was the last one that still supports GTK2. For the
Windows builds the support to GTK2 was dropped in the previous release.
Let's do the same for the entire project now.

Signed-off-by: Eduardo Lima (Etrunko) &lt;etrunko@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 3.0 release was the last one that still supports GTK2. For the
Windows builds the support to GTK2 was dropped in the previous release.
Let's do the same for the entire project now.

Signed-off-by: Eduardo Lima (Etrunko) &lt;etrunko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning when going in/out of fullscreen</title>
<updated>2014-08-04T15:41:50+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2014-06-26T10:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=7d8abf39571b7d6f741d39da8d6e33f55a14cb23'/>
<id>7d8abf39571b7d6f741d39da8d6e33f55a14cb23</id>
<content type='text'>
Going to fullscreen, and then exiting causes these messages to show up
on the console:
(remote-viewer:14481): GLib-CRITICAL **: Source ID 784 was not found
when attempting to remove it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Going to fullscreen, and then exiting causes these messages to show up
on the console:
(remote-viewer:14481): GLib-CRITICAL **: Source ID 784 was not found
when attempting to remove it
</pre>
</div>
</content>
</entry>
<entry>
<title>ovBox: Make get_preferred_width/height differentiate between min and natural</title>
<updated>2013-04-23T11:49:24+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2013-04-22T10:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=d78dd5bd99f17452f7285915cfd2cd491e41f23d'/>
<id>d78dd5bd99f17452f7285915cfd2cd491e41f23d</id>
<content type='text'>
gtk-3's widget size negotiation code differentiates between the minimum
size and the natural size of a widget, fix ovBox to pass this along from
its underlying widget to its parent.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gtk-3's widget size negotiation code differentiates between the minimum
size and the natural size of a widget, fix ovBox to pass this along from
its underlying widget to its parent.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid use of deprecated GTK3 pointer APIs</title>
<updated>2012-05-15T14:46:37+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2012-05-15T13:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=163b6853323780042a5486bc0ebb46945a4ab9a0'/>
<id>163b6853323780042a5486bc0ebb46945a4ab9a0</id>
<content type='text'>
The gtk_widget_get_pointer() API is deprecated in GTK3 since it
is not aware of multiple pointers. Replace its usage in autoDrawer.c
with GdkDeviceManager and friends

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The gtk_widget_get_pointer() API is deprecated in GTK3 since it
is not aware of multiple pointers. Replace its usage in autoDrawer.c
with GdkDeviceManager and friends

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to avoid use of deprecated GTK3 style &amp; size APIs</title>
<updated>2012-05-15T13:46:13+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2012-05-15T13:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=20c2703a77173cb749a3824b87c0252f7ef56364'/>
<id>20c2703a77173cb749a3824b87c0252f7ef56364</id>
<content type='text'>
The GtkStyle API has been deprecated in favour of GtkStyleContext.
Update ovBox.c to use the latter if building with GtK3. Also replace
use of the gtk_widget_size_request API with gtk_widget_get_preferred_size.

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GtkStyle API has been deprecated in favour of GtkStyleContext.
Update ovBox.c to use the latter if building with GtK3. Also replace
use of the gtk_widget_size_request API with gtk_widget_get_preferred_size.

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config.h to every source file</title>
<updated>2012-02-06T12:42:22+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2012-01-31T15:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=5a19f8aae3e04e414aee5f5d5952b7cc703110d9'/>
<id>5a19f8aae3e04e414aee5f5d5952b7cc703110d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert TABS to spaces &amp; reindent everywhere</title>
<updated>2012-02-06T12:40:09+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2012-01-31T15:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=e1283a9a60ef55f2e18d53e830874c76db526d66'/>
<id>e1283a9a60ef55f2e18d53e830874c76db526d66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tune the first argument in calls to g_type_class_add_private()</title>
<updated>2012-01-31T14:34:47+00:00</updated>
<author>
<name>Guannan Ren</name>
<email>gren@redhat.com</email>
</author>
<published>2012-01-31T14:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=c61981540d607a21429f08ede942e318ac16df87'/>
<id>c61981540d607a21429f08ede942e318ac16df87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compat with GTK 2.18.0</title>
<updated>2011-07-12T11:11:43+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2011-07-12T11:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=dc41e7e49c1a1074c2da667f68fca0b90f741052'/>
<id>dc41e7e49c1a1074c2da667f68fca0b90f741052</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to optionally build with GTK3</title>
<updated>2011-07-11T11:07:21+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>dan@berrange.com</email>
</author>
<published>2011-07-01T14:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/virt-viewer.git/commit/?id=7f91cdf4ab1cf43b51b9337c10eb4697903cefe2'/>
<id>7f91cdf4ab1cf43b51b9337c10eb4697903cefe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
