Only add Tahoma to the System font's link list if we can actually find
[wine] / dlls / ttydrv / wnd.c
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-03-24  Alexandre JulliardAvoid calling WIN_ListChildren from the graphics drivers.
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-23  Alexandre JulliardGet rid of the remaining WIN_FindWndPtr calls.
2005-03-17  Alexandre JulliardCompute the top clipping window directly on the server...
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-19  Alexandre JulliardStore the window id as a property instead of accessing...
2004-12-09  Alexandre JulliardUse an escape mechanism similar to the x11drv one to...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-02-13  Alexandre JulliardGet rid of a few 16-bit exports in gdi32.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2003-11-09  Gerald PfeiferFix format specifiers for HWNDs.
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.