winecoreaudio.drv: Make AudioSessionManager methods static.
[wine] / server /
2011-07-06  Vincent Povirkserver: Implement QS_HOTKEY.
2011-07-06  André Hentschelserver: Remove dead initializations (clang).
2011-07-01  Alexandre Julliardserver: Only check read/write-specific access bits...
2011-06-28  Marcus Meissnerserver: Do not promote lparam to signed int (Coverity).
2011-06-21  Alexandre Julliardserver: Allow setting a zero-size clip rectangle.
2011-06-21  Vincent Povirkserver: Post WM_HOTKEY when a hotkey is pressed.
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-06-17  Alexandre Julliardserver: Don't queue low-level hooks to a hung queue.
2011-06-17  Alexandre Julliardserver: Only avoid running low-level hooks in processes...
2011-06-16  Alexandre Julliardserver: Allow creating a process without any parent...
2011-06-14  Marcus Meissnerserver: Remove superflous NULL check (Coverity).
2011-05-23  Alexandre Julliardserver: Grab the current pointer to avoid referencing...
2011-05-06  Alexandre Julliardserver: Fix the status code for get/set_thread_context...
2011-05-06  Alexandre Julliardserver: Check for the need to suspend a thread again...
2011-05-06  Alexandre Julliardserver: Add support for suspending the thread directly...
2011-05-06  Alexandre Julliardserver: Add separate requests for getting/setting the...
2011-04-22  Alexandre Julliardserver: Set the fd user when duplicating a mapping...
2011-04-22  Alexandre Julliarduser32: Pass a NULL rectangle in the ClipCursor entry...
2011-04-20  Alexandre Julliardserver: Also return the previous cursor position in...
2011-04-20  André Hentschelserver: Remove Alpha support.
2011-04-19  Alexandre Julliardserver: Reuse existing file descriptor objects for...
2011-04-19  Alexandre Julliardserver: Fix sharing parameters for debug event files...
2011-04-18  Alexandre Julliardserver: Store a mapping instead of a file for process...
2011-04-18  Alexandre Julliardserver: Add support for opening a new file handle from...
2011-04-18  Alexandre Julliardserver: Check sharing options when duplicating an fd...
2011-04-15  Alexandre Julliardserver: Retrieve the Unix thread affinity for the initi...
2011-04-14  Alexandre Julliardserver: Inherit the process affinity from the parent...
2011-04-06  Alexandre Julliardserver: Don't queue a hardware WM_MOUSEMOVE if the...
2011-04-06  Alexandre Julliardserver: Warp the mouse inside the clipping rectangle...
2011-04-06  Alexandre Julliardserver: Queue a WM_MOUSEMOVE message when the cursor...
2011-04-06  Alexandre Julliardserver: Fix a memory leak.
2011-04-05  Alexandre Julliardserver: Post a message to the desktop window when the...
2011-04-05  Alexandre Julliardserver: Add a more general way of posting messages...
2011-04-05  Alexandre Julliardserver: Don't run low-level hooks in debugged processes.
2011-03-31  Alexandre Julliardserver: Return the time of last change along with the...
2011-03-31  Alexandre Julliardserver: Store all desktop cursor information in a separ...
2011-03-30  Dmitry Timoshkovserver: FILE_OVERWRITE and FILE_OVERWRITE_IF need the...
2011-03-30  Alexandre Julliardserver: Reset the cursor clip rectangle when the foregr...
2011-03-28  Dmitry Timoshkovserver: Add excute permission when read file access...
2011-03-16  Dmitry Timoshkovserver: Explicitly add FILE_DELETE_CHILD permission...
2011-03-07  Alexandre Julliardserver: Fix checking of X button flags when updating...
2011-03-07  Alexandre Julliardserver: Fix the contents of the mouse data for the...
2011-03-02  Alexandre Julliardserver: Invoke low-level hardware hooks directly from...
2011-03-02  Hans Leidekkerserver: Map the Unix user id to a local user SID instea...
2011-03-02  Alexandre Julliardserver: Set the message code for mouse input on the...
2011-03-02  Alexandre Julliardserver: Set the message code for keyboard input on...
2011-03-02  Alexandre Julliardserver: Pass the original hardware input data to the...
2011-03-01  Alexandre Julliardserver: Don't pass a thread id to send_hardware_message...
2011-02-28  Alexandre Julliardserver: Maintain the "set since last time" bit for...
2011-02-28  Alexandre Julliardserver: Fill the key state in mouse events from the...
2011-02-28  Marcus Meissnerserver: Avoid shadowing a global variable.
2011-02-26  Alexandre Julliardserver: Work around Mac OS not being able to set global...
2011-02-25  Alexandre Julliardserver: Store the global key state in the server.
2011-02-25  Alexandre Julliardserver: Store the cursor clip rectangle in the server.
2011-02-25  Alexandre Julliardserver: Store the global cursor position in the server.
2011-02-25  Alexandre Julliardserver: Make the foreground thread input per-desktop...
2011-02-24  Alexandre Julliardserver: Increment the usage count of the global table...
2011-01-28  Alexandre Julliardserver: Create anonymous file mappings in the config...
2011-01-24  Andrew Nguyenserver: Filter the WOW64 registry access flags before...
2011-01-24  Mike Kaplinskiyserver: Fix connect failures on newer kernels.
2011-01-19  Alexandre Julliardserver: Add symbolic names in filesystem change actions...
2011-01-19  Piotr Cabanserver: Don't report rename events when file is moved...
2011-01-19  Piotr Cabanserver: Return multiple events in read_changes.
2011-01-19  Eric Pouechkernel32: Added support for insert/overwrite modes...
2011-01-17  Austin Englishserver: Add missing checks for FreeBSD_kernel.
2010-12-27  Alexandre Julliardserver: Use the tgkill system call on all Linux platforms.
2010-12-23  Alexandre Julliardserver: Use the syscall function instead of inline...
2010-12-17  Piotr Cabanserver: Handle more inotify mask values.
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-11-29  Francois Gougetserver: Make sock_check_pollhup() more reliable on...
2010-11-08  Eric Pouechserver: Removed the no longer used bare parameter out...
2010-10-19  Alexandre Julliardserver: Return an error in get_handle_unix_name for...
2010-10-18  Vladimir Panteleevuser32: Update last active popup for all parents.
2010-10-07  Alexandre Julliardserver: Valid rects are in parent coordinates.
2010-10-05  Alexandre Julliardserver: Update child window positions when resizing...
2010-10-01  Austin Englishwineserver: Return the version information in the same...
2010-09-30  Alexandre Julliardserver: Make the fd passing code slightly more portable.
2010-09-27  Alexandre Julliardserver: Pass the rectangle in client coordinates for...
2010-09-27  Alexandre Julliardserver: Mirror the window region for RTL windows in...
2010-09-23  Alexandre Julliardserver: Mirror the rectangles for RTL windows in set_wi...
2010-09-22  Alexandre Julliarduser32: Add support for RTL window layouts in WIN_GetRe...
2010-09-22  Alexandre Julliarduser32: Add support for RTL window layouts in MapWindow...
2010-09-22  Eric Pouechserver: Fix console creation logic.
2010-09-20  André Hentschelserver: Add ARM support.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-19  Alexandre Julliardserver: Fix a couple of leaks in the new console code.
2010-09-18  Eric Pouechserver: Ensure we set proper errors when getting a...
2010-09-13  Eric Pouechkernel32: Fixed a couple of cases where the console...
2010-09-07  Alexandre Julliarduser32: Add support for fetching window rectangles...
2010-09-06  Gerald Pfeiferserver: Remove pollev from set_socket_event.
2010-09-01  Eric Pouechserver: Properly return the errors for bare console...
2010-09-01  Eric Pouechserver: Simplify the wineconsole event notification...
2010-09-01  Eric Pouechserver: Report in get_console_mode request whether...
2010-09-01  Eric Pouechserver: Allow a screen buffer to be attached to a given...
2010-09-01  Eric Pouechserver: Enhanced the console input object so that it...
2010-08-31  Mike Kaplinskiyserver: Allow queuing async reads on listening sockets.
2010-08-31  Mike Kaplinskiyserver: Add accept_into_socket to accept into an initia...
2010-08-31  Mike Kaplinskiyserver: Don't cache sockets until they are pollable.
2010-08-30  Eric Pouechserver: Streamline a bit the console allocation code.
2010-08-30  Eric Pouechserver: Use generic file access rights (inside of conso...
next