wine/eterwine.git
2004-11-19 James HawkinsAdded beginnings of RegQueryValueEx tests.
2004-11-19 Andreas MohrCorrect ordering of some defines.
2004-11-19 Huw DaviesFallback to some sensible default values when underlini...
2004-11-19 Zach GormanAdd the DT_NOPREFIX flag when calling DrawText() for...
2004-11-19 Hans LeidekkerAdd version information.
2004-11-19 Christian CostaFixed colorkey conversion.
2004-11-19 Mike McCormackUse interlocked functions for thread safety.
2004-11-19 Christian CostaFixed IEnumPinsImpl_Next.
2004-11-19 Eric Pouech- implement SymUnDName and UndecorateSymbolName on...
2004-11-19 Rémi AssaillyAdded some structure tags.
2004-11-19 Jon GriffithsUse _WINNT_ as exclusion define for source compatibility.
2004-11-19 Christian CostaMapped AVIStreamOpenFromFile to AVIStreamOpenFromFileA.
2004-11-19 Robert ReifRemove trailing white space introduced in previous...
2004-11-19 James HawkinsMake four shreg tests pass on XP.
2004-11-19 Christian CostaAdded stub for SetQueryNetSessionCount.
2004-11-19 Robert ShearmanPass the address of the handle rather than just the...
2004-11-19 Christian CostaFixed some forwards.
2004-11-10 Mike McCormackImprove the CertStore code a little.
2004-11-10 Jason Edmeades- Stub SetServiceObjectSecurity to pretend to work...
2004-11-10 James HawkinsUse SHDeleteKey to remove leftover keys from the shreg...
2004-11-10 Robert Shearman- Set cache bitmap dimensions correctly when a 0x0...
2004-11-10 Michael JungCPAcquireContext: Set last error to ERROR_SUCCESS in...
2004-11-09 Rein KlazesAdd a first AC_CHECK_HEADERS, forcing checking of the...
2004-11-09 HamishFix for async writes to comm ports.
2004-11-09 Stefan LeichterFixed tests of GetAcceptLanguagesA for platfoms 98...
2004-11-09 Stefan LeichterFixed GetFileVersionInfoSizeA tests on NT4 platform.
2004-11-09 Robert ReifRemove redundant GUID check.
2004-11-09 Dmitry Timoshkov- do not move updown control and buddy if an alignment...
2004-11-09 Kevin KoltzauImplementation of GetThemeBackgroundExtent.
2004-11-09 Kevin KoltzauChange AlphaBlend to use destination dimensions rather...
2004-11-09 Kevin KoltzauFix crash when no theme is set and application ignores...
2004-11-09 Walt OgburnIn OlePictureImpl_Load, always use DIB_RGB_COLORS becau...
2004-11-08 Robert Shearman- bNtfUnicode is a dup' of bUnicode so remove it and...
2004-11-08 William Poetra... Give the first menu item of a popup menu a distance...
2004-11-08 William Poetra... Fix the size and position of the system menu icon on...
2004-11-08 Eric PouechNow that name undecoration works, fix the type info.
2004-11-08 Eric PouechImplemented __unDName and __unDNameEx functions.
2004-11-08 Vitaliy Margolen- return "want all keys" for WM_GETDLGCODE when multi...
2004-11-08 Dmitry TimoshkovDimensions of month calendar control should not depend...
2004-11-08 Hans LeidekkerAdd version information.
2004-11-08 Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-11-08 Eric Pouech- fixed regression in watchpoint setting (by addr)
2004-11-08 Walt OgburnTurn ISO_Left_Tab back into a tab character if needed.
2004-11-08 William Poetra... Use COLOR_MENUBAR (instead of COLOR_GRADIENTINACTIVECAP...
2004-11-08 William Poetra... Fix the button edge color, by using the BF_SOFT border...
2004-11-08 Rémi AssaillyAdd some structure tags.
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-06 Mike HearnSupport assigning font objects to other font objects.
2004-11-06 Robert ShearmanRemove unnecessary WNDPROC casts.
2004-11-06 Gerald PfeiferFix format string in WSAAddressToStringA().
2004-11-06 Mike HearnDocument the linked list support code.
2004-11-06 Robert ShearmanImplement TBN_RESTORE notification.
2004-11-06 Robert ShearmanLimit StackWalk iterations to prevent infinite loop.
2004-11-04 Michael JungImplemented a substantial part of rsaenh.dll.
2004-11-04 Mike HearnDocument how SEH works in Wine.
2004-11-04 Dmitry TimoshkovAdd unix locale to code page mapping for ISO-8859-16.
2004-11-04 Hans LeidekkerImplement WSAAddressToString{A,W}.
2004-11-04 Aric StewartImplemented InternetGetConnectedStateExA.
2004-11-04 Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-11-04 Aric StewartImplementation of PathCleanupSpec.
2004-11-04 Gerald PfeiferDisable memory reservation code on FreeBSD, where it...
2004-11-04 Juan Lang- implement LookupPrivilegeName
2004-11-03 Robert ShearmanFix broken thread start routines.
2004-11-03 Ivan Leo PuotiProper implementation of sysmodal message boxes.
2004-11-03 Tony LambregtsFix up init_fp test for freopen.
2004-11-03 Aric StewartHandle 3 more custom action types
2004-11-03 Jakob ErikssonAllocateAndInitializeSid does not work on Win98.
2004-11-03 Hans LeidekkerImprove {Uninstall,Install}ColorProfile{A,W}.
2004-11-03 Robert ReifDon't consider a MMSYSERR_NOTSUPPORTED failure a test...
2004-11-02 Alexandre JulliardRestore chunk of code lost in previous changes.
2004-11-02 Jeremy WhiteTune the behavior of Sleep() and Waitxxx() to more...
2004-11-02 Ivan Leo PuotiDownloading the platform sdk doesn't require IE any...
2004-11-02 Jeremy WhiteThe Sleep(0) in this loop is incorrect, and should...
2004-11-02 Huw DaviesScale the patterns so that they're rendered at 300dpi.
2004-11-02 Stefan DösingerAdded WSAAddressToStringA/W stubs.
2004-11-02 Vitaly LipatovAdded MSK timezone info.
2004-11-02 Hans LeidekkerMake sure we match output of Win2k protocol enumeration...
2004-11-02 Michael JungAdded CET timezone info.
2004-11-02 Michael Kaufmann- Extended support for BITMAPCOREINFO / BITMAPCOREHEADE...
2004-11-02 Fabrice MénardCheck the type of error returned by SHCreateDirectoryExW.
2004-11-02 Roger OlsonAdd Pacific Standard Time (PST) to TZ_INFO.
2004-11-01 Mike McCormackStart the reboot process in ExitWindowsEx.
2004-11-01 Mike McCormackDownload the Mozilla Active X control on demand.
2004-11-01 Hans LeidekkerFill WSAPROTOCOL_INFO structures instead of PROTOCOL_IN...
2004-11-01 Dmitry TimoshkovConvert NativeFont control to unicode, use hbrBackgroun...
2004-11-01 Dmitry TimoshkovAdd simple implementation of advpack.DoInfInstall.
2004-11-01 Dmitry TimoshkovDo not retrieve infoPtr twice in ToolbarWindowProc...
2004-11-01 Michael JungCryptGetUserKey: Set return key handle to zero in case...
2004-11-01 Dimitrie O... Send notification messages in the format dictated by
2004-11-01 Vincent BéronPut $(FREETYPELIBS) as the last part, as it can include...
2004-11-01 Stefan LeichterSet the correct last error in EnumUILanguagesA, with...
2004-11-01 William Poetra... Add COLOR_MENUHILIGHT and COLOR_MENUBAR to the system...
2004-10-30 Alexandre JulliardGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will...
2004-10-30 Francois GougetBased on the last 36+ months Wine is released once...
2004-10-30 Ivan Leo PuotiRemove DS_SYSMODAL from msgbox resource.
2004-10-30 Francois GougetAdd support for REG_EXPAND_SZ in set_registry_variables().
2004-10-30 Francois GougetAlter the functions declaration order or predeclare...
2004-10-30 Francois Gouget#ifdef out the tests if compiling with the Platform...
2004-10-30 Francois GougetMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in...
next