wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / devenum /
2008-07-01  Alexander Dorofeyevdevenum: Register legacy am filters in CreateClassEnume...
2008-07-01  Alexander Dorofeyevdevenum: Move locating category key to function, use...
2008-06-25  Alexander Dorofeyevdevenum: Update type when reading binary data to VT_EMP...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-08  Rok Mandeljcdevenum: Added Slovenian translation.
2008-04-04  Hwang YunSong(황윤성)devenum: New Korean resource.
2008-03-28  Vitaliy Margolendevenum: Add Russian translation.
2008-03-21  Michael Stefaniucdevenum: Add the Romanian translation.
2008-02-21  Mikołaj ZalewskiMake Italian, Spanish, Dutch and German resources use...
2008-02-19  Mikołaj Zalewskidevenum: Add Polish translation.
2008-02-19  Mikołaj Zalewskidevenum: Convert resource file to UTF-8.
2008-01-07  Peter Dons Tychsendevenum: Fix the implementation of IEnumMoniker::Skip...
2007-12-07  Andrew Talbotdevenum: Remove unneeded cast.
2007-05-02  Andrew Talbotdevenum: Exclude unused header.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-02-09  Marcus Meissnerdevenum: Initialize hKeysub.
2007-02-05  Marcus Meissnerdevenum: Fix uninitialized clsidString (Coverity).
2007-01-06  Dmitry Timoshkovdevenum: Do not store full DLL path in the registry.
2007-01-05  Louis Lendersdevenum: Update Dutch resource.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-19  Jonathan ErnstUse SUBLANG_NEUTRAL in French resources.
2006-10-09  Michael Stefaniucdevenum: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before CoTaskM...
2006-10-02  Alexander Nicolays... Updated Norwegian Bokmål translations.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-25  Jonathan Ernstdlls: Assorted French translation improvements.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-05  Thomas Weidenmuellerdevenum: Don't leak key handle creating a category...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-02  David KredbaCzech resources update.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-26  Alexandre JulliardDon't generate import libraries for dlls that don't...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-18  Maarten LankhorstAdd vfwindex when enumerating devices, and make sure...
2005-05-18  Maarten LankhorstPass property bag to IPersistPropertyBag, if supported.
2005-05-17  Robert ShearmanRename MODULENAME_Dll* functions to Dll* for better...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-27  Maarten LankhorstAdded the video input device category.
2005-04-26  Maarten LankhorstFixed a reference leak.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-01-25  Christian CostaFixed pin direction when registering audio input device.
2005-01-10  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Christian CostaFixed error handling in Graphbuilder_RenderFile.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Christian CostaInitialize the hkey member when creating the propery...
2004-12-07  Robert ShearmanClean up devenum and properly implement DllCanUnloadNow...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-19  Francois GougetAdded 'strmiids.lib'.
2004-08-18  José Manuel Ferrer... Added Spanish translation.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-07-30  Henning GerhardtAdded German resources for devenum.
2004-07-29  Marcelo DuarteLocalization of devenum to Portuguese and minor correct...
2004-07-23  Ivan Leo PuotiAdded Italian strings.
2004-06-14  Robert ShearmanAvoid crash by passing pointer to RegSetValueEx.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-04-20  Francois GougetAssorted spelling fixes.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-12-30  Robert Shearman- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
2003-12-01  Tom WicklineUse the same version format for all DX dlls.
2003-11-30  Dmitry TimoshkovA general cleanup of the version resources in Wine...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-05  Robert ShearmanMake IPropertBag_Read use a dynamically allocated array...
2003-08-05  Robert ShearmanICreateDevEnum_CreateClassEnumerator can return S_FALSE...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-22  Marcus MeissnerFix some small pointer aliasing problems.
2003-07-01  Robert ShearmanImplemented DevEnum dll.
2003-01-02  Dominik StrasserSome stubs for dll setup needed by IE6 setup.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2001-10-23  Hidenori TakeshimaAdded stubs for msdmo.dll, qcap.dll and devenum.dll.