Historique des commits

Auteur SHA1 Message Date
  Jacek Caban f139b06651 server: Store all 64 bits of window id. il y a 2 ans
  Jacek Caban 6366694d2b user32: Destroy window server objects from destroy_thread_windows. il y a 2 ans
  Jacek Caban 3cbccd4477 server: Don't allow creating children of orphaned windows. il y a 2 ans
  Jacek Caban 862d0eeff9 server: Orphan child windows when unlinking them from parent. il y a 2 ans
  Jacek Caban 82572350cd server: Don't allow orphaned windows in set_parent request. il y a 2 ans
  Jacek Caban 078bcc066c server: Don't immediately destroy child windows belonging to different thread in free_window_handle. il y a 2 ans
  Jacek Caban d52e454c12 server: Keep a reference to parent in window objects. il y a 2 ans
  Jacek Caban 5b56bad50b server: Make window struct a server object. il y a 2 ans
  Jacek Caban 88131e4764 server: Allocate extra_bytes separately from window struct. il y a 2 ans
  Piotr Caban fd60414fce user32: Fix window style while CBT_CREATEWND hook is called. il y a 2 ans
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.h. il y a 2 ans
  Alexandre Julliard a88973a5f9 server: Store length of window text instead of null-terminating it. il y a 4 ans
  Alexandre Julliard dc6f39ac29 server: Use screen coordinates in the update_window_zorder request. il y a 6 ans
  Alexandre Julliard 87d1a4a329 server: Scale coordinates in get_window_children_from_point based on DPI awareness. il y a 6 ans
  Alexandre Julliard 8698b600c6 server: Map region to the window DPI in redraw_region(). il y a 6 ans
  Alexandre Julliard 8de1b2c2ce user32: Scale coordinates in MapWindowPoints() based on DPI awareness. il y a 6 ans
  Alexandre Julliard c5a6925676 user32: Scale coordinates in WIN_GetRectangles() based on DPI awareness. il y a 6 ans
  Alexandre Julliard 766287ad6a server: Return the surface rect as top clipping rect. il y a 6 ans
  Alexandre Julliard 6ccb94392a server: Clip visible region to the surface rectangle instead of the desktop. il y a 6 ans
  Alexandre Julliard 85f81948de server: Store the surface rectangle in the server. il y a 6 ans
  Alexandre Julliard b73a50a35e user32: Update RedrawWindow behavior with explicit desktop window handle. il y a 6 ans
  Alexandre Julliard 8cfac3b218 server: Don't clip update regions to the desktop window. il y a 6 ans
  Alexandre Julliard d3876ca84e server: Add a couple of rectangle helper functions. il y a 6 ans
  Alexandre Julliard 55f036e730 server: Don't convert the surface region to screen coordinates. il y a 6 ans
  Alexandre Julliard 026309888c user32: Only pass the new valid rectangle to the server. il y a 6 ans
  Alexandre Julliard 376c218ad6 server: Removed unused visible rect from get_window_rectangles request. il y a 6 ans
  Alexandre Julliard 51e8d579bb user32: Don't send cross-process message for GetWindowTextLength(). il y a 6 ans
  Alexandre Julliard f7b5b8975c user32: Store the window DPI in the server. il y a 6 ans
  Alexandre Julliard 8a70b70f42 user32: Update the window DPI awareness in SetParent(). il y a 6 ans
  Alexandre Julliard 433788736b user32: Store the window DPI awareness in the server. il y a 6 ans