Remove some FIXMEs and replace them with TRACEs.
[wine] / dlls / opengl32 / wgl.c
2005-05-12  Raphael Junqueira- better robustness of pbuffer code (checks, SetLastErr...
2005-05-10  Raphael JunqueiraFix allocated buffer size to avoid buffer overflow.
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-04-28  Raphael Junqueira- implement wglGetCurrentReadDCARB, wglMakeContextCurre...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-10  Raphael Junqueira- implements WGL_ARB_render_texture support (no more...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-01  Lionel UlmerConvert mostly useless ERR to WARN message.
2004-08-16  Andreas MohrMove some OpenGL defines from the private wgl.h header...
2004-02-25  Lionel UlmerHandle proper substraction of unsigned numbers.
2004-02-24  Lionel Ulmer- fix 'empty' glyphs
2004-02-24  Lionel UlmerUse the NULL matrix instead of giving a badly filled...
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-02-07  Lionel UlmerBeginning of infrastructure to support WGL extensions.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-06  Lionel UlmerImplement wglUseFontBitmapsW.
2003-12-05  Alexandre JulliardRemoved now useless call to glXQueryExtensionsString.
2003-12-02  Daniel SkorkaFixed a problem using glXGetProcAddresARB with bad...
2003-09-17  Mike McCormackAdd missing LF in trace message.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-11  Lionel UlmerCheck if 'GLX_ARB_get_proc_address' is supported before...
2003-07-11  Lionel UlmerLoad glXGetProcAddressARB dynamically.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-07  Michael SchlüterAdded wglGetExtensionsStringARB.
2003-04-22  Alexandre JulliardMoved x11drv.h to dlls/x11drv.
2003-03-06  Lionel UlmerSupport 'stub' wglGetExtensionsStringEXT function.
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.