wldap32: Win64 printf format warning fixes.
[wine] / dlls / user / winproc.h
2006-05-26  Alexandre Julliarduser: Only include winproc.h where necessary.
2006-05-23  Alexandre Julliarduser: Use winproc callbacks for the remaining 16-bit...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Alexandre Julliarduser: Make a lot of winproc functions static.
2006-05-20  Alexandre Julliarduser: Use winproc callbacks instead of message map...
2006-05-20  Alexandre Julliarduser: Use winproc callbacks instead of message map...
2006-05-20  Alexandre Julliarduser: Use a winproc callback instead of a message map...
2006-05-18  Alexandre Julliarduser: Convert the 16-bit winproc functions to use a...
2006-05-18  Alexandre Julliarduser: Make WINPROC_CallProc32WTo32A take a callback...
2006-05-17  Alexandre Julliarduser: Support storing multiple winprocs in a single...
2006-05-10  Alexandre Julliarduser: Have WINPROC_GetProc16 allocate a new winproc...
2006-05-10  Alexandre Julliarduser: Make the WINDOWPROCTYPE enum private to winproc.c.
2006-05-10  Alexandre Julliarduser: Replace WINPROC_GetProcType by WINPROC_IsUnicode.
2006-05-10  Alexandre Julliarduser: Replace WINDOWPROCTYPE by a unicode flag in WINPR...
2006-05-09  Alexandre Julliarduser: Added specific winproc functions for calling...
2006-05-09  Alexandre Julliarduser: Separate the 16 and 32-bit versions of WINPROC_Al...
2006-05-09  Alexandre Julliarduser: Separate the 16 and 32-bit versions of WINPROC_Ge...
2005-10-18  Frank RichterWhen doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind...
2004-11-29  Alexandre JulliardGet rid of the client-side window timer structures.
2004-11-28  Alexandre JulliardTake advantage of the new winproc handling to move...
2004-11-24  Alexandre JulliardChanged winproc allocation to be based only on the...
2004-10-19  Vincent BéronFix various function prototypes.
2004-02-20  Dmitry TimoshkovFirst step in using faster approach for A<->W message...
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-01-27  Alexandre JulliardProperly translate the message result for WM_GETTEXT...
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-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Alexandre JulliardStore window procedures in a static array instead of...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...