Added support for multiple mixers.
[wine] / dlls / x11drv / x11drv.h
2004-08-18  Robert ShearmanAllow the user to move managed windows by dragging...
2004-08-06  Huw DaviesActually pass the blend function on to the graphics...
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-07-13  Alexandre JulliardMake x11drv fail to load when it can't open the display...
2004-05-06  Ulrich CzekallaAllow applications, under certain conditions, to set...
2004-04-27  Alexandre JulliardReplace empty window rect checks by a new X11DRV_is_win...
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-04  Alexandre JulliardGet rid of the X11DRV_DC_Funcs hack.
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-02-20  Ulrich CzekallaImplemented rendering synthesized BITMAP and DIB formats.
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-13  Alex PasadynUpdate the desktop window size and send WM_DISPLAYCHANG...
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-14  Alexandre JulliardMoved SetDrawable, StartGraphicsExposures and EndGraphi...
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-09  Aric StewartEnable Tablet support with both Tilt and Pressure.
2003-12-04  Mike HearnMap (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_T...
2003-11-25  Huw DaviesAdd support for display of dibs on MSB XServers.
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardDelay the creation of the X atoms until we really need...
2003-11-20  Ulrich CzekallaInitial implementation to support XDND protocol.
2003-11-20  Alexandre JulliardIntern all the atoms we'll need in one step to avoid...
2003-10-16  Alex Pasadyn- Added support for XRandR extension.
2003-09-16  Alex Pasadyn- Allow applications to resize the Wine desktop window.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-08  Ulrich CzekallaFixed handling of synthesized data.
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-04-22  Alexandre JulliardMoved x11drv.h to dlls/x11drv.