Added stub for CreateRemoteThread().
[wine] / dlls /
2004-07-07  Roger OlsonAdded stub for CreateRemoteThread().
2004-07-07  Ge van GeldorpAdd missing privilege names.
2004-07-07  Dmitry TimoshkovInitialize also ACP, OEMCP and MACCP in registry on...
2004-07-07  Emmanuel MaillardAdded Darwin support in get_default_drive_device.
2004-07-06  Alexandre JulliardFixed X11DRV_GetDC for the desktop window.
2004-07-06  Mike HearnCorrect error code returned by CreateFile when given...
2004-07-06  Mike McCormackRefcounting fixes.
2004-07-06  Mike HearnAdd some explanations to compobj.c, implement flushing...
2004-07-06  Mike McCormackCreate a tooltip on demand in the Listview.
2004-07-06  Ferenc WagnerAvoid segfaults on uninitialized data.
2004-07-06  Aric StewartFirst implementation of the Advanced Template Library...
2004-07-06  Aric StewartReport NOT_IMPLEMENTED for not implemented token classes.
2004-07-06  Robert ReifFix IDirectSoundBuffer8_Initialize function prototype...
2004-07-06  Robert ReifCreate DirectSound or DirectSound8 depending on riid.
2004-07-06  Mike McCormackAllow binary fields with stream names longer than table...
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-07-06  Aric StewartMsiGetProperty should return empty strings on error.
2004-07-06  Aric StewartImplemented registering Classes and ProgID.
2004-07-06  Aric StewartImplemented RegisterTypeLibraries.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-06  Aric StewartSend progress and action messages.
2004-07-06  Aric StewartAllow ADDLOCAL to override INSTALLLEVEL, implement...
2004-07-06  Alexandre JulliardAdded tests for div_t and ldiv_t.
2004-07-06  Pierre d'HerbemontDefine MSVCRT_div_t and MSVCRT_ldiv_t.
2004-07-06  Robert ReifGet certification for VerifyCertification from driver...
2004-07-06  Marcus MeissnerCOPY_COLORKEY_FX: Do not use lvalue casts.
2004-07-06  Aric StewartFix bugs in resolve_folder.
2004-07-04  Aric StewartActivate features and components based on their various...
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Aric StewartFix command line processing and folder paths.
2004-07-04  Aric StewartFix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget...
2004-07-04  Aric StewartUse the newly implemented UPDATE code to set properties.
2004-07-04  Mike McCormackImplement the UPDATE query.
2004-07-04  Mike McCormackCreate the WHERE part of a query in one function call.
2004-07-04  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-07-04  Mike McCormackCosmetic fixes.
2004-07-04  Mike McCormackBuild http requests in a more consistent way.
2004-07-04  Alexandre JulliardFixed a warning.
2004-07-04  Robert ReifSeparated DirectSoundCreate8 into two functions and...
2004-07-04  Mike McCormackFix string conversion bugs.
2004-07-04  Mike McCormackFix a buffer overrun in autocomplete.
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-07-04  Mike HearnMove variant code to its own debug channel.
2004-07-04  José Manuel Ferrer... Added Spanish translation.
2004-07-04  Vitaly LipatovReturn proper codepage value in GetCPInfoEx.
2004-07-04  Aric StewartStart implementing Feature and Component level install...
2004-07-04  Mike McCormackAllocate the correct size string in InternetCrackUrl.
2004-07-04  Mike McCormackFix memory allocation problems.
2004-06-30  Mike McCormackFix retrieval of nul records as strings.
2004-06-30  Mike McCormackFix the INSERT query when inserting integers into a...
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-30  Mike McCormackSet the storage file's GUID so native MSI recognizes it.
2004-06-30  Mike McCormackHack field types, fix ref counting.
2004-06-30  Mike McCormackFix buffer overflow.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Aric StewartFix field numbering so the CREATE query works for multi...
2004-06-30  Aric StewartFix the INSERT query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-30  Uwe BonnesHeapAlloc for WSTR must allocate len* sizeof(WCHARS).
2004-06-30  Steven EdwardsFixed Extract prototype.
2004-06-30  Dmitry TimoshkovAdd more MDI message tests.
2004-06-30  Dmitry TimoshkovFix control coordinates in German and French versions...
2004-06-30  Bill MedlandSet RTLD_GLOBAL when loading the odbc driver manager...
2004-06-30  Aric StewartReturn an error in CoMarshalInterface if the IUnknown...
2004-06-30  Ge van GeldorpFix IFileSystemBindData method order.
2004-06-30  Dimitrie O. PaunLookup driver information in registry and system.ini.
2004-06-30  Dimitrie O. PaunLook up driver info in the registry as well as in syste...
2004-06-29  Dimitrie O. PaunLook up driver info in the registry as well as in syste...
2004-06-29  Aric StewartImplement MsiGetSourcePath.
2004-06-29  Aric StewartHandle custom actions type 1 and 2.
2004-06-29  Mike McCormackDump database table names on startup.
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-29  Mike McCormackFix refcounting of streams.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-06-28  Mike McCormackFixed the way the parser takes input strings.
2004-06-28  Alexandre JulliardUse X11DRV_GetRegionData to implement X11DRV_SetWindowR...
2004-06-28  Filip NavaraSet the palette for image list DIBs that has 8 or less...
2004-06-28  Robert ShearmanStart of balloon tip support.
2004-06-28  Stefan LeichterFixed tests of GetFileVersionInfoSizeA for win98 / XP.
2004-06-28  Mike HearnMake typelib marshaller safe for systems that don't...
2004-06-28  Hajime SegawaAdded some Japanese translations.
2004-06-28  Aric StewartStart implementing actions.
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-06-28  Mike HearnDump function return type in typelib traces, add trace...
2004-06-28  Mike HearnChange REFIID to IID* for stack declarations to avoid...
2004-06-28  Stefan LeichterSkip tests of GetAcceptLanguagesA if a correct call...
2004-06-28  Stefan LeichterSkip tests without error if psapi.dll could not be...
2004-06-28  Robert Shearman- Clean up the mask drawing code.
2004-06-28  Dimitrie O. PaunFix the function names in some of the comments.
2004-06-26  Mike McCormackPull the codepage from the string table.
2004-06-26  Mike McCormackFix crash that occurred when an invalid query string...
2004-06-26  Mike McCormackImplement queries by string value.
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-06-25  Michael JungChanged type of "Signature" registry key value to REG_B...
2004-06-24  Alexandre JulliardIn GlobalMemoryStatus, also cap the sum of dwAvailPhys and
2004-06-24  Robert ShearmanFix small mistake in the previous visible region patch.
2004-06-23  Dmitry TimoshkovAdd a prototype for MDI message tests.
next