Ignore ConfigueNotify size changes while the window is iconic.
[wine] / dlls / x11drv / winpos.c
2001-09-21  Alexandre JulliardIgnore ConfigueNotify size changes while the window...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-10  Alexandre JulliardIgnore size change on ConfigureNotify if window rect...
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-21  Alexandre JulliardRemoved WIN_GetDesktop().
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-06  Alexandre JulliardReplaced MSG_InternalGetMessage calls by equivalent...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-29  Alexandre JulliardRemoved unnecessary SetWindowPos call in SetWindowRgn.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-26  Alexandre JulliardMake the visible region empty for non-visible windows.
2001-06-22  Alexandre JulliardDon't rely on X to expose windows covered by a sibling...
2001-06-20  Alexandre JulliardClip parent client area when using the drawable from...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Alexandre JulliardFixed one more bug in clip_children.
2001-06-15  Alexandre Julliardclip_children: don't crash if child is not in list...
2001-06-13  Alexandre JulliardUse the topmost parent that isn't clipping children...
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-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...