- 25 Jun, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 19 Mar, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 26 Jul, 2006 1 commit
-
-
Alexandre Julliard authored
Make it an unsigned int to save some space on Win64, if we need to transfer more than 4Gb over the server pipe something is seriously wrong.
-
- 08 Jun, 2006 1 commit
-
-
Mike McCormack authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 27 Mar, 2006 1 commit
-
-
Alexandre Julliard authored
If window station and desktop aren't inherited from the parent, don't connect to them from the server, but from the USER init code where we can get the proper values from the startup info structure.
-
- 06 Mar, 2006 2 commits
-
-
Alexandre Julliard authored
If a thread is owning the desktop window, when all other users of the desktop have exited, signal the owner to close the desktop (with a 1 second delay).
-
Alexandre Julliard authored
-
- 18 Nov, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 11 Jul, 2005 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Support multiple desktop windows (one per desktop object). Use the window desktop to find the window station to use for property atoms.
-
Alexandre Julliard authored
too many accessor functions.
-
- 08 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
desktop windows.
-
- 07 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 29 Jun, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 09 Jun, 2005 1 commit
-
-
Alexandre Julliard authored
desktop, not from the parent thread. Fixed a couple of bugs in the desktop name handling.
-
- 08 Jun, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 11 May, 2005 1 commit
-
-
Alexandre Julliard authored
server calls for hooks that are not set.
-
- 26 Apr, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 22 Feb, 2005 1 commit
-
-
Alexandre Julliard authored
create_empty_region instead.
-
- 03 Feb, 2005 1 commit
-
-
Dmitry Timoshkov authored
-
- 27 Oct, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 17 Sep, 2004 1 commit
-
-
Alexandre Julliard authored
get_visible_region, return STATUS_BUFFER_OVERFLOW instead.
-
- 08 Sep, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 01 Sep, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 20 Jul, 2004 1 commit
-
-
Alexandre Julliard authored
properly take into account the window region.
-
- 29 Jun, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 23 Jun, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 11 Dec, 2003 1 commit
-
-
Alexandre Julliard authored
return it on create_window and destroy_class. Only create a single instance of the desktop class for the whole session. Added some missing locking in the client-side class management.
-
- 10 Dec, 2003 1 commit
-
-
Alexandre Julliard authored
GetClassWord/Long (based on a patch by Mike McCormack). Various fixes to the class instance handling.
-
- 11 Jul, 2003 1 commit
-
-
Alexandre Julliard authored
that set the hook.
-
- 03 Jul, 2003 1 commit
-
-
Alexandre Julliard authored
structure, and make sure the queue is allocated when setting a hook.
-
- 23 Jun, 2003 1 commit
-
-
Ulrich Czekalla authored
- add timeout when calling XCheckTypedWindowEvent - fix broken IsClipboardFormatAvailable; it tried to do a trick with EnumClipboardFormats by making incorrect assumptions - in X11DRV_IsClipboardFormatAvailable do a quick exit if no one owns the selection - add 1 second *minimum* time lapse between XSelectionOwner calls - sync clipboard ownership between different wine processes - prevents apps from getting into wierd state where they thought they didn't own the selection but they did and as a result queried themselves for available selection data
-
- 08 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
thread queue. Get rid of the cooked messages queue.
-
- 20 Nov, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 29 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
Split off 16-bit hook functions and re-implemented them on top of the 32-bit ones; system-wide 16-bit hooks are no longer supported at this point.
-
- 11 Oct, 2002 2 commits
-
-
Alexandre Julliard authored
Get/SetForegroundWindow by storing the information in the server. Implemented correct inter-process window activation.
-
Alexandre Julliard authored
Reimplemented AttachThreadInput() and added GetGUIThreadInfo().
-
- 16 Aug, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 23 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
instead of using the service thread. Finished separation of ws2_32.
-