Moved the WindowFromPoint functionality to the server so that we can
[wine] / server / protocol.def
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-07-16  Alexandre JulliardPass the environment for a child process through the...
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-07  Alexandre JulliardMoved loading of the home registry files to the server...
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-03-27  Alexandre JulliardUse futimes() instead of utime() to implement SetFileTi...
2004-03-18  Alexandre JulliardMake the standard create_file request handle serial...
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-10  Alexandre JulliardAdded support for inter-process GetWindowWord.
2003-11-26  Alexandre JulliardAdded support for inter-process GetWindowLong on the...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-09-08  Alexandre JulliardFixed include statements to match server_protocol.h...
2003-08-19  Mike McCormackImplement registry key unloading.
2003-08-19  Eric PouechFixed regression in process creation (std handle inheri...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-14  Alexandre JulliardMake it possible to retrieve an inheritable handle...
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-23  Alexandre JulliardRemoved the WINE_NO_STRICT support.
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-21  Alexandre JulliardFixed the WINE_NO_STRICT #ifdefs to do the right thing...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Martin WilckImplemented server framework for asynchronous IO on...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Alexandre JulliardReimplemented DebugBreakProcess.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2002-01-09  Martin WilckAdded support for socket flags.
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2001-12-31  Alexandre JulliardFixed string type in named pipe requests.
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-16  Alexandre JulliardAdded requests to store window rectangles in the server.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-10-09  Alexandre JulliardStore window class atom in the server.
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
next