mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-01 04:45:37 +00:00
Additional changes that were required for the feature:
1) focusing on the pointed window in full screen mode
2) In X11 - handling events that occur during keyboard ungrabbing
3) In X11 - handling Leave/Enter Notify events that occur during keyboard grabbing/ungrabbing
4) In X11 - fix for focus events that are handled in the wrong order (happens when
focus events occur during grabbing the keyboard)
5) In X11 - ignoring key release events during key holding
6) In Windows - synchronizing keyboard release events that occured during a modal loop
610 lines
12 KiB
XML
610 lines
12 KiB
XML
<?xml version="1.0" encoding="windows-1255"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="redc"
|
|
ProjectGUID="{4F03BAF9-DFBC-4CA7-B860-8929555981AE}"
|
|
RootNamespace="redc"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(REDC_BUILD_DIR)$(ConfigurationName)"
|
|
IntermediateDirectory="$(REDC_BUILD_DIR)$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".;..;..\..\common;..\..\common\win;"..\..\common\win\my_getopt-1.5";"$(SPICE_LIBS)\include";"$(SPICE_LIBS)\include\qcairo";"$(SPICE_LIBS)\include\ffmpeg""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;CAIRO_CANVAS_ACCESS_TEST;CAIRO_CANVAS_CACHE;CAIRO_CANVAS_CACH_IS_SHARED;RED_DEBUG;CAIRO_CANVAS_NO_CHUNKS;_WIN32_WINNT=0x0500;LOG4CPLUS_STATIC;USE_GLZ;PTW32_STATIC_LIB"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="1"
|
|
PrecompiledHeaderThrough="common.h"
|
|
WarningLevel="3"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="log4cppD.lib libqcairo-2.dll.lib libeay32MTd.lib ssleay32MTd.lib ws2_32.lib msimg32.lib winmm.lib avcodec-52.lib avutil-49.lib libcelt_0_5_1D.lib pthreadsD.lib version.lib"
|
|
OutputFile="$(OutDir)\spicec.exe"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories=""$(SPICE_LIBS)\lib""
|
|
IgnoreAllDefaultLibraries="false"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(REDC_BUILD_DIR)$(ConfigurationName)"
|
|
IntermediateDirectory="$(REDC_BUILD_DIR)$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=".;..;..\..\common;..\..\common\win;"..\..\common\win\my_getopt-1.5";"$(SPICE_LIBS)\include";"$(SPICE_LIBS)\include\qcairo";"$(SPICE_LIBS)\include\ffmpeg""
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;CAIRO_CANVAS_ACCESS_TEST;CAIRO_CANVAS_CACHE;CAIRO_CANVAS_NO_CHUNKS;CAIRO_CANVAS_CACH_IS_SHARED;_WIN32_WINNT=0x0500;LOG4CPLUS_STATIC;USE_GLZ;PTW32_STATIC_LIB"
|
|
RuntimeLibrary="0"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
WarnAsError="true"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="log4cpp.lib libqcairo-2.dll.lib libeay32MT.lib ssleay32MT.lib ws2_32.lib msimg32.lib winmm.lib avcodec-52.lib avutil-49.lib libcelt_0_5_1.lib pthreads.lib version.lib"
|
|
OutputFile="$(OutDir)\spicec.exe"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(SPICE_LIBS)\lib""
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath="..\application.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cairo_canvas.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\canvas.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\canvas_utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cmd_line_parser.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cursor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cursor_channel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\display_channel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\event_sources_p.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\gdi_canvas.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\glz_decoder.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\glz_decoder_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\hot_keys.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\inputs_channel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lz.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\main.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\menu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\monitor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\my_getopt.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\named_pipe.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\pixels_source.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\platform.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\platform_utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\playback.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\playback_channel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\process_loop.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\quic.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\record.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\record_channel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_cairo_canvas.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_channel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_client.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\red_drawable.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_gdi_canvas.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_peer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\red_pixmap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\red_pixmap_cairo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\red_pixmap_gdi.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\red_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\region.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\rop3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\screen.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\screen_layer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\threads.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\utils.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\application.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\atomic_count.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cache.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\canvas.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cursor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cursor_channel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\debug.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\display_channel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\event_sources.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\event_sources_p.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\common\gdi_canvas.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\common\win\my_getopt-1.5\getopt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\glz_decoded_image.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\glz_decoder.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\glz_decoder_config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\glz_decoder_window.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\hot_keys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\icon.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\inputs_channel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\inputs_handler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\menu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\monitor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\named_pipe.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\pixels_source_p.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\platform.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\platform_utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\playback.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\process_loop.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\record.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_cairo_canvas.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_channel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_client.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_drawable.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_gdi_canvas.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_key.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_peer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\red_window.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\screen.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\screen_layer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\shared_cache.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\threads.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\win_platform.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
<File
|
|
RelativePath=".\redc.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\solideice.ico"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\spicec.exe.manifest"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\splash.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\static_title.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\sticky_alt.bmp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|