comparison data/L10n/en-GB.mtt @ 128:41582439a42b

Added support for dynamic EnumContent loading and saving, with translation loading. WMScreen.init removed; code moved to this() since class is now created by main() instead of a static this(). Fix for SwitchWidget not passing events. Still some resizing bugs evident in SwitchWidget :-(
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 14 Jan 2009 20:24:14 +0000
parents 9824bee909fd
children 264028f4115a
comparison
equal deleted inserted replaced
127:3328c6fb77ca 128:41582439a42b
7 <entry|Options={0:"Options"}> 7 <entry|Options={0:"Options"}>
8 {FontOptions} 8 {FontOptions}
9 <entry|FontOptions={0:"Font options"}> 9 <entry|FontOptions={0:"Font options"}>
10 <entry|lcdFilter={0:"LCD filtering",1:"Enable or disable sub-pixel rendering. Note that the FreeType library may be compiled without support due to patent issues."}> 10 <entry|lcdFilter={0:"LCD filtering",1:"Enable or disable sub-pixel rendering. Note that the FreeType library may be compiled without support due to patent issues."}>
11 <entry|renderMode={0:"Font rendering mode",1:"Controls how fonts are rendered: in gray-scale, or for LCDs (with a horizontal (usual) or vertical layout, with an RGB (usual) or BGR sub-pixel mode."}> 11 <entry|renderMode={0:"Font rendering mode",1:"Controls how fonts are rendered: in gray-scale, or for LCDs (with a horizontal (usual) or vertical layout, with an RGB (usual) or BGR sub-pixel mode."}>
12 <entry|defaultFont={0:"Default font",1:"Filename of default font"}>
13 <entry|defaultSize={0:"Default size",1:"Size for default font"}>
12 {MiscOptions} 14 {MiscOptions}
13 <entry|MiscOptions={0:"Miscellaneous options"}> 15 <entry|MiscOptions={0:"Miscellaneous options"}>
14 <entry|maxThreads={0:"Max threads",1:"Maximum number of threads to use in mde (currently only applies to init stages run in parallel)."}> 16 <entry|maxThreads={0:"Max threads",1:"Maximum number of threads to use in mde (currently only applies to init stages run in parallel)."}>
15 <entry|logLevel={0:"Logging level",1:"Log messages of this level and higher."}> 17 <entry|logLevel={0:"Logging level",1:"Log messages of this level and higher."}>
16 <entry|logLevel.Trace={0:"Trace"}> 18 <entry|logLevel.Trace={0:"Trace"}>
31 <entry|noFrame={0:"No frame",1:"In windowed mode, don't draw a window border."}> 33 <entry|noFrame={0:"No frame",1:"In windowed mode, don't draw a window border."}>
32 <entry|screenW={0:"Screen width",1:"Horizontal resolution (fullscreen mode)."}> 34 <entry|screenW={0:"Screen width",1:"Horizontal resolution (fullscreen mode)."}>
33 <entry|screenH={0:"Screen height",1:"Vertical resolution (fullscreen mode)."}> 35 <entry|screenH={0:"Screen height",1:"Vertical resolution (fullscreen mode)."}>
34 <entry|windowW={0:"Window width",1:"Horizontal size (windowed mode)."}> 36 <entry|windowW={0:"Window width",1:"Horizontal size (windowed mode)."}>
35 <entry|windowH={0:"Window height",1:"Vertical size (windowed mode)."}> 37 <entry|windowH={0:"Window height",1:"Vertical size (windowed mode)."}>
38 {dynamic}
39 <entry|switch={0:"Options"}>
40 <entry|switch.misc={0:"Miscellaneous"}>
41 <entry|switch.video={0:"Video"}>
42 <entry|switch.font={0:"Font"}>