Moved clipboard event handling functions and some private data
[wine] / dlls / quartz / filtermapper.c
2005-01-09  Christian CostaFixed error handling in Graphbuilder_RenderFile.
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-20  Christian CostaAdded support for REGFILTER2 structure with dwVersion...
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-01  Christian CostaFixed FilterMapper2_CreateCategory.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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-03-04  Christian CostaImplemented IFilterGraphImpl_EnumFilters and IEnumFilte...
2004-03-01  Christian CostaImplemented IFilterMapper and IEnumRegFilters interfaces.
2003-12-30  Robert Shearman- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
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-06  Robert Shearman- Bugfix when adding filters to graph due to not initia...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-02  Robert ShearmanFix compilation due to nameless structs and unions.
2003-07-01  Robert ShearmanImplemented IFilterMapper2.