Sync with trunk r43123
[reactos.git] / reactos / dll / win32 / user32 / windows / message.c
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-15 James Tabor[User32] Theme Support Interface
2009-09-07 James Tabor- [Win32k] Class rewrite
2009-08-16 James Tabor- [Win32k] Removed W32THREADINFO.
2009-08-16 James Tabor- Move inline function to local header.
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 James Tabor- [Win32k] Moving forward and replace some of the old...
2009-07-25 James Tabor- [Win32k] More work on classes. ReactOS seems to retur...
2009-07-22 James Tabor- [Win32k] Rename class and window structures.
2009-07-20 James Tabor- [Win32k] Update window structure.
2009-07-06 James Tabor- Update UpdateLayeredWindow and Indirect.
2009-07-05 James Tabor- Discontinue the use of thread information for the...
2009-07-04 James Tabor- Updates and changes to, with one add on and removal...
2009-07-03 Dmitry Chapyshev- Fixes return values for PeekMessageA/W
2009-07-01 James Tabor- Add more vista types. Added another window message...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-19 James Tabor- Fix for wine tests. Added wine QS flag.
2009-05-19 James Tabor- Cleanup Real/GetInputState.
2009-05-18 Timo KreuzerImplement ONE_PARAM_ROUTINE_POSTQUITMESSAGE case in...
2009-05-09 Dmitry Chapyshev- SetWindowLong -> SetWindowLongPtr, GetWindowLong...
2009-05-06 James Tabor- Implement ReplyMessage and kernel support for InSendM...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-17 James Tabor- Update DispathMessage and fix time stamp for system...
2009-01-09 Dmitry Chapyshev- Cleanup user32, direct call to kernel space
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-30 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-14 Timo Kreuzer- Update CLIENTTHREADINFO structure
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-25 Timo KreuzerSync with trunk head (34777)
2008-07-25 James TaborCheck for null pointers, keep wine msg test from crashing.
2008-07-24 James Tabor- Added more hook points. Setup WH_MOUSE with callbacks...
2008-07-19 James TaborMove NUMC defines to FNIDs.
2008-07-12 James TaborThis did not fix bug 3503 but only hid the problem...
2008-07-12 James TaborFix FF again. Sorry, I need to research this more.
2008-07-12 James Tabor- Fix problem with share pointer. See bug 3503. It...
2008-04-08 James TaborGood example how client thread info structure works...
2008-04-07 James Tabor- Plugged in client thread information, tested with...
2008-04-06 James Tabor- Implement SendMessageCallbackA/W, user32 only.
2008-04-05 James TaborBroadcastSystemMessage:
2008-04-03 Timo KreuzerPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-03-20 Timo Kreuzerpatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-20 Thomas BluemelOptimize TranslateMessage() to only call win32k for...
2007-11-17 Thomas BluemelOptimize DispatchMessageA/W to avoid calls to win32k
2007-11-17 Thomas BluemelOptimize SendMessageA/W to allow certain messages be...
2007-11-15 Thomas BluemelDereference callproc handles without a system call
2007-08-11 Thomas BluemelCallWindowProc returns 0 if lpPrevWndFunc is NULL
2007-08-07 Hervé PoussineauRemove some debug messages
2007-07-30 Christoph von Wittichfix broken condition in CallWindowProc
2007-07-26 Hervé PoussineauDon't abuse debug system
2007-07-04 Aleksey Bragin- IntCallWindowsProc(): DPRINT1 -> DPRINT, it seems...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-02 Aleksey BraginDon't spam debug log with that message, it seems it...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-12 James TaborImplement SendNotifyMessage. Needs more testing.
2006-07-28 Aleksey BraginAdd message's spy into user32.dll. In order to enable...
2006-07-13 Aleksey BraginAdded a check for a non-null WndProc into IntCallWndPro...
2006-06-26 Aleksey Bragin- Change user32 to Wine-compatible debug-print messages...
2006-05-14 Magnus Olsenbug 1486 : patch from w3seek USER32: Convert WM_MDICREA...
2006-05-03 Aleksey Bragin- Bug 1451: Patch by Thomas Weidenmueller:
2006-05-03 Andrew MungerMove callproc code into own file and reduce unneccessar...
2006-04-14 Magnus OlsenBug 1391 : Commit w3seek patch for Some Ansi vs. Unicod...
2006-04-05 Peter WardApplied patch by: Thomas Weidenmueller
2006-02-17 Ged Murphyreshuffling of dlls