include: Assorted spelling fixes.
[wine] / dlls / ddrawex /
2012-12-10  Henri Verbeetddraw: Avoid LPDDOVERLAYFX.
2012-08-17  Michael Stefaniucddrawex: COM cleanup for the IDirectDrawSurface4 iface.
2012-08-17  Michael Stefaniucddrawex: Forward to the wrapped surface instead of...
2012-08-17  Michael Stefaniucddrawex: Rename impl_from_dds4 to impl_from_IDirectDraw...
2012-08-17  Michael Stefaniucddrawex: Get rid of dds_get_inner().
2012-08-17  Michael Stefaniucddrawex: Use unsafe_impl_from_IDirectDrawSurface4(...
2012-04-05  Henri Verbeetddrawex: Don't return a pointer to the implementation...
2012-04-05  Henri Verbeetddrawex: Don't return a pointer to the implementation...
2012-01-04  André HentschelAssorted header comment cleanup.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-19  Michael Stefaniucddrawex/tests: Use FAILED instead of !SUCCEEDED.
2011-06-27  Marcus Meissnerddrawex: Remove superflous NULL checks, add error skips...
2011-05-16  Marcus Meissnerddrawex: Mark internal symbols as hidden and vtables...
2011-01-25  Michael Stefaniucddrawex: COM cleanup for the IDirectDrawSurface3 iface.
2011-01-25  Michael Stefaniucddrawex: Rename impl_from_dds3() to impl_from_IDirectDr...
2011-01-25  Michael Stefaniucddrawex: Use unsafe_impl_from_IDirectDrawSurface3(...
2011-01-24  Michael Stefaniucddrawex: COM cleanup for the IDirectDraw4 iface.
2011-01-24  Michael Stefaniucddrawex: Rename impl_from_dd4() to impl_from_IDirectDra...
2011-01-24  Michael Stefaniucddrawex: COM cleanup for the IDirectDraw3 iface.
2011-01-24  Michael Stefaniucddrawex: COM cleanup for the IDirectDraw2 iface.
2011-01-24  Michael Stefaniucddrawex: COM cleanup for the IDirectDraw iface.
2011-01-24  Michael Stefaniucddrawex: COM cleanup for the IDirectDrawFactory iface.
2011-01-24  Michael Stefaniucddrawex: COM cleanup for the IClassFactory iface.
2010-12-07  Alexandre Julliardddrawex: Convert dll registration to the IRegistrar...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-08  Paul Vriensddrawex/tests: Don't crash on Windows 95.
2010-03-31  Paul Vriensddrawex/tests: Don't crash on some Win98/WinMe boxes.
2010-03-29  Henri Verbeetddrawex/tests: Add some tests for GetSurfaceFromDC().
2010-03-29  Henri Verbeetddrawex: Correctly retrieve the "outer" surface in...
2010-03-29  Henri Verbeetddrawex: Directly return the ddraw surface in IDirectDr...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-08-31  Francois Gougetddrawex: Fix compilation on systems that don't support...
2009-02-26  Paul Vriensddrawex/tests: Fix some test failures on W95.
2009-01-27  Marcus Meissnerddrawex: Use stack ctx instead of uninitialized variable.
2009-01-19  Detlef Riekenbergddrawex/tests: Fix a typo in ok().
2009-01-14  Paul Vriensddrawex/tests: Don't crash on win9x.
2009-01-14  Francois Gougetddrawex: Add a trailing '\n' to a Wine trace.
2009-01-14  Michael Stefaniucddrawex: Remove superfluous pointer casts.
2009-01-10  Michael Stefaniucddrawex: Remove redundant NULL check before HeapFree...
2009-01-09  Stefan Dösingerddrawex: Add a test for the permanent DC function.
2009-01-09  Stefan Dösingerddrawex: Make the GetDC test more generic.
2009-01-09  Stefan Dösingerddrawex: Implement a GetDC special behavior Internet...
2009-01-09  Stefan Dösingerddrawex: Create a surface wrapper.
2009-01-09  Stefan Dösingerddrawex: Add a refcount test.
2009-01-09  Stefan Dösingerddraw[ex]: Show a caps handling difference.
2009-01-09  Stefan Dösingerddrawex: Start some tests.
2009-01-09  Stefan Dösingerddrawex: Implement a wrapper around IDirectDraw.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2007-09-25  Stefan Leichterddrawex: Remove 'recursive registry key delete' function.
2007-08-09  Francois Gougetddrawex: Better match the PSDK types and fix the winapi...
2007-01-05  Francois Gougetddrawex: Self-register the DirectDrawFactory CoClass.
2006-12-15  Dmitry Timoshkovddrawex: Avoid not necessary casts.
2006-12-14  Ulrich CzekallaAdd ddrawex dll.