Commit History

Author SHA1 Message Date
  Piotr Caban fd60414fce user32: Fix window style while CBT_CREATEWND hook is called. 3 years ago
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.h. 3 years ago
  Alexandre Julliard a88973a5f9 server: Store length of window text instead of null-terminating it. 4 years ago
  Alexandre Julliard dc6f39ac29 server: Use screen coordinates in the update_window_zorder request. 6 years ago
  Alexandre Julliard 87d1a4a329 server: Scale coordinates in get_window_children_from_point based on DPI awareness. 6 years ago
  Alexandre Julliard 8698b600c6 server: Map region to the window DPI in redraw_region(). 6 years ago
  Alexandre Julliard 8de1b2c2ce user32: Scale coordinates in MapWindowPoints() based on DPI awareness. 6 years ago
  Alexandre Julliard c5a6925676 user32: Scale coordinates in WIN_GetRectangles() based on DPI awareness. 6 years ago
  Alexandre Julliard 766287ad6a server: Return the surface rect as top clipping rect. 6 years ago
  Alexandre Julliard 6ccb94392a server: Clip visible region to the surface rectangle instead of the desktop. 6 years ago
  Alexandre Julliard 85f81948de server: Store the surface rectangle in the server. 6 years ago
  Alexandre Julliard b73a50a35e user32: Update RedrawWindow behavior with explicit desktop window handle. 6 years ago
  Alexandre Julliard 8cfac3b218 server: Don't clip update regions to the desktop window. 6 years ago
  Alexandre Julliard d3876ca84e server: Add a couple of rectangle helper functions. 6 years ago
  Alexandre Julliard 55f036e730 server: Don't convert the surface region to screen coordinates. 6 years ago
  Alexandre Julliard 026309888c user32: Only pass the new valid rectangle to the server. 6 years ago
  Alexandre Julliard 376c218ad6 server: Removed unused visible rect from get_window_rectangles request. 6 years ago
  Alexandre Julliard 51e8d579bb user32: Don't send cross-process message for GetWindowTextLength(). 6 years ago
  Alexandre Julliard f7b5b8975c user32: Store the window DPI in the server. 6 years ago
  Alexandre Julliard 8a70b70f42 user32: Update the window DPI awareness in SetParent(). 6 years ago
  Alexandre Julliard 433788736b user32: Store the window DPI awareness in the server. 6 years ago
  Alexandre Julliard bcbc84e214 user32: Don't exclude clipped children from the copied window bits since they may be up to date. 7 years ago
  Alexandre Julliard 4f88a57ce7 server: Return the top surface window even when not using OpenGL. 7 years ago
  Piotr Caban 6a0ffd70c7 server: Update all children upon SetLayeredWindowAttributes. 7 years ago
  Alexandre Julliard 5962df3a1e server: Cleanup clipboard information upon window destruction. 8 years ago
  Jacek Caban d13a44e4aa user32: Don't use window's parent as an owner if WS_CHILD style is not set. 8 years ago
  Alexandre Julliard 008f14f03f server: Directly return a structure in get_req_unicode_str(). 8 years ago
  Sebastian Lackner 6bfa3896fc server: Check winstation visibility in server to avoid race-conditions. 9 years ago
  Alexandre Julliard 7c538cddeb server: Post a notification to the desktop window when a top-level window is destroyed. 9 years ago
  Piotr Caban 3f1bbdcae3 server: Send mouse hardware messages to thread owning top-most window. 10 years ago