quartz: Change VideoRenderer_Run to handle EndOfStream slightly better.
[wine] / dlls / kernel32 /
2010-11-16  Ken Thomasesloader: On Mac, reserve the process's original thread...
2010-11-12  Detlef Riekenbergkernel32: Add a stub for SetProcessDEPPolicy.
2010-11-12  Eric Pouechkernel32: Fixed regression with echoing input characters.
2010-11-10  Michael Stefaniuckernel32/tests: '\' needs to be escaped in a C string...
2010-11-08  Eric Pouechserver: Removed the no longer used bare parameter out...
2010-11-08  Eric Pouechkernel32: Use fd availability for testing whether a...
2010-11-04  Alexandre Julliardkernel32: Fix a trace to print the correct error code.
2010-11-04  André Hentschelkernel32: Remove dead code and old comment.
2010-11-02  Francois GougetAssorted spelling fixes.
2010-11-01  Alexandre Julliardkernel32: Remove unnecessary use of wownt32.h.
2010-10-30  Alexandre Julliardlibwine: Update Unicode tables to the Unicode 6.0 standard.
2010-10-29  Charles Daviskernel32/tests: Fix the mixed-case short path test...
2010-10-28  Charles Daviskernel32/tests: Add a test for opening short paths...
2010-10-28  André Hentschelkernel32: Update function docs for GetBinayType.
2010-10-25  Austin Lundkernel32/tests: Increase timeouts to avoid test failure...
2010-10-25  Alexandre Julliardkernel32: Fix a FAT format sanity check for floppies.
2010-10-25  Anders Jonssonkernel32: Add Swedish translation.
2010-10-22  Louis Lenderskernel32: Fix GetTempFileName with invalid path.
2010-10-20  Alexandre Julliardkernel32: Fix last error code in GetVolumeInformationW...
2010-10-20  Alexandre Julliardkernel32: Use the NT name to retrieve label and serial...
2010-10-20  Alexandre Julliardkernel32: Use the NT name to open the root directory...
2010-10-20  Alexandre Julliardkernel32: Use the NT name to open the device in GetVolu...
2010-10-20  Alexandre Julliardkernel32: Use RtlDosPathNameToNtPathName_U to validate...
2010-10-19  Alexandre Julliardntdll: More complete implementation of NtAreMappedFiles...
2010-10-18  Alexandre Julliardkernel32/tests: Add some tests for NtAreMappedFilesTheSame.
2010-10-18  Louis Lenderskernel32/tests: Add some more tests for GetTempFileName.
2010-10-14  Yaron Shahrabanikernel32: heb.nls: Made some corrections.
2010-10-11  Andrew Nguyenkernel32: Make the return type of LoadModule match...
2010-10-11  Andrew Nguyenkernel32: Implement GetSystemRegistryQuota as a semi...
2010-10-06  Dmitry Timoshkovkernel32: Truncate the reported by GlobalMemoryStatus...
2010-10-04  Hwang YunSongkernel32: Update Korean resource.
2010-10-01  Alexandre Julliardkernel32/tests: Make some variables static.
2010-09-29  Alexandre Julliardkernel32/tests: Use a real console handle in the Verify...
2010-09-27  Alexandre Julliardkernel32/nls: Define the neutral and reading layout...
2010-09-27  Alexandre Julliardkernel32: Implemented EnumSystemLocalesEx.
2010-09-27  Eric Pouechkernel32: Only reset the console mode when it has been...
2010-09-23  Peter Oberndorferkernel32: Fix last error value of GetStdHandle/SetStdHa...
2010-09-23  Peter Oberndorferkernel32: VerifyConsoleIoHandle does not set last error...
2010-09-23  Peter Oberndorferkernel32: Fix WaitForMultipleObjectsEx for handles...
2010-09-23  Peter Oberndorferkernel32: Add test for WaitForSingleObject with lower...
2010-09-22  Austin Englishkernel32: Add a stub for GetSystemDEPPolicy.
2010-09-20  Luca Bennatikernel32: Remove dead assignments.
2010-09-20  André Hentschelkernel32: Add ARM support.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-15  Rudolf Mayerhoferkernel32: Implement GetUserDefaultLocaleName using...
2010-09-13  Mariusz Plucińskikernel32: New flags added to LoadLibraryEx.
2010-09-13  Eric Pouechkernel32: Fixed a couple of cases where the console...
2010-09-09  Luca Bennatikernel32: Update Italian translation.
2010-09-09  Austin Englishkernel32/tests: Typo fixes.
2010-09-08  Austin Englishkernel32: Add a stub for GetThreadUILanguage.
2010-09-06  Austin Englishkernel32/tests: Be sure to terminate array.
2010-09-06  Louis Lenderskernel32: Change SetHandleCount to match behaviour...
2010-09-01  Eric Pouechkernel32: Remove old bare-console code.
2010-09-01  Eric Pouechkernel32: Modify editline logic so that it also work...
2010-09-01  Eric Pouechkernel32: Properly handle bare console on input.
2010-09-01  Eric Pouechntdll: Allocate a console (without renderer) when start...
2010-09-01  Eric Pouechserver: Allow a screen buffer to be attached to a given...
2010-08-31  Alexandre Goujonmsvcrt: Properly fix setlocale and clean up tests.
2010-08-31  Alexandre Julliardkernel32: Use int64 in the spec file for 64-bit integers.
2010-08-31  Francois Gougetkernel32/tests: Fix compilation on systems that don...
2010-08-30  Louis Lenderskernel32: Add stub for WerRegisterFile.
2010-08-30  Louis Lenderskernel32: Add stub for GetUserDefaultLocaleName.
2010-08-30  André Hentschelkernel32: Better describe an error.
2010-08-30  Dan Kegelkernel32: Add error text for WSAECONNREFUSED.
2010-08-24  Austin Englishkernel32/tests: Sparc fixes.
2010-08-23  Alexandre Goujonkernel32: Fix GetComputerName errors.
2010-08-18  Jörg Höhlekernel32/tests: GetVolumeInformationA X: succeeds iff...
2010-08-18  Austin Englishkernel32: Add stub for SetFileValidData.
2010-08-17  Wolfram Sangkernel32: Change fixme to trace in comm.c.
2010-08-16  Juan Langkernel32: Implement GetErrorMode/SetErrorMode on top...
2010-07-28  Austin Englishkernel32/tests: Add a test for CreateFileA.
2010-07-28  André Hentschelkernel32: Spelling fix in a comment.
2010-07-26  Harry JefferyFixed various spelling mistakes.
2010-07-26  Alexandre Julliardwinegcc: Don't import winecrt0 by default when building...
2010-07-23  Damjan Jovanovickernel32: Deal with unix paths in wine_get_dos_file_name.
2010-07-22  Aric Stewartkernel32/tests: Add test for CT_TYPE1 of GetStringTypeW.
2010-07-22  Andrey Turkinkernel32: Enhance EndUpdateResource.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  Alexandre Julliardmakefiles: Specify -nodefaultlibs when building low...
2010-07-20  Paul Chitescukernel32: Declare and add stubs for GetLogicalProcessor...
2010-07-20  Alexandre Julliardtests: Run all tests with the default FPU control word.
2010-07-20  Alexandre Julliardtests: Try to avoid message boxes popping up in non...
2010-07-19  Sven Baarskernel32: Update the Dutch translation.
2010-07-15  Igor Paliychukkernel32: Ukrainian translation update.
2010-07-14  Igor Paliychukkernel32: Add Ukrainian translation.
2010-07-13  Sven Baarskernel32: Partially update the Dutch translation.
2010-07-08  Gustavo Henrique... kernel32: Fixed typos in Portuguese translation and...
2010-07-08  Gustavo Henrique... kernel32: Added Brazilian Portuguese winerr file.
2010-07-08  Jörg Höhlekernel32/tests: Skip fewer tests on Win9x.
2010-07-07  Ken Sharpkernel32: Update Welsh resource.
2010-07-07  Ken Sharpkernel32: Update Cornish resource.
2010-07-05  Ken Sharpkernel32: Update Gaelic resource.
2010-06-30  Vitaly Lipatovkernel32: Add Russian translation.
2010-06-29  Austin Englishkernel32: Add stub for QueryMemoryResourceNotification.
2010-06-29  Austin Englishkernel32: Add NERR_UserNotFound to Norwegian winerr.
2010-06-28  André Hentschelkernel32: Add NERR_UserNotFound to german winerr.
2010-06-25  Łukasz Wojniłowiczkernel32: Update the Polish translation.
2010-06-25  André Hentschelkernel32: Update a warning.
2010-06-24  Alexandre Julliardkernel32: Avoid returning the same name when GetTempFil...
2010-06-24  Francois Gougetkernel32: GetProcessDword() is unused so remove it.
next