Only measure child rectangles of visible children when deciding about
[wine] / windows / winpos.c
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-09  Alexandre JulliardUse 32-bit hook functions where possible. Cleaned up...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-12  James HathewaySetWindowRgn shouldn't activate the window.
2001-03-21  Alexandre JulliardCleaned up assumptions about WS_CHILD flag so that...
2001-03-19  Ove KaavenWin2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT...
2001-03-04  Dmitry TimoshkovAdd DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only...
2001-02-28  Dominik StrasserAvoid crash at end of list.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-01-26  Martin PilkaFixed SW_RESTORE handling.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-25  Susan FarleyAlways restore the bit_gravity to BGForget after using...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-22  Alexandre JulliardRemoved the dummy mouse event in SetWindowPos.
2000-12-18  Gerard PatelWM_GETMINMAXINFO track min size should be used in SetWi...
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-25  Rein KlazesIn SWP_DoNCCalcSize() when determining whether the...
2000-10-23  Louis Philippe Gagnon- Calculate changes in the client area relative to...
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-09-27  Dmitry TimoshkovIf window was not resized and not moved, repaint only...
2000-09-12  James HathewayKDE 1.x has problems with using XShapeCombineMask when...
2000-08-21  Gerard PatelEnables showing of hidden windows when the app ask...
2000-08-07  Huw D M DaviesWINPOS_WindowFromPoint should respect hrgnWnd.
2000-08-07  Marcus MeissnerRemoved local variable shadows warnings.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-07-25  Susan FarleyDon't destroy the caret on SWP_HIDEWINDOW.
2000-07-15  Jean-Claude BatistaEnsure the validity of hOldFocus before calling WIN_Get...
2000-07-08  Susan FarleyCheck for WS_DISABLED parent in WindowFromPoint for...
2000-07-08  Slava MonichBeginDeferWindowPos should allow zero count.
2000-06-14  Noomen HamzaMade SetWindowPos handle the case when inserting a...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Gerard PatelActivate a hidden window only when explicitely asked...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-08  Rein KlazesAvoid problems during changing the Z-order if the windo...
1999-12-25  Huw D M DaviesAvoid infinite loop in WINPOS_FindIconPos if the width...
1999-11-07  Lionel UlmerAdded the possibility to have mouse movements reported...
1999-10-13  Abey GeorgeChanged WINPOS_CanActivate to not to consider WS_VISIBL...
1999-10-13  Thuy NguyenWe have to activate MDI child windows.
1999-09-03  Abey GeorgeCheck new coordinates received in WM_NCCALCSIZE message.
1999-08-07  Francis BeaudetIf the window is already the topmost window in ShowWind...
1999-07-31  Yuxi ZhangTried to fix the code for SetWindowPos to erase the...
1999-07-27  Thuy NguyenCheck if the window has the WS_CLIPSIBLINGS style befor...
1999-07-18  Abey GeorgeValidate the parent with the child window client rectan...
1999-07-10  Ulrich WeigandRemoved all EVENT_Synchronize( FALSE ) calls; use a...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-07-04  Yuxi ZhangFix a bug in SetWindowPos to prevent parent from erasin...
1999-06-18  Ulrich Weigand- Do not call XConfigureWindow if SetWindowPos was...
1999-06-12  Ulrich WeigandBetter implementation of [GS]etForegroundWindow.
1999-06-05  Ulrich WeigandRemoved DummyMotionNotify EVENT driver routine.
1999-05-22  Eric PouechIn SetWindowPos if changing Z order and child window...
1999-05-22  Ulrich WeigandDon't change Z-order of child windows when activating.
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-13  Francis BeaudetFixed an infinite loop in ChildWindowFromPointEx.
1999-05-08  Alex KorobkaRearranged PAINT_RedrawWindow() so that it first recurs...
1999-05-08  Michael VekslerRemoved #include "wine/winuser16.h" and use "struct...
1999-05-02  Noel BorthwickFixed an unbalanced windows lock/unlock sequence in
1999-05-02  Juergen Schmied- better stubs for Get/Set special (Progman/Taskman...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Eric PouechProperly handling cases like calling SetWindowPos while...
1999-04-11  Francois BoisvertCheck if pTempActiveWindow in WINPOS_SetWindowPos is...
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-28  Francis BeaudetAdded checks to guard against NULL active window.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Ove KaavenAdded extra child arguments to DCE_GetVisRgn() to be...
1999-02-15  Ove KaavenResetting X focus should not be done with SetFocus32...
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-02-14  Francois BoisvertChanged SetWindowPos32 to force the update of the non...
1999-02-13  Marcus MeissnerSome warnings fixed, one useless VERSION warning remove...
1999-02-13  Ove KaavenDon't call EVENT_DummyMotionNotify for hidden windows.
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-01-31  Huw D M DaviesFix typo in SetWindowPos32.
1999-01-30  NF StevensIn Window SetWindowPos with SWP_HIDEWINDOW does not...
1999-01-28  Stephane Lussier- Made the message queue access to be thread safe....
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Ulrich WeigandQueue handling adapted to new queue routines.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.
1998-11-30  Paul QuinnImplementation of ChildWindowFromPointEx functions.
1998-11-15  John RichardsonAllow SWP_HIDEWINDOW to be called on windows that are...
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-10-15  Rein KlazesFixed an error when an owned window activates its owner...
1998-10-15  Juergen SchmiedNew stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
next