server: Add an open_file() function to the object operations.
[wine] / server / hook.c
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-10-05  Alexandre Julliardserver: Changed the get_next_hook request to allow...
2006-10-05  Alexandre Julliarduser32: Store the prev_unicode hook flag on the client...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Alexandre Julliardserver: Fixed low-level hardware hooks.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-07-11  Alexandre JulliardStore the global hooks table in the desktop object.
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-03  Alexandre JulliardStore the hook table in the thread queue instead of...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-12-17  Alberto MassariThe handler for the server message get_next_hook was...
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-10-31  Alexandre JulliardWork around to make system-global hooks at least run...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...