summaryrefslogtreecommitdiffstats
path: root/spice/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: Add --enable-code-generatorChristophe Fergeau2015-08-071-0/+24
| | | | | | | | | This flag is only used for git builds, and can usually safely be disabled. When it's enabled, configure.ac will check that python-six and pyparsing are available, and will use these together with the codegen python scripts in order to automatically regenerate enums.h when the .proto files change.
* Add QXL_ESCAPE_SET_CUSTOM_DISPLAYMarc-André Lureau2012-05-111-0/+1
| | | | | | | | | | | | QXL_ESCAPE_SET_CUSTOM_DISPLAY is Windows specific message to tell the display & miniport driver to update the mode table with a custom resolution. The mode table needs to be forcefully refreshed after setting a custom display, it can be done by querying an invalid/unknown mode: EnumDisplaySettings(dev_name, 0xffffff, &tempDevMode);
* build-sys: use git.mkMarc-André Lureau2012-03-191-17/+19
|
* Add controller protocolArnon Gilboa2010-10-181-0/+1
|
* Add foreign menu protocolArnon Gilboa2010-10-181-0/+1
|
* Move spice/draw.h to spiceAlexander Larsson2010-07-081-1/+0
|
* Move all enums and flags to generated header fileAlexander Larsson2010-06-181-0/+1
|
* Add a bunch of generically useful macrosAlexander Larsson2010-03-091-0/+1
| | | | | This is largely based on gmacros.h from glib with a few custom macros that were repeated in the spice codebase.
* Add autoconf and pkg-config setupAlexander Larsson2010-02-041-0/+18