- Convert ordinals to their real names.
[wine] / dlls / ttydrv / wnd.c
2003-04-19  Alexandre JulliardDon't bother sending WM_NCCREATE to the desktop window...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-25  Michael StefaniucCompile the ttydrv dll with -DSTRICT.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2001-12-13  Eric LaforestAdd the missing functionality in the tty driver.
2001-11-06  Alexandre JulliardWindow activation cleanups.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
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-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.