static control: Support SS_REALSIZEIMAGE.
[wine] / dlls / user / hook.c
2005-07-06  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-03-23  Alexandre JulliardGet rid of the window lock suspend mechanism.
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2005-01-03  Jacek CabanGet rid of HEAP_strdupWtoA calls.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-12-08  Dmitry TimoshkovIndicate that support for HCBT_SYSCOMMAND hooks is...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2003-11-26  Steven EdwardsPorting fixes.
2003-10-15  Dmitry TimoshkovFix an obvious typo in call_hook_AtoW.
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-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-24  Bill MedlandCorrect UnhookWindowsHook: clear the handle so that...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...