mshtml: Added IHTMLWindow2::get_screen implementation.
[wine] / dlls / kernel32 /
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.
2009-10-08  Alexandre Julliardkernel32: Move some 16-bit definitions to kernel16_priv...
2009-10-08  Alexandre Julliardkernel32: Move the DOS file handle functions to file16.c.
2009-10-08  Alexandre Julliardkernel32: Reimplement GetPrivateProfileString16 on...
2009-10-08  Alexandre Julliardkernel32: Fix handling of overflows in GetPrivateProfil...
2009-10-08  Ge van Geldorpkernel32/tests: Check last error before calling lstrcmp...
2009-10-08  Alexandre Julliardkernel32: Don't export the large integer functions...
2009-10-08  Alexandre Julliardkernel32: Move the k32 kernel32->user32 helpers to...
2009-10-08  Alexandre Julliardkernel32: Move Get/SetProcessDword to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Fix a couple of compiler warnings on 64-bit.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit version functions to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit PE module functions to kernel...
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit handle functions to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit thread and process functions...
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit debugger functions to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit synchronization functions...
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit error functions to error16.c.
2009-10-07  Alexandre Julliardkernel32: Move the 16-bit string functions to kernel16.c.
2009-10-07  Ge van Geldorpkernel32/tests: Skip some resource tests on Win7.
2009-10-07  Paul Vrienskernel32/tests: Don't crash on WinMe.
2009-10-06  Alexandre Julliardkernel32: Fix empty function prototypes.
2009-10-06  Alexandre Julliardkernel32: Use call_entry_point to call functions with...
2009-10-06  Andrey Turkinkernel32: Send debug strings to system-wide monitor.
2009-10-06  Andrey Turkinkernel32: Always use ANSI version of OutputDebugString.
2009-10-06  Ge van Geldorpkernel32/tests: Add acceptable error codes for Win7...
2009-10-06  Ge van Geldorpkernel32/tests: Fix atom tests on Win7.
2009-10-06  Michael Stefaniuckernel32/tests: Use better types than long.
2009-10-05  Andrey Turkinkernel32: Catch invalid memory accesses in resource...
2009-10-05  Dmitry Kislyukkernel32/tests: Pass test on error code returned by...
2009-10-01  Juan Langkernel32: Set time between interrupts in GetSystemTimeA...
2009-09-29  Paul Vrienskernel32/tests: Fix some test failures on WinMe.
2009-09-28  Alexandre Julliardkernel32: Make toolhelp.dll into a stand-alone 16-bit...
2009-09-28  Alexandre Julliardkernel32: Moved private function prototypes out of...
2009-09-28  Alexandre Julliardkernel32: Moved GetThreadSelectorEntry to thread.c.
2009-09-28  Alexandre Julliardkernel32: Moved ToolHelpHook16 to kernel16.c, it's...
2009-09-28  Alexandre Julliardkernel32: Moved MemManInfo16 to toolhelp16.c.
2009-09-28  Alexandre Julliardkernel32: Allocate the global arena array only once...
2009-09-28  Alexandre Julliardkernel32: Make system.drv into a stand-alone 16-bit...
2009-09-28  Alexandre Julliardwinedos: Always run the BIOS tick timer.
2009-09-28  Stefan Leichterkernel32: Check parameter of CheckRemoteDebuggerPresent...
2009-09-24  Alexandre Julliardkernel32/tests: Fix a couple of failures in the comm...
2009-09-24  Alexandre Julliardkernel32: Cope with an empty resource section in Update...
2009-09-23  Michael Stefaniuckernel32: Add missing stdarg.h include.
2009-09-22  Eric Pouechkernel32: Rewrite GetSystemInfo() purely on ntdll calls.
2009-09-22  Eric Pouechntdll: Moved CPU related registry key creation from...
2009-09-22  Eric Pouechkernel32: Store the process features flag in the KUSER_...
2009-09-22  Eric Pouechntdll: In SYSTEM_BASIC_INFORMATION, the active processo...
next