wineps.drv: Don't use sizeof in traces to avoid printf format warnings.
[wine] / dlls / x11drv / winpos.c
2006-06-02  Juris Smotrovsuser32: Send WM_SIZE when window changes state between...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Dmitry Timoshkovx11drv: Fix the regression caused by the recent ShowWin...
2006-05-17  Dmitry Timoshkovuser32: Make all the recently added ShowWindow tests...
2006-05-10  Alexandre Julliardx11drv: Prefer SendMessageW over SendMessageA where...
2006-04-04  Alexandre Julliardx11drv: Avoid redundant flushing of the thread display.
2006-03-29  Alexandre Julliardx11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock...
2006-03-27  Alexandre Julliardx11drv: Support SetWindowPos and ShowWindow on the...
2006-03-07  Alexandre Julliarduser: Launch explorer to manage the desktop window.
2006-03-06  Alexandre Julliardx11drv: Make sure to never manipulate the root window...
2005-12-01  Detlef RiekenbergRemove unused include X11/IntrinsicP.h.
2005-11-30  Vitaliy MargolenShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-09  Alexandre JulliardDon't call SetWindowPos in ShowWindow if a parent windo...
2005-11-03  Dmitry TimoshkovStricter check whether a window needs to be mapped...
2005-09-28  Dmitry TimoshkovMake DrawMenuBar and SetMenu tests pass under Wine.
2005-09-19  Dmitry TimoshkovUse the event's width and height not the translated...
2005-09-12  Dmitry TimoshkovAdd a test for ShowWindow(SW_SHOWMAXIMIZED) called...
2005-08-15  Frank RichterInvalidate DCEs when a window region is set.
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-03-25  Alexandre JulliardMoved DCE support to the X11 driver.
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-22  Hans LeidekkerFix some -Wsign-compare and -Wuninitialized warnings.
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-03-21  Alexandre JulliardDon't try to resync Z-order on ConfigureNotify events...
2005-03-17  Alexandre JulliardMake the server know about the visible area of a window...
2005-03-17  Alexandre JulliardCompute the top clipping window directly on the server...
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...
next