netstat: Initial implementation.
[wine] / dlls / ddraw / main.c
2012-11-08  Henri Verbeetddraw: Avoid LPDIRECTDRAW.
2012-09-18  Erich Hooverddraw: Enumerate wined3d interfaces with DirectDrawEnum...
2012-09-18  Erich Hooverddraw: Convert calls to DirectDrawEnumerate into Direct...
2012-06-28  Henri Verbeetddraw: Prevent ddraw from being unloaded.
2012-04-26  Henri Verbeetddraw: Get rid of IClassFactoryImpl.
2012-03-14  Henri Verbeetddraw: Don't return a pointer to the implementation...
2012-03-12  Henri Verbeetddraw: Get rid of IDirectDrawSurfaceImpl.
2012-03-09  Henri Verbeetddraw: Get rid of IDirectDrawImpl.
2012-01-20  Henri Verbeetwined3d: Get rid of the WINED3DSURFTYPE typedef.
2011-12-13  Henri Verbeetwined3d: Get rid of the WINED3DDEVTYPE typedef.
2011-12-12  Henri Verbeetddraw: Destroy the swapchain after the D3D device in...
2011-12-07  Henri Verbeetddraw: Just read the actual reference counts in Destroy...
2011-12-07  Henri Verbeetddraw: Destroy the swapchain in the DllMain() cleanup...
2011-11-14  Henri Verbeetddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock...
2011-10-18  Marcus Meissnerddraw: Lowercase variable names to fix a incorrect...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice7 interface.
2011-09-19  Henri Verbeetddraw: Implement ddraw7_Initialize().
2011-09-19  Henri Verbeetddraw: Get rid of IDirectDraw3.
2011-09-15  Henri Verbeetddraw: Get rid of the surfaces field in IDirectDrawImpl.
2011-08-31  Henri Verbeetddraw: Make the OpenGL renderer the default one.
2011-08-22  Ričardas Barkauskasddraw: Print IDirectDrawGammaControl interface referenc...
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface and IDirectDrawSurfa...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface4 reference count.
2011-06-28  Ričardas Barkauskasddraw: Use ddraw_surface_release_iface to destroy lefto...
2011-06-21  Ričardas Barkauskasddraw: Separate IDirectDrawSurface3 reference count.
2011-06-21  Ričardas Barkauskasddraw: Separate IDirectDrawSurface2 reference count.
2011-06-06  Ričardas Barkauskasddraw: Use impl_from_IDirectDrawSurface7() instead...
2011-01-28  Henri Verbeetddraw: Link directly to wined3d.
2011-01-24  Michael Stefaniucddraw: COM cleanup for the IClassFactory iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw7 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw4 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw3 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw2 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw iface.
2010-12-07  Alexandre Julliardddraw: Convert dll registration to the IRegistrar mecha...
2010-09-08  Henri Verbeetddraw: Remove some stray tabs.
2010-08-20  Henri Verbeetddraw: Add / improve TRACEs.
2010-08-20  Henri Verbeetddraw: Add a separate function for ddraw initialization.
2010-08-19  Henri Verbeetddraw: Remove unused / redundant includes.
2010-07-29  Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-06-18  Henri Verbeetddraw: Register / unregister the ddraw window class...
2010-05-18  Michael Stefaniucddraw: Remove redundant "not NULL" check of This (cocci...
2010-01-14  Michael Stefaniucddraw: Simplify DllCanUnloadNow().
2009-10-14  Stefan Dösingerddraw: Make directdraw create functions hookable.
2009-10-09  Andrew Nguyenddraw: Implement and test DirectDrawEnumerateExW.
2009-10-09  Andrew Nguyenddraw: More fully implement and test DirectDrawEnumerat...
2009-10-09  Andrew Nguyenddraw: Implement and test DirectDrawEnumerateW.
2009-10-09  Andrew Nguyenddraw: Simplify and test DirectDrawEnumerateA.
2009-09-16  Henri Verbeetwined3d: Don't free D3D surfaces until the wined3d...
2009-01-22  Henri Verbeetddraw: Rename the main vtables to lpVtbl.
2009-01-22  Henri Verbeetddraw: Get rid of ICOM_OBJECT.
2009-01-22  Henri Verbeetddraw: Get rid of ICOM_THIS_FROM.
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_INTERFACE.
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_INIT_INTERFACE.
2009-01-16  Henri Verbeetwined3d: Add an IWineD3DDeviceParent interface.
2009-01-14  Michael Stefaniucddraw: Remove superfluous pointer casts.
2008-12-05  Michael Stefaniucddraw: Remove two superfluous casts.
2008-10-24  Henri Verbeetwined3d: Remove the SDKVersion parameter to WineDirect3...
2008-10-24  Henri Verbeetddraw: Make sure pWineDirect3DCreate and pWineDirect3DC...
2008-10-18  Alexandre Julliardddraw: Convert source files to utf-8.
2008-08-04  Stefan Dösingerddraw: Set ddraw caps in wined3d.
2008-06-23  Michael Karcherddraw: Ensure to load wined3d before attempting to...
2008-04-07  Austin EnglishSpelling fixes.
2008-04-03  Austin Englishddraw: Spelling fixes.
2008-03-11  Denver Gingerichddraw: Implement ForceRefreshRate registry entry for...
2007-08-08  Francois Gougetddraw: Better match the PSDK types and fix the winapi_c...
2007-07-24  Stefan Dösingerddraw: Some d3d-only code fixes.
2007-05-21  Stefan Dösingerddraw: Hold the lock in creation functions.
2007-05-21  Stefan Dösingerddraw: Make the ddraw list lock a global dll lock.
2007-05-08  Stefan Dösingerd3d: Move clippers from DDraw to wined3d.
2007-05-01  Andrew Talbotddraw: Exclude unused headers.
2007-04-30  Stefan Dösingerddraw: Complex surfaces form a tree.
2007-04-26  Stefan Dösingerddraw: Get rid of FVFs.
2007-04-23  Andrew Talbotddraw: Constify some variables.
2007-03-20  Andrew Talbotddraw: Replace inline static with static inline.
2007-01-02  Alexandre JulliardUse GetDC instead of CreateDC where possible.
2006-12-16  Ulrich Czekalladdraw: IDirectDraw3 should use its own ref count variable.
2006-12-16  Ulrich Czekalladdraw: Initialize the IDirectDraw3 vtable.
2006-10-16  Stefan Dösingerddraw: Make the surface list a standard wine list.
2006-10-11  H. Verbeetddraw: Win64 printf format warning fixes.
2006-10-09  Stefan Dösingerddraw: Remove the process counter.
2006-10-09  Stefan Dösingerddraw: Protect the ddraw list.
2006-10-09  Stefan Dösingerddraw: Make the ddraw list a wine list.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-07  Mike McCormackddraw: Make tests pass when OpenGL libraries aren't...
2006-08-23  Andrew Talbotddraw: Write-strings warnings fix.
2006-08-15  Dmitry Timoshkovddraw: Do not report DDCAPS_OVERLAY and friends since...
2006-08-10  Michael Stefaniucjanitorial: Removed the rest of the redundant NULL...
2006-08-03  Mike McCormackddraw: Don't link to wined3d, load it at runtime.
2006-07-11  Stefan Dösingerddraw: Split up the ddraw refcount.
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-06-15  Alexandre Julliardddraw: Make some functions static.
2006-06-15  Stefan Dösingerddraw: Rewrite most of ddraw using WineD3D.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Alexandre Julliardddraw: Call DDRAW_ChooseDefaultDriver only on PROCESS_A...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-05  Rein Klazesddraw: Catch access violations when calling DirectDrawE...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
next