Pause command interpreter while executing a console-mode app.
[wine] / windows / winpos.c
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
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-10-12  Alexandre JulliardRelease 971012 wine-971012
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-07-20  Alexandre JulliardRelease 970720 wine-970720
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-05-25  Alexandre JulliardRelease 970525 wine-970525
1997-05-09  Alexandre JulliardRelease 970509 wine-970509
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
next