Removed some direct accesses to the DC structure.
[wine] / dlls / x11drv / x11drv.spec
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.