Set time field in timer messages too
[reactos.git] / reactos / subsys / win32k / ntuser / msgqueue.c
2005-11-12 Gé van GeldorpSet time field in timer messages too
2005-11-12 Gé van GeldorpSet mouse position in timer messages
2005-10-15 Hartmut BirrDon't use alloca in a macro, which may be used in a...
2005-10-12 Martin FuchsFix for Bugzilla Entry 641 - patch from j_anderw at...
2005-09-24 Filip NavaraPort the system message queue WM_MOUSEDOWN coalesce...
2005-09-19 Filip NavaraPartial clean-up of the painting functions:
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 Dalsnes-replace user object/handle manager with the one from...
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
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-18 Hartmut BirrRemoved the message also from the senders queue (in...
2005-07-14 Hartmut BirrMark the DispatchingListEntry as removed (in MsqSendMes...
2005-06-30 Alex IonescuFix win32k warnings, get rid of windowsx.h dependency
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-14 Gé van GeldorpImplement WH_MOUSE_LL hook
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-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Filip NavaraSet the message point/time for keyboard and hotkey...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-17 Filip NavaraNow that CSRSS is getting unloaded we must unregister...
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-10 Gregor AnichFix compilation without NDEBUG.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-29 Gé van GeldorpGenerate timer messages instead of queueing them
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-12-10 Thomas Bluemelfixed a bug that caused locking a not anymore existing...
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-28 Gé van GeldorpPrevent crash when a thread is terminated while sending...
2004-08-25 Gé van GeldorpAvoid arithmetic overflow
2004-08-08 Thomas Bluemelserialize gui switching and switching the focus message...
2004-08-04 Thomas BluemelReverted my changes to timers
2004-07-30 Thomas Bluemelattempt to fix a few message queue and timer bugs
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-05-22 Thomas Bluemelsilence debug message
2004-05-22 Thomas Bluemel1. added basic reference counting for message queues
2004-05-20 Thomas Bluemelfixed message timeout crash, caused by inserting dispat...
2004-05-19 Thomas Bluemelattempt to fix handling of timed out sending of message...
2004-05-15 Gé van GeldorpASSERT() was a no-op in win32k, even for debug builds
2004-05-14 Thomas Bluemelchanged cursors/icons to use the window station handle...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-08 Thomas Bluemelhandle WM_SETCUROR messages for the desktop window
2004-04-29 Thomas Bluemelsilence debug message
2004-04-29 Gé van GeldorpImplement DDE Execute:
2004-04-16 Thomas Bluemelproperly remove mousemove messages
2004-04-16 Thomas Bluemelminor fix
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-14 Thomas Bluemelremoved unused variable
2004-04-14 Thomas Bluemeltreat WM_NCMOUSEMOVE message as WM_MOUSEMOVE messages
2004-04-14 Thomas Bluemelforgot to commit a fix
2004-04-14 Thomas Bluemelfixed major bugs in the message queue
2004-04-13 Thomas Bluemelpost focus messages to different threads
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-07 Gé van Geldorp- When SendMessageTimeout times out, the CompletionEven...
2004-03-31 Thomas Bluemelfixed NtUserGetAncestor()
2004-03-28 Thomas BluemelPartly (not working) implementation of TransparentBlt()
2004-03-28 Thomas Bluemelfixed a crash caused by removing a message twice from...
2004-03-23 Thomas Bluemelfixed accessing memory that has already been freed
2004-03-11 Thomas Bluemelsimplified calls to MsqPostMessage()
2004-03-11 Thomas Bluemelfirst attempt to implement SendMessageTimeout()
2004-02-28 Thomas Bluemeldon't hold more than one WM_MOUSEMOVE message at the...
2004-02-26 Thomas Bluemelfixed crashes that could be caused by the thread cleanu...
2004-02-24 Thomas Bluemelfixed WindowFromPoint() to send WM_NCHITTEST messages...
2004-02-24 Thomas Bluemelcleanup
2004-02-24 Thomas Bluemel1. get rid of winlock.c
2004-02-23 Gé van GeldorpFix race condition
2004-02-22 Filip Navara- Don't call IntSendMessage in MsqTranslateMouseMessage...
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-19 Thomas Bluemelfixed WinPosWindowFromPoint(), now it should work properly.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-08 Gé van Geldorp- Fix race condition resulting in WM_xBUTTONUP sometime...
2004-01-20 Gé van GeldorpCorrectly move hardware messages between private queues...
2004-01-15 Gé van GeldorpPatch by Filip Navara.
2004-01-12 Gé van GeldorpHandle mouse activation of windows by setting it (or...
2003-12-30 Thomas Bluemeldo not send WM_MOUSEACTIVATE if WM_NCHITTEST returned...
2003-12-29 Gé van GeldorpFix deadlock when two threads were trying to SendMessag...
2003-12-28 Thomas Bluemeltranslate WM_NCRBUTTONUP messages to WM_CONTEXTMENU...
2003-12-26 Gé van GeldorpMarshall messages across process boundaries (not comple...
2003-12-25 Filip NavaraFixed double clicks.
2003-12-21 Thomas Bluemelslienced a DbgPrint
2003-12-21 Thomas Bluemelreimplemented support for double clicks
2003-12-21 Thomas Bluemelremoved support for double clicks
next