summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * client/agent: add clipboard max size limit for sending to/from the guest agentArnon Gilboa2010-07-211-0/+2
| | | | | | | | define default & env variable for overriding it
* | Update NEWS for release0.5.3Alexander Larsson2010-07-201-0/+9
| |
* | Update version to 0.5.3Alexander Larsson2010-07-201-1/+1
| |
* | Change major to 2 to declare network protocol stableAlexander Larsson2010-07-201-1/+1
| |
* | vdagent protocol: add display settingYonit Halperin2010-07-191-0/+13
|/
* clipboard agent message addedAlon Levy2010-07-111-0/+13
|
* Update NEWS for release0.5.2Alexander Larsson2010-07-081-0/+7
|
* Fix misspellingsAlexander Larsson2010-07-083-9/+9
| | | | | SpicedSubMessage -> SpiceSubMessage QXLAlphaBlnd -> QXLAlphaBlend
* place pkgconfig file in /usr/shareGerd Hoffmann2010-07-081-1/+1
|
* Include enums.h from qxl_dev.hAlexander Larsson2010-07-081-0/+1
| | | | This makes stuff keep building as before when draw.h included enum.h
* List all the PCI ids and revisions instead of just the latest/currentAlexander Larsson2010-07-081-2/+8
|
* Move spice/draw.h to spiceAlexander Larsson2010-07-084-297/+0
|
* Add QXLCursorHeader and use instead of SpiceCursorHeader in qxlAlexander Larsson2010-07-081-1/+10
|
* Make SpiceLineAttr.style a normal pointerAlexander Larsson2010-07-081-1/+1
|
* Use QXLFIXED, not SPICE_FIXED28_4 in qxl_dev.hAlexander Larsson2010-07-081-8/+8
|
* qxl abi: Add QXLImage and & coGerd Hoffmann2010-07-072-79/+106
| | | | | | | Also, this changes the SpiceImage types to be more useful as internal types, with real typed pointers. It also adds a SpiceChunk iovec type for easy representation of chunked data.
* Update SpicePath.segments to a pointer arrayAlexander Larsson2010-07-051-1/+1
|
* Update SpiceString to use an array of pointers for glyphsGerd Hoffmann2010-07-022-8/+10
|
* Don't make SpicePath.segment a SpicePathSegAlexander Larsson2010-07-011-1/+1
| | | | | | The MS compiler doesn't like arrays of structures with an array of length zero at the end, so we have to manually cast this when using it.
* Simplify SpiceLineAttr by removing unused elements and enumsAlexander Larsson2010-06-302-20/+0
|
* Change SpicePath.size to SpicePath.num_segmentsAlexander Larsson2010-06-291-1/+1
| | | | | We now track the number of segments rather than the memory size of the path internally.
* make SpiceRect compatible with pixman_box32Gerd Hoffmann2010-06-291-2/+2
|
* qxl abi: zap SPICE_ADDRESS for clip rects and paths.Gerd Hoffmann2010-06-292-4/+10
|
* qxl abi: add QXLRectGerd Hoffmann2010-06-291-15/+22
|
* qxl abi: add QXLPoint & friendsGerd Hoffmann2010-06-291-5/+20
|
* qxl abi: add QXLClipGerd Hoffmann2010-06-291-2/+7
|
* qxl abi: add QXLLineAttrGerd Hoffmann2010-06-291-1/+11
|
* qxl abi: add QXLPatternGerd Hoffmann2010-06-291-1/+6
|
* qxl abi: add QXLBrushGerd Hoffmann2010-06-291-6/+14
|
* qxl abi: add QXLQMaskGerd Hoffmann2010-06-291-5/+11
|
* qxl abi: add QXLBlackness+QXLInvers+QXLWhitenessGerd Hoffmann2010-06-291-6/+10
|
* qxl abi: add QXLTextGerd Hoffmann2010-06-291-2/+11
|
* qxl abi: add QXLStrokeGerd Hoffmann2010-06-291-2/+10
|
* qxl abi: add QXLRop3Gerd Hoffmann2010-06-291-2/+11
|
* qxl abi: add QXLTransparentGerd Hoffmann2010-06-291-2/+9
|
* qxl abi: add Copy+Blend.Gerd Hoffmann2010-06-292-5/+13
| | | | Add QXLCopy and QXlBlend, also fix tyops (s/rop_decriptor/rop_descriptor/).
* qxl abi: add Opaque.Gerd Hoffmann2010-06-292-3/+12
| | | | Add QXLOpaque, also fix tyops (s/rop_decriptor/rop_descriptor/).
* qxl abi: add Fill.Gerd Hoffmann2010-06-292-3/+9
| | | | Add QXLFill, also fix tyops (s/rop_decriptor/rop_descriptor/).
* qxl abi: add AlphaBlnd.Gerd Hoffmann2010-06-291-2/+15
| | | | Add QXLAlphaBlnd and QXLCompatAlphaBlnd types.
* Remove SPICE_CLIP_TYPE_PATH enum.Alexander Larsson2010-06-241-1/+0
| | | | | | | Clip by path has not been supported since the pixman change, and the win32 drivers were neutered to never produce it a while ago. Also, even before that neutering it happened extremely seldom (never seen in real life).
* Reset minor to 0 as we're bumping majorAlexander Larsson2010-06-231-1/+1
|
* add image type for RGBA bitmaps that were compressed by a combination of ↵Yonit Halperin2010-06-212-0/+19
| | | | JPEG (RGB) and LZ (alpha channel).
* add image type for images that are compressed by zlib after they have been ↵Yonit Halperin2010-06-212-0/+12
| | | | compressed by glz
* Remove duplicated enums for keyboard modifiersAlexander Larsson2010-06-181-4/+0
|
* Move all message structs to spiceAlexander Larsson2010-06-181-456/+0
| | | | | | We want to make these structures internal so we're free to change them. The actual on-network ABI is now defined by the spice protocol description rather than the c structures anyway.
* Move all enums and flags to generated header fileAlexander Larsson2010-06-184-439/+516
|
* Add some types needed by the demarshalling workAlexander Larsson2010-06-143-4/+28
|
* cache support for replacing images that were compressed using jpeg with ↵Yonit Halperin2010-06-091-0/+2
| | | | lossless images
* add image type for jpegYonit Halperin2010-06-091-1/+7
|
* Fix some misspelled identifiersAlexander Larsson2010-05-211-9/+9
| | | | | | | | | severty -> severity SpiceResorceID -> SpiceResourceID SpiceResorceList -> SpiceResourceList resorces -> resources ped_size -> pad_size postition -> position