Copy wininet to branch
[reactos.git] / reactos / subsys / win32k / ntuser / msgqueue.c
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
2003-12-20 Thomas Bluemelpartially implemented WM_SETCURSOR messages
2003-12-20 Thomas Bluemelsome fixes on carets
2003-12-19 Thomas Bluemelimplemented GetMessageExtraInfo() and SetMessageExtraInfo()
2003-12-15 Thomas Bluemelfixed WinPosWindowFromPoint() to reference the returnin...
2003-12-15 Gé van GeldorpFix CBT create hook for NULL window name
2003-12-15 Thomas Bluemelfixed handling of WM_MOUSEWHEEL messages...again
2003-12-14 Thomas Bluemelfixed wrong handling of WM_MOUSEWHEEL messages that...
2003-12-14 Thomas Bluemelanother fix to message queues and fixed handling of...
2003-12-14 Thomas Bluemelremove message from the list if it was freed in MsqTran...
2003-12-14 Gé van GeldorpWhen sending messages to a window in the same thread...
2003-12-14 Thomas BluemelAnother crash removed. Patch by Mike Nordell.
2003-12-12 Gé van GeldorpIncomplete implementation of hooks
2003-12-08 Gé van GeldorpIntroduce separate lock for hardware message list
2003-12-07 Thomas Bluemelmoved desktop code to desktop.c
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-24 Art YerkesThese changes are described in earlier posts to the...
2003-11-23 Thomas Bluemelrevert my implementation of WM_SETCURSOR messages
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-22 Thomas Bluemelonly send WM_SETCURSOR messages when not capturing...
2003-11-21 Thomas Bluemelsmall bugfix
2003-11-21 Filip Navara- More painting bugfixes.
2003-11-21 Thomas Bluemelimplement WM_SETCURSOR messages
2003-11-18 Thomas Bluemel1. implemented GetGUIThreadInfo()
2003-11-03 Eric KohlImplemented hotkey support.
next