1. move SendMessage calls out of the message queue processing code
authorThomas Bluemel <thomas@reactsoft.com>
Thu, 15 Apr 2004 23:36:03 +0000 (23:36 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Thu, 15 Apr 2004 23:36:03 +0000 (23:36 +0000)
commit8eca059c025b74b5a761433b9143acb8be3bd49f
tree9466982cae704b92fbaddfa7d21360590b64fa59
parent1771d71894571f1a6f3539ce34e9c3f1154bd4db
1. move SendMessage calls out of the message queue processing code
2. fixed translation of coordinates calculation in different thread states (capturing, in menus, ...)
3. Proper implementation of Set/GetWindowText/Length() (as described in
4. speed improvements

svn path=/trunk/; revision=9152
reactos/include/win32k/ntuser.h
reactos/lib/user32/windows/defwnd.c
reactos/lib/user32/windows/menu.c
reactos/lib/user32/windows/nonclient.c
reactos/lib/user32/windows/window.c
reactos/subsys/win32k/include/msgqueue.h
reactos/subsys/win32k/ntuser/focus.c
reactos/subsys/win32k/ntuser/message.c
reactos/subsys/win32k/ntuser/misc.c
reactos/subsys/win32k/ntuser/msgqueue.c