Documentation updates.
[wine] / dlls /
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-18  Eric Pouech- added LDR_MODULE structure to WINE_MODREF and made...
2003-03-18  Thomas MertesTests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,...
2003-03-18  Jon GriffithsAdd __CxxDetectRethrow(), __CxxQueryExceptionSize().
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-17  Ove KaavenSomewhat more reliable dsound position notifications.
2003-03-17  Tony LambregtsJanitorial. Get rid of W->A call.
2003-03-17  Jon GriffithsMove a couple of shared definitions into msvcrt.h.
2003-03-17  Jon Griffiths_EXIT_LOCK2 is used by type_info objects.
2003-03-17  Jon GriffithsDocumentation updates.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-17  Alexandre JulliardFixed a couple of relay arguments, and updated some...
2003-03-17  Mike HearnFix the tab height so the labels don't clip, and restor...
2003-03-17  Mike HearnFix a typo.
2003-03-17  Paul RupeAdd CSIDL_PROFILES. Improved logging for non-existent...
2003-03-17  Paul RupeFix a couple INT/UINT comparisons.
2003-03-17  Paul RupeTreat blank protocol the same as NULL in getservbyname &
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-17  Alexandre JulliardImplemented _getdllprocaddr(), it cannot be simply...
2003-03-17  Alexandre JulliardAvoid warnings.
2003-03-16  Vitaliy Margolen- make SHGetFileInfo handle relative paths
2003-03-15  Alexandre JulliardImplemented _chkesp, based on a patch by Jon Griffiths.
2003-03-15  Jon GriffithsDisplay abnormal exit text in a message box for GUI...
2003-03-15  Alexandre JulliardAdded #ifdef checks for SOUND_MIXER_INFO.
2003-03-15  Jon GriffithsAdd RtlDowncaseUnicodeChar(), RtlEqualComputerName(),
2003-03-15  Jon GriffithsDocumentation updates.
2003-03-15  Jon GriffithsSHCreateThread is exported by name _and_ ordinal.
2003-03-15  Jon GriffithsCorrect behaviour for some error conditions.
2003-03-15  Jon GriffithsImplemented __p__pgmptr, _pgmptr.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-03-15  Vitaliy MargolenChanges for Icon and SmallIcon modes:
2003-03-14  Alexandre JulliardAvoid GetProcessHeap() inside ntdll.
2003-03-14  Rein KlazesAdded stub for GetDevicePowerState().
2003-03-14  Rein KlazesAdded a stub for msnet32.57
2003-03-14  Dimitrie O. PaunSpacing information is signed (debugged and fixed by...
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Tony LambregtsJanitorial. Get rid of W->A calls.
2003-03-14  Tony LambregtsReplace DPRINTF with TRACE.
2003-03-14  Alexandre JulliardWarning fixes.
2003-03-14  Alexandre JulliardOnly print the trace header when we are at the beginnin...
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-12  Dmitry TimoshkovMove vsnwprintf implementation to libwine_unicode,...
2003-03-12  Jon GriffithsConstify the strings in the policy cache.
2003-03-12  Thomas MertesForward to the ntdll functions _itoa, _ltoa, _ultoa...
2003-03-12  Thomas MertesImplement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,...
2003-03-12  Marcus MeissnerFixed 2 fd leaks in comm functions.
2003-03-12  Mike Hearn- Reduced tab offset constant slightly to avoid clippin...
2003-03-11  Mike HearnImplemented the global interface table object using...
2003-03-10  Rok Mandeljc- implemented panning
2003-03-10  Vitaliy MargolenFixed typo in PrivateExtractIconExW function.
2003-03-10  Mike HearnIt's not just height that can be set to the default...
2003-03-10  Eric PouechFixed error code when no mapping is found for wave...
2003-03-10  Maxime BellengéImplemented SHRegSetUSValueA and SHRegSetUSValueW.
2003-03-07  Alexandre JulliardRewrote RtlFind{Most,Least}SignificantBit in a more...
2003-03-07  Tony LambregtsJanitorial. Get rid of W->A call.
2003-03-07  Adam GundyTOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are...
2003-03-07  Robert ReifFixed bug where the enable state of the output and...
2003-03-07  Robert ReifFixed a bug where a capture device was used after it...
2003-03-07  Marcus MeissnerWas using the wrong define for the CUPS soname.
2003-03-07  Adam GundyWhen shifting the list's indices, we must not send...
2003-03-07  Lionel Ulmer- some Caps clean-up when no OpenGL compiled in
2003-03-07  Steven EdwardsAdd import of ntdll.
2003-03-07  Adam GundyPROPSHEET_CreateDialog() is documented to return -1...
2003-03-07  Adam GundyArrangeCtrlPositions() did not cope correctly with...
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2003-03-06  Lionel UlmerSupport 'stub' wglGetExtensionsStringEXT function.
2003-03-06  Robert ReifAdded a configuration option for setting the hardware...
2003-03-06  Tony LambregtsJanitorial. Get rid of W->A call.
2003-03-06  Adam GundyHandle coercing VT_DISPATCH into VT_PTR.
2003-03-06  Adam GundyTREEVIEW_UpdateScrollBars() now copes with an empty...
2003-03-05  Eric PouechRemoved SO loading type.
2003-03-05  Vitaliy MargolenAdd few SFGAO_CAN* attributes to supported list.
2003-03-05  Rok MandeljcChanged some stuff so distance attenuation works for...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-03-04  Robert ReifAdded waveIn tests.
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2003-03-04  Stefan LeichterAdded tests for GetPrivateProfileInt.
2003-03-04  Vitaliy MargolenFix invisible tabs in TabControls with fixed tab width.
2003-03-04  Marcus MeissnerAdded _daylight stub int, and __p__daylight function.
2003-03-04  Rolf KalbermatterFix endless loop in StrPBrkW.
2003-03-04  Lionel Ulmer- update to latest GL spec files
2003-03-04  Jukka HeinonenMove real mode interrupt emulation code to file interru...
2003-03-04  Jukka HeinonenMove decoding of long file name functions to winedos.
2003-03-04  Marcus MeissnerVarAdd: set 'rc' correctly from BSTR addition.
2003-03-04  Marcus MeissnerHandle VT_PTR->VT_VARIANT arguments of Invoke.
2003-03-04  Robert ReifFixed code to handle full duplex properly.
2003-03-04  Robert ReifCapture thread checks queue for more headers before...
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-27  Alberto MassariFixes to IShellFolder::GetAttributesOf:
2003-02-27  Alexandre JulliardMoved CreateThread16 to kernel, and made it use WOWCall...
2003-02-27  Alexandre JulliardGet rid of win16drv directory.
2003-02-27  Alexandre JulliardRemoved the 16-bit graphics driver support; this has...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-26  Sylvain PetreolleImplemented DSP Version command.
2003-02-26  Jukka HeinonenMove controller info and state/functionality info initi...
2003-02-26  Mike HearnCheck both pointers in GetContainingTypeLib.
2003-02-26  Mike HearnImplemented GlobalMemoryStatusEx().
2003-02-25  Tim SegallAccept either TVI_ROOT or NULL for the parent to imply...
next