Closing of wave output devices is functional and terminates the sound thread
[reactos.git] / reactos / dll / win32 / kernel32 /
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-13 Dmitry Chapyshev- Add LCIDToLocaleName from Wine. Used by Wine Gecko
2009-02-12 Dmitry Chapyshev- Add more stubs
2009-02-12 Dmitry Chapyshev.def -> .spec (from amd64 branch)
2009-02-11 Dmitry Chapyshev- Add params checking. It fixes Autoruns (9.38) crashes
2009-02-10 Dmitry Chapyshev- Implement HeapSetInformation
2009-02-10 Dmitry Chapyshev- Add SEH protection for FindResourceExW
2009-02-07 Dmitry Chapyshev- Stub implement NlsResetProcessLocale
2009-02-06 Dmitry Chapyshev- Implement GetVolumePathNameA/W
2009-02-03 Michael Martin- Change MultiByteToWideChar to match windows behavior...
2009-02-01 Christoph von Wittichfix debugprint
2009-01-30 Dmitry Chapyshev- Fix 1 wine console test
2009-01-30 Dmitry Chapyshev- Formatting fix. No code change
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2009-01-22 Christoph von Wittichforgot to add \n
2009-01-21 Christoph von Witticherror msg on bad call
2009-01-21 Christoph von Wittichrevert 38992 as the problem is in wine's ole32.dll
2009-01-21 Christoph von Wittichcheck for null (fixes ole32 compobj winetest crash)
2009-01-20 Christoph von Wittichfix kernel32 codepage winetest
2009-01-20 Christoph von Wittichfix GetCurrentProcessorNumber and InterlockedCompareExc...
2009-01-20 Christoph von Wittichstublement some more Activation Context stuff
2009-01-19 Timo KreuzerImprove GetSetConsoleInputExeNameAW, removing the exces...
2009-01-19 Christoph von Wittichtrim leading zeros in GetNumberFormat
2009-01-18 Christoph von Wittichfix kernel32 comm crash
2009-01-18 Dmitry Chapyshev- Partly sync with Wine head
2009-01-18 Christoph von Wittichfix kernel32 console winetest crash
2009-01-17 Christoph von Wittichfix a kernel32 console winetest crash
2009-01-17 KJK::Hyperionmodified dll/win32/kernel32/debug/output.c
2009-01-17 Dmitry Chapyshev- Implement AllocateUserPhysicalPages, FreeUserPhysical...
2009-01-16 Dmitry Chapyshev- Implement RequestDeviceWakeup
2009-01-16 Dmitry Chapyshev- Implement SetSystemPowerState
2009-01-15 Dmitry Chapyshev- Move SetThreadExecutionState to power.c
2009-01-15 Aleksey Bragin- Revert 38770's modifications to NDK.
2009-01-15 Dmitry Chapyshev- Implement GetDevicePowerState
2009-01-15 Dmitry Chapyshev- Add power.c file for power management functions
2009-01-10 Dmitry Chapyshev- Formatting fix. No code change
2009-01-10 Dmitry Chapyshev- Fix GetEnvironmentVariableW. This fixed also 4 wine...
2009-01-10 Dmitry Chapyshev- Fix 3 wine tests for OpenFile function
2009-01-08 Dmitry Chapyshev- Fix regression of Dependency Walker
2009-01-07 KJK::Hyperionmodified dll/win32/kernel32/misc/console.c
2009-01-06 Stefan Ginsberg- DebugSetProcessKillOnExit: Use SetLastErrorByStatus...
2009-01-06 Stefan Ginsberg- NtUserWaitForInputIdle: Call EngGetTickCount, removin...
2009-01-05 Colin FinckRevert a part of r38087. OutputDebugStringA doesn't...
2009-01-03 Dmitry GorbachevConsistently use NULL, as suggested by Paolo Devotee.
2009-01-03 Michael Martin- PeekNamedPipe: Fixed BufferSize calculation, as it...
2009-01-02 Aleksey Bragin- Add Dmitry Gorbachev's hack for bug 3626 problem...
2008-12-31 Dmitry Chapyshev- Fix attributes
2008-12-31 Dmitry Chapyshev- Fix ReadDirectoryChangesW
2008-12-29 Dmitry GorbachevFix UTF-8 -> Wide Char conversion bug #3990.
2008-12-29 Dmitry Chapyshev- Remove lpAddress check, this is broken trunk
2008-12-29 James Tabor- Support MOVEFILE_WRITE_THROUGH flag.
2008-12-28 Dmitry Chapyshev- Fix GetLogicalDriveStringsA/W. +5 passed tests
2008-12-28 Dmitry Chapyshev- Fix build ;)
2008-12-28 Dmitry Chapyshev- Add check of params for VirtualAllocEx and VirtualFreeEx
2008-12-27 Dmitry Chapyshev- Move ReplaceFileA/W to file.c
2008-12-27 Dmitry Chapyshev- Fix 11 tests for OpenFile
2008-12-27 Dmitry Chapyshev- Partial sync with Wine. It fixes 37 tests ("kernel32_...
2008-12-27 Dmitry Chapyshev- Formatting fix
2008-12-27 Dmitry Chapyshev- Fix SystemTimeToTzSpecificLocalTime. +378 passed...
2008-12-26 KJK::Hyperionmodified dll/win32/kernel32/k32.h
2008-12-21 KJK::Hyperionmodified dll/win32/gdi32/gdi32.rbuild
2008-12-20 Dmitry Chapyshev- Fix all wine tests for MoveFileA/W
2008-12-20 Dmitry Chapyshev- Formatting fix
2008-12-20 Dmitry Chapyshev- Fix 2 winetests
2008-12-18 Christoph von WittichDPRINT1 -> DPRINT on failure to prevent spamming of...
2008-12-17 Daniel ReimerAdd German Table to Kernel32
2008-12-17 Dmitry Chapyshev- More implement GetCPInfoExW
2008-12-17 Dmitry GorbachevIn GetQueuedCompletionStatus function:
2008-12-14 Timo Kreuzer- Replace a 'for' with a 'do .. while '
2008-12-14 Timo Kreuzer[FORMATTING]
2008-12-13 Dmitry Gorbachev- Remove DBCSCodePage field from NLS_FILE_HEADER structure.
2008-12-09 Stefan Ginsberg- Remove traces
2008-12-09 Stefan Ginsberg- Temporarily add tracing to ConvertStringSecurityDescr...
2008-12-09 Dmitry GorbachevFix IntIsValidSBCSMapping(). Bug #3903.
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-03 Dmitry GorbachevFix Unicode -> Multibyte conversion (bug #3903).
2008-12-03 Dmitry GorbachevSilence compiler warnings (7/11).
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-30 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
2008-11-26 Stefan Ginsberg- Ksuser: Cleanup header usage a bit, and make sure...
2008-11-25 KJK::HyperionSupersedes r37631
2008-11-25 KJK::HyperionUndoing fishy patch for warnings in Wine code (see...
2008-11-25 KJK::HyperionSupersedes r37623 with fixes for cross compilation
2008-11-24 KJK::HyperionUndo r37623 until cross compilation is fixed
2008-11-24 KJK::Hyperionmodified base/shell/explorer/explorer.rbuild
2008-11-23 Dmitry Chapyshev- Fix formatting. No code change
2008-11-23 Dmitry Chapyshev- Implement ActivateActCtx, AddRefActCtx, CreateActCtxW...
2008-11-23 Dmitry Chapyshev- Fix IsValidLanguageGroup and EnumSystemLanguageGroups...
2008-11-23 Dmitry Chapyshev- Implement LCMapStringA/W (based on Wine, +55 passed...
2008-11-22 Dmitry Chapyshev- Fix CompareStringA/W. +7 passed wine tests
2008-11-22 Dmitry Chapyshev- Update GetCurrencyFormatW. +34 wine tests passed
2008-11-22 Dmitry Chapyshev- Fix RtlTimeFieldsToTime. Now GetDateFormatW passed...
2008-11-22 Dmitry Chapyshev- Fix 2 wine tests for GetTimeFormatA/W
2008-11-22 Dmitry Chapyshev- Fix EnumDateFormatsA implementation. + 7 passed tests
2008-11-22 Stefan Ginsberg- Fix indentation (spaces -> tabs)
2008-11-21 Stefan Ginsberg- Silence "'struct Foo' has virtual functions but non...
2008-11-17 Aleksey Bragin- Cleanup 37394, 37396 and 37397:
2008-11-17 Dmitry Chapyshev- Implement BindIoCompletionCallback, ReadFileScatter...
2008-11-16 Dmitry Chapyshev- Implement GetCPInfo. Now this function passes all...
2008-11-05 Aleksey Bragin- Update NLS files from Wine (without adding new ones...
next