Added stub for undocumented 'wglGetDefaultProcAddress' function.
[wine] / dlls / opengl32 / wgl.c
2002-11-30  Lionel UlmerImplement wglCreateLayerContext for layer 0.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-07-08  Lionel UlmerSupport wglUseFontBitmapsA when using client-side rende...
2002-07-03  Lionel UlmerDetect DCs without fonts and return an error in wglUseB...
2002-06-10  Alexandre JulliardAuthors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-23  Alexandre JulliardAdded support for driver-specific escapes in the x11drv...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-02  Lionel Ulmer- better support for extensions functions that do not...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-06-26  Alexandre JulliardAdded window properties to make some x11drv-specific...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-04-24  Alexandre JulliardSmall cleanups.
2001-03-28  Gavriel State- Always use a double-buffered visual if one is available.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-06-12  Lionel Ulmer- moved the 'constructor' into a real DLL init function
2000-05-30  Lionel UlmerImplemented wglShareLists and wglGetCurrentDC.
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-23  Lionel Ulmer- fixed the OpenGL32 spec file (and the make_opengl_spe...
2000-05-23  Lionel Ulmer- added option to get double-buffered desktop
2000-05-18  Patrik StridvallFixed issues found by winapi_check.
2000-05-14  Lionel Ulmer- set debug messages after a TRACE_ON test
2000-05-12  Lionel UlmerAdded support for OpenGL.