Assorted spelling fixes.
[wine] / dlls / x11drv / window.c
2006-05-09  Alexandre Julliardx11drv: We really need to flush the display when destro...
2006-04-04  Alexandre Julliardx11drv: Remove one more XSync call.
2006-04-01  Alexandre Julliardx11drv: Get rid of XSync calls on window creation and...
2006-03-29  Alexandre Julliardx11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock...
2006-03-28  Alexandre Julliardx11drv: Reinitialize the display settings when using...
2006-03-28  Alexandre Julliardx11drv: Avoid setting text or WM hints of the X root...
2006-03-27  Alexandre Julliardx11drv: Moved desktop mode handling to the explorer...
2006-03-27  Alexandre Julliardx11drv: Allow setting WM hints for the desktop window.
2006-03-27  Alexandre Julliardx11drv: Get rid of the using_wine_desktop flag.
2006-03-06  Alexandre Julliardx11drv: Make sure to never manipulate the root window...
2005-11-30  Vitaliy MargolenCreateWindow should not activate invisible minimized...
2005-08-22  Todd MokrosFix a focus stealing bug introduced by the managed...
2005-07-27  Alexandre JulliardThere's no need to update the event mask in X11DRV_sync...
2005-07-19  Alexandre JulliardDon't set win gravity, the default should work fine.
2005-07-18  Alexandre JulliardFixed a few prototypes in the USER driver.
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-07-07  Alexandre JulliardMoved most initializations out of the create_desktop...
2005-07-01  Alexandre JulliardSet the class resource name to the name of the main...
2005-05-24  Dmitry TimoshkovSetParent needs to clear 'managed' flag for former...
2005-04-26  Ulrich CzekallaSetParent should not remove menu from non-child windows.
2005-03-31  Alexandre JulliardRemoved the no longer needed X11DRV_get_client_area_off...
2005-03-27  Alexandre JulliardAdded X11DRV_get_pixmap and X11DRV_set_pixmap functions...
2005-03-25  Alexandre JulliardMoved DCE support to the X11 driver.
2005-03-25  Alexandre JulliardReplace the link_window request by a set_parent request...
2005-03-23  Robert Shearman- Window styles passed to CreateWindowEx must the same...
2005-03-22  Hans LeidekkerFix some -Wsign-compare and -Wuninitialized warnings.
2005-03-08  Maxime Bellengé- Fix unmovable windows if the window style is set...
2005-03-07  Dmitry TimoshkovAvoid unnecessary window locking in X11DRV_DestroyWindow.
2005-02-22  Alexandre JulliardAllow the client rectangle to be of arbitrary size...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-09  Alexandre JulliardMake the win data pointer only available in the thread...
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-01-31  Alexandre JulliardOnly create an X window for top-level windows, not...
2005-01-28  Alexandre JulliardUse an X context to associated the x11drv private windo...
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-20  Rémi AssaillyAdded missing declarations.
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-17  Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-14  Jeremy WhiteFix X11 event timing so that we correctly correlate...
2004-12-27  Mike HearnFix Xlib locking in create_desktop.
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-09  Alexandre JulliardAdded some sanity checks on window dimensions.
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-08-26  Evan DeaublFix an ERR log in X11DRV_CreateWindow.
2004-08-18  Robert ShearmanAllow the user to move managed windows by dragging...
2004-05-07  Dmitry TimoshkovMake WM_GETMINMAXINFO default behaviour more like the...
2004-04-28  Alexandre JulliardFixed unsigned comparison issue in previous change.
2004-04-27  Alexandre JulliardReplace empty window rect checks by a new X11DRV_is_win...
2004-04-12  Dmitry TimoshkovAdd a test case for children Z ordering at window creat...
2004-04-02  Dmitry TimoshkovSetting WS_VISIBLE style does not require any special...
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...
next