- Fix unmovable windows if the window style is set to WS_POPUP |
[wine] / dlls / x11drv / winpos.c
2005-02-26  Alexandre JulliardUse a table of handlers to dispatch X events and get...
2005-02-22  Alexandre JulliardAllow the client rectangle to be of arbitrary size...
2005-02-16  Lauri TulminMake minimized windows stay minimized.
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  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-25  Rein KlazesMake ShowWindow(...,SW_SHOWNA) also work on already...
2005-01-21  Alexandre JulliardTweak SetWindowPos flags handling to make a few more...
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-17  Alexandre JulliardGet rid of nonclient.h and of the corresponding exporte...
2005-01-17  Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-17  Alexandre JulliardRemoved a couple of unnecessary calls to WIN_SuspendWnd...
2005-01-17  Alexandre JulliardRemoved unused ForceWindowRaise function.
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-09  Alexandre JulliardAdded some sanity checks on window dimensions.
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-06  Dmitry TimoshkovShowWindow activates only a being maximized child windo...
2004-09-17  Alexandre JulliardDon't bother to return partial region data in get_windo...
2004-09-15  Dmitry TimoshkovRemove a stray 'else' left by a previous patch.
2004-09-13  Dmitry TimoshkovLog flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-09-01  Alexandre JulliardWe still need to look for the top parent that doesn...
2004-08-24  Alexandre JulliardIn GetDC use the parent drawable when DCX_PARENTCLIP...
2004-08-24  Alexandre JulliardWhen possible, use the X window of the requested window...
2004-08-18  Robert ShearmanAllow the user to move managed windows by dragging...
2004-08-17  Krishna MurthyAllow resizing windows without thickframe style.
2004-08-10  Ulrich CzekallaAvoid holding x11drv lock while calling function that...
2004-07-06  Alexandre JulliardFixed X11DRV_GetDC for the desktop window.
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-28  Alexandre JulliardUse X11DRV_GetRegionData to implement X11DRV_SetWindowR...
2004-06-24  Robert ShearmanFix small mistake in the previous visible region patch.
2004-06-23  Dmitry TimoshkovWM_WINDOWPOSCHANGED should always contain a final windo...
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-06-18  Alexandre JulliardOnly unmap the window when it gets moved off-screen...
2004-06-18  Dmitry TimoshkovShowWindow shouldn't fix SWP_ flags, it's the job of...
2004-06-14  Dmitry TimoshkovDo nothing in ShowWindow(SW_SHOW) if a window is alread...
2004-06-03  Mike HearnIgnore attempts to hide an already invisible window...
2004-04-27  Alexandre JulliardReplace empty window rect checks by a new X11DRV_is_win...
2004-04-08  Dmitry TimoshkovRestore correct focus handling for ShowWindow(SW_HIDE...
2004-04-08  Dmitry TimoshkovRevert an erroneous patch.
2004-04-02  Dmitry TimoshkovAdd SWP_NOZORDER in the case it's not needed.
2004-04-02  Dmitry TimoshkovA decision whether add SWP_NOACTIVATE or not should...
2004-04-02  Dmitry TimoshkovShowWindow should not optimize SW_HIDE, it's the job...
2004-04-02  Dmitry TimoshkovSending WM_SHOWWINDOW is a job of SetWindowPos.
2004-03-11  Dmitry TimoshkovWindows truncates windows coordinates at 16 bits when...
2004-02-13  Alex PasadynUpdate the desktop window size and send WM_DISPLAYCHANG...
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-14  Alexandre JulliardMoved SetDrawable, StartGraphicsExposures and EndGraphi...
2003-11-27  Rein KlazesIn clip_children() don't clip the visible region by...
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-11-04  Dmitry TimoshkovWM_WINDOWPOSCHANGING should receive original, not fixed...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Alexandre JulliardMap top-level windows when WS_VISIBLE is set, but don...
2003-05-19  Alexandre JulliardMake sure drawable_org is set correctly when using...
2003-02-18  Duane ClarkCorrectly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
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-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
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-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
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-24  Alexandre JulliardFixed #endif.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-08-29  Mike McCormackRely on the window manager to show and hide popup windo...
2002-08-27  Bill MedlandSetWindowPos sends WM_WINDOWPOSCHANGED even if it has...
2002-08-20  Alexandre JulliardDon't map/unmap a top-level window when WS_VISIBLE...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-13  Alexandre JulliardAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-04-24  Alexandre JulliardNever activate the window on SW_SHOWNOACTIVATE.
2002-04-24  Huw D M DaviesDon't check hwndInsertAfter if SWP_NOZORDER is set.
2002-03-12  Jukka HeinonenAdded option SW_FORCEMINIMIZE to ShowWindow.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Paul RupePrevent "window belongs to another process" errors...
2001-11-13  Gerard PatelFix the server paint count in SetWindowPos.
2001-11-07  Gerard PatelRepaired child window activation broken by previous...
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-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
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-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-09-21  Alexandre JulliardIgnore ConfigueNotify size changes while the window...
next