Fix signed/unsigned comparison warnings.
[wine] / dlls / x11drv / x11ddraw.c
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2003-11-21  Alexandre JulliardRemoved the ts_xlib files.
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-10-16  Alex Pasadyn- Added support for XRandR extension.
2003-09-16  Alex Pasadyn- Allow applications to resize the Wine desktop window.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-11-30  Lionel UlmerAdd DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw...
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-31  Alexandre JulliardFixed a number of -DSTRICT warnings.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Lionel UlmerFix crash in the X11 HAL when setting a NULL palette...
2001-08-27  Jukka HeinonenGrabPointer uses now SetWindowLong to change window...
2001-08-06  Jukka HeinonenXGrabPointer is now called from the correct thread...
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
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-25  Patrik StridvallFixed some issues found by winapi_check.
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...