direct3d: Add a fixed function fog test.
[wine] / dlls / kernel32 /
2007-03-14  Huw Davieskernel32: Fix GetPrivateProfileSectionNamesA when the...
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-03-13  Mikołaj Zalewskikernel32: Fix LANGID for Korean resource.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-12  Jan Zerebeckikernel32: Add DebugInfo to critical sections.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-12  Paul Vrienskernel32/tests: Use skip.
2007-03-09  Alasdair Sinclairkernel32: Fix GetComputerNameA to not count trailing...
2007-03-08  Alexandre Julliardkernel32: Implemented GetSystemInfo() for Solaris.
2007-03-08  Alexandre Julliardkernel32: Fixed DosDateTimeToFileTime behavior when...
2007-03-08  Alexandre Julliardkernel32: Add missing limits.h include.
2007-03-07  Konstantin Kondratyukkernel32: Allow to execute .cmd files.
2007-03-07  Rob Shearmankernel32: Add tests for ImpersonateNamedPipeClient.
2007-03-06  Detlef Riekenbergserialui: Fix return type for CommConfigDialog.
2007-03-05  Rob Shearmankernel32: Implement CallNamedPipeW.
2007-03-05  Jason Edmeadeskernel32/tests: Show wrong behaviour with current direc...
2007-02-27  Aric Stewartkernel32: Allow for non base-10 int values in ini file.
2007-02-27  Detlef Riekenbergkernel32: Remove duplicate code (use serialui instead).
2007-02-23  Rob Shearmankernel32: Fix crash in dns_gethostbyname.
2007-02-21  Rob Shearmankernel32: Fix an off-by-one error in GetComputerNameExA/W.
2007-02-20  Detlef Riekenbergkernel32: Display correct parameters in comm traces.
2007-02-20  Rob Shearmankernel32: Don't run the CreateRemoteThread tests if...
2007-02-19  Stefan Dösingerkernel32: Add a CheckRemoteDebuggerPresent stub.
2007-02-19  Hans Leidekkerkernel32: Add a stub implementation for FindFirstVolume...
2007-02-16  Rob Shearmankernel32: Fix the GetComputerName* functions to not...
2007-02-09  Marcus Meissnerkernel32/tests: Fixed several uninitialized variables.
2007-02-09  Marcus Meissnerkernel32: Remove CloseHandle call.
2007-02-06  Misha Koshelevkernel32: CreateThread returns NULL on error, not INVAL...
2007-02-06  Francois GougetAdd missing '\n's in traces.
2007-02-05  Damjan Jovanovicntdll: Slist support.
2007-02-05  Misha Koshelevkernel32: Added conformance test for nested thread...
2007-02-05  Marcus Meissnerkernel32: Initialize owner_exists (Coverity).
2007-02-05  Dmitry Timoshkovkernel32: Add a trace to MultiByteToWideChar.
2007-01-23  Anatoly Lyutinkernel32: Add comment for GetConsoleWindow.
2007-01-22  Mike McCormackkernel32: Forward EncodePointer and DecodePointer to...
2007-01-22  Detlef Riekenbergkernel32/tests: GetVolumeNameForMountPoint not present...
2007-01-22  Detlef Riekenbergkernel32/tests: VirtualAllocEx not present in Win95.
2007-01-22  Detlef Riekenbergkernel32/tests: Fix a declaration and use skip for...
2007-01-22  Rob Shearmankernel32: Handle the SECURITY_* flags passed into Creat...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18  Alexandre Julliardntdll: Abuse RtlCreateUserThread to call the thread...
2007-01-18  Alexandre Julliardntdll: Move the LDT section to ntdll and make it an...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-16  Jonathan Ernstkernel: Beginning of French translation of error messages.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualAllocEx...
2007-01-15  Alexandre Julliardkernel32: Use the proper codepage for console functions.
2007-01-15  Anatoly Lyutinkernel32: Add details in description function MultiByte...
2007-01-15  Felix Nawothnigkernel32: Forward CopyLZFile() to LZCopy() instead...
2007-01-12  Alexandre Julliardserver: Set the specified in/out buffer sizes on named...
2007-01-11  Mike McCormackkernel32: Merge existing resources in EndUpdateResource.
2007-01-11  Mike McCormackkernel32: Split update_add_resource() into two functions.
2007-01-11  Mike McCormackkernel32: Create a simple abstraction for file mappings.
2007-01-10  Andrew Talbotkernel32: Declare some functions static.
2007-01-10  Dmitry Timoshkovkernel32: Do not forget to cleanup if the test is skipped.
2007-01-09  Hans Leidekkerkernel32: Add a stub implementation for GetVolumeNameFo...
2007-01-09  Samuel Lidén Borellkernel32: Add SetTermsrvAppInstallMode stub.
2007-01-09  Mike McCormackkernel32: Implement EndUpdateResource for the case...
2007-01-09  Ken Thomaseskernel32: Don't release preferred_locales until we...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Paul Vrienskernel32/tests: Prevent memory leak.
2007-01-08  Dmitry Timoshkovkernel32: Print more information about the reason of...
2007-01-08  Dmitry Timoshkovkernel32: Fix the file sharing test to pass cleanly...
2007-01-08  Dmitry Timoshkovkernel32: Skip the VirtualAllocEx test under Win9x.
2007-01-08  Francois Gougetkernel32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Dmitry Timoshkovkernel32: Skip the OpenProcess test under Win9x.
2007-01-05  Dmitry Timoshkovkernel32: GetTimeFormat and GetDateFormat should fail...
2007-01-04  Francois Gougetkernel32/tests: Use '%d' to print GetLastError().
2007-01-04  Mike McCormackkernel32: Don't try update version resources with inval...
2007-01-04  Rob Shearmankernel32: Be more verbose about the expected and receiv...
2007-01-03  Thomas Khokernel32: Add CreateRemoteThread remote thread conforma...
2007-01-03  Thomas Khokernel32: Add VirtualAllocEx remote thread conformance...
2007-01-03  Mike McCormackkernel32: Store resources to be updated in a tree.
2007-01-02  Dmitry Timoshkovkernel32: Remove a line that was supposed to be deleted...
2007-01-02  Hans Leidekkerkernel32: Add a stub implementation for TermsrvAppInsta...
2007-01-02  Mike McCormackkernel32: Remove incorrect and incomplete implementatio...
2007-01-02  Mike McCormackkernel32: Add a short test for Begin/EndUpdateResource.
2007-01-02  Mike McCormackkernel32: Implement CopyFileWithProgress.
2007-01-01  Dmitry Timoshkovkernel32: Make the locale test pass without errors...
2007-01-01  Paul Vrienskernel32/tests: Run tests on NT4 again.
2007-01-01  Paul Vrienskernel32/tests: Moved ok-statement to the appropriate...
2007-01-01  Paul Vrienskernel32/tests: Move USE_EXTENDED_PRIORITIES outside...
2006-12-27  Michael Stefaniuckernel32/tests: In multiline strings there is no need...
2006-12-22  Dmitry Timoshkovkernel32: Fix a typo.
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-21  Paul Vrienskernel32/tests: Don't use full path for executable...
2006-12-21  Juan Langkernel32: Suppress an unneeded warning.
2006-12-20  Alexandre Julliardntdll: Fix the libdl refcount when loading the same...
2006-12-20  Francois Gougetkernel32/tests: Test loading and unloading of builtin...
2006-12-19  Dmitry Timoshkovkernel32: Add a minimal PE image that XP is able to...
2006-12-18  Rob Shearmankernel32: Protect global alloc functions against intege...
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-14  Paul Vrienskernel32/tests: Be a bit more verbose on failure.
2006-12-13  Pierre d'Herbemontkernel32: Remove unneeded headers.
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-12-13  Dmitry Timoshkovkernel32: Add the data that mimics the PE image which...
2006-12-12  Pierre d'Herbemontkernel32: Allow the preferred language to be different...
next