mshtml: Implement IHTMLWindow2::get_top.
[wine] / dlls / opengl32 / tests /
2009-11-16  Roderick Colenbranderopengl32/tests: fix wglShareLists error messages.
2009-10-02  Alexandre Julliardopengl32/tests: Use explicit prototypes for function...
2009-09-22  Rico Schülleropengl32/tests: Improve test for wglMakeCurrent.
2009-06-22  Francois GougetAssorted spelling fixes.
2009-05-20  Roderick Colenbranderwgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GE...
2009-05-12  Roderick Colenbranderopengl32: Add a wglShareLists test.
2009-02-24  Francois Gougetopengl32/tests: Replace a couple of trace()s with skip()s.
2009-02-24  Francois Gougetopengl32/tests: Use win_skip() to skip over unimplement...
2008-12-05  Huw Daviesopengl/tests: Skip tests if we can't find a pixel format.
2008-10-27  Roderick Colenbranderopengl32: Mark some opengl3 tests as wine_todo.
2008-10-14  Roderick Colenbranderopengl32/tests: Don't call wglGetProcAddress at the...
2008-10-10  Roderick Colenbranderopengl32: Add a test case for WGL_ARB_create_context...
2008-09-30  Roderick Colenbranderopengl32: Remove some tests which cause issues on win9x.
2008-09-30  Roderick Colenbranderopengl32: Add some driver traces to the tests.
2008-09-29  Roderick Colenbranderopengl32: Don't run wgl tests on old gl drivers.
2008-06-18  Alexandre Julliardwinex11: Check for matching pixel format in wglMakeCurrent.
2008-05-28  Alexandre Julliardopengl32/tests: Add a couple of test cases for pixel...
2008-05-23  James Hawkinsopengl32: Trace a test result that fails inconsistently...
2008-04-30  Roderick Colenbranderopengl32: Drop the ChoosePixelFormat test as it is...
2008-04-17  Austin EnglishSpelling fixes.
2008-04-01  Roderick Colenbranderwgl: Fix ChoosePixelFormat behavior.
2008-02-27  Francois Gougetopengl32/tests: Add the trailing '\n' to an ok() call...
2008-02-25  Roderick Colenbranderwgl: Add a test case for wglCreateContext.
2008-02-11  Paul Vriensopengl32/tests: Only use functions if they are implemented.
2007-09-20  Chris Robinsonwgl: Don't set a pixel format on windows that already...
2007-09-18  Chris Robinsonwgl: Store the fbconfig id with the window when a pixel...
2007-08-23  Roderick Colenbranderwgl: Fix wglGetCurrentReadDCARB bugs.
2007-08-20  Paul Vriensopengl32/tests: Be a bit more verbose when doing wglGet...
2007-08-14  Chris Robinsonwgl: GDI support is not advertised with double buffering.
2007-08-06  Chris Robinsonwgl: WGL_COLOR_BITS_ARB does include alpha.
2007-08-03  Francois Gougetopengl32/tests: Add missing '\n' to ok() call.
2007-08-02  Roderick Colenbranderwgl: SetPixelFormat should fail on the root window.
2007-08-02  Roderick Colenbranderwgl: GetPixelFormat fix for offscreen formats.