.gitignore: Added wildcards to ignore generated resource files.
[wine] / dlls / user / winproc.c
2006-05-28  Alexandre Julliarduser: Fixed WM_ACTIVATEAPP mapping with null task handle.
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for the remaining messages.
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for the listbox and...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for the edit control...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for button and scrollba...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_GETTEXT, WM_SETT...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for the WM_DDE* messages.
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_MDIACTIVATE...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_COPYDATA, WM_GET...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_GETMINMAXINFO...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_COMPARE/DELETE...
2006-05-26  Alexandre Julliarduser: Added fast 32->16 mapping for WM_CREATE, WM_NCCRE...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for the remaining messages.
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for the WM_DDE* messages.
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_MDIACTIVATE...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_COPYDATA, WM_GET...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_GETMINMAXINFO...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_COMPARE/DELETE...
2006-05-26  Alexandre Julliarduser: Added fast 16->32 mapping for WM_CREATE, WM_NCCRE...
2006-05-23  Alexandre Julliarduser: Reuse the fast A->W function to implement the...
2006-05-23  Alexandre Julliarduser: Reuse the fast W->A function to implement the...
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-22  Alexandre Julliarduser: Added A<->W mapping for WM_GETDLGCODE.
2006-05-20  Alexandre Julliarduser: Get rid of the WINPROC_Map/UnmapMsg32ATo32W funct...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for the remaining messages.
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_GETTEXTLENGTH...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_CHAR and related...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for EM_GETLINE.
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for LB_GETTEXT and CB_GET...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_SETTEXT and relate...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_GETTEXT and WM_ASK...
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_MDICREATE.
2006-05-20  Alexandre Julliarduser: Added fast A->W mapping for WM_CREATE and WM_NCCR...
2006-05-20  Alexandre Julliarduser: Get rid of the MSGPARAMS16 structure.
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: Convert the other winproc 32-bit functions to...
2006-05-18  Alexandre Julliarduser: Make WINPROC_CallProc32WTo32A take a callback...
2006-05-18  Alexandre Julliarduser: Added helper functions for A<->W conversion of...
2006-05-18  Alexandre Julliarduser: Simplify 16-bit mappings of the WM_GETDLGCODE...
2006-05-18  Alexandre Julliarduser: Unify the mapping of listbox and combobox messages.
2006-05-18  Alexandre Julliarduser: Get rid of the WINPROC_MapMsg32WTo32A function.
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_IME_CHAR.
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_CHAR and related...
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for EM_GETLINE.
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for LB_GETTEXT and CB_GET...
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for LB_ADDSTRING and...
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_MDICREATE.
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_SETTEXT and relate...
2006-05-18  Alexandre Julliarduser: Added fast W->A mapping for WM_GETTEXT and WM_ASK...
2006-05-18  Alexandre Julliarduser: Added helper functions for buffer management...
2006-05-18  Alexandre Julliarduser: Merged WINPROC_CallProc32WTo32A_fast into WINPROC...
2006-05-17  Alexandre Julliarduser: The result for dialog procedures is stored in...
2006-05-17  Alexandre Julliarduser: Support storing multiple winprocs in a single...
2006-05-17  Alexandre Julliarduser: Allocate 16-bit thunks separately from the window...
2006-05-10  Alexandre Julliarduser: Have WINPROC_GetProc16 allocate a new winproc...
2006-05-10  Alexandre Julliarduser: Store the pointer to the winproc in the thunk...
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: Use handles for 32-bit window procedures instead...
2006-05-09  Alexandre Julliarduser: Remove some redundant NULL pointer checks.
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...
2006-01-19  Ken Thomasesuser: Fixed the lifetime of MDICREATESTRUCT variables.
2005-12-19  Vitaliy Margolenuser: Fix LB_GETTEXT unmapping for A<->W.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-11-09  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-10-21  Richard CohenHandle NULL string lparam when translating messages...
2005-10-19  Krzysztof FoltmanFix CB_GETLBTEXT ANSI-Unicode calls when return value...
2005-10-18  Frank RichterWhen doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind...
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-07-06  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-05  Rein KlazesAdd 16<->32 bit message mappings for WM_COPYDATA messages.
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-04-25  Alexandre JulliardMoved most files from the windows directory to dlls...