msi/tests: Write-strings warnings fix.
[wine] / dlls / msi / dialog.c
2006-07-21  James Hawkinsmsi: Expand features with odd Display values.
2006-07-21  James Hawkinsmsi: Don't display a feature if its Display value is...
2006-07-19  James Hawkinsmsi: Sort SelectionTree items by their Display value.
2006-07-18  James Hawkinsmsi: Update the feature components' states when a featu...
2006-07-17  James Hawkinsmsi: Add handling for the ListBox dialog control.
2006-07-14  James Hawkinsmsi: Add handling for the GroupBox dialog control.
2006-06-27  James Hawkinsmsi: Read the font color from the database, and use...
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-06-09  Mike McCormackmsi: Update the progress control while installing.
2006-05-24  Mike McCormackmsi: Set a default radio button.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Mike McCormackmsi: Show "hidden dialogs" but hide them initially.
2006-02-24  Ulrich Czekallamsi: When evaluating conditions, if the condition is...
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Robert Shearmanmsi: Support msidbControlAttributesSunken.
2006-01-23  Robert Shearmanmsi: Only print fixme for progress attribute once.
2006-01-11  Mike McCormackmsi: Make the MSI SelectionTree control do something...
2006-01-11  Mike McCormackmsi: Remove the font when setting a control's text.
2006-01-06  Mike McCormackmsi: Unload riched20 after its window is destroyed.
2006-01-06  Mike McCormackmsi: Make radio buttons grey out correctly when disabled.
2006-01-04  Mike McCormackmsi: Fixes for the MaskedEdit control.
2006-01-03  Mike McCormackmsi: Subclass the Richedit control.
2006-01-03  Mike McCormackmsi: Implement the Reset control event.
2005-12-20  Bill Medlandmsi: Use a default dialog font if nothing is specified.
2005-11-28  Mike McCormackHandle the ^ character in MaskEdit controls.
2005-11-02  Mike McCormackDefine NONAMELESSUNION and NONAMELESSSTRUCT for older...
2005-10-31  Mike McCormackMake sure to unregister all the classes that were regis...
2005-10-30  Mike McCormackAdd a read-only implementation of the SelectionTree...
2005-10-30  Mike McCormackHandle MaskEdit masks containing dashes and other constant
2005-10-30  Mike McCormackUse "static const" rather than "const static" as gcc...
2005-10-29  Mike McCormackExplicitly check for MSICONDITION_TRUE being returned...
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.