Commit History

Author SHA1 Message Date
  Paul Gofman 74a74556dd server: Support creating processes with specified parent. 4 years ago
  Alexandre Julliard 8698b600c6 server: Map region to the window DPI in redraw_region(). 6 years ago
  Alexandre Julliard c5a6925676 user32: Scale coordinates in WIN_GetRectangles() based on DPI awareness. 6 years ago
  Alexandre Julliard d3876ca84e server: Add a couple of rectangle helper functions. 6 years ago
  Alexandre Julliard 70dd64cf97 server: Add a helper function to validate a window handle. 8 years ago
  Alexandre Julliard c6f12bd9cc server: Notify all listeners when the contents of the clipboard have changed. 8 years ago
  Alexandre Julliard 5962df3a1e server: Cleanup clipboard information upon window destruction. 8 years ago
  Alexandre Julliard fcc977c139 server: Store the desktop object names inside their window station. 8 years ago
  Piotr Caban 3f1bbdcae3 server: Send mouse hardware messages to thread owning top-most window. 10 years ago
  Piotr Caban de21941178 user32: Change SetForegroundWindow behavior on windows with parent and no WS_CHILD flag. 10 years ago
  Vincent Povirk 4c83138f72 server: Implement RegisterHotKey/UnregisterHotKey. 13 years ago
  Alexandre Julliard 3909f51122 server: Don't queue a hardware WM_MOUSEMOVE if the position hasn't changed. 13 years ago
  Alexandre Julliard 21e86f60ec server: Post a message to the desktop window when the cursor clip rectangle changes. 13 years ago
  Alexandre Julliard 85358b10f3 server: Add a more general way of posting messages to the desktop window. 13 years ago
  Alexandre Julliard 6576703fac server: Return the time of last change along with the current cursor position. 13 years ago
  Alexandre Julliard c64c36f573 server: Store all desktop cursor information in a separate structure. 13 years ago
  Alexandre Julliard c7efa293f0 server: Invoke low-level hardware hooks directly from the server side. 13 years ago
  Alexandre Julliard 06b78feade server: Store the global key state in the server. 13 years ago
  Alexandre Julliard 02e8174067 server: Store the cursor clip rectangle in the server. 13 years ago
  Alexandre Julliard 183c41b49a server: Store the global cursor position in the server. 13 years ago
  Alexandre Julliard ac4aac747c server: Make the foreground thread input per-desktop instead of global. 13 years ago
  Alexandre Julliard d56ac06260 server: Mirror the window region for RTL windows in get/set_window_region and redraw_window. 14 years ago
  Dmitry Timoshkov 66e981ec8d server: Make layered windows transparent for mouse messages. 14 years ago
  Alexandre Julliard 538b24747c server: Free client-side user handles at process exit. 15 years ago
  Alexandre Julliard 9018e13c5e server: Add support for allocating purely client-side user handles. 15 years ago
  Alexandre Julliard cc55fd317a server: Make hook procedures client_ptr_t instead of void pointers. 16 years ago
  Alexandre Julliard 0cd3ff6cbe server: Make the class opaque data a client_ptr_t instead of a void pointer. 16 years ago
  Alexandre Julliard cb2788efaf server: Add a module_handle_t type to represent client-side module handles. 16 years ago
  Alexandre Julliard 31282b3f63 server: Define an lparam_t type for message parameters that can hold all sorts of data. 16 years ago
  Alexandre Julliard 81e6edbda9 server: Add support for a top-level message parent window in parallel to the desktop window. 16 years ago