Zero out the returned LINETRANSLATECAPS structure.
[wine] / dlls / x11drv / window.c
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-31  Alexandre JulliardFixed a number of -DSTRICT warnings.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-18  Alexandre JulliardAdded support for the take focus protocol.
2002-08-20  Alexandre JulliardDon't map/unmap a top-level window when WS_VISIBLE...
2002-07-16  Alexandre JulliardFixed setting of min/maximize mwm hints.
2002-06-14  Alexandre JulliardUpdate the cursor for each window on receiving an X11...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-23  Alexandre JulliardRestored managed mode config file option.
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-05-07  Michael CardenasCap window sizes at 65535.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-21  Ove KaavenAdded support for MWM hints.
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
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-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-02  Ilya KonstantinovAdded a _NET_WM_NAME(UTF8_STRING) property to every...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-22  Dmitry TimoshkovFixed an incorrect (harmless) memory allocation.
2001-07-31  Alexandre JulliardFixed desktop window structure initialization.
2001-07-20  Alexandre JulliardUse AdjustWindowRect to translate X to window rectangle...
2001-07-12  Lionel UlmerFix X crash when running in managed mode.
2001-07-12  Alexandre JulliardFixed a few issues with tsx11 locking.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-26  Alexandre JulliardAdded window properties to make some x11drv-specific...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-06-12  Alexandre JulliardFixed handling of zero-sized client window.
2001-06-08  Alexandre JulliardRemoved WIN_NATIVE flag.
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-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-10  Alexandre JulliardFixed reparenting to desktop (found by Gerard Patel).
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...