shlwapi: UrlEscapeA should fail with E_POINTER when querying the buffer size.
[wine] / dlls / ddraw / ddraw.c
2006-10-16  Stefan Dösingerddraw: Make the surface list a standard wine list.
2006-10-13  Stefan Dösingerddraw: Do not let the a surface dimension fall to 0.
2006-10-13  Stefan Dösingerddraw: Remove an incorrect size check.
2006-10-11  H. Verbeetddraw: Win64 printf format warning fixes.
2006-10-10  Jesse Allenddraw: Fix for DDSURFACEDESC param in CreateSurface.
2006-10-09  Stefan Dösingerddraw: Make the ddraw list a wine list.
2006-10-09  Stefan Dösingerddraw: Set the DDSCAPS2_MIPMAPSUBLEVEL flag on sublevels.
2006-10-06  Stefan Dösingerwined3d: Add WINED3DUSAGE_OVERLAY.
2006-09-10  Stefan Dösingerddraw: Pass the fullscreen flag to wined3d.
2006-09-10  Stefan Dösingerddraw: Double buffered primary surfaces can only be...
2006-07-26  Stefan Dösingerddraw: Support using an application-provided surface...
2006-07-11  Stefan Dösingerddraw: Palette refcounting fix.
2006-07-11  Stefan Dösingerddraw: Split up the ddraw refcount.
2006-06-30  Piotr Cabanddraw: Added missing '\n' in debug traces.
2006-06-27  Stefan Dösingerddraw: Assign the surface descriptions height to the...
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-06-26  Stefan Dösingerddraw: Set the video memory and visible flag on render...
2006-06-26  Stefan Dösingerddraw: Enumerate the reference d3ddevice.
2006-06-19  Stefan Dösingerddraw: Palette refcounting fixes + tests.
2006-06-15  Alexandre Julliardddraw: Make some functions static.
2006-06-15  Stefan Dösingerddraw: Rewrite most of ddraw using WineD3D.