DXGL r423 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r422‎ | r423 | r424 >
Date:00:05, 8 April 2014
Author:admin
Status:new
Tags:
Comment:
Update help and readme.
Modified paths:
  • /Help/configuration.htm (modified) (history)
  • /Help/dxglcfg.png (modified) (history)
  • /ReadMe.txt (modified) (history)

Diff [purge]

Index: Help/configuration.htm
@@ -17,6 +17,8 @@
1818 <area shape="rect" coords="452,90,588,103" alt="Add Extra Display Modes" href="#extramodes" />
1919 <area shape="rect" coords="452,111,586,124" alt="Support All Color Depths" href="#alldepths" />
2020 <area shape="rect" coords="296,136,448,170" alt="Scaling method" href="#scaler" />
 21+ <area shape="rect" coords="296,233,448,253" alt="Screen aspect ratio" href="#aspect" />
 22+ <area shape="rect" coords="452,233,601,253" alt="DPI scaling mode" href="#dpiscale" />
2123 </map>
2224 <h1>Configuration</h1>
2325 Configuration for DXGL can be accessed by opening the &quot;DXGL Config&quot; program in the DXGL program group. Configuration is as follows:
@@ -74,5 +76,15 @@
7577 (not implemented) Uses a custom GLSL pixel shader to display the image.
7678 <h3>Shader (primary only)</h3>
7779 (not implemented) Uses a custom GLSL pixel shader to display the primary buffer.
 80+ <h2><a name="aspect" />Screen aspect ratio</h2>
 81+ Overrides the aspect ratio for "Aspect corrected stretch" and "Scale if mode not found". Enter as x:y or as a floating point ratio, for example 4:3 or 1.333333, or select a preset from the dropdown list. Default uses a square pixel ratio.
 82+ <h2><a name="dpiscale" />DPI scaling mode</h2>
 83+ Fixes errors caused by Windows High DPI scaling in Windows Vista and greater.
 84+ <h3>Disabled</h3>
 85+ Disables the DPI scaling fix, unless specified by the program.
 86+ <h3>Enabled</h3>
 87+ Default setting. Enables the DPI scaling fix during program initialization.
 88+ <h3>Windows AppCompat</h3>
 89+ Sets a compatibility flag to tell Windows to fix High DPI scaling. Use if Enabled does not work.
7890 </body>
7991 </html>
\ No newline at end of file
Index: Help/dxglcfg.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ReadMe.txt
@@ -1,4 +1,4 @@
2 -DXGL 0.5.1
 2+DXGL 0.5.2
33 http://www.williamfeely.info/wiki/DXGL
44
55 == Introduction ==