Commit Graph

97 Commits

Author SHA1 Message Date
Frédéric Delanoy 3e3efd1e1b comdlg32: Use BOOL type where appropriate. 2013-10-23 11:21:15 +02:00
Frédéric Delanoy 8e7abd00a8 comdlg32: Use BOOL type where appropriate. 2013-10-11 11:05:04 +02:00
Alexandre Julliard 6a40d65ba8 comdlg32: Scale the shell folder list in the open dialog with the font size. 2013-05-29 18:09:00 +02:00
Daniel Jelinski 9c7a01c74b comdlg32: Load ComboBoxEx before creating dialogs that use it. 2013-05-06 11:39:15 +02:00
Andrew Talbot c8092a04ce comdlg32: Indentation fix. 2012-12-17 11:47:39 +01:00
Huw Davies 7a2d68abc8 comdlg32: Use a ComboBoxEx control for the filename if the structure size is not the nt40 version size. 2012-09-25 19:25:21 +02:00
Huw Davies 01a084383c comdlg32: Use the window handle to send messages to the filename control. 2012-09-25 18:11:21 +02:00
Huw Davies 4c47385ea5 comdlg32: Add structure size checks. 2012-09-21 17:08:13 +02:00
Huw Davies d26335497e comdlg32: Move all of the win 3.1 style functionality into the same file. 2012-09-19 13:06:35 +02:00
Michael Stefaniuc bdaf2e9881 comdlg32: Use a helper to detect the need for win16 looks. 2012-07-27 17:05:31 +02:00
Thomas Faber bbf2cce160 comdlg32: Do not modify dialog resource directly. 2012-07-20 14:02:31 +02:00
Bruno Jesus 8c5cf7e25f comdlg32: Fix NULL lpstrFile uses in FILEDLG95_OnOpen. 2012-06-19 22:03:21 +02:00
Alex Henrie f0b274bada comdlg32: Correctly handle filters with invalid extensions in Save As dialogs. 2012-01-25 11:53:44 +01:00
Alex Henrie 7a34094e6e comdlg32: Correctly handle filters with multiple file extensions in Save As dialogs. 2012-01-23 17:44:11 +01:00
Ken Thomases c2f3c1114f comdlg32: Fix a leak. 2011-12-20 10:14:28 +01:00
Alex Henrie 6e5bba1b60 comdlg32: Widen buffer to accomodate Catalan translation. 2011-12-16 12:07:44 +01:00
Alex Henrie b5b739d5f3 comdlg32: Correct title of "Save As" dialog. 2011-12-09 21:15:34 +01:00
Frédéric Delanoy f932abf326 dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
David Hedberg d441d3b8ba comdlg32: Implement SetDefaultFilename. 2011-05-25 13:36:30 +02:00
David Hedberg 9c1f56f67e comdlg32: Factor out filename string splitting code. 2011-04-01 12:42:13 +02:00
David Hedberg 7f5ccd3262 comdlg32: Factor out some path validating code from FILEDLG95_OnOpen. 2011-04-01 12:42:08 +02:00
David Hedberg fcb169fe36 comdlg32: Factor out some path building code from FILEDLG95_OnOpen. 2011-04-01 12:42:02 +02:00
Marcus Meissner 0bd55f9df1 comdlg32: Removed useless NULL check (Coverity). 2011-03-15 17:14:07 +01:00
Wolfram Sang 5cb4c55335 comdlg32: Filedlg should not add extension if it contains a glob. 2011-01-31 13:01:07 +01:00
Eryk Wieliczko bd0fe7d26b comdlg32: GetSaveFileName: Don't append .* extension. 2010-11-02 14:09:05 +01:00
Marcus Meissner 5b09820d7c comdlg32: Fixed bad size to GetModuleFilenameW. 2010-10-25 12:41:42 +02:00
Damjan Jovanovic 7ccf6c28b3 comdlg32: Fix a stack overflow. 2010-10-08 11:56:45 +02:00
Andrew Eikum 4b93548df1 comdlg32: Store and use save/open dialogs' most-recently-used data. 2010-07-24 11:18:11 +02:00
Juan Lang 6f42f596e1 comdlg32: No and escape are equivalent. 2010-06-07 12:22:08 +02:00
Mikhail Maroukhine 48e71cb424 comdlg32: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:12:17 +02:00
Gerald Pfeifer 27b7f25968 comdlg32: Removed unused parameters from FILEDLG95_OnWMSize, FILEDLG95_OnWMCommand, and FD32_WMMeasureItem. 2010-03-15 13:41:10 +01:00
Gabriele Moabiti c65a3e81f7 comdlg32: Open should try to browse directory first. 2010-02-18 14:38:58 +01:00
Alexandre Julliard 82016c19ef comdlg32: Don't use the instance of the owner window for dialog boxes. 2009-12-28 12:27:16 +01:00
Alexandre Julliard 0e00a61a38 comdlg32: Get rid of the 16-bit callback support. 2009-12-28 12:27:16 +01:00
Alexandre Julliard 6cb6862806 comdlg32: Store the open file name A structure directly instead of using a private pointer. 2009-12-28 12:27:16 +01:00
Michael Stefaniuc db4fab9fc0 comdlg32: Remove some explicit LPARAM/WPARAM casts. 2009-12-28 12:27:14 +01:00
Nikolay Sivov c8f1e9668a comdlg32/filedlg: Fix a find file handle leak. 2009-12-10 12:00:17 +01:00
Nikolay Sivov c0456e2ca7 comdlg32/filedlg: Fix a lookin combo data leak. 2009-12-10 11:56:51 +01:00
Rein Klazes 3e76f88d27 comdlg32: Make explorer type file dialogs without custom template or hook proc resizable. 2009-10-07 12:28:21 +02:00
Joel Holdsworth ee09534c27 comdlg32: Replaced file dialog house icon with the shell icon for desktop. 2009-10-05 15:17:09 +02:00
Paul Vriens e997909ba7 comdlg32: Return the correct path length for CDM_GETFOLDERPATH. 2009-09-16 13:00:10 -05:00
Rein Klazes 1b740dd14a comdlg32: In the file dialog change the position of the file browser when the application changes that of the invisible listbox control. 2009-08-10 13:10:22 +02:00
Rein Klazes 229d9a6e03 comdlg32: Fix problems in calculation of the size of a file dialog. 2009-08-06 17:26:32 +02:00
Rein Klazes 1f825a3631 comdlg32: Set MAXTEXTROWS of the toolbar in the file dialog to zero. 2009-08-03 14:57:42 +02:00
Rein Klazes 1b41bafa07 comdlg32: Memorize and restore the size of the file dialog between calls.
Includes some fine tuning to fix a couple of todo's in the tests.
2009-07-10 12:12:58 +02:00
Rein Klazes a73175fd11 comdlg32: Fix a problem with resizing a customized file dialog. 2009-07-09 11:37:08 +02:00
Rein Klazes c23ccc03d9 comdlg32: Rearrange some more controls when resizing a file dialog. 2009-07-07 11:01:14 +02:00
Rein Klazes f9c8e7e38a comdlg32: Don't call ShowWindow for the custom dialog until all rearrangements of the file dialog have been done. 2009-07-02 14:25:58 +02:00
Rein Klazes 163914380e comdlg32: Fix resizing of the file dialog browser that keeps returning to its original size. 2009-07-01 11:38:16 +02:00
Rein Klazes ce85668416 comdlg32: Fix a problem with the returned value of a CDN_FILEOK notification. 2009-06-30 12:34:06 +02:00