- delayimp.h: Use FORCEINLINE instead of static __inline__
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / ntstubs.c
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-26 James Tabor- [Win32k] More Class work. Moved to use thread and...
2009-07-25 James Tabor- [Win32k] More work on classes. ReactOS seems to retur...
2009-07-23 James Tabor- [Win32k] More work on classes. Wine test drop to...
2009-07-13 James Tabor- Implement NtUserInitializeClientPfnArrays, tested...
2009-06-25 Timo KreuzerRewrite (NtUser)SystemParametersInfo and related.
2009-05-23 Kamil Hornicek- don't return without UserLeave, should fix user32...
2009-05-23 James Tabor- Move Process Information structure back into kernel...
2009-05-20 James Tabor- GetMouseMovePointsEx is a direct call to kernel space...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-03-31 James Tabor- Implement NtUserProcessConnect. Moving to client...
2009-03-19 Timo Kreuzerwin32k RECT/RECTL issues:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-01-15 James Tabor- Rewrite Timers, nothing is using it except a bogus...
2009-01-13 James Tabor- Re-implement NtUserDispatchMessage and implement...
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
2008-11-25 Stefan Ginsberg- Change LPTSTR to LPWSTR for NtUserGetAltTabInfo,...
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-01 James Tabor- Update from notes: NtUserInitialize.
2008-11-01 James Tabor- Update NtUserInitialize and show where it belongs.
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-24 Timo Kreuzermerge trunk changes to r36869
2008-10-20 James Tabor- Quick setup for NtUserProcessConnect.
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-13 James TaborThe rest of rev 34442.
2008-07-10 James Tabor- Move NtUserWaitForInputIdle to message.c.
2008-07-08 James TaborUpdate the rest of the prototypes and stubs.
2008-07-08 James TaborUpdate more prototypes and stubs.
2008-07-08 James TaborUpdate prototypes and stubs.
2008-07-03 James TaborMove PostMessage out of gdi into user.
2008-06-17 James TaborUpdate NtUserSetSysColors.
2008-06-11 James TaborFix warnings.
2008-06-10 James TaborRetool SetSysColors and use SEH.
2008-06-08 James TaborUpdate NtUserInitializeClientPfnArrays add additional...
2008-05-30 James TaborThanks aicom, remove unimplemented tag.
2008-05-30 James TaborUse System Bitmap DC, like a stock object but a hDC...
2008-05-29 James TaborUpdate NtUserBitBltSysBmp.
2008-05-23 Magnus OlsenImplemtened : NtUserGetTitleBarInfo
2008-05-22 Magnus Olsenimplemented GetTitleBarInfo in user32 it works now...
2008-05-08 Hervé PoussineauDon't depend of UNICODE/_UNICODE
2008-04-17 James TaborAdding support for Event hooks. Start using the server...
2008-04-12 James TaborUpdate prototypes for NtUserNotifyWinEvent and NtUserSe...
2008-03-22 Timo Kreuzer- make Simplecall definitions (NtUserCallXxx) compatibl...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-26 Ged Murphy- fix number of params in 3 win32k syscalls
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-15 Ged Murphyremove the ros only NtUserGetCursorIconSize and impleme...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-24 James Tabor- Implement NtUserGetComboBoxInfo and use it in GetComb...
2007-10-24 James TaborUpdate NtUserGetComboBoxInfo header info.
2007-10-24 James Tabor- Sync to Wine: Listbox controls
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Thomas BluemelExtend hack in NtUserEnumDisplayDevices to fail enumera...
2007-10-02 James TaborFix NtUserGetIconSize prototype.
2007-10-01 James TaborWin32k/User32:
2007-09-28 Timo Kreuzerwin32k compatibility update
2007-09-18 James Tabor- Implement NtUserValidateHandleSecure and most support...
2007-09-16 James TaborFix def and size for NtUserValidateHandleSecure.
2007-04-17 Christoph von Wittichimplemented NtUserDrawCaptionTemp (doesn't support...
2007-04-17 Christoph von Wittichimplemented DrawCaptionTempA/W
2007-04-01 Saveliy TretiakovImplement NtUserUnloadKeyboardLayout()
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Johannes Anderwald- Fix a bug in NtUserOpenDesktop and simply the code
2007-02-11 Aleksey Bragin25763 was an example of how to NEVER do in ReactOS...
2007-02-10 Magnus Olsenreverting 25758 : for follow reason
2007-02-10 Magnus Olsenstub shall be in stub. file not in other files.
2007-02-09 Saveliy TretiakovAdd multiple keyboard layout support. Implemented NtUse...
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-07 James TaborRemoved NtUserGetKeyboardType, there was no win32k...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-08 James Tabor- DrawCaption
2006-02-17 Maarten BosmaMoved win32k