- 11e3523 Rewrote caret implementation to store the information in the server. by Alexandre Julliard · 22 years ago
- a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
- 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
- bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago
- e9119c1 Removed some more TSX11 functions and files. by Alexandre Julliard · 23 years ago
- 8f1f4c2 Fixed #endif. by Alexandre Julliard · 23 years ago
- df8e6ee Removed a bunch of no longer used TSX wrappers. by Alexandre Julliard · 23 years ago
- 5ece353 Rely on the window manager to show and hide popup windows for us. by Mike McCormack · 23 years ago
- 155710c SetWindowPos sends WM_WINDOWPOSCHANGED even if it has been told not to by Bill Medland · 23 years ago
- 911a177 Don't map/unmap a top-level window when WS_VISIBLE changes, only when by Alexandre Julliard · 23 years ago
- e35580f Fixed some various comparisons wrt signedness. by Vincent Béron · 23 years ago
- a5755b1 Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy White <jwhite@codeweavers.com> by Alexandre Julliard · 23 years ago
- d3cab18 Moved DC origin into device-specific structure. by Alexandre Julliard · 23 years ago
- 70e192b Removed CURSORICON_IconToCursor now that we support color cursors. by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 07439cd Removed dependencies on the internals of the region object. by Alexandre Julliard · 23 years ago
- 046dbf9 Never activate the window on SW_SHOWNOACTIVATE. by Alexandre Julliard · 23 years ago
- 0f31a34 Don't check hwndInsertAfter if SWP_NOZORDER is set. by Huw D M Davies · 23 years ago
- b7beb72 Added option SW_FORCEMINIMIZE to ShowWindow. by Jukka Heinonen · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 90d8354 Prevent "window belongs to another process" errors when running by Paul Rupe · 23 years ago
- e5fe779 Fix the server paint count in SetWindowPos. by Gerard Patel · 23 years ago
- 6c58cdc Repaired child window activation broken by previous change. by Gerard Patel · 23 years ago
- 03e07b5 Window activation cleanups. by Alexandre Julliard · 23 years ago
- ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
- fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
- 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
- 80593bf Removed next and child fields in the window structure and use by Alexandre Julliard · 23 years ago
- 556607a Store window parent as an HWND instead of a pointer. by Alexandre Julliard · 23 years ago
- 94ce2a3 Map a window if it is shown by a direct style change. by Gerard Patel · 23 years ago
- 9c89290 Ignore ConfigueNotify size changes while the window is iconic. by Alexandre Julliard · 24 years ago
- d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
- f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
- a2ae982 Ignore size change on ConfigureNotify if window rect is empty and new by Alexandre Julliard · 24 years ago
- 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
- 9d9dac0 Added WIN_ListParents function and renamed WIN_BuildWinArray into by Alexandre Julliard · 24 years ago
- 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
- fa42aa8 Removed WIN_GetDesktop(). by Alexandre Julliard · 24 years ago
- 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
- de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
- bfb4a23 Replaced MSG_InternalGetMessage calls by equivalent exported APIs. by Alexandre Julliard · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- f25487a Removed unnecessary SetWindowPos call in SetWindowRgn. by Alexandre Julliard · 24 years ago
- ed15fc7 Moved ForceWindowRaise to the USER driver and removed the WND driver. by Alexandre Julliard · 24 years ago
- 9446387 Make the visible region empty for non-visible windows. by Alexandre Julliard · 24 years ago
- f4b1410 Don't rely on X to expose windows covered by a sibling, do it manually. by Alexandre Julliard · 24 years ago
- 64264be Clip parent client area when using the drawable from a higher level parent. by Alexandre Julliard · 24 years ago
- 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 0cbfb24 Fixed one more bug in clip_children. by Alexandre Julliard · 24 years ago
- 8f750d5 clip_children: don't crash if child is not in list (can happen on WM_NCCREATE). by Alexandre Julliard · 24 years ago
- 7b25ed5 Use the topmost parent that isn't clipping children as drawable, by Alexandre Julliard · 24 years ago
- dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
- 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
- 3abeae8 Moved window move/resize syscommand handling to the graphics driver. by Alexandre Julliard · 24 years ago
- 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago