dmsynth: Dump data passed to Download method.
[wine] / dlls / user32 / dialog.c
2012-09-20  Michael Stefaniucuser32: Remove superfluous function pointer casts.
2012-03-29  Dmitry Timoshkovuser32: IsDialogMessage should allow control ids other...
2011-12-12  Dmitry Timoshkovuser32: Strip WS_CAPTION|WS_SYSMENU when a dialog has...
2011-12-12  Rico Schüllerd3dx9: Implement D3DXSHAdd().
2011-12-12  Dmitry Timoshkovuser32: Strip WS_CAPTION|WS_SYSMENU when a dialog has...
2011-12-07  Dmitry Timoshkovuser32: Add the tests for dialog window styles, make...
2011-12-05  Alex Henrieuser32: If a dialog has no tab-accessible controls...
2011-11-18  Erich Hooveruser32: Prioritize focus for dialog owner on EndDialog.
2011-11-17  Dmitry Timoshkovuser32: Issue a warning when dialog control creation...
2011-11-15  Dmitry Timoshkovuser32: Dialog creation code should force WS_CHILD...
2011-07-28  André Hentscheluser32: Fix for finding nested default buttons.
2011-04-06  Alexandre Julliarduser32: Avoid accessing the dialog info of a destroyed...
2011-04-05  Dmitry Timoshkovuser32: DefDlgProc on WM_QUIT should repost it and...
2010-09-15  Vladimir Panteleevuser32: Fix VK_RETURN handling in IsDialogMessage for...
2010-05-21  Michael Stefaniucuser32: Avoid using long.
2010-05-19  Andrew EikumRevert "user32: Don't use DLGTEMPLATE's ExStyle when...
2010-05-08  Andrew Eikumuser32: Don't use DLGTEMPLATE's ExStyle when creating...
2010-03-02  Henri Verbeetuser32: Also show dialogs right after a WM_TIMER message.
2010-02-23  Andrew Nguyenuser32: Ensure that WM_INITDIALOG passes the first...
2010-02-17  Alexandre Julliarduser32: Don't overwrite the default button id when...
2010-02-09  Dmitry Timoshkovuser32: In a DLGTEMPLATEEX resource dialog version...
2010-02-04  Michael Stefaniucuser32: Avoid using HIWORD() on atoms/resources.
2009-12-23  Alexandre Julliarduser32: Remove the no longer needed WIN_ISDIALOG flag.
2009-12-23  Alexandre Julliarduser32: Duplicate DIALOG_Enable/DisableOwner implementa...
2009-12-22  Alexandre Julliarduser32: Get rid of the 16-bit dialog heap.
2009-12-22  Alexandre Julliarduser32: Avoid including winuser16.h in 32-bit files.
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the dialo...
2009-08-26  Sergey Khodychuser32: Use IDOK as default identifier in a template.
2009-08-12  Dmitry Timoshkovuser32: Return 0 from DefDlgProc and dialog loop for...
2009-04-10  Patrick Gauthieruser32: Handle magic font size 0x7fff in dialog templat...
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2008-11-05  Michael Stefaniucuser32: Remove superfluous casts of void pointers.
2008-06-25  Alexandre Julliarduser32: Treat the top-level message window as a desktop...
2008-04-10  Lei Zhanguser32: Handle VK_TAB in EDIT_WM_KeyDown.
2008-04-03  Lei Zhanguser32: Dialog should ignore WM_KEYDOWN messages if...
2007-12-19  Alex Villacís Lassouser32: Fix regression in DlgDirList caused by modified...
2007-11-15  Alex Villacís Lassouser32: DlgDirList converts path specification to upper...
2007-11-14  Alex Villacís Lassouser32: DlgDirSelect tacks on a period on filenames...
2007-11-14  Alex Villacís Lassouser32: LB_DIR with standalone DDL_DRIVES implies DDL_E...
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-10-25  Lei Zhanguser32: Do not send button click to dialog with disable...
2007-08-20  Alex Villacís Lassouser32: Fix change-drive in Win3.1-style file open...
2007-08-20  Alex Villacís Lassouser32: Fix crash while dir-navigating in Win3.1-style...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-08  Dmitry Timoshkovuser32: Windows doesn't send the initialization message...
2007-02-15  Louis Lendersuser32: Fix error return values in DialogBoxParam ...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.