please check with vs if the rc got right sub id before a commit.
I do not whant file on other langues like fi in english lang and so on
svn path=/trunk/; revision=27459
remove some hard code value, thuse value are now in win32k, it is either full implement, or partly implement
TrackMouseEventProc
remove some hard code value, thuse value are now in win32k, it is either full implement, or partly implement
svn path=/trunk/; revision=27455
implement pointers
MouseSpeed, CursorAccelerationInfo.FirstThreshold ,
CursorAccelerationInfo.SecondThreshold, CursorAccelerationInfo.Acceleration,
MouseHoverTime, MouseHoverWidth, MouseHoverHeight
for SPI_SETMOUSEHOVERTIME, SPI_SETMOUSEHOVERWIDTH, SPI_SETMOUSEHOVERHEIGHT, SPI_SETMOUSE, SPI_SETMOUSESPEED.
WARING :
Some of them are not 100% support in win32k for they are need be fill in from the mouse drv and
send them to the mouse drv as well, this part are not done yet.
svn path=/trunk/; revision=27454
- Do NOT keep VMWare Tools CD mounted after 2nd stage, or you'll get vmscsi.sys installed, which is not supported yet either!
svn path=/trunk/; revision=27448
- patch by carlo bramix (carlo.bramix at libero it)
- it should be noted that import_registry_file needs more work to support unicode files
svn path=/trunk/; revision=27447
- There are plenty of information about PCI, about bus drivers in Windows, and where there is too small information, the testing helps.
- Code is logical, authors are known.
svn path=/trunk/; revision=27432
- Change strange icon in mmc to a better one.
- Fix russian translation of newdev.dll and serialui.dll (I, Aleksey, partially changed the translation to my personal preference).
svn path=/trunk/; revision=27421
- KdbSymInit() became a general initialization routine.
- KdpEnterDebuggerException() is modified to:
* Call KDBG's symbol-loading hook when BREAKPOINT_LOAD_SYMBOLS is hit.
* If KDBG is turned on, and it's a breakpoint, the Eip is incremented (thus fixing the inability to "cont" after breaking into the KDBG debugger).
svn path=/trunk/; revision=27419
----------------------------------------------------------------
Fixed to detect few legazy bus types, fill the list for no
PnP bus type in videprt/videoprt.c functions VideoPortInitialize
svn path=/trunk/; revision=27413
----------------------------------------------
1. vmware driver child windows was not show right no button or text, in second boot
this change take care of that regress and does not intrudes any new regress what I can
see.
svn path=/trunk/; revision=27403
patch from Yaroslav Ponomarenko yarryp at gmail dot com
1. make it thread safe
2. fixing so ToolBar works
/* greatlord */
1. I did smaller change to the patch
2. I also fixed if with missing { } alredy in ros code
See issue #2359 for more details.
svn path=/trunk/; revision=27402