Add support for BTNS_WHOLEDROPDOWN.
[wine] / server /
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.
2003-08-19  Alexandre JulliardWe need to ignore STATUS_OBJECT_TYPE_MISMATCH errors...
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-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
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-07-03  Alexandre JulliardStore the hook table in the thread queue instead of...
2003-07-03  Alexandre JulliardOne more workaround for a missing NFS lock daemon.
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-21  Alexandre JulliardThe server also needs to cope with IMAGE_SCN_CNT_UNINIT...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-14  Alexandre JulliardMake it possible to retrieve an inheritable handle...
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
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-05-12  Pierre d'HerbemontAdd support for Darwin's ptrace.
2003-05-11  Alexandre JulliardIgnore locking failures caused by missing NFS locking...
2003-05-07  Alexandre JulliardFixed typo in return value of tkill().
2003-05-06  Alexandre JulliardFixed a couple of races with exiting threads in suspend...
2003-05-02  Alexandre JulliardRemoved no longer correct assertion.
2003-04-26  Alexandre JulliardProperly handle the wait4 syscall failure on kernels...
2003-04-17  Bill MedlandFix for client accessing a named pipe after the server...
2003-04-16  Alexandre JulliardFall back to kill() if the kernel doesn't support tkill().
2003-04-13  Yorick HardyFix for compiling on NetBSD.
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Alexandre JulliardInitialize the dummy char we send down the pipe to...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-21  Alexandre JulliardIgnore fcntl failure when setting a write lock on a...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-19  Alexandre JulliardWe still need libwine here...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-18  Gerald PfeiferFix signature of open_fd().
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-14  Alexandre JulliardAdded -f option to make wineserver remain in the foregr...
2003-03-12  Alexandre JulliardAdded an inode object to keep track of all file descrip...
2003-03-11  Alexandre JulliardAttaching the debugger to a running process should...
2003-03-10  Eric PouechFixed typo.
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-02-28  Peter HunnisettSuspended threads should not acquire synchronization...
2003-02-25  Alexandre JulliardAdded send_thread_signal() function and properly handle...
2003-02-25  Alexandre JulliardAvoid some redundant calls to time(NULL).
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-19  Eric PouechFixed read-overflow spotted by valgrind.
2003-02-19  Mike McCormackAdded missing release_object.
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-17  Alexandre JulliardMake sure get_file_size uses a valid fd (spotted by...
2003-02-14  Eric PouechFixed regression in process parent handling.
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-12  Alexandre JulliardRemoved direct references to the file descriptor, use...
2003-02-11  Steven EdwardsPorting fixes.
2003-02-01  Alexandre JulliardMade process and thread ids small integers instead...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-28  Martin WilckDo not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_C...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
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 JulliardRemoved no longer used local variable (spotted by Dmitr...
next