Implement LBS_COMBOBOX, and make use of it.
[wine] / dlls /
2004-10-18  Dimitrie O. PaunImplement LBS_COMBOBOX, and make use of it.
2004-10-18  Joris HuizerAdded IClassFactory->CreateInstance aggregation checks.
2004-10-18  Peter Riocreux Make DrawDibDraw honour the DDF_BACKGROUNDPAL flag.
2004-10-18  Markus AmslerInitialize .COM stack.
2004-10-18  Stefan LeichterAdded stub for CryptCATAdminAcquireContext.
2004-10-18  Rein KlazesIn RtlQueryTimezoneInformation use information from...
2004-10-18  Alexandre JulliardAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
2004-10-18  Alexandre JulliardAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
2004-10-18  Robert Shearman- TBN_DELETINGBUTTON sends the command ID, not the...
2004-10-18  Mike McCormackFix port enumeration.
2004-10-18  Hans LeidekkerAvoid using gettimeofday().
2004-10-18  Rein KlazesTest whether the ft_encoding's are defined, not the...
2004-10-18  Marcus MeissnerStub function for OpenInputDesktop.
2004-10-18  Mike McCormackAdd stub implementation for CreateProxyFromTypeInfo.
2004-10-18  Vincent BéronProtect some more types which can be redeclared in...
2004-10-18  Robert ReifFix some places where no driver present causes problems.
2004-10-18  Robert ShearmanImplement ImageList_SetColorTable.
2004-10-18  Robert ShearmanThe "colors" parameter of SetDIBColorTable should be...
2004-10-18  Michael JungFixed a typo in CryptExportKey.
2004-10-18  Robert ShearmanImprove proxy destruction comment.
2004-10-18  Mike McCormackMask SIGCHLD to prevent partial writes in the new_proce...
2004-10-18  Rolf KalbermatterAdded SHFreeNameMappings implementation.
2004-10-14  Alexandre JulliardFixed spelling of 'hierarchy'.
2004-10-14  Hans LeidekkerAdded check for fork() to fix the MinGW build.
2004-10-14  Gerald PfeiferCompletely disable unused function show_image().
2004-10-14  Jason Edmeades- Add support (as far as was previously) for the Vertex...
2004-10-14  Hans LeidekkergetMessage() is only defined when HAVE_OSS is defined.
2004-10-14  Rein KlazesProvide an 'A' version of appropriate functions.
2004-10-14  Hans LeidekkerPrefix _fsopen with MSVCRT_ to avoid collision with...
2004-10-14  Bill MedlandFix SHDeleteKey so that it will handle deleting a key...
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-10-11  Walt OgburnAllow exponents of zero (like "1.000E0") to parse
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-11  Eric Pouech- bring the multimedia doc up-to-date
2004-10-11  Dmitry Timoshkov- WM_MDISETMENU handler should update new frame menu...
2004-10-11  Huw DaviesApparently this portion of the test was failing under...
2004-10-11  Hans LeidekkerAvoid using gettimeofday.
2004-10-11  Hans LeidekkerInclude stdio.h for MinGW.
2004-10-11  Michael JungCryptDeriveKey - set return key handle to NULL in case...
2004-10-11  Vitaliy MargolenSort files/folders before testing.
2004-10-11  Dimitrie O. PaunAudit the listbox control.
2004-10-09  Jon GriffithsItems are variable sized, use an accessor to get at...
2004-10-09  Jeremy WhiteMade NtDelayExecution with a 0 timeout yield the CPU...
2004-10-08  Dmitry TimoshkovProperly handle the case when last MDI child is being...
2004-10-08  Ferenc WagnerUnconditionally open a fresh console for the tests.
2004-10-08  Aric StewartProperly compare file versions when upgrading files...
2004-10-08  Vincent BéronBetter document some apis in commdlg and mscms.
2004-10-08  Vincent BéronCorrect the calling convention of GetSystemWow64Directo...
2004-10-08  Jason EdmeadesCopy and tidy up the code from dx8 create device into...
2004-10-08  Dimitrie O. PaunAudit the scroll control.
2004-10-08  Dimitrie O. PaunAudit the edit control.
2004-10-08  Dmitry TimoshkovDisable remaining piece of the code which auto assigns...
2004-10-08  Jacek Caban- Added doWinMain stub
2004-10-08  Vincent BéronRemove #ifdef HAVE_SYS_TYPES_H.
2004-10-07  Alexandre JulliardRemoved wrong memset calls.
2004-10-07  Alexandre JulliardFixed MD4Final/MD5Final entries (spotted by Vincent...
2004-10-07  Hans LeidekkerImplement color profile handles.
2004-10-07  Jon GriffithsConstify some statics and make them smaller.
2004-10-07  Jon GriffithsImageList_Merge should not fail if indices are bad.
2004-10-07  Jon GriffithsDraw +/- correctly for large icon sizes.
2004-10-07  Jon GriffithsVectors need all 32 bits to handle _really_ large apps.
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-10-07  Jason EdmeadesAdd a IWineD3DDevice object type (empty for now), and...
2004-10-07  Vincent BéronUse the proper #include file delimiter in advpack.
2004-10-07  Alexandre JulliardOnly send WM_PAINTICON and WM_ICONERASEBKGND to 16...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-07  Francois GougetFix the VarI4FromI2 API documentation.
2004-10-07  Francois GougetConformance tests must not include wine/debug.h.
2004-10-06  Hans LeidekkerImplement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
2004-10-06  Rein Klazes- Fix WS_getsockopt for the options SO_LINGER, SO_RCVTI...
2004-10-06  Dmitry TimoshkovSkip interthread message test under win9x, it causes...
2004-10-06  Jason EdmeadesMove the GetDeviceCaps into the wined3d library and...
2004-10-06  Steven EdwardsRemove useless FIXME in comment.
2004-10-06  Rolf KalbermatterFix bug found by Piotr Caban, where our function tried...
2004-10-05  Dmitry TimoshkovAdd a test case for accelerators, make the test pass...
2004-10-05  Dmitry TimoshkovAdded a test case for inter-thread DispatchMessage.
2004-10-05  Marcus MeissnerMake sure PostScript floats are printed with LC_NUMERIC...
2004-10-05  Jon GriffithsDraw background of the empty selected item in empty...
2004-10-05  Huw DaviesTests for PathCreateFromUrl, PathIsURL, UrlCreateFromPa...
2004-10-05  Huw DaviesRewrite UrlCreateFromPath.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-10-05  Francois GougetReplace some IUnknown_QueryInterface() calls with the...
2004-10-05  Jacek CabanAdded/updated Polish translations.
2004-10-05  Huw DaviesImplement CreateDispTypeInfo.
2004-10-05  Huw DaviesRewrite PathCreateFromUrl.
2004-10-05  Dimitrie O. PaunAudit combo control code.
2004-10-05  Alexandre JulliardAvoid depending on the non-standard IUnknown_METHODS...
2004-10-05  Huw DaviesFix UrlUnescapeW.
2004-10-05  Dimitrie O. PaunAudit the static control code.
2004-10-05  Dimitrie O. PaunAudit and document button code.
2004-10-05  Alexandre JulliardConverted control.h to idl.
2004-10-05  Jason EdmeadesMove the Check* type functions into wined3d and copy...
2004-10-05  Huw DaviesPathIsURL should return TRUE even if a scheme is unknown.
2004-10-05  Dmitry TimoshkovIf there no MDI child to activate set hwndActiveChild...
2004-10-05  Dmitry TimoshkovMake advapi32/crypt.c test pass under win2k SP4, do...
2004-10-05  Wolfgang SchwotzerMakeSureDirectoryPathExists: Recursively create path...
2004-10-04  Alexandre JulliardFixed typo in ProgramsW.
2004-10-04  Hans LeidekkerImplement SystemFunction006().
next