winecoreaudio: Initial Audio Driver for Mac OS X.
[wine] / dlls / user /
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...
2006-05-09  Alexandre Julliarduser: Fixed offset check for the DWLP_DLGPROC case...
2006-05-09  Alexandre Julliarduser: Separate Get/SetWindowLong16 implementation from...
2006-05-08  Thomas Khouser: Fix behavior when selecting disabled menu items.
2006-05-08  Thomas Khouser: Allow menu WndProc to recognize VK_[LR]MENU.
2006-05-08  Thomas Khouser: Extend menu conformance test.
2006-05-08  Hwang YunSonguser32: Updated Korean resource.
2006-05-08  Marcus Meissneruser32: Added tests for CharUpper and CharLower.
2006-05-07  Juris Smotrovsuser: Test cases demonstrating position changes for...
2006-05-05  Vitaly Lipatovuser: tests: Change INPUT to TEST_INPUT, fix union...
2006-04-20  Alexandre Julliarduser: Don't return CLASS_OTHER_PROCESS when modifying...
2006-04-20  Michael Kaufmannuser: Add SS_NOPREFIX to the text style in message...
2006-04-19  Michael Kaufmannuser: Find popup menus by ID.
2006-04-14  Thomas Khox11drv: Properly handle VK_LMENU input.
next