comdlg32: An English (United States) spelling fix.
[wine] / dlls / comdlg32 / filedlg.c
2012-01-25  Alex Henriecomdlg32: Correctly handle filters with invalid extensi...
2012-01-23  Alex Henriecomdlg32: Correctly handle filters with multiple file...
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-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-05-25  David Hedbergcomdlg32: Implement SetDefaultFilename.
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-03-15  Marcus Meissnercomdlg32: Removed useless NULL check (Coverity).
2011-01-31  Wolfram Sangcomdlg32: Filedlg should not add extension if it contai...
2010-11-02  Eryk Wieliczkocomdlg32: GetSaveFileName: Don't append .* extension.
2010-10-25  Marcus Meissnercomdlg32: Fixed bad size to GetModuleFilenameW.
2010-10-08  Damjan Jovanoviccomdlg32: Fix a stack overflow.
2010-07-24  Andrew Eikumcomdlg32: Store and use save/open dialogs' most-recentl...
2010-06-07  Juan Langcomdlg32: No and escape are equivalent.
2010-03-29  Mikhail Maroukhinecomdlg32: Fix compiler warnings with flag -Wcast-qual.
2010-03-15  Gerald Pfeifercomdlg32: Removed unused parameters from FILEDLG95_OnWM...
2010-02-18  Gabriele Moabiticomdlg32: Open should try to browse directory first.
2009-12-28  Alexandre Julliardcomdlg32: Don't use the instance of the owner window...
2009-12-28  Alexandre Julliardcomdlg32: Get rid of the 16-bit callback support.
2009-12-28  Alexandre Julliardcomdlg32: Store the open file name A structure directly...
2009-12-28  Michael Stefaniuccomdlg32: Remove some explicit LPARAM/WPARAM casts.
2009-12-10  Nikolay Sivovcomdlg32/filedlg: Fix a find file handle leak.
2009-12-10  Nikolay Sivovcomdlg32/filedlg: Fix a lookin combo data leak.
2009-10-07  Rein Klazescomdlg32: Make explorer type file dialogs without custo...
2009-10-05  Joel Holdsworthcomdlg32: Replaced file dialog house icon with the...
2009-09-16  Paul Vrienscomdlg32: Return the correct path length for CDM_GETFOL...
2009-08-10  Rein Klazescomdlg32: In the file dialog change the position of...
2009-08-06  Rein Klazescomdlg32: Fix problems in calculation of the size of...
2009-08-03  Rein Klazescomdlg32: Set MAXTEXTROWS of the toolbar in the file...
2009-07-10  Rein Klazescomdlg32: Memorize and restore the size of the file...
2009-07-09  Rein Klazescomdlg32: Fix a problem with resizing a customized...
2009-07-07  Rein Klazescomdlg32: Rearrange some more controls when resizing...
2009-07-02  Rein Klazescomdlg32: Don't call ShowWindow for the custom dialog...
2009-07-01  Rein Klazescomdlg32: Fix resizing of the file dialog browser that...
2009-06-30  Rein Klazescomdlg32: Fix a problem with the returned value of...
2009-06-16  Rein Klazescomdlg32: Delay setting the initial size of resizable...
2009-06-10  Andrew Talbotcomdlg32: Constify some variables.
2009-05-06  Ricardo Filipecommdlg: Implemented notifications are only sent with...
2009-05-01  Rein Klazescomdlg32: Implement OFN_ENABLESIZING flag for GetOpenFi...
2009-04-23  Rein Klazescomdlg32: Fix a crash in LookIn combo box WM_COMMAND...
2009-03-25  Ricardo Filipecomdlg32: Send CDN_INCLUDEITEM notification for each...
2009-01-14  Michael Stefaniuccomdlg32: Remove superfluous pointer casts.
2009-01-02  Andrew Talbotcomdlg32: Unreachable code fix.
2008-12-03  Alexandre Julliardcomdlg32: Make some functions static.
2008-11-24  Francois Gougetcomdlg32: Remove WINAPI on static functions where not...
2008-10-31  Michael Stefaniuccomdlg32: Don't cast the return value of GetProp()...
2008-10-22  Aric Stewartcomdlg32: Some applications expect the filter combo...
2008-07-10  Andrew Talbotcomdlg32: Remove unneeded address-of operator from...
2008-06-20  Mikołaj Zalewskicomdlg32: Implement CDM_GETFOLDERIDLIST.
2008-06-19  Jon Griffithsinclude: Provide wide char definitions for CFSTR_*.
2008-04-16  Alexandre Julliardcomdlg32: CDM_GETSPEC and CDM_GETFILEPATH should preser...
2008-03-25  Alexandre Julliardcomdlg32: Fixed a number of buffer overflows in the...
2008-02-25  Rob Shearmancomdlg32: Fix checks for failure of COMDLG32_SHGetFolde...
2008-02-15  Francois GougetAssorted spelling fixes.
2007-12-05  Aric Stewartcommdlg: File name and extension offsets are not guaran...
2007-11-19  Michael Stefaniuccomdlg32: Remove duplicate includes.
2007-11-05  Juan Langcomdlg32: Implement OFN_CREATEPROMPT checking.
2007-07-30  Jason Edmeadescomdlg32: Save dialog works if fred\ entered as filename.
2007-06-14  Lei Zhangcomdlg32: Move file dialog resizing code into its own...
2007-06-07  Juan Langcomdlg32: Check file dialog's FOIShellView before acces...
2007-06-07  Juan Langcomdlg32: Initialize file dialog controls before creati...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-30  Andrew Talbotcomdlg32: Exclude unused headers.
2007-04-24  Lei Zhangcomdlg32: Initialize CommDlgExtendedError() return...
2007-04-05  Andrew Talbotcomdlg32: Constify some variables.
2007-03-07  Dmitry Timoshkovcomdlg32: Use unicode Win32 APIs when possible.
2007-03-07  Dmitry Timoshkovcomdlg32: Use unicode Win32 APIs when possible.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-12  Detlef Riekenbergcomdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filed...
2007-01-04  Andrew Talbotcomdlg32: Declare some items static.
2007-01-02  Andrew Talbotcomdlg32: Declare function static.
2006-11-30  Alexandre Julliardcomdlg32: Moved prototypes to the header file and fixed...
2006-11-29  Dmitry Timoshkovcomdlg32: Make some data const.
2006-10-26  Mikołaj Zalewskicomdlg32: Select the Filename edit box content after...
2006-10-13  Michael Ploujnikovcomdlg32: Win64 printf format warning fixes.
2006-09-07  Andrew Talbotcomdlg32: Cast-qual warnings fix.
2006-09-07  Renu Rajputcomdlg: Send missing CDN_FOLDERCHANGE.
2006-08-09  Michael Stefaniuccomdlg32: Remove redundant NULL checks before MemFree.
2006-07-26  Stefan Siebertcomdlg32: GetOpenFileNameW - Create unicode windows.
2006-05-30  Troy Rollocomdlg32: Prevent SEGV in FILEOPEN95_OnOpen when a...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-10  Alexandre Julliardcomdlg32: Renamed the dlls/commdlg directory to dlls...