I changed the PSXDLL.DLL version info description to make it different from MS' ...
[reactos.git] / reactos / include /
2003-09-27 Thomas Bluemeladded constants for WM_XBUTTON* messages
2003-09-26 Gé van Geldorp- Incomplete implementation of ReleaseDC()
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-25 Filip NavaraPlug & Play manager improvments + few other things
2003-09-24 Thomas Bluemelsome work on scrollbars
2003-09-21 Thomas Bluemelported ConvertDefaultLocale() from wine
2003-09-18 Eric KohlAdded defines for uninitialized values.
2003-09-15 Vizzinichanged callbacks to use stdcall
2003-09-15 VizziniPatch from Filip Navara updating comctl32
2003-09-14 Vizzinifix for building with DBG=1
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-09-12 Thomas Bluemelimplemented a couple of scrollbar functions and fixed...
2003-09-11 Gé van GeldorpAdd some SS_* styles
2003-09-10 Thomas Bluemeladded richedit.h so the richedit control can be compiled
2003-09-10 Vizzinipatch by Skywing: made existing eventpair code more...
2003-09-09 Gé van GeldorpAdd KFLOATING_STATE
2003-09-09 Gé van GeldorpFixes to WinPosSetWindowPos() and the routines it depen...
2003-09-08 Gé van Geldorp#include stddef.h in winsock2.h
2003-09-08 Gé van Geldorpwinsock2.h now depends on stddef.h
2003-09-08 Thomas Bluemelchanges in this patch by Jonathon Wilson:
2003-09-08 Thomas Bluemeladded hittesting for scrollbars and fixed passing the...
2003-09-07 Thomas Bluemeladded syscall NtUserGetScrollInfo() and fixed nonclient...
2003-09-07 Thomas Bluemelrenamed and fixed a few functions regarding scrollbars
2003-09-06 James TaborImplementing OpenGl support
2003-09-04 Vizzinimissed one
2003-09-04 Vizziniadded NdisRawXXX prototypes and moved callback function...
2003-09-03 Eric KohlFixed signature of [Nt/Zw]QueryDirectoryObject().
2003-09-02 Eric KohlAdded some splay-tree functions.
2003-08-31 Gé van Geldorp- Fix various bitmap format translation bugs
2003-08-30 njVersion 0.1.3
2003-08-30 Richard Campbellreplaced tab with 2 spaces.
2003-08-30 Richard Campbell- Removed the loop from UNIMPLEMENTED and changed the...
2003-08-29 Thomas Bluemelfixed the definition of User32SetupDefaultCursors()
2003-08-29 Thomas Bluemel1.added callback routine for loading system cursors...
2003-08-28 Gé van GeldorpSerial mouse driver rewrite by Filip Navara
2003-08-28 Gé van GeldorpStubs for newer functions (patch by Jonathan Wilson)
2003-08-28 Thomas Bluemel1. implemented GetDoubleClickTime() and SetDoubleClickT...
2003-08-28 Thomas Bluemelimplemented SwapMouseButton()
2003-08-28 Thomas Bluemelimplemented drawing menu bar
2003-08-27 David Welch- Added support for crash dumps:-
2003-08-27 David Welch- Removed kernel private includes.
2003-08-27 Steven EdwardsNew header from WINE for regression test suite.
2003-08-26 David Welch- Fixed slashes.
2003-08-26 Steven Edwardsend of line fix
2003-08-26 Thomas Bluemelbig patch by Jonathon Wilson for GDI32 & related stuff
2003-08-25 Steven EdwardsConverted some C++ comment to C style comments
2003-08-24 Thomas Bluemelimplemented SetCursorPos() and GetCursorPos() and chang...
2003-08-24 David Welch- Moved boot video support to a seperate driver.
2003-08-24 Casper Hornstrup2003-08-24 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-23 Thomas Bluemelimplemented NtUserGetIconSize()
2003-08-22 Steven EdwardsWine porting fixes
2003-08-22 Thomas Bluemelupdated user32 resources
2003-08-22 Andrew Greenwood* Started porting WINMM from WINE
2003-08-22 Martin FuchsRemoved commctrl.h to use the one of W32API headers.
2003-08-22 Thomas Bluemelunstubbed MessageBeep()
2003-08-21 Thomas Bluemelwork on system menus
2003-08-21 Gé van Geldorp- Add Magic number back in
2003-08-21 Thomas Bluemelsome more work on system menus
2003-08-20 Thomas BluemelPatch by Jonathon Wilson: Implemented loading cursors...
2003-08-20 Thomas Bluemelsome work on menus
2003-08-20 Thomas Bluemeladded NtUserGetMenuDefaultItem() syscall
2003-08-20 Gé van Geldorp- Store GDI object type in the handle itself
2003-08-20 Royce Mitchell IIIpatch by vizzini - Fixed a typoed struct member, Fixed...
2003-08-20 Andrew GreenwoodDrawCaption() now works, and is called (unsurprisingly...
2003-08-20 David Welch- Forgot this file - sorry.
2003-08-19 David Welch- Patch from PM implementing ldt and tss iobitmap support.
2003-08-19 Royce Mitchell IIIfixed definition of DESKTOPENUMPROC
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Andrew GreenwoodOops... Sorry guys, the last commit I made broke the...
2003-08-18 Andrew Greenwood* Added stubs for GetSecurityInfo and GetSecurityInfoEx...
2003-08-18 Hartmut Birr- Fixed the initializing of the initial console control...
2003-08-18 James TaborCommit Ctrl Event handler
2003-08-18 Andrew GreenwoodImplemented GrayStringA and GrayStringW (untested,...
2003-08-18 Thomas BluemelImplemented SetWindowContextHelpId() and GetWindowConte...
2003-08-17 Thomas BluemelImplemented AnimateWindow()
2003-08-17 Andrew Greenwood* Ported listbox conrtol from WINE - it doesn't work...
2003-08-17 Andrew GreenwoodMore work on DrawStateA/DrawStateW. They are still...
2003-08-17 Royce Mitchell III* fixes a couple (several?) memory leaks
2003-08-17 Thomas BluemelAdded WindowFromDC() by Philip Alldredge
2003-08-15 Thomas Bluemelchanged registering builtin classes to unicode
2003-08-15 Thomas Bluemeladded builtin PopupMenu window class
2003-08-14 Royce Mitchell IIIpatch by Jonathon Wilson
2003-08-14 Andrew GreenwoodReactOS W32API convert part 4
2003-08-14 Eric KohlFixed nls variable declarations.
2003-08-14 Eric KohlImplemented ProbeForRead() and ProbeFor Write() (but...
2003-08-14 Eric KohlAdded missing nls declarations.
2003-08-13 Royce Mitchell IIIimplementation of the Eng*Semaphore suite of functions...
2003-08-13 Casper Hornstrup2003-08-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-13 Royce Mitchell IIIall win32k's stubs now have correct function signatures...
2003-08-12 Thomas BluemelImplemented InternalGetWindowText() partially
2003-08-12 Royce Mitchell IIIstructs WCRUN, FD_GLYPHSET, DRIVEROBJ, TYPE1_FONT
2003-08-12 Royce Mitchell IIItypedefs for FLONG & HDRVOBJ
2003-08-12 Royce Mitchell IIIforgot some stuff for STROBJ, this clears it up, sorry.
2003-08-12 Royce Mitchell IIIAdded GetLastNtError(), corrected STROBJ definition
2003-08-12 Royce Mitchell IIIadded HSEMAPHORE
2003-08-11 Gunnar Dalsnes-WinStaLock is now WinLock & made global
2003-08-11 Casper Hornstrup2003-08-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-11 Richard CampbellUpdates for new wine source tree.
2003-08-11 Royce Mitchell IIIfixed the #endif problem reported by GvG.
2003-08-11 Royce Mitchell IIIadded #include <msvcrt/string.h>
next