Removed the FailReadOnly option, this is now the default behavior.
[wine] / dlls / x11drv / xvidmode.c
2004-02-13  Alex PasadynUpdate the desktop window size and send WM_DISPLAYCHANG...
2004-02-03  Alex PasadynUse the first mode in the XVidMode mode list as the...
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-10-16  Alex Pasadyn- Added support for XRandR extension.
2003-09-30  Alex Pasadyn- Add more logging to resolution changes and queries.
2003-09-16  Alex Pasadyn- Allow applications to resize the Wine desktop window.
2003-07-15  Lionel UlmerDesktop mode should only disable mode switching, not...
2003-06-16   <mirq@ziemniak... Correct mode nr passed to X11DRV_XF86VM_SetCurrentMode.
2003-05-20  Carlos LozanoAvoid printing an uninitialized buffer.
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2002-09-29  Jukka HeinonenUse correct check to see if xserver supports xvidmode.
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-07-16  Lionel UlmerTest for X11 errors for DGA2 and XVidMode extensions.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-21  Andrew LewyckyXFree86 4.1 gamma ramp support.
2001-09-14  Francois GougetCheck for htotal=vtotal=0 (for xfree 4 vesa driver).
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Francois GougetAdded an option to disable XVidMode support.
2001-08-09  Patrik StridvallDocumentation fixes.
2001-05-18  Marcus MeissnerFixed compile if we do not have the xf86vidmode extension.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-04-27  Ove KaavenReimplemented DXGrab with improvements; it no longer...
2001-04-16  Ove KaavenImplemented the XF86DGA2 driver for the ddraw HAL.
2001-03-22  Jeff GarzikAdded needed string.h includes.
2001-03-20  Ove KaavenAdded gamma ramp code to the XVidMode interface.
2001-02-14  Ove KaavenGuts of a simple XVidMode-supporting DirectDraw HAL...