wined3d: Add a geometry shader object.
[wine] / dlls / kernel32 /
2009-12-31  Michael Stefaniuckernel32: Add missing stdarg.h includes.
2009-12-30  Alexandre Julliardkernel: Add an import lib for krnl386, and stop importi...
2009-12-30  Alexandre Julliardkernel32: Make krnl386.exe into a stand-alone 16-bit...
2009-12-30  Alexandre Julliardkernel32: Do not include 16-bit headers in 32-bit files.
2009-12-29  Alexandre Julliardkernel32: Get rid of the support for 16-bit resources...
2009-12-29  Alexandre Julliardkernel32: Don't include kernel_private.h in 16-bit...
2009-12-29  Alexandre Julliardkernel32: Move the kernel thread data definitions to...
2009-12-29  Alexandre Julliardkernel32: Link directly to the thunk functions instead...
2009-12-29  Alexandre Julliardkernel32: Don't store the current codepage in the threa...
2009-12-28  Alexandre Julliardwinevdm: Move the loading of the system drivers into...
2009-12-28  Alexandre Julliardkernel32: Handle the case where the 16-bit module is...
2009-12-28  Alexandre Julliardkernel32: Make GMEM_DDESHARE blocks owned by the callin...
2009-12-24  Andrew Nguyenkernel32: Ignore empty environment values from registry.
2009-12-24  Andrew Nguyenntdll: Use the HKCU\Volatile Environment key when gener...
2009-12-24  André Hentschelkernel32/nls: Fix German translation.
2009-12-23  Alexandre Julliardkernel32/tests: Fix the SetThreadIdealProcessor for...
2009-12-23  Alexandre Julliardkernel32/tests: Get rid of API function typedefs.
2009-12-22  Nikolay Sivovkernel32: Fix a leak in ReplaceFileW.
2009-12-22  Nikolay Sivovkernel32: Fix SearchPath parameter validation with...
2009-12-22  Nikolay Sivovkernel32/tests: Init pointers in common way, add some...
2009-12-22  Alexandre Julliardkernel32: Load the DestroyIcon32 function from 16-bit...
2009-12-21  Nikolay Sivovkernel32/tests: Fix LocalAlloc() allocated leaks.
2009-12-21  Nikolay Sivovkernel32/tests: Fix some find handle leaks.
2009-12-21  Nicolas Le Camkernel32/tests: Simplify dumpmem function.
2009-12-21  Nikolay Sivovkernel32/tests: Print line numbers in tests.
2009-12-18  Nikolay Sivovkernel32: Fix typo in a comment.
2009-12-18  Nikolay Sivovkernel32/tests: Fix few context leaks.
2009-12-17  Paul Vrienskernel32/tests: Add some tests for GetLongPathNameW.
2009-12-17  Paul Vrienskernel32: Fix a crash with GetLongPathNameW and UNC...
2009-12-17  James Hawkinskernel32: Free the resource data if a matching resource...
2009-12-15  Paul Vrienskernel32/tests: Only set the size ourselves if we are...
2009-12-14  Paul Vrienskernel32: Add a define for UNICODE_STRING_MAX_CHARS.
2009-12-10  Ken Thomaseskernel32: Consolidate some related code closer together.
2009-12-10  Ken Thomaseskernel32: Mac lang. pref. overrides LANG, but not LC_AL...
2009-12-10  Ken Thomaseskernel32: On Mac, construct locale string from language...
2009-12-07  Nikolay Sivovkernel32/tests: Fix test failures on NT4.
2009-12-04  Paul Vrienskernel32/tests: Skip some tests if needed (WinXP Home).
2009-12-04  Paul Vrienskernel32/tests: Skip some tests on Win98/WinMe.
2009-12-04  Paul Vrienskernel32/tests: Correct some ok() statements.
2009-12-04  Dmitry Timoshkovkernel32: Explicitly treat the current working director...
2009-12-04  Nikolay Sivovkernel32/lcformat: Add support for genitive month names...
2009-12-04  Nikolay Sivovkernel32/lcformat: Don't use uneeded string conversion.
2009-12-04  Nikolay Sivovkernel32/lcformat: Avoid back jumps on failure.
2009-12-04  Alexandre Julliardntdll: Add stubs for RtlAddFunctionTable and RtlDeleteF...
2009-12-02  Paul Vrienskernel32/tests: Add some GetLongPathNameA tests.
2009-12-02  Dan Kegelkernel32: Fix write buffer overrun in format_insertW.
2009-11-30  Paul Chitescukernel32: Reduce registry access to KEY_READ wherever...
2009-11-29  Alexandre Julliardkernel32: Pass the exe name as argument to FormatMessage.
2009-11-29  Rob Shearmankernel32: Fix uninitialised memory read in GetPrivatePr...
2009-11-29  Paul Vrienskernel32/tests: Fix some intermittent crashes/failures...
2009-11-24  Alexandre Julliardkernel32/tests: Specify the correct machine for the...
2009-11-23  Alexandre Julliardserver: Implement the file sharing check for delete...
2009-11-23  Alexandre Julliardserver: Implement the file sharing check when truncatin...
2009-11-23  Alexandre Julliardserver: Implement the special file sharing rules for...
2009-11-20  Alexandre Julliardkernel32/tests: Add more tests for file sharing with...
2009-11-19  Alexandre Julliardkernel32/tests: Add some tests for file sharing against...
2009-11-19  Henri Verbeetkernel32: Also accept STATUS_BUFFER_OVERFLOW as a valid...
2009-11-16  Austin Lundkernel32/tests: Fixed test for GetVolumeNameForVolumeMo...
2009-11-16  Stefan Leichterkernel32: Added stub for CreateMemoryResourceNotification.
2009-11-16  Alexandre Julliardkernel32: Null-terminate the buffer also on error in...
2009-11-12  Alexandre Julliardkernel32: Use PeekMessageW instead of UserYield.
2009-11-11  Viliam Lejcikkernel32: Fix GetCurrencyFormat grouping.
2009-11-10  Paul Vrienskernel32/tests: Fix some test failures on Win9x/WinMe.
2009-11-09  Francois GougetAssorted spelling fixes.
2009-11-04  Alexandre Julliardntdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.
2009-11-04  Michael Martinkernel32/tests: Additional tests for CopyFile/MoveFile...
2009-10-30  Alexandre Julliardkernel32: Make sure the codepage registry keys are...
2009-10-30  Alexandre Julliardkernel32/tests: Fix FormatMessage test failures on...
2009-10-30  Alexandre Julliardkernel32: Replicate the MS bug with va_list argument...
2009-10-30  Alexandre Julliardkernel32/tests: Use __ms_va_list in the FormatMessage...
2009-10-30  Alexandre Julliardkernel32: Fix handling of width and precision arguments...
2009-10-30  Alexandre Julliardkernel32: Propagate the error result from RtlFindMessag...
2009-10-30  Alexandre Julliardkernel32: Reimplement the formatting of inserts in...
2009-10-30  Alexandre Julliardkernel32: Reimplement the formatting of inserts in...
2009-10-29  Louis Lenderskernel32/tests: Add more tests for FormatMessageA.
2009-10-29  Alexandre Julliardkernel32/tests: Add some tests for width and precision...
2009-10-28  Alexandre Julliardkernel32: Set the 64-bit flag for builtin executables...
2009-10-28  Alexandre Julliardkernel32: Retrieve the executable information as soon...
2009-10-28  Alexandre Julliardkernel32: Add a structure to store all the information...
2009-10-28  Alexandre Julliardkernel32: Specify the full application path when starti...
2009-10-28  Alexandre Julliardntdll: The meaning of the flag is inverted between...
2009-10-27  Alexandre Julliardkernel32: Make GetQueuedCompletionStatus return failure...
2009-10-26  Alexander Nicolays... kernel32: Implement GetProductInfo on top of ntdll...
2009-10-23  Louis Lenderskernel32: Add stub for GetVolumePathNamesForVolumeNameW.
2009-10-23  Paul Vrienskernel32/tests: Fix an intermittent test failure on...
2009-10-23  Nikolay Sivovkernel32: Fix copied data length.
2009-10-22  Alexandre Julliardkernel32: Create the syswow64 directory if necessary.
2009-10-22  Alexandre Julliardkernel32: Store the symlink target directly into the...
2009-10-21  Alexandre Julliardkernel32: Make sure the 32/64-bit state of the winepref...
2009-10-21  Alexandre Julliardkernel32: Return the appropriate binary type for 64...
2009-10-21  Dan Kegelkernel32: Fix two little leaks in heap test.
2009-10-21  Aurimas Fišeraskernel32/nls: Add genitive forms for Lithuanian locale.
2009-10-21  Nikolay Sivovkernel32/locale: Add support for LOCALE_RETURN_GENITIVE...
2009-10-21  Nikolay Sivovkernel32/tests: Add tests for LOCALE_RETURN_GENITIVE_NA...
2009-10-15  Alexandre Julliardkernel32: Use the PWD variable to set the initial curre...
2009-10-14  Paul Vrienskernel32/tests: Fix some test failures on Win9x/WinMe.
2009-10-14  Ray Hinchliffekernel32: Correct ullTotalVirtual for GlobalMemoryStatu...
2009-10-14  Stefan Dösingerkernel32: Make some functions hookable.
2009-10-12  Dmitry Timoshkovkernel32: Implement HeapQueryInformation, add some...
2009-10-08  Alexandre Julliardkernel32: Moved the DeviceIoControl function to file.c.
next