- Oct 21, 2001
-
-
DCB16.BaudRate > 57600 means 115200. OpenComm16 should use overlapped I/O.
-
- Oct 18, 2001
-
-
Alexandre Julliard authored
hack. Moved mouse.c to dlls/x11drv. Added KeymapNotify event handler, and fixed handling with multiple alt/shift/control keys. Removed dinput functions from USER driver.
-
Alexandre Julliard authored
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Oct 17, 2001
-
-
Reorganize things more rationally and so that more code is shared.
-
calculated.
-
invalid pointer as a parameter.
-
InputKeyStateTable instead of AsyncKeyStateTable.
-
-
Alexandre Julliard authored
Misc keyboard handling cleanups.
-
Alexandre Julliard authored
for all messages.
-
-
i.e. shifts, not MulDivs. Fix the grayscale formula.
-
-
- Oct 16, 2001
-
-
Alexandre Julliard authored
SetParent in the correct thread. Replace QUEUE_IsExitingQueue by USER_IsExitingThread. Store window rectangles in the server. Prevent DestroyWindow on windows not belonging to the current thread.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Avoid unnecessary coordinates conversion in NC_HandleSysCommand.
-
-
-
- when attempting to open a dll, append ".dll" to find it (was stripped previously). - identify named exports so that the ordinal number is "@" in .spec file. - setup output dll name prior to creating ordinal symbols. - don't overlay the named exports with the ordinal exports. - correct test for last symbol. - fix generated install script to match current make files.
-
- Oct 15, 2001
-
-
-
Alexandre Julliard authored
WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we don't need to access windows of other processes.
-
-
them.
-
-
Replace MIN_STR_ATOM with MAXINTATOM.
-
- Oct 14, 2001
-
-
Remove redundant 'config.h' includes.
-
-
-
Small code maintainability tweak in ShellExecuteExA. Two typo fixes in winmm.
-
Implemented AsyncSource. Merged some C sources. Fixed some bugs.
-
-
-
Improved variant debug dumps.
-
- enlarging a safe array didn't clear the new entries - element access only validated the first dimension - the validation always failed when the array contained 1 element
-
-
-