Make enter and escape trigger the default and cancel buttons in
[wine] / dlls / msi / dialog.c
2005-10-29  Mike McCormackMake enter and escape trigger the default and cancel...
2005-10-26  Mike McCormackSwitch back to using IPicture to load images. LoadImag...
2005-09-29  Mike McCormackAvoid UpdateWindow, it causes trouble with WS_EX_TRANSP...
2005-09-28  Mike McCormackAdd the progress control.
2005-09-23  Dmitry TimoshkovCOLOR_3DFACE is a better choice for the dialog background.
2005-09-23  Mike McCormackTake advantage of the msi_get_deformatted_field functio...
2005-09-22  Mike McCormackSkip the first character of a font identifier if it...
2005-09-22  Mike McCormackFix an error introduced when converting dialog lists...
2005-09-21  Mike McCormackMake sure not to free a a pointer that has been modified.
2005-09-21  Mike McCormackFix some simple memory leaks.
2005-09-20  Dmitry TimoshkovFix the usage of COLOR_xxx constants in the place of...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-17  Mike McCormackRead the MaskEdit template from the correct db field.
2005-09-16  Mike McCormackConvert the list of dialog controls to a standard list.
2005-09-16  Mike McCormackDeformat all dialog text strings before using them.
2005-09-16  Mike McCormackLoad riched20.dll on demand, and unload it after it...
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-13  Mike McCormackMake sure to release the package we grabbed on the...
2005-09-13  Mike McCormackSkip dash characters in the PIDMask for a MaskedEdit...
2005-09-12  Mike McCormackFix an uninitialized variable problem.
2005-07-12  Mike McCormackDisplay icons in buttons that have them.
2005-07-07  Mike McCormackUse LoadImage to load bitmaps and icons.
2005-07-05  Mike McCormackSet the initial focus on the control specified by Contr...
2005-06-30  Mike McCormackMove to the next mask edit field when the current one...
2005-06-30  Mike McCormackMake the tab order in msi dialogs right.
2005-06-27  Mike McCormackRepaint the area behind the "transparent" text control...
2005-06-24  Mike McCormackImplement transparency in the text control.
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-06-20  Mike McCormackMake tabs work in msi dialogs.
2005-06-17  Marcus MeissnerUse a simpler expression for the "RichEdit20W" string...
2005-06-16  Mike McCormackAdded support for the MSI MaskEdit control.
2005-06-07  Mike McCormackUse a richedit control for license text.
2005-06-07  Mike McCormackFix radio button groups. Don't add the WS_GROUP style...
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-06-04  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-06-04  Mike McCormackTake the dialog frame into account when calculating...
2005-06-02  Mike McCormackUse MSI_QueryGetRecord in one more place.
2005-06-02  Mike McCormackCreate a helper function to fetch a single record from...
2005-06-01  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-09  Aric StewartFix a few leaking object handles.
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-11  Mike McCormackLoad and display bitmaps in the dialogs.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Mike McCormackMake sure there's only one place we allocate dialog...
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-04  Ulrich CzekallaAdd support for radio buttons.
2005-02-16  Mike McCormackAdd a border to the edit control, add some more controls.
2005-02-09  Mike McCormack- add support for Edit boxes in MSI dialogs
2005-02-08  Mike McCormack- fix the dialog font
2005-02-03  Mike McCormack- implement checkboxes in dialogs
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-01-28  Mike McCormackImplement MsiPreviewDialog.