Revert, thx Thomas, wasnt sure.
[reactos.git] / reactos / subsys / win32k / ntuser /
2006-01-06 James TaborRevert, thx Thomas, wasnt sure.
2006-01-06 James TaborShould have placed extern in there.
2006-01-06 James TaborNeed extra proto.
2006-01-06 James TaborImplement NtUserGetMenuBarInfo. Tested with MPlayerC...
2006-01-04 James TaborClean up and fixed NtUserGetMenuItemRect. Needs more...
2006-01-01 Magnus OlsenShowCursor, gott a internal count to show the mouse...
2005-12-30 Magnus Olsensolv the issue with mouse poiter is hide, do not show...
2005-12-30 Magnus OlsenImplement ShowCursor, it is a issue with quake when...
2005-12-29 Magnus OlsenInitTimerImpl did not check for NULL pointer when it...
2005-12-29 Magnus OlsenFix memory leak in NtUserMonitorFromRect when it return...
2005-12-29 Magnus OlsenIntRegisterClass did not check for NULL pointer when...
2005-12-28 Hartmut BirrCommit r20366:20368 again.
2005-12-28 Magnus Olsenupdate NtUserGetMouseMovePointsEx prototype to msdn
2005-12-28 Magnus Olsenchecking for null and correct memmroy leak part of...
2005-12-28 Maarten BosmaRevert r20367 and r20368 since they crash the GUI in...
2005-12-27 Alex Ionescu- Major Win32k Header Cleanup: Add ntgdi.h based on...
2005-12-17 Royce Mitchell IIIprint out some useful info before we go belly-up
2005-12-13 Christoph von Wittichimplemented GetKeyboardLayoutNameW
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-12-04 Gé van GeldorpLimit invalidate region if required
2005-12-04 Gé van GeldorpOnly offset the rect if it's not empty, otherwise we...
2005-12-04 Gé van GeldorpCheck the update rect, not the region. The region might...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Gé van GeldorpGet correct window station for CSRSS
2005-12-01 Gé van GeldorpCapture window station name passed from usermode
2005-11-30 Gé van GeldorpMake GetProcessWindowStation work for CSRSS
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-28 Brandon Turnerfixed the stretch code with some help from filip. ...
2005-11-28 Brandon Turnerfix wallpaper style center and implement tile.
2005-11-27 Brandon Turnerfall back to .default values aren't found. ntclose...
2005-11-27 Thomas Bluemelfixed uninitialized variables warnings
2005-11-27 Brandon TurnerDon't hardcode user to .DEFAULT when reading registry
2005-11-25 Brandon TurnerFix a typo in the header comments.
2005-11-25 Brandon TurnerRead the registry to set the wallpaper mode in in WinSta.
2005-11-24 Hervé PoussineauDisplay the unknown class name in error message
2005-11-23 Hartmut BirrDon't return from inside an exception handler.
2005-11-23 Hervé PoussineauIn NtUserInsertMenuItem, try to copy the whole MENUITEM...
2005-11-23 Christoph von Wittichfixed bug 888 (menus created by application itself...
2005-11-23 Christoph von Wittichfix bug 838 (Sol.exe is missing it's menubar)
2005-11-22 Brandon Turnercopy back both POINTS to make a RECT
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-18 Art YerkesFixed skipped events from keyboard:
2005-11-12 Gé van GeldorpSet time field in timer messages too
2005-11-12 Gé van GeldorpSet mouse position in timer messages
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-03 Gé van GeldorpRevert r18836, it breaks the explorer start menu (bug...
2005-11-02 Gé van GeldorpReturn character heights instead of cell heights in...
2005-10-31 Hervé PoussineauBig move of driver input stack to a Plug-and-Play model:
2005-10-31 Hervé PoussineauRewrite mouclass, so it can now handle more than one...
2005-10-28 Gé van GeldorpFirst send WM_ACTIVATE, then WM_SETFOCUS
2005-10-28 Gé van GeldorpProperly return window state
2005-10-24 Gé van GeldorpWorkaround for icon stretching. Makes icons in title...
2005-10-23 Filip NavaraCall CLIPPING_UpdateGCRegion every time we update clip...
2005-10-22 Gé van GeldorpUse MaxPos instead of MaxTrackingPos when "restoring...
2005-10-21 Gé van GeldorpMake FindWindow case insensitive. Fixes bug 919.
2005-10-20 James TaborTesting MPlayerC.exe, start implementing GetMenuBarInfo...
2005-10-17 Gé van GeldorpForgot to change comment. Thanks to Royce3 for pointing...
2005-10-17 Gé van GeldorpEverything must come to an end, even the desktop window...
2005-10-15 Hartmut BirrDon't use alloca in a macro, which may be used in a...
2005-10-15 Gé van GeldorpMake sure we don't hang forever when activating a windo...
2005-10-13 Gunnar Dalsnesmake classes use session wide atom table. should fix...
2005-10-12 Gé van GeldorpSend window-bound timers to the correct message queue
2005-10-12 Gé van GeldorpWorkaround for bug 899
2005-10-12 Martin FuchsFix for Bugzilla Entry 641 - patch from j_anderw at...
2005-10-05 Martin Fuchspartial implementation of ShowWindowAsync() using the...
2005-09-27 Thomas Bluemelfixed uninitialized variable warnings
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-25 Filip NavaraUse the correct size variables in co_IntCreateWindowEx.
2005-09-25 Filip Navara- Intersect the paint rectangle in NtUserBeginPaint...
2005-09-24 Gé van GeldorpThis NtGdiCreateCompatableDC misspelling has annoyed...
2005-09-24 Hartmut BirrSet the MaximumLength of the returned string in IntGetF...
2005-09-24 Hartmut BirrDo also alert the mouse thread in UserAcquireOrReleaseI...
2005-09-24 Filip NavaraPort the system message queue WM_MOUSEDOWN coalesce...
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-09-23 Gé van GeldorpFix RtlQueryAtomInAtomTable and add regression tests
2005-09-23 Gé van GeldorpDon't use uninitialized var
2005-09-22 Gé van GeldorpReturn atom length when requested. Fixes bug 793.
2005-09-21 Filip NavaraIndentation fix.
2005-09-21 Filip NavaraIncomplete support for WS_EX_TRANSPARENT, should fix...
2005-09-20 Filip NavaraRestore the pre-r17946 UserGetAncestor behaviour and...
2005-09-20 Filip Navara- SetParent shouldn't destroy menus.
2005-09-20 Filip NavaraDon't return NULL regions from DceGetVisRgn.
2005-09-20 Filip NavaraSupport GCW_ATOM in GetClassLong.
2005-09-20 Filip NavaraFix the order of window style setting.
2005-09-19 Gé van Geldorp- Add ctrl support to (most) keyboard layouts. Only...
2005-09-19 Filip Navara- Fix region deleting and ownership for DCEs.
2005-09-19 Filip NavaraPartial clean-up of the painting functions:
2005-09-19 Filip Navara- Move the window showing/hiding notifications from...
2005-09-19 Gunnar Dalsnes-set last error (invalid handle) in cases where handle...
2005-09-18 Gunnar Dalsnes-added better LIST_FOR_EACH macros (ripped from wine...
2005-09-18 Gé van GeldorpSet correct error code, IsWindow() depends on this
2005-09-18 Gunnar Dalsnes-remove meaningless use of winstas
2005-09-16 Gé van GeldorpHopefully the last in a series of fixes for size of...
2005-09-13 Hartmut Birr- Freed the path string for the keyboard dll.
2005-09-13 Royce Mitchell IIIcopy&paste enhancement
2005-09-11 Gunnar Dalsnesfix referencing bug (ros crashed during setup if mousem...
2005-09-11 Gé van GeldorpThe system menu is allowed to have an unnamed entry...
2005-09-11 Gunnar Dalsnes-refcount reworking (simplification & improvement)
2005-09-10 Gé van GeldorpFix some object/handle victims. Fixes bug 765.
2005-09-10 Gé van GeldorpFix maximizing problem introduced by r17764
next