Horizontal scrollbar is hidden when edit control is emptied.
[wine] / dlls / ntdll /
2005-02-21  Juan LangFix NtQueryPerformanceCounter parameter checking. Spott...
2005-02-15  Uwe BonnesUse local buffer in RtlUpcaseUnicodeStringToCountedOemS...
2005-02-15  Ivan Leo PuotiMove Rtl*Registry* structs, defines and prototypes...
2005-02-14  Alexandre JulliardBrad DeMorrow
2005-02-14  Ivan Leo PuotiAdd implementation for RtlQueryRegistryValues, RtlCheck...
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Marcelo Duarte- Correct time zone for BRT and BRST.
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-02-10  Mike HearnAlter the version heuristics a bit.
2005-02-09  Alexandre JulliardConsider any character above 0x7f to be invalid in...
2005-02-08  Robert ShearmanReplace 10000000 with TICKSPERSEC to make it more obvio...
2005-01-28  Rein KlazesIn NtQuerySystemInformation, handle request for informa...
2005-01-27  Troy RolloAdd TZ_INFO entry to match (incorrect) Australian Easte...
2005-01-26  Rein KlazesGet rid of the rdtsc cpu instruction method for calcula...
2005-01-24  Ivan Leo PuotiAdded NtLoadDriver and NtUnloadDriver stubs.
2005-01-24  Dmitry TimoshkovMake HeapFree(NULL) case faster by retrieving heap...
2005-01-24  Gerald PfeiferFix format string in NtQueryVirtualMemory().
2005-01-20  Hans LeidekkerStub implementations for EnumPageFiles{A,W}, GetProcess...
2005-01-20  Tony LambregtsAdded time zone information for SAMT (Samara Standard...
2005-01-20  Ulrich CzekallaACL fixes and cleanups.
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-11  Mike HearnGive a more informative error when a DLL fails to initi...
2005-01-07  Robert Shearman- Add a complete, sorted listed of IOCTLS implemented...
2005-01-06  Rein KlazesOn Linux, use fstatfs instead of fstatvfs. It is too...
2005-01-06  Tony LambregtsAdd Brazilian standard time.
2005-01-04  Alexandre JulliardFixed the FIXME in RtlNtStatusToDosError, and implemented
2005-01-04  Alexandre JulliardSupport mapping non page-aligned binaries for SEC_IMAGE...
2005-01-03  Eric PouechFixed some regressions from the previous change.
2004-12-22  Alexandre JulliardFixed prototypes of a couple of ntdll functions.
2004-12-21  Hans LeidekkerStub implementations for AdjustTokenGroups, AreAllAcces...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-17  Vincent BéronBetter detect a dll's Windows version.
2004-12-16  Ivan Leo PuotiBetter EXE version check in VERSION_GetLinkedDllVersion.
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-09  Alexandre JulliardFixed read_directory_getdents for large directories...
2004-12-08  Gerald PfeiferAvoid a warning on FreeBSD.
2004-12-07  Robert ShearmanImplement handle tables and add tests for them.
2004-12-06  Alexandre JulliardUse a direct getdents syscall on Linux to avoid relying on
2004-12-06  Stewart AllenAdded SAST (South African Standard Time), corrected...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-11-29  Alexandre JulliardFixed RtlExpandEnvironmentStrings_U to not depend on...
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-23  Alexandre JulliardAppend .dll extension in all cases (spotted by Mike...
2004-11-21  Eric FriasPermit unaligned memory access on sparc.
2004-11-21  Alexander YaworskyAdded NOVT timezone info.
2004-11-21  Eric PouechMoved kernel32.DeleteFileW core implementation to ntdll...
2004-11-09  HamishFix for async writes to comm ports.
2004-11-06  Alexandre JulliardFree the memory view before we unload a builtin dll...
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-11-02  Jeremy WhiteTune the behavior of Sleep() and Waitxxx() to more...
2004-11-02  Vitaly LipatovAdded MSK timezone info.
2004-11-02  Michael JungAdded CET timezone info.
2004-11-02  Roger OlsonAdd Pacific Standard Time (PST) to TZ_INFO.
2004-10-30  Francois Gouget#ifdef out the tests if compiling with the Platform...
2004-10-25  Eric Pouech- fixed the way length of msvcrt runtime info is passed
2004-10-22  Rein KlazesCorrect the calculation of the year for the 31'st of...
2004-10-21  Rein KlazesCorrect the calculation of the year for the 31'st of...
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-18  Rein KlazesIn RtlQueryTimezoneInformation use information from...
2004-10-18  Mike McCormackMask SIGCHLD to prevent partial writes in the new_proce...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-10-09  Jeremy WhiteMade NtDelayExecution with a 0 timeout yield the CPU...
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-10-04  Filip NavaraAdd UTC to the time zone list.
2004-09-24  Uwe BonnesMake WINEDLLOVERRIDES also match for *dll.
2004-09-22  Richard CohenMove TRACE inside TRY block.
2004-09-22  Alexander YaworskyMoved TRACEs to the beginning of functions.
2004-09-21  Alexander YaworskyMake RtlCreateUserThread fail if process handle is...
2004-09-15  Mike McCormackUse FILE_SHARE_DELETE when loading modules, as running...
2004-09-14  Francois GougetAssorted spelling fixes.
2004-09-14  Steven EdwardsAdded stub for NtShutdownSystem.
2004-09-13  Alexandre JulliardDon't try to stat network mounts in parse_mount_entries...
2004-09-13  Jon GriffithsDocumentation updates.
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-07  Alexandre JulliardAvoid integer overflows in NTDLL_get_server_timeout...
2004-09-06  Francois GougetTest some more ntdll types.
2004-09-06  Uwe BonnesMore defines for TZ_INFO.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-06  Robert ShearmanImprove documentation for critical sections.
2004-09-01  Francois GougetFix/update the TOKEN_STATISTICS check.
2004-09-01  Francois GougetDisable the RtlBitMap tests if compiling with the Micro...
2004-08-30  Mike McCormackStub implementations for NtAdjustGroupsToken and NtAler...
2004-08-27  Mike McCormackAdded stub implementations for NtDeleteFile and NtCance...
2004-08-26  Jason EdmeadesDon't clear the information structure for non supported...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Francois GougetFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I...
2004-08-24  Pierre d'HerbemontAdded signal support for Darwin/i386.
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-08-22  Francois GougetUpdate FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to...
2004-08-22  Francois GougetRemove these Wine-only types:
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Robert ShearmanHandle ECONNRESET in FILE_GetNtStatus.
2004-08-19  Robert Shearman- Errors should only be reported to I/O completion...
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-08-18  Rein KlazesDo not make a directory read-only.
next