include: Assorted spelling fixes.
[wine] / dlls / comdlg32 /
2012-12-11  Andrew Talbotcomdlg32: Indentation fix.
2012-12-03  Aurimas Fišerascomdlg32: Move and resize controls of the Find dialog...
2012-11-20  Michael Stefaniuccomdlg32/tests: Fix the prototype of callback functions.
2012-10-30  André Hentschelcomdlg32: Fix usage of constants.
2012-10-26  André Hentschelcomdlg32: Free tmp_files after it's used (coverity).
2012-09-25  Huw Daviescomdlg32: Use a ComboBoxEx control for the filename...
2012-09-25  Huw Daviescomdlg32: Use the window handle to send messages to...
2012-09-21  Huw Daviescomdlg32: Add structure size checks.
2012-09-21  Huw Daviescomdlg32: Copy additional structure members if present.
2012-09-21  Huw Daviescomdlg32/tests: Explicitly set the structure size to...
2012-09-21  Huw Daviescomdlg32: Make the unicode copy the same size as the...
2012-09-21  Huw Daviescomdlg32: Only copy the valid portion of the structure.
2012-09-20  Francois Gougetcomdlg32: Make FD31_GetFldrHeight() static.
2012-09-19  Huw Daviescomdlg32: Move all of the win 3.1 style functionality...
2012-09-11  Michael Stefaniuccomdlg32: Remove gratuitous "stub" from a TRACE message.
2012-08-16  Jacek Cabancomdlg32: Use proper helpers for iface calls.
2012-08-13  Michael Stefaniuccomdlg32: Avoid TRUE:FALSE conditional expressions.
2012-07-27  Michael Stefaniuccomdlg32: Use a helper to detect the need for win16...
2012-07-20  Thomas Fabercomdlg32: Do not modify dialog resource directly.
2012-07-11  Aric Stewartcomdlg32: Do not use GetDlgItemText to get combo box...
2012-06-19  Bruno Jesuscomdlg32: Fix NULL lpstrFile uses in FILEDLG95_OnOpen.
2012-06-07  Daniel Jelinskicomdlg32: Make tests pass with native comctl32.
2012-06-07  Daniel Jelinskicomdlg32: Fixed support for deleting items other than...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-04  Francois Gougetcomdlg32: An English (United States) spelling fix.
2012-04-02  Detlef Riekenbergcomdlg32: Remove an unused 16-bit macro.
2012-03-27  Detlef Riekenbergcomdlg32/tests: Add HDC tests for PrintDlgEx.
2012-03-27  Detlef Riekenbergcomdlg32: Return a device context when requested.
2012-03-27  Detlef Riekenbergcomdlg32: Use a helper to update the devmode handle.
2012-03-27  Detlef Riekenbergcomdlg32: Use a helper to get the printer driver info.
2012-03-27  Detlef Riekenbergcomdlg32: Use a helper to get the printer info.
2012-03-27  Detlef Riekenbergcomdlg32/tests: Test more parameters for PrintDlgEx.
2012-03-27  Detlef Riekenbergcomdlg32: Validate more parameters in PrintDlgEx.
2012-03-27  Detlef Riekenbergcomdlg32/tests: Remove outdated/unused code.
2012-03-26  Michael Stefaniuccomdlg32: Print the debug string and not the pointer...
2012-03-13  Alexandre Julliardcomdlg32: Implement WM_CHOOSEFONT_GETLOGFONT in the...
2012-02-24  Alexandre Julliardcomdlg32: Avoid crash when driver name doesn't contain...
2012-02-14  Akihiro Sagawacomdlg32: Apply 3D effects to sample text area.
2012-02-13  Detlef Riekenbergcomdlg32: Exclude the driver path from the result.
2012-01-25  Alex Henriecomdlg32: Correctly handle filters with invalid extensi...
2012-01-23  Alex Henriecomdlg32: Correctly handle filters with multiple file...
2012-01-18  Francois Gougetcomdlg32: Remove the font sample characters string.
2012-01-12  Francois Gougetcomdlg32: Specify a context for the luminance and satur...
2012-01-06  Francois Gougetcomdlg32: Remove some unused string resources that...
2011-12-29  Francois Gougetcomdlg32: Use sentence capitalization for group box...
2011-12-20  Ken Thomasescomdlg32: Fix a leak.
2011-12-16  Alex Henriecomdlg32: Widen buffer to accomodate Catalan translation.
2011-12-09  Alex Henriecomdlg32: Correct title of "Save As" dialog.
2011-12-06  Alexandre Julliardcomdlg32: Convert dialogs to po files.
2011-11-22  Frédéric Delanoycomctl32: Avoid hardcoding array lengths.
2011-11-21  Francois Gougetcomdlg32: Fix a couple of string resources so their...
2011-10-31  Andrew Talbotcomdlg32: Remove unneeded address-of operator from...
2011-10-21  Aurimas Fišerascomdlg32: Update Lithuanian translation.
2011-10-20  Alex Henriecomdlg32: Update Catalan translation.
2011-10-17  Dan Kegelcomdlg32/tests: Initialize find & replace strings befor...
2011-10-17  Luca Bennaticomdlg32: Update Italian translation.
2011-09-26  Andrew Talbotcomdlg32: Add a break statement to mark a semantic...
2011-08-22  Francois Gougetcomdlg32: Specify a message context for 'mm'.
2011-08-04  Alexandre Julliardcomdlg32/tests: Fix a couple of test failures on NT4.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-21  Alexandre Julliardcomdlg32/tests: Print the id of the GetSaveFileName...
2011-07-14  Akihiro Sagawapo: Add message contexts for 'Desktop' and update Japan...
2011-06-22  Huw Daviescomdlg32: When changing printers, only preserve the...
2011-06-20  Igor Paliychukcomdlg32: Convert Ukrainian resources into utf-8.
2011-06-15  Francois GougetStandardize the OK buttons.
2011-06-14  Francois Gougetcomdlg32: Use macros for the resource IDs instead of...
2011-06-13  Francois Gougetcomdlg32: Add a trailing '\n' to a TRACE() call.
2011-05-30  Marcus Meissnercomdlg32: Mark one vtable as static.
2011-05-30  Gerald Pfeiferimm32: Simplify find_window where we do not need to...
2011-05-27  David Hedbergcomdlg32: Take linebreaks into account when resizing...
2011-05-27  David Hedbergcomdlg32: Add support for custom control events.
2011-05-27  David Hedbergcomdlg32: Implement support for custom control subitems.
2011-05-27  David Hedbergcomdlg32: Implement some functions for modifying custom...
2011-05-27  David Hedbergcomdlg32: Layout the customized controls.
2011-05-27  David Hedbergcomdlg32: Support adding custom controls to the item...
2011-05-27  David Hedbergcomdlg32: Add a container for custom controls.
2011-05-26  Francois Gougetcomdlg32/tests: Make ensure_zero_events_() static.
2011-05-25  David Hedbergcomdlg32: Add IFileDialogCustomize interface stub.
2011-05-25  David Hedbergcomdlg32/tests: Fix some copypaste errors.
2011-05-25  David Hedbergcomdlg32: Improve handling of file extension changes...
2011-05-25  David Hedbergcomdlg32: Implement SetDefaultFilename.
2011-05-25  David Hedbergcomdlg32: Add IOleWindow implementation to the Item...
2011-05-25  David Hedbergcomdlg32: Support some events in the item dialog.
2011-05-25  David Hedbergcomdlg32: Fix reference counting when querying services.
2011-05-25  David Hedbergcomdlg32: Change some trace statements to dump strings.
2011-05-16  Marcus Meissnercomdlg32: Mark internal symbols as hidden visibility.
2011-04-29  Frédéric Delanoypo: Fix/improve some English entries.
2011-04-26  Marcus Meissnercomdlg32: Mark internal symbols as having hidden visibi...
2011-04-21  Akihiro Sagawacomdlg32: Update Japanese resource.
2011-04-04  David Hedbergcomdlg32: Add support for customizing control labels...
2011-04-04  David Hedbergcomdlg32: Fetch rectangle from the correct control.
2011-04-01  Hwang YunSongcomdlg32: Update Korean resource.
2011-04-01  David Hedbergcomdlg32: Implement opening files with the item dialog.
2011-04-01  David Hedbergcomdlg32: Factor out filename string splitting code.
2011-04-01  David Hedbergcomdlg32: Factor out some path validating code from...
2011-04-01  David Hedbergcomdlg32: Factor out some path building code from FILED...
2011-04-01  David Hedbergcomdlg32: Add a couple of simple navigation buttons...
2011-04-01  David Hedbergcomdlg32: We only want to check the low word of wparam.
next