Framework for the doppler effect.
[wine] / dlls /
2003-03-31  Rok MandeljcFramework for the doppler effect.
2003-03-31  Rok Mandeljc(sorta) implemented EnumPorts.
2003-03-30  Adam GundyMSVCRT_fclose() mustn't use the _flag field from the...
2003-03-30  Vitaliy MargolenUnicode strings termination fixes.
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-30  Adam GundyDon't look at the second character of the path unless...
2003-03-30  Adam GundyDon't convert uninitialized bytes of the filename from...
2003-03-30  Adam GundyMake sure the new array of printer pointers is NULL...
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-28  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-03-28  Alberto MassariAdded InternetSetStatusCallbackA and a stub for
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-28  Yorick HardyAdded fields from NetBSD struct sigcontext on i386.
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-27  Sylvain Petreolle_wsplitpath: Display correctly the path being split.
2003-03-27  Rolf KalbermatterImplemented SHLWAPI_266 and SHLWAPI_271.
2003-03-27  P. ChristeasImplemented MakeSureDirectoryPathExists.
2003-03-27  Mike HearnTreeView should not send two click notifications when...
2003-03-27  Rolf KalbermatterCosmetic fixes.
2003-03-26  Rolf KalbermatterImplemented CheckEscapesA/W.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Maxime BellengéFix the lookin combobox overlapping the toolbar in...
2003-03-26  Mike HearnTREEVIEW_GetItemA should ignore stateMask.
2003-03-26  Rolf KalbermatterAdd new helper function to create a relative file or...
2003-03-26  Maxime BellengéStubs for EnumSystemLanguageGroups{A|W}.
2003-03-26  Mike HearnCorrect the check for changed treeview items, so item...
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-03-25  Maxime BellengéFix how the size of the dialog is computed and the...
2003-03-25  Stefan LeichterLet wcmd handle .cmd files like .bat files.
2003-03-24  Alexandre JulliardMake sure changes to the debug registers while inside...
2003-03-24  Dimitrie O. PaunSend LVN_ODCACHEHINT notification for LVS_OWNERDATA...
2003-03-24  Tony LambregtsGet rid of W->A calls.
2003-03-23  Alexandre JulliardProperly initialize keyboard auto-repeat for all X...
2003-03-23  Rolf KalbermatterSHInitRestricted() fix boolean error introduced in...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-22  Alexandre JulliardChanged the SET_AX etc. macros to not return a value.
2003-03-22  Alexandre JulliardFixed duplicate initialization of some of the wm->ldr...
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.
2003-03-22  Alexandre JulliardMoved date/time/currency format handling to new lcformat.c.
2003-03-22  Thomas MertesTests for RtlCompareMemoryUlong, RtlUniform, RtlDowncas...
2003-03-22  Thomas Mertes- Implement RtlDowncaseUnicodeString, RtlUniform, iswdi...
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-03-21  Steven Edwardsshell.c is now 16-bit only.
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-21  Rolf Kalbermatter- Add new W2K policies to the known list of policies.
2003-03-21  Rolf KalbermatterImplement some more Win API functions and add support...
2003-03-21  Alexandre JulliardMoved libwine_unicode to the libs/ directory.
2003-03-21  Rok MandeljcStub implementation of the dmusic dll.
2003-03-21  Eric Pouech- implemented LdrQueryProcessModuleInformation
2003-03-20  Alexandre JulliardMoved [efg]cvt functions to msvcrt and fixed them to...
2003-03-20  Alexandre JulliardMoved a couple of locale functions from ole2nls.c into...
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Eric PouechFixed some unneeded unix to Win32 error mapping.
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-20  Alexandre JulliardChanged name of the asm version of RtlUlong/shortByteSw...
2003-03-20  Eric PouechMoved the module loading/unloading code and the remaini...
2003-03-20  Alexandre JulliardPartially implemented LdrLock/UnlockLoaderLock.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-20  Alexandre JulliardAdded check for duplicate ordinals, and fixed bug it...
2003-03-20  Mike HearnFixed copyright date.
2003-03-20  Alexandre JulliardMoved libwine_uuid to the new libs/ directory.
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-19  Alexandre JulliardImplemented Rtl*ByteSwap() functions, based on a patch...
2003-03-18  Jon GriffithsCorrect the agument count for RtlInitializeGenericTable().
2003-03-18  Alexandre JulliardAvoid explicit long long constants.
2003-03-18  Maxime BellengéStub for SHAutoComplete.
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.
next