Add support for winevent hooks.
[wine] / server /
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-02-03  Alexandre JulliardFixed refcount handling (waiting clients must not incre...
2005-02-03  Alexandre JulliardMake sure leaked objects are printed even if a file...
2005-02-03  Alexandre JulliardFixed potential crash in fd_dump function.
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2005-01-04  Alexandre JulliardSupport mapping non page-aligned binaries for SEC_IMAGE...
2004-12-15  Rein KlazesA starting process must obey the STARTF_USESTDHANDLES...
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Alexandre JulliardConverted the timer list to use standard list functions.
2004-10-27  Dmitry TimoshkovTake into account window visibility when searching...
2004-10-27  Alexandre JulliardAdded is_window_visible function.
2004-10-27  Alexandre JulliardAdded fallback syscalls for epoll functions.
2004-10-19  Bill MedlandAdded a version option to the wineserver.
2004-10-14  Vincent BéronCreate the necessary functions for wineserver contexts...
2004-09-23  Alexandre JulliardAdded support for epoll() as an alternative to poll...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-20  Alexandre JulliardMoved timeout processing to a separate function.
2004-09-17  Alexandre JulliardDon't bother to return partial region data in get_windo...
2004-09-09  Alexandre JulliardTake care to not close the file handle if there are...
2004-09-08  Alexandre JulliardConverted the timeout list to use the standard list...
2004-09-08  Alexandre JulliardAdded xor_region, fixed rect_in_region.
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-07  Alexandre JulliardMake sure to run through the poll loop once before...
2004-09-01  Alexandre JulliardAdded rect_in_region function.
2004-08-23  Ulrich CzekallaThe clipboard owner can be set by the thread that has...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
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-07-15  Mike McCormackFix a double free in the named pipe code.
2004-07-06  Alexandre Julliardget_visible_region: do not clip out siblings of the...
2004-07-06  Mike McCormackTranslate ENODEV and ENXIO error codes to NT status...
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-06-17  Alexandre JulliardProperly reset msg_thread when releasing the thread...
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-05-28  Alexandre JulliardOnly allocate even-numbered window handles, MS Project...
2004-05-22  Alexandre JulliardMake sure we don't truncate the file on open before...
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-14  Alexandre JulliardMake sure to save the registry files even if we failed...
2004-05-07  Alexandre JulliardMoved loading of the home registry files to the server...
2004-05-06  Alexandre JulliardRemoved handling of special root keys, this is done...
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2004-04-30  Alexandre JulliardAvoid autodetecting the prefix when loading the config...
2004-04-27  Alexandre JulliardReimplemented CreateDirectoryW and RemoveDirectoryW...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-04-16  Alexandre JulliardAdded support for FILE_DIRECTORY_FILE and FILE_NON_DIRE...
2004-04-12  Filip NavaraGet rid of non-standard ERROR_UNKNOWN value.
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-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-04-02  Alexandre JulliardMoved FILE_DELETE_ON_CLOSE support to the inode object...
2004-03-27  Alexandre JulliardCheck file sharing permissions based on the file inode...
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-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2004-02-10  Huw DaviesAdd the F_NOTIFY defines if we're compiling with linux...
2004-02-05  Alexandre JulliardDo a protocol error instead of crashing if the reply...
2004-02-05  Hans LeidekkerImproved error reporting.
2004-01-09  Mike McCormackMapping a zero size file should fail.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2004-01-02  Wim LewisEOVERFLOW does not exist on OpenBSD.
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 JulliardPrint names for Win32 errors too, plus a few more statu...
2003-12-10  Alexandre JulliardAdded support for inter-process GetWindowWord.
2003-12-10  Alexandre JulliardAdded set_win32_error() for error codes that don't...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-28  Alexandre Julliardcbthread and cbowner don't need to be exported.
2003-11-26  Alexandre JulliardAdded support for inter-process GetWindowLong on the...
2003-11-18  Martin Fuchs- Move shell window into the background.
2003-10-27  Alexandre JulliardMake init_thread request deal better with fd allocation...
2003-10-24  Alexandre JulliardAdded support for the linuxthreads cancel signal as...
2003-10-21  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
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-10-01  Gerald PfeiferCast time_t to long for printing.
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-11  Alexandre JulliardMoved list.h to include/wine so that it can be used...
2003-09-08  Alexandre JulliardFixed include statements to match server_protocol.h...
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-21  Alexandre JulliardCope with wait4 being interrupted by a signal.
next