This commit cause a smaller glitch in cmd. Please some help me figout how to fix this glitch in cmd
other wise I will be force revert this commit.
svn path=/trunk/; revision=26306
This commit fixed the charwidth calculation that was wrong for unicode font. That mean we can last using dejavu font in cmd.
Now anyone whant we can delete the bitstream font from reactos please test see if it any apps still using bitstream font.
I can not found any apps in reactos using it anylonger. I give the pleasuer delete the bitstream font for anyone whant
doing that.
svn path=/trunk/; revision=26304
1. fixed the input of DDSURFACEDESC2 so it been convert to DDSURFACEDESC.
2. fixed varius bsod in ros 0.3.1
3. fixed some return code.
svn path=/trunk/; revision=26293
I remove so vmware drv getting dx interfae, this enabler windows xp graphice drv again. sorry no dx hardware acclations from vmware any longer.
svn path=/trunk/; revision=26285
fixed some werid loop of pseh, all code are tested in 0.3.1 for I do not have a working vmware drv
for the driver. NtGdiDdGetScanLine is working same as windows 2000 now.
svn path=/trunk/; revision=26278
- Update targets to pentium to take advantage of cmpxhg8b when possible. (ROS won't run on 386/486 anyway).
- Fix some compiler problems when building with -O3.
svn path=/trunk/; revision=26274
puvmList and puNumHeaps should be ignore by Windows NT when they are pass down, it is not true if both getting a vaild pointer I am getting back data in windows it is not a vmList, what I get back I do not known. Add a comment I did forget setup the copy of puD3dTextureFormats from kmode to umode pointer will be fixed later. After I fix the last part this api is 99.9% compatible with Windows 2000 and higher.
svn path=/trunk/; revision=26270
- Added support for some more advanced storage stack support.
- Added locking and states.
- Added the ability for a file system to span across different device types (such as UDFS which is both for disks and optical media)
- Updated NTFS, UDFS validation to use new functions. CDFS validation was removed (NT doesn't do it).
- Improved some parts of FAT validation and relaxed others to match NT's.
svn path=/trunk/; revision=26266
- odbccp32.cpl is therefore complete YUHU
- rbuild needs to be hacked that odbccp32.cpl is outputed in the right destination folder (currently it writes into destination of odbccp32.dll)
svn path=/trunk/; revision=26263
- We shouldn't allow attaching to a device that's still initlizaing, but ROS currently does because of some device that tries to do this, in the PnP manager or early boot-phase drivers (it has an auto-generated name). Please fix this!
svn path=/trunk/; revision=26258