Sign in
goma
/
wine
/
f6e4096194155d1881dd73d58d1595d01b706ca6
/
windows
/
winpos.c
b3f8a63
Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
by Susan Farley
· 25 years ago
cdbe644
BeginDeferWindowPos should allow zero count.
by Slava Monich
· 25 years ago
6effb23
Made SetWindowPos handle the case when inserting a window after itself
by Noomen Hamza
· 25 years ago
54fe838
Fixed some issues reported by winapi_check.
by Patrik Stridvall
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
28dab87
Activate a hidden window only when explicitely asked by the application.
by Gerard Patel
· 25 years ago
6d77d3a
Use min/max instead of MIN/MAX.
by Francois Gouget
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
d38f600
Avoid problems during changing the Z-order if the window and the
by Rein Klazes
· 25 years ago
be89816
Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
by Huw D M Davies
· 25 years ago
acc7467
Added the possibility to have mouse movements reported relative to
by Lionel Ulmer
· 25 years ago
983f90a
Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
by Abey George
· 25 years ago
22614a3
We have to activate MDI child windows.
by Thuy Nguyen
· 25 years ago
c684d8e
Check new coordinates received in WM_NCCALCSIZE message.
by Abey George
· 26 years ago
8623fdc
If the window is already the topmost window in ShowWindow(SW_SHOW), it
by Francis Beaudet
· 26 years ago
a961c44
Tried to fix the code for SetWindowPos to erase the background properly.
by Yuxi Zhang
· 26 years ago
f18e7c3
Check if the window has the WS_CLIPSIBLINGS style before using the
by Thuy Nguyen
· 26 years ago
8beefb5
Validate the parent with the child window client rectangle when the
by Abey George
· 26 years ago
203780e
Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
by Ulrich Weigand
· 26 years ago
359f497e
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
8e35d65
Fix a bug in SetWindowPos to prevent parent from erasing its child
by Yuxi Zhang
· 26 years ago
7f53c57
- Do not call XConfigureWindow if SetWindowPos was called due to a
by Ulrich Weigand
· 26 years ago
b38e1de
Better implementation of [GS]etForegroundWindow.
by Ulrich Weigand
· 26 years ago
153334e
Removed DummyMotionNotify EVENT driver routine.
by Ulrich Weigand
· 26 years ago
6cf348d
In SetWindowPos if changing Z order and child window not yet in its
by Eric Pouech
· 26 years ago
c758201
Don't change Z-order of child windows when activating.
by Ulrich Weigand
· 26 years ago
ddca315
Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
by Marcus Meissner
· 26 years ago
d9a3d70
Fixed an infinite loop in ChildWindowFromPointEx.
by Francis Beaudet
· 26 years ago
9844749
Rearranged PAINT_RedrawWindow() so that it first recursively updates
by Alex Korobka
· 26 years ago
9d14a00
Removed #include "wine/winuser16.h" and use "struct tag????" instead.
by Michael Veksler
· 26 years ago
10619e9
Fixed an unbalanced windows lock/unlock sequence in WINPOS_ActivateOtherWindow.
by Noel Borthwick
· 26 years ago
ddb2e29
- better stubs for Get/Set special (Progman/Taskman) window functions
by Juergen Schmied
· 26 years ago
a9a671d
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
3be8e3b
Properly handling cases like calling SetWindowPos while processing WM_NCCREATE.
by Eric Pouech
· 26 years ago
71bdc7c
Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the QUEUE_Lock.
by Francois Boisvert
· 26 years ago
44a1b59
Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
by Alex Korobka
· 26 years ago
b87fe2e
More code moved to the X11 driver (bitmap and palette and misc).
by Patrik Stridvall
· 26 years ago
3a3cd9f
Fixed some bugs in thread safeness for wnd struct.
by Francois Boisvert
· 26 years ago
4f1ac05
Moved hrgnUpdate from client to window coordinates, made nonclient
by Alex Korobka
· 26 years ago
6b1b41c
Made access to the wnd struct thread-safe.
by Francois Boisvert
· 26 years ago
dae09c9
Added checks to guard against NULL active window.
by Francis Beaudet
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
077c273
Added extra child arguments to DCE_GetVisRgn() to be able to handle
by Ove Kaaven
· 26 years ago
6ec132b
Resetting X focus should not be done with SetFocus32. Called
by Ove Kaaven
· 26 years ago
b9544f1
Changed some functions prototypes (were returning void).
by Eric Pouech
· 26 years ago
ae80689
Changed SetWindowPos32 to force the update of the non-client area.
by Francois Boisvert
· 26 years ago
65e1f75
Some warnings fixed, one useless VERSION warning removed (winelib).
by Marcus Meissner
· 26 years ago
a4e29e5
Don't call EVENT_DummyMotionNotify for hidden windows.
by Ove Kaaven
· 26 years ago
b427856
Added management and allocation of the PERQUEUEDATA structure.
by Noel Borthwick
· 26 years ago
8d8703c
Moved some more code to the X11 driver.
by Patrik Stridvall
· 26 years ago
1b45020
Fix typo in SetWindowPos32.
by Huw D M Davies
· 26 years ago
114899a
In Window SetWindowPos with SWP_HIDEWINDOW does not remove
by NF Stevens
· 26 years ago
1c4786f
- Made the message queue access to be thread safe. (Using two new
by Stephane Lussier
· 26 years ago
638f169
Recovery of release 990110 after disk crash.
by Alexandre Julliard
· 26 years ago
wine-990110
151170c
Moved more things to the X11 driver.
by Patrik Stridvall
· 26 years ago
1babe5b
Queue handling adapted to new queue routines.
by Ulrich Weigand
· 26 years ago
e35d636
Moved more code to the X11 driver.
by Patrik Stridvall
· 26 years ago
eede6b0
Implementation of ChildWindowFromPointEx functions.
by Paul Quinn
· 26 years ago
04e57f9
Allow SWP_HIDEWINDOW to be called on windows that are already hidden
by John Richardson
· 26 years ago
5c3e457
egcs 'ambiguous else' warnings fixes.
by Jesper Skov
· 26 years ago
bbf2efe
Fixed an error when an owned window activates its owner during creation.
by Rein Klazes
· 26 years ago
2c20591
New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
by Juergen Schmied
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
642d313
Release 980712
by Alexandre Julliard
· 27 years ago
wine-980712
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
e658d82
Release 971130
by Alexandre Julliard
· 27 years ago
wine-971130
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
491502b
Release 971101
by Alexandre Julliard
· 27 years ago
wine-971101
17216f5
Release 971012
by Alexandre Julliard
· 27 years ago
wine-971012
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
d37eb36
Release 970720
by Alexandre Julliard
· 28 years ago
wine-970720
23946ad
Release 970616
by Alexandre Julliard
· 28 years ago
wine-970616
7ff1c41
Release 970525
by Alexandre Julliard
· 28 years ago
wine-970525
84c70f5
Release 970509
by Alexandre Julliard
· 28 years ago
wine-970509
df2673b
Release 970329
by Alexandre Julliard
· 28 years ago
wine-970329
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
f0cbfa0
Release 970215
by Alexandre Julliard
· 28 years ago
wine-970215
01d6346
Release 970120
by Alexandre Julliard
· 28 years ago
wine-970120
c6c0944
Release 970112
by Alexandre Julliard
· 28 years ago
wine-970112
9ea19e5
Release 970101
by Alexandre Julliard
· 28 years ago
wine-970101
7e6ae4b
Release 961208
by Alexandre Julliard
· 28 years ago
wine-961208
75d86e1
Release 961117
by Alexandre Julliard
· 28 years ago
wine-961117
139a4b1
Release 961102
by Alexandre Julliard
· 28 years ago
wine-961102
530ee84
Release 961023
by Alexandre Julliard
· 28 years ago
wine-961023
bf9130a
Release 961013
by Alexandre Julliard
· 28 years ago
wine-961013
2c69f6d
Release 960928
by Alexandre Julliard
· 29 years ago
wine-960928
8bbf818
Release 960913
by Alexandre Julliard
· 29 years ago
wine-960913
d1ce8b2
Release 960902
by Alexandre Julliard
· 29 years ago
wine-960902
Next »