tlist in rosapps now compiles again.
[reactos.git] / reactos /
2003-08-03 Emanuele AlibertiFsRtlSyncVolumes is implemented, even if it does nothin...
2003-08-03 Emanuele AlibertiIMAGE_SUBSYSTEM_EFI_xxx added (KJK::Hyperion)
2003-08-03 Royce Mitchell IIIfixed declarations for W32kSetProp & W32kGetProp to...
2003-08-03 Eric KohlReplaced partition arrays by a doubly-linked lists.
2003-08-03 Richard CampbellRemoved duplicate code for drawing min/max/close button...
2003-08-02 David Welch- Repaint the parent window in the non-paintself case.
2003-08-02 David Welch- Fixed vga to vga blits with a negative direction.
2003-08-02 David Welch- Fixed negative width/height off by one.
2003-08-02 David Welch- Fixed rounding direction.
2003-08-02 Gunnar Dalsnes-partially impl. GetQueueStatus, GetInputState
2003-08-02 Gunnar Dalsnes-invented NtUserGetQueueStatus
2003-08-02 Gunnar Dalsnes-added queue bits (currently unused)
2003-08-02 Gunnar Dalsnes-invented NtUserGetQueueStatus
2003-08-02 Eric KohlReplaced array of disk entries in partition list by...
2003-08-02 Gunnar Dalsnes-Introduce new WinSta lock to replace most others
2003-08-02 Gunnar Dalsnes-W32k/NtUser separation
2003-08-02 Emanuele AlibertiIMAGE_SUBSYSTEM_XBOX added (Barubary).
2003-08-02 Thomas BluemelAdded the MENUITEMINFOA/W structure
2003-08-02 Royce Mitchell IIIfixed build error
2003-08-02 Royce Mitchell IIIadded UNIMPLEMENTED macro and return 0 to NtUserMenuInfo
2003-08-01 Royce Mitchell IIImoved function names to left-most column
2003-08-01 Royce Mitchell IIIadded file/line# tracking to GDIOBJ locking & unlocking...
2003-08-01 David Welch- Check the validity of the window handle before callin...
2003-08-01 David Welch- Realize the system font when creating a DC - avoids...
2003-08-01 Royce Mitchell IIIreformatted and fixed one of the gdi locking bugs
2003-08-01 David Welch- Implemented GetMessagePos and GetMessageTime
2003-08-01 Royce Mitchell IIIdeath to warnings
2003-08-01 David Welch- Forgot this file.
2003-08-01 David Welch- More support for window moving. The window moves...
2003-08-01 David Welch- Added a missing break - fixes nonmasked, non-pattern...
2003-08-01 Thomas BluemelChanged a few definitions
2003-08-01 Thomas BluemelMoved a function from menu.c to window.c
2003-08-01 David Welch- Delete the device object and symbolic link if connect...
2003-08-01 Thomas BluemelAdded a few new syscalls
2003-08-01 Thomas BluemelAdded some menu functions
2003-08-01 Thomas BluemelAdjusted usage hints
2003-08-01 Thomas BluemelImplemented LoadMenuIndirectW()
2003-07-31 Thomas Bluemelnew menu.c
2003-07-31 Thomas BluemelMenu functions
2003-07-31 Thomas Bluemelremoved menu functions
2003-07-31 Thomas BluemelAdded otMenu type
2003-07-31 Thomas BluemelAdded W32kGetSysColorBrush() that's included by menu.c
2003-07-31 Thomas BluemelModified CreateMenu() and DestroyMenu()
2003-07-31 Thomas BluemelAdded menu functions NtUser*
2003-07-31 Thomas BluemelAdded Handle table for menus
2003-07-31 Martin Fuchsfix include path for version.h
2003-07-31 Martin FuchsDeclared IDragSourceHelper
2003-07-31 Royce Mitchell IIImarked NdisAllocateMemoryWithTag as @implemented
2003-07-31 Royce Mitchell IIIno code change - moved function names to beginning...
2003-07-31 Royce Mitchell IIIkbdus.dll - submitted by art yerkes
2003-07-31 David Welch- Reverted incorrect code.
2003-07-31 Royce Mitchell IIIadded page-aligned allocations ( reworked patch by...
2003-07-31 Royce Mitchell IIIfixed bug in struct _MODIFIERS declaration.
2003-07-30 Steven EdwardsAdded missing files from Vizzinis NDIS patch
2003-07-30 Royce Mitchell IIIpatch submitted by Vizzini (tested by myself) - impleme...
2003-07-30 Royce Mitchell IIIdisabled check for existing hive. Needed because hivesy...
2003-07-30 Hartmut Birr- Don't allocate/free a class name string in User32Conv...
2003-07-30 Magnus Olsen*** empty log message ***
2003-07-30 Magnus Olsen*** empty log message ***
2003-07-30 Royce Mitchell IIIcast away warning, reformatted function definition...
2003-07-30 Martin Fuchsadapt winefile project file for new file hierarchie
2003-07-30 Martin Fuchsusage of Get/SetShellWindow() for registering desktop...
2003-07-30 Royce Mitchell IIIrenamed apps/tests/button, apps/test/button2 & apps...
2003-07-30 Eric KohlFixed returned key names in calls to NtEnumerateKey...
2003-07-30 Martin Fuchsdeclare some additional missing shell constants and...
2003-07-30 James TaborCreated NtUserCreateMenu.
2003-07-29 James TaborAdding Art Yerkes Keyboard Patch
2003-07-29 James TaborAdding Art Yerkes Keyboard Patch
2003-07-29 James TaborAdding Art Yerkes Keyboard Testing Code
2003-07-29 Richard CampbellA few bugfixes
2003-07-29 James TaborAdding Art Yerkes Keyboard Testing Code
2003-07-29 Royce Mitchell IIIchanges to compile on VC6 & fixed some long file name...
2003-07-29 Royce Mitchell IIIanother patch by Mike Nordell. Fixed pointer math to...
2003-07-29 Royce Mitchell IIIcasting bug-fix in mm/npool.c - submitted by Mike Norde...
2003-07-29 Royce Mitchell IIIfixed pointer math to be portable
2003-07-29 Hartmut Birr- Close always the thread and process handle, even...
2003-07-29 Hartmut Birr- Reintialize the timer object to reset the event objec...
2003-07-29 Royce Mitchell IIIfixed all my bugs passing PUNICODE_STRING objects as...
2003-07-29 Royce Mitchell IIIfix compiler bug warning by casting to void*
2003-07-29 Eric KohlMake sure the object name is a zero-terminated Unicode...
2003-07-29 Eric KohlDefined UNICODE_NULL.
2003-07-29 Martin Fuchsextended cvsignore
2003-07-29 Richard Campbellreverted SetWindowPos change, causes display errors...
2003-07-29 Richard CampbellFixed a possible bug in mouse detection, the code state...
2003-07-29 Richard Campbellsmall fix (subtracts 1 from each side of the client...
2003-07-29 Royce Mitchell IIIadded *.tmp to .cvsignore
2003-07-28 Eric KohlAdded some more features for messageboxes (MB_HELP...
2003-07-28 Royce Mitchell IIIfixed allocation size in call to RtlAllocateHeap
2003-07-28 Royce Mitchell IIIcast return value of RtlAllocateHeap to proper type
2003-07-28 Royce Mitchell IIIfixed parameter declaration for GetSystemWindowsDirectoryA
2003-07-28 Eric KohlAdded Messagebox support.
2003-07-28 Steven EdwardsMike McCormack <mike@codeweavers.com>
2003-07-28 James TaborSwitch Thread and Process Id around in W32kGetWindowThr...
2003-07-28 James TaborChanges based on Gunnar Andr Dalsnes Thread & Process...
2003-07-27 Eric KohlAdded missing MultiSz support.
2003-07-27 Steven EdwardsTreat DWORD values as unsigned - Patch by vizzini
2003-07-27 David Welch- RegisterClassExA: Don't try to convert a class name...
2003-07-27 David Welch- Pass the rop code to PatBlt down to the BitBlt functions.
2003-07-27 David Welch- Made the argument to W32kIsEmptyRect constant; fixes...
2003-07-27 Eric KohlAdded dialog class registration.
next