wine
2005-09-14  Robert ShearmanDefine RPC_FC_RANGE.
2005-09-14  Jacek CabanAdded MIME type checking to ResProtocol::Start.
2005-09-14  Filip NavaraFix a couple of prototypes.
2005-09-14  Alexandre JulliardAuthors: Thomas Weidenmueller <wine-patches@reactsoft...
2005-09-13  Alexandre JulliardImplemented InterlockedCompareExchangePointer and
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-13  Alexandre JulliardTimeout 0 means infinite wait for SendMessageTimeout.
2005-09-13  Alexandre JulliardAuthors: Richard Cohen <richard@daijobu.co.uk>, Jim...
2005-09-13  Michael JungFixed inconsistency in LISTVIEW_DUMP macro.
2005-09-13  Jacek CabanAdded PARSE_SECURITY_DOMAIN action implementation.
2005-09-13  Alexandre JulliardGet rid of a couple of non-portable long long constants.
2005-09-13  Mike McCormackFix the handling of MsiGetTargetPath args (with test...
2005-09-13  Mike McCormackMake sure to release the package we grabbed on the...
2005-09-13  Ge van GeldorpSave a few megabytes of memory by loading the default...
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-13  Mike McCormackFix the handling of MsiDoAction args (with test case).
2005-09-13  Mike McCormackEliminate fixed length buffers from the MSIFEATURE...
2005-09-13  Walt OgburnGet IFontDisp type information from stdole2.tlb, instea...
2005-09-13  Mike McCormackFix gcc 4.0 warnings.
2005-09-13  Mike McCormackSkip dash characters in the PIDMask for a MaskedEdit...
2005-09-13  James Hawkins- Add the WebBrowser implementation.
2005-09-13  Detlef RiekenbergLet EnumPrinterDrivers return the number of drivers.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Jacek CabanRegister ZoneMap.
2005-09-12  Eric PouechImplemented kernel32.GetThreadTimes on top of ntdll...
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-12  Jacek CabanAdded IWebBrowser2 stub implementation.
2005-09-12  Alexandre JulliardSendMessageTimeout takes a DWORD_PTR not a DWORD.
2005-09-12  Alexandre JulliardProperly handle the case where vsnprintf returns -1.
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-12  Alexandre JulliardMake the non-client message handling functions return...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-12  Alex Villacís... Initialize structs for mmioDescend and FindChunkAndKeep...
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-09-12  Jacek CabanEncode URL in ResProtocol::Start.
2005-09-12  Jacek CabanRewrote FindMimeFromData to pass tests.
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr to access pointers in the...
2005-09-12  Alexandre JulliardAvoid truncating the item data to 32 bits in LB_SETITEM...
2005-09-12  Alexandre JulliardParameters to virtual memory functions need to be SIZE_T.
2005-09-12  Dmitry TimoshkovstrcpynAtoW takes number of characters, not bytes.
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-12  Dmitry TimoshkovEXTLOGPEN.elpHatch can contain a handle as well.
2005-09-12  Mike McCormackFix gcc 4.0 warnings.
2005-09-12  Mike McCormackEliminate yet more fixed length buffers.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Alexandre JulliardFixed memory leak introduced in previous change.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr when accessing pointers in...
2005-09-12  Ge van GeldorpFix execution of Control Panel items.
2005-09-12  Ivan Leo PuotiAdded a missing define.
2005-09-12  Mike McCormackFix more fixed length buffers.
2005-09-12  Alexandre JulliardUse Get/SetClassLongPtr to access the module handle.
2005-09-12  Alexandre JulliardThe item user data has to be a ULONG_PTR.
2005-09-12  Alexandre JulliardOnly add the default dlldir to the search path if that...
2005-09-12  Alexandre JulliardLOGBRUSH.lbHatch must be a ULONG_PTR since it can conta...
2005-09-12  Alexandre JulliardAvoid non-portable va_list manipulations.
2005-09-12  Huw DaviesUse the gasp table to check whether we should trigger...
2005-09-12  Jacek CabanEncode URL in file protocol.
2005-09-12  Frank RichterUnregister theming subclasses at comctl32 shutdown...
2005-09-12  Jacek CabanFix protocol test.
2005-09-12  Kimmo MyllyvirtaAdded Finnish resources.
2005-09-12  Jacek CabanAdded missing attributes.
2005-09-12  Jacek CabanAdded more definitions.
2005-09-12  Mike McCormackMake sure not to access invalid components or features.
2005-09-12  Jacek CabanAdded urlmon.inf as dependency of rsrc.res.
2005-09-12  Alexandre JulliardFixed the binary layout gcc hacks to do the right thing...
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-12  Alexandre JulliardUse SIZE_T instead of ULONG for the size arguments...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-12  Alexandre JulliardOnly try to set -mpreferred-stack-boundary on i386.
2005-09-12  Mike McCormackFix an uninitialized variable problem.
2005-09-12  Jacek CabanAdded PARSE_SECURITY_URL action implementation.
2005-09-12  Paul VriensReturn ERROR_SUCCESS as default and TRUST_E_PROVIDER_UN...
2005-09-12  Jacek CabanAdded *ProtocolInfo::ParseUrl implementation.
2005-09-12  Jacek CabanMake IConnectionPointContainer interface heap based.
2005-09-12  Juan LangRemove an annoying dialog when trying to clean up a...
2005-09-12  Dmitry TimoshkovAdd a test for ShowWindow(SW_SHOWMAXIMIZED) called...
2005-09-12  Juan LangWhen decoding a signed cert, make sure it's really...
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-09  Alex Villacís... Make Single|Double->BSTR conversion use the specified...
2005-09-09  Mike McCormackFix gcc 4.0 warning.
2005-09-09  Mike McCormackMove a fixed size buffer to the heap.
2005-09-09  Mike McCormackReduce the indent level of a function.
2005-09-09  Alexandre JulliardAdded descriptions for a few more machine types.
2005-09-09  Francois GougetIf given the EWX_FORCE flag, ExitWindowsEx() should...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-09  Jacek CabanMake IQuickActivate interface heap based.
2005-09-09  Ulrich CzekallaDisplay fccType as hex instead of characters in trace...
2005-09-09  Alexandre JulliardAdded a define check for __x86_64__.
2005-09-09  Alexandre JulliardFixed get_time_str definition to match the prototype.
2005-09-09  Vincent BéronUpdate the win32.api file to current CVS.
2005-09-09  Vincent BéronUse proper ifdefs around unistd.h.
2005-09-09  Juan Lang- call CertFreeCertificateContext from CertDeleteCertif...
2005-09-09  Jacek CabanMove protocol's CLSIDs to urlmon.idl.
2005-09-09  Jacek CabanAdded PARSE_PATH_FROM_URL action implementation.
2005-09-09  Stefan LeichterAdded version resource to urlmon.dll.
2005-09-08  Alexandre JulliardDefine GET_IP for x86_64.
2005-09-08  Alexandre JulliardImplemented wine_switch_to_stack for x86_64.
2005-09-08  Alexandre JulliardAvoid 'clobbered by longjmp' warnings.
next