Sync to trunk head (r42241)
[reactos.git] / reactos / dll / win32 / user32 / windows /
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-24 James Tabor- [Win32k] More work on classes. Fixed SEH abuse and...
2009-07-23 James Tabor- [Win32k] More work on classes. Wine test drop to...
2009-07-22 James Tabor- [Win32k] Rename class and window structures.
2009-07-22 James Tabor- [Win32k] Update class and window structures.
2009-07-21 James Tabor- [Win32k] Update class structure and fixed on class...
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-05 James Tabor- Implement the client shutdown procedure. Tested with...
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 Matthias KupferMikhail Denisenko <denisenkom AT gmail DOT com>
2009-07-01 Matthias Kupferchange to LOGFONTW, because it's unicode
2009-07-01 James Tabor- Add more vista types. Added another window message...
2009-06-30 Matthias Kupfer- revert selecting color and inactive menu state, becau...
2009-06-29 Matthias Kupfer- continue "marletting"
2009-06-29 Matthias Kupferfix scrollbar button issue and make it look like windows
2009-06-29 Matthias Kupfer- minor improvements in drawing
2009-06-29 James Tabor- Fix build: use gpsi->dwInstalledEventHooks instead...
2009-06-29 Timo KreuzerGet rid of the SysColorPen stuff in user32, it's a...
2009-06-28 James Tabor- Add more hooks, where wine has them placed. Fixed...
2009-06-27 Timo KreuzerUpdate SERVERINFO, PFNCLIENT, PFNCLIENTWORKER to Window...
2009-06-27 James Tabor- Fix callback set and changed data. Process hooks...
2009-06-27 James Tabor- Implement the rest of the HCBT_ support.
2009-06-26 Christoph von Wittichfix formatting
2009-06-26 James Tabor- Fix breakage when in HCBT_CREATEWND callback.
2009-06-22 Timo KreuzerMake parameters for NtUserCallOneParam and NtUserCallTw...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-07 Christoph von Wittichpartial wine sync
2009-06-07 Christoph von Wittichdon't close a dialog with <Return> when the OK button...
2009-05-27 Dmitry GorbachevRemove an unused variable that survived the Marletting.
2009-05-22 James Tabor- Fix NtUserVkKeyScanEx to support current thread keybo...
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-09 Dmitry Chapyshev- SetClassLong -> SetClassLongPtr, GetClassLong ->...
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-04-29 Matthias Kupfer- continue "marletting"
2009-04-21 Michael Martin- Revert 40628 as it breaks others applications menus.
2009-04-21 Michael Martin- menu.c: Only send WM_COMMAND messages to the top...
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-18 Gregor Schneider- Don't crash copying from a null pointer in a non...
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-15 Gregor Schneider- Detect switched color and mask bitmaps in CreateCurso...
2009-04-15 Gregor SchneiderMore monochrome icon handling fixes in CreateIcon and...
2009-04-15 Gregor Schneider- CreateIcon: create color bitmap only if bitsPixel...
2009-04-15 Gregor Schneider- Allow creation of icons without color bitmap in Creat...
2009-04-14 Gregor Schneider- ICON_CreateCursorFromData should pass a header that...
2009-04-03 James Tabor- Replaced fix pi and enabled test for window processes...
2009-04-02 James Tabor- Migration changes from PPROCESSINFO and PTHREADINFO...
2009-03-31 James Tabor- Implement NtUserProcessConnect. Moving to client...
2009-03-30 Ged Murphy- Show the underline menu cues when pressing the alt key
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-12 Timo KreuzerLoadBitmapImage: - add space for 3 RGBQUADs to BITMAPIN...
2009-03-10 Matthias Kupfer- fix the bitmap and memdc issue for menu items (popup...
2009-03-10 Matthias Kupfer- due to minor differences (marletting related) combine...
2009-03-08 Matthias Kupfer- continue "marletting"
2009-03-08 Matthias Kupfer- continue "marletting"
2009-03-06 Matthias Kupfer- more improved version, reduced calls, allocate ressou...
2009-03-05 Ged MurphyDon't leak font objects
2009-03-05 Matthias Kupfer- Change menu symbols drawing to marlett font.
2009-03-04 Matthias Kupfer- Draw bullet for menu radio group with ellipse instead...
2009-03-04 Matthias Kupfer- modify hackfix DrawMenuBar function use user32 functi...
2009-03-04 Matthias KupferSascha Clausen <r4v3r AT hotmail DOT de>
2009-02-22 James Tabor- Add back removed call commented out. First problem...
2009-02-21 Matthias Kupfer- implements an initial DrawMenuBar function (fixes...
2009-02-19 James TaborPatch by Rein Klazes: Do not handle WM_ENDSESSION in...
2009-02-19 Matthias Kupfer- initial default message handler for WM_SYSCOLORCHANGE...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-18 Timo Kreuzeruser32: sync DIALOG_DlgDirSelect to wine 1.1.13:
2009-01-17 Ged Murphyupdate spying messages
2009-01-17 James Tabor- Update DispathMessage and fix time stamp for system...
2009-01-15 Dmitry Chapyshev- Implement FlashWindow
2009-01-12 James Tabor- Sort out common used DCE flags.
2009-01-12 Timo Kreuzerreduce diff to wine
2009-01-12 Timo Kreuzerexchange members for ansi and unicode WNDPROC in builti...
2009-01-11 Timo KreuzerGo back to non-win32k functions inside user32, using...
2009-01-09 Dmitry Chapyshev- Cleanup user32, direct call to kernel space
2009-01-05 James Tabor- Implement large ansi unicode string support for win32...
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo Kreuzersync to trunk r38300
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-31 Timo KreuzerSync to trunk r38200
2008-12-25 James Tabor- Example of a thread overrun? HAX-Fixes wine cursorico...
2008-12-22 James Tabor- Start populating server information structure. This...
2008-12-19 James Tabor- Properly implement LookupIconIdFromDirectoryEx.
2008-12-18 James TaborPatch by Aric Stewart : user32: Implement handling...
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-10 James Tabor- Yet another victim of the Win32k Initialization BUG!
2008-12-09 James Tabor- New patch by hto: Suspicious code in User32.dll,...
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-08 James Tabor- Patch by hto: Suspicious code in User32.dll, see...
next