Alexandre Julliard
|
53e4e504b9
|
user32: Add tests for UpdateLayeredWindowIndirect and fix the behavior of the ULW_EX_NORESIZE flag.
|
2012-09-27 17:45:43 +02:00 |
Alexandre Julliard
|
9f29dcdc2e
|
user32: Don't send messages on position changes in UpdateLayeredWindow.
|
2012-09-13 13:50:15 +02:00 |
Alexandre Julliard
|
7304445a7e
|
user32: Maintain a list of active window surfaces and flush them periodically.
|
2012-09-06 12:38:13 +02:00 |
Alexandre Julliard
|
a5ef549c6e
|
user32: Add support for managing a DIB surface for a window.
|
2012-09-06 12:35:32 +02:00 |
Alexandre Julliard
|
2dc234d923
|
user32: Only show a window the first time WS_VISIBLE is toggled, to work around Steam's WM_SETREDRAW usage.
|
2012-09-04 12:38:33 +02:00 |
Alexandre Julliard
|
d35fc4369f
|
user32: Always go through set_window_pos when the WS_VISIBLE style is changed.
|
2012-08-29 20:09:28 +02:00 |
Austin English
|
6f40cb83e9
|
user32: Make a few more functions hotpatchable.
|
2012-04-30 20:03:27 +02:00 |
Dmitry Timoshkov
|
847317d019
|
user32: SetParent() should use ShowWindow() to make a reparented window visible and move a window to new position.
|
2012-04-02 18:35:52 +02:00 |
Alexandre Julliard
|
03820a527b
|
user32: Fix some printf format warnings.
|
2012-01-17 15:02:51 +01:00 |
Dmitry Timoshkov
|
8f565eb6ae
|
user32: Add more window style tests, make them pass under Wine.
|
2011-12-07 17:49:59 +01:00 |
Michael Stefaniuc
|
1435b5ecd7
|
include: Make "long" numeric constants LP64/LLP64 proof (winuser.h).
|
2011-10-31 16:46:22 +01:00 |
Jacek Caban
|
ab37b86236
|
user32: Make GetWindowInfo hotpatchable.
|
2011-09-12 10:07:34 +02:00 |
Alexandre Julliard
|
ee44c7c0f4
|
user32: Fix coordinates mapping for the desktop window in the explorer process.
|
2010-12-13 12:43:34 +01:00 |
Alexandre Julliard
|
30554d4ef1
|
user32: Check structure size in GetGUIThreadInfo.
|
2010-11-16 21:54:03 +01:00 |
Dmitry Timoshkov
|
2f0b9dd3bf
|
user32: FindWindow() should treat an empty title same way as NULL.
|
2010-10-19 11:00:32 +02:00 |
Alexandre Julliard
|
377820e313
|
user32: Don't rely on the cached position for windows that have a mirrored parent.
|
2010-10-05 11:01:21 +02:00 |
Alexandre Julliard
|
ddaea5456e
|
user32: Set the default process layout based on the file description in the version resource.
|
2010-09-24 15:45:54 +02:00 |
Alexandre Julliard
|
024521190a
|
user32: Always store the window rectangles unmirrored after SetWindowPos.
|
2010-09-23 17:50:10 +02:00 |
Alexandre Julliard
|
3f026cafa5
|
user32: Add support for RTL window layouts in WIN_GetRectangles.
|
2010-09-22 20:28:20 +02:00 |
Dmitry Timoshkov
|
a7188842af
|
user32: UpdateLayeredWindow() should fail on non-layered or already initialized window.
|
2010-09-21 20:16:15 +02:00 |
Alexandre Julliard
|
72533173d5
|
user32: Don't try to set the WS_EX_LAYOUTRTL flag on the desktop window.
|
2010-09-08 13:19:17 +02:00 |
Alexandre Julliard
|
ca499d070f
|
user32: Avoid redundant server call in WIN_GetRectangles and fix the screen coordinates mapping.
|
2010-09-08 13:15:29 +02:00 |
Alexandre Julliard
|
9b693ddadb
|
user32: Use WIN_GetRectangles where possible instead of mapping coordinates explicitly.
|
2010-09-07 15:11:24 +02:00 |
Alexandre Julliard
|
141defbd54
|
user32: Use WIN_GetRectangles where possible instead of accessing the window structure.
|
2010-09-07 14:55:42 +02:00 |
Alexandre Julliard
|
7295b6746d
|
user32: Add support for fetching window rectangles relative to various origins.
|
2010-09-07 14:31:30 +02:00 |
Alexandre Julliard
|
196ec5969d
|
user32: Implement Get/SetProcessDefaultLayout.
|
2010-09-02 18:01:01 +02:00 |
Alexandre Julliard
|
942866f90d
|
user32: Make child windows inherit the WS_EX_LAYOUTRTL style from their parent.
|
2010-09-02 17:55:02 +02:00 |
Alexandre Julliard
|
cd79ec79a6
|
user32: Prevent changing some window styles through SetWindowLong.
|
2010-09-01 11:13:27 +02:00 |
Paul Chitescu
|
bb6769f475
|
user32: Use a safer method of freeing user handles to prevent zeroing out a newly allocated handle.
|
2010-06-18 15:22:22 +02:00 |
Paul Vriens
|
aef01a24d4
|
user32: Add another flag to the TRACE().
|
2010-06-18 15:22:21 +02:00 |
Alexandre Julliard
|
d815e582cf
|
user32: Only skip redraws on MDI child unmaximize if the new child is maximized.
|
2010-05-28 16:22:26 +02:00 |
Alexandre Julliard
|
7bef6dc8b9
|
user32: Always start the 64-bit version of explorer.exe on Wow64.
|
2010-03-29 12:26:42 +02:00 |
Nikolay Sivov
|
e7c909a1be
|
user32: Use whole window rectangle for UpdateLayeredWindow.
|
2010-02-24 16:02:57 +01:00 |
Nikolay Sivov
|
62019e6d3a
|
user32: Intersect with passed dirty rectangle while blitting.
|
2010-02-24 15:12:30 +01:00 |
Bernhard Übelacker
|
8d127f3a81
|
user32: Don't hide the window in SetParent when window and parent are equal.
|
2010-02-05 13:14:45 +01:00 |
Michael Stefaniuc
|
adc6b60f17
|
user32: Don't print the function name twice in a FIXME.
|
2010-02-04 13:39:28 +01:00 |
Alexandre Julliard
|
48c8c8d7bd
|
user32: Add a safety check in release_user_handle_ptr.
|
2010-02-03 13:54:01 +01:00 |
Alexandre Julliard
|
2ea73fd709
|
user32: Remove the no longer needed WIN_ISDIALOG flag.
|
2009-12-23 21:13:58 +01:00 |
Alexandre Julliard
|
5e640271f2
|
user32: Remove the no longer used WIN_ISWIN32 flag.
|
2009-12-23 21:10:59 +01:00 |
Alexandre Julliard
|
b201a41edf
|
user32: Export the WIN_GetFullHandle function through the WoW handlers.
|
2009-12-23 19:34:58 +01:00 |
Alexandre Julliard
|
ce50559013
|
user32: Send all CreateWindow calls through the WoW wrapper to allow mapping 16-bit instances.
|
2009-12-21 15:00:35 +01:00 |
Alexandre Julliard
|
77ab435402
|
user32: Make WINPROC_AllocProc take a unicode flag for consistency with the other winproc functions.
|
2009-12-18 12:41:59 +01:00 |
Alexandre Julliard
|
15000f32b6
|
user32: Move the 16-bit menu functions to user16.c.
|
2009-12-17 15:04:21 +01:00 |
Alexandre Julliard
|
8494682f2d
|
user32: Move 16-bit window creation functions to 16-bit files.
|
2009-12-17 15:03:32 +01:00 |
Alexandre Julliard
|
4b3c0e31d0
|
user32: Use W structures in window creation code.
|
2009-12-17 15:00:38 +01:00 |
Alexandre Julliard
|
bfcfe437e2
|
user32: Move loading of the 16-bit window menu to CreateWindowEx16.
|
2009-12-17 14:48:06 +01:00 |
Alexandre Julliard
|
aabe5f150f
|
user32: Move 16-bit instance normalization to CreateWindowEx16.
|
2009-12-17 14:36:26 +01:00 |
Alexandre Julliard
|
87ede8949a
|
user32: Get rid of the EDIT_winproc_handle variable.
|
2009-12-17 13:09:50 +01:00 |
Alexandre Julliard
|
9727750c79
|
user32: Move Get/SetWindowLong16 implementation to wnd16.c.
|
2009-12-14 12:04:02 +01:00 |
Nikolay Sivov
|
1b96626750
|
user32: Free window text to prevent leak in case when WM_NCDESTROY doesn't get to default procedure.
|
2009-11-16 15:01:22 +01:00 |
Alexandre Julliard
|
5950c6af80
|
user32: Specify the full application path when starting builtin apps.
|
2009-10-27 11:22:38 +01:00 |
Alexandre Julliard
|
1b27890af6
|
user32: Fix the return value of EnumThreadWindows.
|
2009-10-23 15:54:07 +02:00 |
Nikolay Sivov
|
77fe22b226
|
user32/win: Release scroll window data on window destruction.
|
2009-10-21 16:05:59 +02:00 |
Alexandre Julliard
|
5db3e7d43e
|
user32: Set last error in WIN_GetRectangles.
|
2009-10-12 17:07:04 +02:00 |
Alexandre Julliard
|
4bb95f4d0f
|
user32: Use the generic handle functions for windows too.
|
2009-10-12 17:07:04 +02:00 |
Alexandre Julliard
|
d996f7e334
|
user32: Add functions for manipulating client-side user handles.
|
2009-10-12 17:07:04 +02:00 |
Alexandre Julliard
|
e3b395ff2c
|
user32: Run the explorer process from the system directory.
|
2009-08-20 19:43:29 +02:00 |
Alexandre Julliard
|
95f8371a16
|
user32: Use a simplified sequence to destroy windows at thread exit, since we don't want to send messages.
|
2009-06-03 11:30:29 +02:00 |
Rein Klazes
|
1b1e0027db
|
user32: Combine horizontal and vertical window scroll bar info in a single structure.
|
2009-05-04 14:57:03 +02:00 |
Michael Stefaniuc
|
214b40b109
|
user32: Remove superfluous pointer casts.
|
2009-03-02 12:11:38 +01:00 |
Alexandre Julliard
|
0cd3ff6cbe
|
server: Make the class opaque data a client_ptr_t instead of a void pointer.
|
2008-12-29 17:24:39 +01:00 |
Alexandre Julliard
|
f2c4e09e80
|
server: Make module handles always 64-bit.
|
2008-12-29 16:47:51 +01:00 |
Alexandre Julliard
|
7fdadbb377
|
server: Add functions for conversions between server user handles and pointer-style handles.
|
2008-12-08 16:58:20 +01:00 |
Alexandre Julliard
|
d1b3d484f7
|
server: Add functions for conversions between server object handles and pointer-style handles.
|
2008-12-08 16:05:17 +01:00 |
Alexandre Julliard
|
025daaf0e8
|
user32: Fix FindWindow to not match an empty class name.
|
2008-11-17 14:14:05 +01:00 |
Michael Stefaniuc
|
3d6e19d48a
|
user32: Do not cast zero.
|
2008-11-04 11:26:24 +01:00 |
Dmitry Timoshkov
|
8f1d058b9d
|
user32: Handle all kinds of values returned by WIN_GetPtr.
|
2008-10-29 11:52:40 +01:00 |
Alexandre Julliard
|
e4cba25ac7
|
user32: Implemented UpdateLayeredWindow and UpdateLayeredWindowIndirect.
|
2008-09-16 16:30:19 +02:00 |
Alexandre Julliard
|
aef7723c3e
|
user32: Don't reinitialize the window placement even if the window rect is empty.
|
2008-09-16 16:29:26 +02:00 |
Alexandre Julliard
|
9fb76ddd53
|
user32: Add a SetLayeredWindowAttributes driver entry point.
|
2008-09-12 15:43:27 +02:00 |
Alexandre Julliard
|
05b4181cac
|
server: Implemented the server side of Get/SetLayeredWindowAttributes.
|
2008-09-12 15:30:47 +02:00 |
Alexandre Julliard
|
2f11213168
|
user32: Notify the user driver about window extended style changes too.
|
2008-09-12 14:55:07 +02:00 |
Alexandre Julliard
|
cd337174aa
|
user32: Return a proper rectangle from WINPOS_MinMaximize.
|
2008-07-30 16:05:09 +02:00 |
Lei Zhang
|
b3f4091b47
|
user32: Clamp newly created windows to the minimum window size.
|
2008-07-17 13:31:40 +02:00 |
Alexandre Julliard
|
6536868d07
|
user32: Make sure that IsWindowVisible returns FALSE for HWND_MESSAGE windows.
|
2008-06-25 15:49:44 +02:00 |
Alexandre Julliard
|
612c010431
|
user32: Add support for finding HWND_MESSAGE windows in FindWindowEx.
|
2008-06-25 15:30:22 +02:00 |
Alexandre Julliard
|
782403085f
|
user32: Treat the top-level message window as a desktop window.
|
2008-06-25 15:20:26 +02:00 |
Alexandre Julliard
|
1abbe0dfe3
|
user32: Use the top-level message window as parent for HWND_MESSAGE windows.
|
2008-06-25 15:10:42 +02:00 |
Alexandre Julliard
|
6b36e2131d
|
server: Also return the top-level message window in the get_desktop_window request.
|
2008-06-25 14:44:06 +02:00 |
Alexandre Julliard
|
d71303e91c
|
user32: Add support for a top-level message parent window in parallel to the desktop window.
|
2008-06-25 14:44:06 +02:00 |
Alexandre Julliard
|
a6df5e7e1d
|
user32: Check for wraparound in the initial window coordinates.
|
2008-05-28 21:32:50 +02:00 |
Dmitry Timoshkov
|
90f0795971
|
user32: Implement GetWindowModuleFileName.
|
2008-05-27 12:57:23 +02:00 |
Alexandre Julliard
|
5714c4deee
|
user32: The client rectangle is in screen coordinates for the initial WM_NCCALCSIZE.
|
2008-05-08 11:12:03 +02:00 |
Alexandre Julliard
|
cf4c2e0b54
|
user32: Fix list_window_parents when run in the desktop process.
|
2008-04-07 20:34:24 +02:00 |
Alexandre Julliard
|
bd09340cf2
|
user32: Don't start explorer.exe on non-visible window stations.
|
2008-03-31 17:26:42 +02:00 |
Dmitry Timoshkov
|
0506c341ac
|
user32: Increase an initial buffer size from 32 to 128 hwnds for enumerated children.
|
2008-03-20 19:51:55 +01:00 |
Alexandre Julliard
|
34fe91bf2b
|
user32: Implemented EnumDesktopWindows.
|
2008-03-19 11:13:46 +01:00 |
Alexandre Julliard
|
e6a3d80828
|
user32: Store the window placement information directly in the main window structure.
|
2008-03-04 20:45:40 +01:00 |
Alexandre Julliard
|
936ab3a644
|
user32: Moved the ShowWindow implementation from winex11 back to user32.
|
2008-02-28 17:01:30 +01:00 |
Alexandre Julliard
|
1642fbcbc2
|
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
|
2008-02-25 15:59:19 +01:00 |
Alexandre Julliard
|
4273a8ab86
|
user32: Simplify the window structure creation. Get rid of the unused clsStyle field.
|
2008-02-25 15:55:17 +01:00 |
Alexandre Julliard
|
d6f6745c9c
|
user32: Moved the bulk of CreateWindow and SetWindowPos from the driver back into user32.
|
2008-01-24 11:23:09 +01:00 |
Andrew Talbot
|
3dfaef3729
|
user32: Remove unneeded casts.
|
2008-01-22 11:27:51 +01:00 |
Alexandre Julliard
|
30d84fcd77
|
user32,server: Set the initial window rectangles to 0,0-0,0.
|
2008-01-22 10:15:38 +01:00 |
Alexandre Julliard
|
7687f78f71
|
user32: Don't inherit stdin/stdout handles in explorer.
|
2008-01-14 15:50:06 +01:00 |
Louis Lenders
|
a467feae39
|
user32: Add stub for GetLayeredWindowAttributes.
|
2008-01-10 12:11:04 +01:00 |
Alexandre Julliard
|
a54a990b3b
|
server: Allow to specify the class name instead of the atom to find a window.
|
2007-11-02 15:26:49 +01:00 |
Alexandre Julliard
|
1fc461f98b
|
server: Allow to specify the class name instead of the atom to create a window.
|
2007-11-02 15:16:25 +01:00 |
Alexandre Julliard
|
86c8860d62
|
user32: SetParent should not make the window topmost.
|
2007-10-31 18:00:53 +01:00 |
Alexandre Julliard
|
ebc6864953
|
user32: Don't allow changing the WS_EX_TOPMOST style with SetWindowLong.
|
2007-10-31 17:53:58 +01:00 |