[Vm-dev] [commit][3665] Squeak is actually not DPI aware (yet?).

commits at squeakvm.org commits at squeakvm.org
Wed Mar 30 07:32:13 UTC 2016


Revision: 3665
Author:   topa
Date:     2016-03-30 00:32:09 -0700 (Wed, 30 Mar 2016)
Log Message:
-----------
Squeak is actually not DPI aware (yet?).

Modified Paths:
--------------
    branches/Cog/build.win32x86/newspeak.cog.spur/nsvm.exe.manifest
    branches/Cog/build.win32x86/newspeak.stack.spur/nsvm.exe.manifest
    branches/Cog/build.win32x86/squeak.cog.spur/Croquet.exe.manifest
    branches/Cog/build.win32x86/squeak.cog.spur/Squeak.exe.manifest
    branches/Cog/build.win32x86/squeak.cog.v3/Croquet.exe.manifest
    branches/Cog/build.win32x86/squeak.cog.v3/Squeak.exe.manifest
    branches/Cog/build.win32x86/squeak.stack.spur/Croquet.exe.manifest
    branches/Cog/build.win32x86/squeak.stack.spur/Squeak.exe.manifest
    branches/Cog/build.win32x86/squeak.stack.v3/Croquet.exe.manifest
    branches/Cog/build.win32x86/squeak.stack.v3/Squeak.exe.manifest

Modified: branches/Cog/build.win32x86/newspeak.cog.spur/nsvm.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/newspeak.cog.spur/nsvm.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/newspeak.cog.spur/nsvm.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Newspeak Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/newspeak.stack.spur/nsvm.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/newspeak.stack.spur/nsvm.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/newspeak.stack.spur/nsvm.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Newspeak Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/squeak.cog.spur/Croquet.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/squeak.cog.spur/Croquet.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/squeak.cog.spur/Croquet.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Croquet Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/squeak.cog.spur/Squeak.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/squeak.cog.spur/Squeak.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/squeak.cog.spur/Squeak.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Squeak Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/squeak.cog.v3/Croquet.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/squeak.cog.v3/Croquet.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/squeak.cog.v3/Croquet.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Croquet Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/squeak.cog.v3/Squeak.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/squeak.cog.v3/Squeak.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/squeak.cog.v3/Squeak.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Squeak Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/squeak.stack.spur/Croquet.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/squeak.stack.spur/Croquet.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/squeak.stack.spur/Croquet.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Croquet Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/squeak.stack.spur/Squeak.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/squeak.stack.spur/Squeak.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/squeak.stack.spur/Squeak.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Squeak Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/squeak.stack.v3/Croquet.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/squeak.stack.v3/Croquet.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/squeak.stack.v3/Croquet.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Croquet Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>

Modified: branches/Cog/build.win32x86/squeak.stack.v3/Squeak.exe.manifest
===================================================================
--- branches/Cog/build.win32x86/squeak.stack.v3/Squeak.exe.manifest	2016-03-29 20:18:32 UTC (rev 3664)
+++ branches/Cog/build.win32x86/squeak.stack.v3/Squeak.exe.manifest	2016-03-30 07:32:09 UTC (rev 3665)
@@ -12,7 +12,7 @@
 <description>Squeak Smalltalk Virtual Machine</description>
 <asmv3:application>
 	<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
-		<dpiAware>true</dpiAware>
+		<dpiAware>false</dpiAware>
 	</asmv3:windowsSettings>
 </asmv3:application>
 <dependency>



More information about the Vm-dev mailing list