.spec.c files are no longer used for 32-bit dlls.
[wine] / dlls / x11drv / window.c
2004-03-02  Huw DaviesEnable resizing if WS_THICKFRAME is set.
2004-02-20  Ulrich CzekallaImplemented rendering synthesized BITMAP and DIB formats.
2004-02-06  Alex PasadynMake full-screen popup windows managed.
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
2003-12-13  Jerry JenkinsFix managed state of some windows.
2003-12-04  Mike HearnMap (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_T...
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardDelay the creation of the X atoms until we really need...
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-11-20  Ulrich CzekallaInitial implementation to support XDND protocol.
2003-11-20  Alexandre JulliardIntern all the atoms we'll need in one step to avoid...
2003-10-24  Dmitry TimoshkovWindows always sets cbtc.hwndInsertAfter to HWND_TOP.
2003-10-03  Alexandre JulliardWe only need to check for same process siblings in...
2003-10-02  Alexandre JulliardIn desktop mode, only move the window in Z-order relati...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-09  Dmitry TimoshkovAdded support for CP_UNIXCP.
2003-06-20  Kusanagi KouichiStore WM_NAME and WM_ICON_NAME in COMPOUND_TEXT format.
2003-05-19  Alexandre JulliardAvoid the 'Below' stacking mode when changing Z order...
2003-05-04  Mike HearnSupport _NET_WM_PING protocol so the WM can detect...
2003-04-19  Alexandre JulliardDon't bother sending WM_NCCREATE to the desktop window...
2003-01-30  Liu SpiderAdded XNFocusWindow attribute when creating a IC.
2003-01-23  Alexandre JulliardCreate an X input context for each top-level window.
2003-01-21  Alexandre JulliardMake sure to always set X focus on the top-level window...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
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...