Compare commits

...

4 Commits

Author SHA1 Message Date
Ziliang Guo
21a42f519e [0.3.16]
Disable Lautus as default theme due to major showstopper bug involving non-English languages.

svn path=/branches/ReactOS-0.3.16/; revision=61930
2014-02-02 20:54:09 +00:00
Ziliang Guo
763542061f [0.3.16]
Set version number for release and add default wallpaper.

svn path=/branches/ReactOS-0.3.16/; revision=61924
2014-02-02 18:58:08 +00:00
Ziliang Guo
ef905ae4ab [0.3.16]
Merge hackfix for VLC.

svn path=/branches/ReactOS-0.3.16/; revision=61910
2014-02-01 22:37:23 +00:00
Ziliang Guo
d7d79cd166 [0.3.16]
Enable Lautus theme by default only for release.

svn path=/branches/ReactOS-0.3.16/; revision=61894
2014-01-30 22:36:38 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ HKCU,"Control Panel\Desktop","ScreenSaveActive",2,"0"
HKCU,"Control Panel\Desktop","ScreenSaverIsSecure",2,"1" HKCU,"Control Panel\Desktop","ScreenSaverIsSecure",2,"1"
HKCU,"Control Panel\Desktop","ScreenSaveTimeOut",0,"600" HKCU,"Control Panel\Desktop","ScreenSaveTimeOut",0,"600"
HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",2,"20000" HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",2,"20000"
HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"" HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"%SystemRoot%\Angelus_02_ROSWP.bmp"
HKCU,"Control Panel\Desktop","FontSmoothing",0,"1" HKCU,"Control Panel\Desktop","FontSmoothing",0,"1"
HKCU,"Control Panel\Desktop","FontSmoothingOrientation",0x00010003,0x00000001 HKCU,"Control Panel\Desktop","FontSmoothingOrientation",0x00010003,0x00000001
HKCU,"Control Panel\Desktop","FontSmoothingType",0x00010003,0x00000001 HKCU,"Control Panel\Desktop","FontSmoothingType",0x00010003,0x00000001

View File

@@ -283,7 +283,7 @@ set(baseaddress_wmi 0x707e0000)
set(baseaddress_ws2_32_new 0x70790000) set(baseaddress_ws2_32_new 0x70790000)
set(baseaddress_wshirda 0x70760000) set(baseaddress_wshirda 0x70760000)
set(baseaddress_wshtcpip 0x70730000) set(baseaddress_wshtcpip 0x70730000)
set(baseaddress_wsock32 0x70700000) set(baseaddress_wsock32 0x78700000) # FIXME: hackfix for VLC player
set(baseaddress_wtsapi32 0x706d0000) set(baseaddress_wtsapi32 0x706d0000)
set(baseaddress_wuapi 0x70690000) set(baseaddress_wuapi 0x70690000)
set(baseaddress_xinput1_1 0x70660000) set(baseaddress_xinput1_1 0x70660000)

View File

@@ -32,11 +32,11 @@ endmacro()
today(KERNEL_VERSION_BUILD) today(KERNEL_VERSION_BUILD)
set(KERNEL_VERSION_MAJOR "0") set(KERNEL_VERSION_MAJOR "0")
set(KERNEL_VERSION_MINOR "4") set(KERNEL_VERSION_MINOR "3")
set(KERNEL_VERSION_PATCH_LEVEL "0") set(KERNEL_VERSION_PATCH_LEVEL "16")
set(COPYRIGHT_YEAR "2014") set(COPYRIGHT_YEAR "2014")
# KERNEL_VERSION_BUILD_TYPE is "SVN", "RC1", "RC2" or "" (for the release) # KERNEL_VERSION_BUILD_TYPE is "SVN", "RC1", "RC2" or "" (for the release)
set(KERNEL_VERSION_BUILD_TYPE "SVN") set(KERNEL_VERSION_BUILD_TYPE "")
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}") set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}")