ddraw: Return DDERR_INVALIDPARAMS for 0 width / height surface creation.
[wine] / dlls / ddraw / tests / ddrawmodes.c
2010-11-08  Henri Verbeetddraw: Setup the device window in SetCooperativeLevel().
2010-11-04  David Adamddraw: Exclusive mode is the corner case for SetCoopera...
2010-11-02  Francois Gougetddraw/tests: Remove a space before a '\n'.
2010-11-02  David Adamddraw: Add tests for SetCooperativeLevel with a NULL...
2010-11-01  David Adamddraw: Add tests for the foreground window set by SetCo...
2010-10-22  David Adamddraw: SETFOCUSWINDOW lives independently of other...
2010-10-12  David Adamddraw/test: Add more combination tests for SetCooperati...
2010-07-28  Johan Gillddraw: Added a todo_wine test for SetCooperativeLevel.
2010-04-19  Johan Gillddraw: Do not restore the display mode from inside...
2010-04-07  Johan Gillddraw/tests: Added todo_wine test to verify resizing...
2010-02-05  Alexandre Julliardddraw/tests: Fix a test that fails on Win2k.
2009-12-14  Nicolas Le Camddraw/tests: Get rid of a carriage return in a trace.
2009-11-03  Paul Vriensddraw/tests: Fix a test failure on systems with no...
2009-10-30  Markus Stockhausenddraw: Avoid memory overwrite in GetDeviceIdentifier().
2009-10-12  Paul Vriensddraw/tests: Don't crash on older ddraw.
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-01  Henri Verbeetddraw: Remove trailing spaces.
2009-05-13  Francois Gougetddraw/tests: Replace malloc() with HeapAlloc().
2009-03-23  Andrew Nguyenddraw/tests: Skip some cooperative level tests on NT4...
2009-01-03  Stefan Dösingerddraw: Reject IDirectDraw3 QI in ddraw.dll.
2008-12-05  Michael Stefaniucddraw: Remove two superfluous casts.
2008-09-22  Paul Vriensddraw/tests: Fix a test on a Win98 box.
2008-05-28  Paul Vriensddraw/tests: Don't crash on win9x.
2008-02-06  Stefan Dösingerddraw: Some drivers return a refresh rate of 0.
2008-01-16  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2008-01-04  Peter Dons Tychsenddraw: Add missing pitch in callback from EnumDisplayMo...
2006-12-15  Vitaliy Margolenwined3d: When changing display modes clip cursor to...
2006-10-10  H. Verbeetddraw/tests: Win64 printf format warning fixes.
2006-10-02  Francois Gougetddraw: Only perform the screen resolution changing...
2006-09-10  Stefan Dösingerddraw: Double buffered primary surfaces can only be...
2006-09-07  Mike McCormackddraw: Make tests pass when OpenGL libraries aren't...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Francois GougetAssorted spelling fixes.
2005-12-12  Eric PouechMade some functions static.
2005-10-06  Stefan Dösinger- Add handling for DDSCL_SETFOCUSWINDOW in SetCooperati...
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-03-16  Jakob ErikssonSetDisplayMode can return DDERR_UNSUPPORTED. If it...
2004-02-16  Sami AarioAdded surface tests.
2004-01-20  Francois GougetAdd trailing '\n's to ok() calls.
2003-11-18  Sami AarioAdded some conformance tests for ddraw. These enumerate...