Bugfix for ascii-hex conversions.
[reactos.git] / reactos / lib /
2002-10-20 Casper Hornstrup2002-10-20 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Robert DickensonPart of patch contributed by Gunnar Andr� Dalsnes.
2002-10-20 Marty Dill-Implemented GetNumberOfConsoleInputEvents and ReadCons...
2002-10-03 Steven Edwards1. stub sndPlaySnd[A/W] to keep notepad from bitching
2002-10-03 Robert DickensonFix for DeviceIoControl masking FILE_DEVICE_FILE_SYSTEM...
2002-10-03 Robert DickensonImplemented many of the ComXX exports.
2002-10-03 Hartmut BirrFixed the start value for the time calculation in time2.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Casper Hornstrup2002-09-30 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrWideCharToMultiByte accept each code page like MultiByt...
2002-09-30 Hartmut BirrFixed the value for dwHighDateTime in SystemTimeToFileTime.
2002-09-30 Hartmut BirrFixed the value for EPOCHWEEKDAY.
2002-09-28 Jason FilbyDraw minimize and maximize buttons with smaller, correc...
2002-09-27 Hartmut BirrFixed the conversion in MultiByteToWideChar. Wmc.exe...
2002-09-25 David WelchAdded nicer looking default mouse cursor.
2002-09-25 Hartmut BirrStored the return value in the location given by the...
2002-09-24 guidoadded .cvsignore
2002-09-24 guidochanged backslash to slash
2002-09-24 Steven EdwardsAdded blank winmm.dll with one stub to try and get...
2002-09-24 Robert DickensonUpdated with latest version changes to original source...
2002-09-24 Robert DickensonAddition of control panel applet support to shell32...
2002-09-24 Robert DickensonVery minor updates in support of network applications...
2002-09-23 Steven EdwardsAdded some stubbs for the WINE kernel32 regression...
2002-09-20 Jason FilbyWindows now show captions
2002-09-17 David WelchMore user fixes.
2002-09-17 David WelchMisc. user fixes.
2002-09-13 Hartmut BirrIncreased the search buffer for InternalFindFirstFile...
2002-09-13 Hartmut BirrCheck for CREATE_UNICODE_ENVIRONMENT in CreateProcessA.
2002-09-13 Hartmut BirrUse the functions from ntdll in SystemeTimeToFileTime...
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-12 guidoPrevent buffer overflows in vsn(w)printf
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupFixed declaration of WSHGetWSAProtocolInfo
2002-09-07 Casper HornstrupAdded MSVCRT.DLL private headers.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-05 Emanuele AlibertiUSER32.EqualRect(): partial implementation.
2002-09-03 David WelchImplemented part of window properties support
2002-09-02 Steven EdwardsAdded binary resources from Wine for user32.
2002-09-02 Steven EdwardsFixed another stub for the WINE dlls.
2002-09-02 Steven EdwardsFix export to get WineMine to load.
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-09-01 Robert DickensonAdded some exports.
2002-09-01 Robert DickensonSeem to have missed updating these previously....
2002-08-31 David WelchNon-client painting fixes.
2002-08-31 KJK::HyperionPSAPI (re)licensed under LGPL to be shared with WinE...
2002-08-31 KJK::HyperionPSAPI: all the annoying stuff (enumeration and search...
2002-08-30 David WelchImplemented GetAncestor and IsWindowVisible
2002-08-29 KJK::HyperionPSAPI almost finished
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-28 Jason FilbyInitial nonclient code
2002-08-28 Robert Kopferladded a preliminary WideCharToMultyByte(). This impl...
2002-08-27 Jason FilbyBeginPaint and EndPaint now functional
2002-08-27 Robert DickensonCreated new module for library IPRTPRIO.DLL
2002-08-27 Hartmut BirrRepleaced wcsicmp with _wcsicmp in ScLookupServiceBySer...
2002-08-27 Robert DickensonAdded entry points for WinHelpA and WinHelpW exports.
2002-08-27 Hartmut BirrChanged from CreateFileW for opening a directory to...
2002-08-26 Hartmut BirrInitialized Peb->WindowFlags (instead of Flags) with...
2002-08-26 David Welch2002-08-26 David Welch <welch@computer2.darkstar...
2002-08-26 David WelchOops, fixed compile errors.
2002-08-26 David WelchCopy all the startup info to the new process.
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-25 Robert DickensonFixed some broken stuff, added some cvs sugur.
2002-08-24 Jason FilbyInitial code for NtUserGetDC
2002-08-24 KJK::HyperionRemoved superfluous DPRINTs
2002-08-23 Robert DickensonAdded some exports.
2002-08-23 Robert DickensonModified to use new include file reactos/include/snmp...
2002-08-22 Eric Kohl-Implemented ReadConsoleOutputCharacterA and CsrReadCon...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-18 Hartmut Birr- Added a check for valid result pointers in GetDiskFre...
2002-08-18 Hartmut BirrRewrote _stat functions. This functions can't use _fstat.
2002-08-18 KJK::HyperionRtlGetProcessHeap() is not a function in Microsoft...
2002-08-18 KJK::HyperionCreateFileW: corrected a couple of buglets, added handl...
2002-08-18 Eugene Ingerman1. CLIPOBJ_bEnum, CLIPOBJ_cEnumStart - implemented...
2002-08-18 KJK::HyperionCleaned up CreateFileW. Please check out the FIXMEs
2002-08-17 Robert DickensonAdded new module for iphlpapi.dll
2002-08-17 Robert DickensonNewline at EOF to fix warning
2002-08-17 Robert Dickensonfixed clean rule to match other makefile standard
2002-08-17 Robert DickensonFixed typo in header comment.
2002-08-17 Robert DickensonAdded new module for snmpapi.dll
2002-08-17 Hartmut BirrRemoved the absolute path (c:\reactos\system32) to...
2002-08-15 David WelchExport LdrFindResourceDirectory_U
2002-08-13 Eric KohlImplemented and fixed several ACL and SD functions.
2002-08-10 Eric KohlAdded missing newline
2002-08-10 Eric KohlAdded compression stubs
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-08-09 David Welch2002-08-09 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-29 Eric KohlAdded RtlCopyLuidAndAttributesArray() and RtlCopySidAnd...
2002-07-25 Eric KohlImplemented RtlTimeToElapsedTimeFields().
2002-07-23 Jurgen van GaelOpenSCManager waits for services.exe to initialize
2002-07-22 Eugene IngermanMissing file.
2002-07-22 Eugene IngermanAdded GetRegionData gdi function. Added region test...
2002-07-20 Eric KohlAdded some experimental code
2002-07-18 Eugene IngermanExport MmCopyFrom/ToCaller from ntoskrnl. Added MulDiv.
2002-07-18 Eric KohlRemoved some obsolete definitions of __unit64.
2002-07-17 David WelchFixed some bugs.
2002-07-13 Eugene IngermanAdded reference counting and deferred deletion for...
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
next