<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git/client/windows/red_pixmap_gdi.cpp, branch 0.7.0</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>client: Support 16bpp pixmaps on win32</title>
<updated>2010-04-29T11:34:16+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-04-29T11:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=1e4ec1f513ed7dec51cac42e7cb974ad6c36eb3f'/>
<id>1e4ec1f513ed7dec51cac42e7cb974ad6c36eb3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up win32 client with recent changes</title>
<updated>2010-04-23T14:41:47+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-04-23T14:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=a1ec6e065a1d39426949a322eeb67f8fb9f854e5'/>
<id>a1ec6e065a1d39426949a322eeb67f8fb9f854e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move RedPixmap::Format to RedDrawable::Format</title>
<updated>2010-04-23T14:36:35+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-04-21T10:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=2d6fbde89b08b7dd4a2050c71fe6663ea8e9c2d9'/>
<id>2d6fbde89b08b7dd4a2050c71fe6663ea8e9c2d9</id>
<content type='text'>
We need to know the format for other drawables too (like for instance
the native format of a window), so we're pushing this down.

This changes a bunch of references to be RedDrawable::, but not all.
The the old RedPixmap:: references still work, but will be phased out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to know the format for other drawables too (like for instance
the native format of a window), so we're pushing this down.

This changes a bunch of references to be RedDrawable::, but not all.
The the old RedPixmap:: references still work, but will be phased out.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make client canvas and pixmaps handle more formats and simplify</title>
<updated>2010-04-23T14:36:35+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-04-19T14:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=98d91203c5d2f6f7249f38941466857b6a566f5d'/>
<id>98d91203c5d2f6f7249f38941466857b6a566f5d</id>
<content type='text'>
We now support 16bit format pixmaps as well as the old ones. Including
both 555 and 565 modes.

We drop the palette argument for pixmap construction as it was only
used for black/white anyway.

Canvas creation is simplified so that there is no separate set_mode
state. Canvases are already created in the right mode and never change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now support 16bit format pixmaps as well as the old ones. Including
both 555 and 565 modes.

We drop the palette argument for pixmap construction as it was only
used for black/white anyway.

Canvas creation is simplified so that there is no separate set_mode
state. Canvases are already created in the right mode and never change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add emacs modelines to more files</title>
<updated>2010-04-23T14:36:31+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-04-19T13:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=ee04978272511412e0fadfbb22a7f6516c4d6323'/>
<id>ee04978272511412e0fadfbb22a7f6516c4d6323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relicense everything from GPL to LGPL 2.1+</title>
<updated>2010-04-13T20:22:15+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-04-13T20:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=c97116aeb925dfa10420ca8baae1d445da23b73d'/>
<id>c97116aeb925dfa10420ca8baae1d445da23b73d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: win32 client: fix gdi locking</title>
<updated>2010-04-09T02:09:02+00:00</updated>
<author>
<name>Izik Eidus</name>
<email>ieidus@redhat.com</email>
</author>
<published>2010-04-09T02:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=22d1ac9eb5757ec5a51ec377d3ed31bf520f4ae0'/>
<id>22d1ac9eb5757ec5a51ec377d3ed31bf520f4ae0</id>
<content type='text'>
While the fix could have been more effective,
it seems like this patch stream better with the coding
logic that was there..., maybe later we will want to change
the locking into more effective way.

(There is just the primary surface to protect in reiality)

Signed-off-by: Izik Eidus &lt;ieidus@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the fix could have been more effective,
it seems like this patch stream better with the coding
logic that was there..., maybe later we will want to change
the locking into more effective way.

(There is just the primary surface to protect in reiality)

Signed-off-by: Izik Eidus &lt;ieidus@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fresh start</title>
<updated>2009-10-14T13:06:41+00:00</updated>
<author>
<name>Yaniv Kamay</name>
<email>ykamay@redhat.com</email>
</author>
<published>2009-09-19T18:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=c1b79eb035fa158fb2ac3bc8e559809611070016'/>
<id>c1b79eb035fa158fb2ac3bc8e559809611070016</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
