wine/eterwine.git
2003-03-17 Jon GriffithsAdded prototypes for the Remote Shutdown Api calls.
2003-03-17 Jon GriffithsDocumentation updates.
2003-03-17 Tony LambregtsConvert WINE_DPRINTF calls to WINE_TRACE.
2003-03-17 Alexandre JulliardRemoved support for the 'forward' ordinal type.
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 JulliardDisable 'variable' in Win32 spec files.
2003-03-17 Alexandre JulliardAvoid warnings.
2003-03-16 Alexandre JulliardDon't enter an imported dll in the import table at...
2003-03-16 Alexandre JulliardProperly import basetsd.h and guiddef.h.
2003-03-16 Alexandre JulliardMake sure we display the correct file name and line...
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 Jon GriffithsAdd some missing types needed for the upcoming ocidl...
2003-03-15 Alexandre JulliardAdded #ifdef checks for SOUND_MIXER_INFO.
2003-03-15 Alexandre JulliardAdded Jon Griffiths.
2003-03-15 Jon GriffithsUpdated rules for API doc generation.
2003-03-15 Jon GriffithsImprove the look/content of the man page output.
2003-03-15 Jon GriffithsDocument the API generation process and format.
2003-03-15 Jon GriffithsAdd RtlDowncaseUnicodeChar(), RtlEqualComputerName(),
2003-03-15 Jon GriffithsDocumentation updates.
2003-03-15 Jon GriffithsAdd some missing prototypes.
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 GriffithsReally get rid of debug code/strings if we're building...
2003-03-15 Jon GriffithsImplemented __p__pgmptr, _pgmptr.
2003-03-15 Jon GriffithsOnly sort the number of symbols actually found.
2003-03-15 Jon GriffithsOutput a dummy function for linking.
2003-03-15 Jon GriffithsProtect the TEXTMETRIC struct from redefinition.
2003-03-15 Robert ReifAdded support for multiple direct sound devices.
2003-03-15 Tony LambregtsReplace DPRINTF with TRACE.
2003-03-15 Maxime BellengéRename "Shortcut" to "Desktop".
2003-03-15 Alexandre JulliardInit signals before calling CLIENT_InitThread since...
2003-03-15 Vitaliy MargolenChanges for Icon and SmallIcon modes:
2003-03-14 Alexandre JulliardCleaned up load_library_as_datafile().
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... Spacing 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 JulliardAdded -f option to make wineserver remain in the foregr...
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 Alexandre JulliardAdded an inode object to keep track of all file descrip...
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 Shachar Shemesh- Implement finer grained control over what gets run.
2003-03-12 Tony LambregtsAdd flags for RegRestoreKey.
2003-03-12 Mike Hearn- Reduced tab offset constant slightly to avoid clippin...
2003-03-11 Alexandre JulliardAttaching the debugger to a running process should...
2003-03-11 Mike HearnImplemented the global interface table object using...
2003-03-10 Eric PouechPut console documentation in sync with current console...
2003-03-10 Rok Mandeljc- implemented panning
2003-03-10 Uwe BonnesSNOOP_PrintArg: don't try to decipher snoop args when...
2003-03-10 Eric PouechFixed typo.
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 Pouech- fixed another regression in sub-process creation...
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 Andrew JohnstonMove keyboard event processing from WndProc code into...
2003-03-07 Adam GundyAllow modifying a menu string to be NULL.
2003-03-07 Adam GundyTOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are...
2003-03-07 Andrew Johnston- GetScrollRange zeros the return parameters for no...
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 Eric PouechFixed regression in sub-process creation.
2003-03-07 Lionel Ulmer- some Caps clean-up when no OpenGL compiled in
2003-03-07 Tony LambregtsClarify patch requirements.
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 Alexandre JulliardHardcode set_thread_area syscall number to avoid troubl...
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 Robert ReifFixed a FIXME for full duplex.
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 Sylvain PetreolleAllow to run autoexec.bat when launching wcmd, it was...
next