Fix regression with IE's Menu Bar.
[wine] / dlls / x11drv / x11drv.spec
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-06-15  Ulrich CzekallaScrollDC should take into account overlapped windows...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
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-27  Patrik StridvallFixed some issues found by winapi_check.
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2004-01-12  Alexandre JulliardScrollDC doesn't need to be in the graphics driver.
2004-01-09  Aric StewartEnable Tablet support with both Tilt and Pressure.
2003-11-26  Dmitry TimoshkovFix .spec file parameters for CreateDC driver API.
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-11-05  Ulrich CzekallaImplemented SetDCPenColor and SetDCBrushColor.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-08-27  Ulrich Czekalla- Add a max wait time for selection notifies.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-01-29  Huw D M DaviesUses Xrender extension to allow client side font rendering.
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-11-20  Patrik StridvallFixed some issues found by winapi_check.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-02  Dmitry TimoshkovFix some inter dll dependencies.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-06  Gerard PatelUse a flag to test if create structure is unicode.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-01-15  Alexandre JulliardUpdated debug channels.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.