atl: Add a stub for AtlModuleRegisterWndClassInfoW.
[wine] / dlls / user /
2006-06-13  Alexandre Julliarduser32: Don't use sizeof in traces to avoid printf...
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-06-12  Dmitry Timoshkovuser32: Remove redundant SetLastError call from MENU_Se...
2006-06-12  Mike McCormackuser32: Win64 lparam and wparam are longs.
2006-06-12  Mike McCormackuser32: Fix a pointer size warning in Win64.
2006-06-09  Dmitry Timoshkovuser: Neither WS_CAPTION nor WS_EX_APPWINDOW has anythi...
2006-06-08  Michael Kaufmannuser/tests: Update LoadImage test.
2006-06-05  Ulrich Czekallax11drv: Improve handling of the case where the clipboar...
2006-06-05  Juan Languser: Use SetPropW rather than SetPropA for internal...
2006-06-02  qingdoa daoouser32: Fix selection handling for listboxes with LBS_E...
2006-06-02  Juris Smotrovsuser32: Send WM_SIZE when window changes state between...
2006-06-02  Michael Kaufmannuser32: Popup menu position fixes.
2006-06-02  Dmitry Timoshkovuser32: Replace PeekMessage loops in the PeekMessage...
2006-05-30  Mike McCormackuser32: Stub implementations for Win64's Get/Set LongPt...
2006-05-28  Alexandre Julliarduser: Fixed WM_ACTIVATEAPP mapping with null task handle.
2006-05-26  Alexandre Julliarduser: Only include winproc.h where necessary.
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-24  Dmitry Timoshkovuser: Add a test to check the queue status if there...
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-23  Dmitry Timoshkovuser/tests: Don't generate a mouse click message in...
2006-05-23  Dmitry Timoshkovuser/tests: Add lparam to all HCBT_MINMAX hook messages.
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: Call the A version of message functions from...
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-20  Alexandre Julliarduser: Store the destination thread id in the send_messa...
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: Fixed a broken trace in the dialog test.
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-18  Eric Pouechuser32: Allow interprocess WM_NCPAINT messages when...
2006-05-17  Alexandre Julliarduser: The result for dialog procedures is stored in...
2006-05-17  Alexandre Julliarduser: Remove unreachable code in DEFDLG_Proc.
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-17  Dmitry Timoshkovuser32: Make all the recently added ShowWindow tests...
2006-05-16  Dmitry Timoshkovuser32: Add more ShowWindow tests.
2006-05-15  Francois GougetAssorted spelling fixes.
2006-05-10  Alexandre Julliarduser: Prefer SendMessageW over SendMessageA where possible.
2006-05-10  Alexandre Julliarduser: Moved Get/SetClassLong16 to wnd16.c.
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-10  Alexandre Julliarduser: Add a WIN_ISUNICODE flag instead of relying on...
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: Always set the correct class winproc depending...
2006-05-09  Alexandre Julliarduser: Remove some redundant NULL pointer checks.
2006-05-09  Alexandre Julliarduser: Make sure to always pass a 16-bit pointer to...
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...
next