Don't use alloca in a macro, which may be used in a loop. This does fix bug #805.
[reactos.git] / reactos / subsys / win32k / ntuser / message.c
2005-10-15 Hartmut BirrDon't use alloca in a macro, which may be used in a...
2005-09-11 Gunnar Dalsnesfix referencing bug (ros crashed during setup if mousem...
2005-09-11 Gunnar Dalsnes-refcount reworking (simplification & improvement)
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-07 Gunnar Dalsneswindow pointer was incorrectly passed as wparam to...
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-05 Gunnar Dalsnesremove user handle table lock, cursor locks, message...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-07-15 Hartmut BirrRevert my last commit (r16578).
2005-07-15 Hartmut BirrFixed a test condition in IntWaitMessage.
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-16 James TaborPluged in CallMsgFilter, I tested this and no crashes...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-14 Gé van GeldorpPresent for GreatLord:
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-27 Thomas BluemelThis patch removes the cursor location from the window...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-04 Filip NavaraDon't free the memory for LParam in NtUserPeekMessage...
2004-12-29 Gé van GeldorpGenerate timer messages instead of queueing them
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-25 Filip Navara- Fix finding of windows by classes in NtUserFindWindow.
2004-12-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-12 Gé van GeldorpFix external termination of thread while thread is...
2004-08-26 Gé van GeldorpIf SendMessageTimeout() times out, GetLastError() shoul...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-16 Gé van GeldorpMarshall WM_CREATE/WM_NCCREATE messages
2004-05-22 Thomas Bluemelprevent memory leaks if callbacks to usermode never...
2004-05-22 Thomas Bluemel1. reverted my last change to SendMessageTimeout()...
2004-05-22 Thomas Bluemelfixed SendMessageTimeout() to return the correct result...
2004-05-16 Thomas Bluemelfixed missing dereferencing of threads in PostThreadMes...
2004-05-14 Thomas Bluemelchanged cursors/icons to use the window station handle...
2004-05-14 Filip Navara- Don't modify Msg->pt for mouse messages. It's suppose...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-05 Thomas Bluemelrewrote NtUserBuildHwndList()
2004-05-05 Thomas Bluemelproperly handle HTTRANSPARENT hittest with mouse messages
2004-04-29 Gé van GeldorpImplement DDE Execute:
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-14 Thomas Bluemelenable a debug message
2004-04-13 Thomas Bluemelpost focus messages to different threads
2004-04-07 Gé van GeldorpFix memory leak, thanks to Thomas for spotting this
2004-04-07 Gé van Geldorp- Pass args to MsqSendMessage in correct order
2004-03-11 Thomas Bluemelsimplified calls to MsqPostMessage()
2004-03-11 Thomas Bluemelfirst attempt to implement SendMessageTimeout()
2004-02-24 Thomas Bluemelcleanup
2004-02-24 Thomas Bluemel1. get rid of winlock.c
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-05 Gé van GeldorpDon't callback from kernel to usermode if the thread...
2004-01-28 Gé van GeldorpInform kernel whether Unicode or Ansi window proc is...
2004-01-27 Gé van GeldorpFix cross-thread WM_SETTEXT messages
2003-12-29 Gé van GeldorpFix deadlock when two threads were trying to SendMessag...
2003-12-28 Thomas Bluemelmoved NtUserTranslateMessage() to message.c
2003-12-28 Thomas Bluemelsmall fix to NtUserDispatchMessage()
2003-12-27 Gé van GeldorpFix to handling of inter-thread and inter-process messages
2003-12-26 Gé van GeldorpMarshall messages across process boundaries (not comple...
2003-12-25 Casper Hornstrup2003-12-25 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-24 Filip NavaraSupport for HWN_BROADCAST in NtUserPostMessage.
2003-12-20 Thomas Bluemelpartially implemented WM_SETCURSOR messages
2003-12-14 Thomas BluemelNtUserDispatchMessage() shouldn't allow calling the...
2003-12-14 Gé van GeldorpWhen sending messages to a window in the same thread...
2003-11-24 Art YerkesThese changes are described in earlier posts to the...
2003-11-23 Thomas Bluemeluse IntGetWindowObject() and IntReleaseWindowObject()
2003-11-21 Filip Navara- More painting bugfixes.
2003-11-19 Thomas BluemelPatch by Jonathon Wilson:
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-10-09 Gé van GeldorpKeyboard sync between gui and text modes, patch by...
2003-09-27 Gé van GeldorpSet cursor position and time for posted messages
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-02 Gunnar Dalsnes-invented NtUserGetQueueStatus
2003-07-25 David Welch- Use a paged lookside list for window messages.
2003-07-24 Gé van GeldorpThis time, apply the correct patch from Art Yerkes...
2003-07-23 Gé van GeldorpImplement NtUserPostThreadMessage and add test program...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-14 Gé van GeldorpPass WndProc in call to W32kCallWindowProc, saving...
2003-05-21 Gé van Geldorp- Implement WaitMessage()
2003-05-18 Gé van GeldorpRemove WINDOWOBJECT_NEED_BEGINPAINT flag since calling...
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-18 Gé van GeldorpGenerate WM_PAINT messages in PeekMessage()
2003-05-11 Jason FilbyNtUserSendMessageCallback is UNIMPLEMENTED
2003-05-11 Jason FilbyNtUserPostMessage: use a switch statement instead of...
next