Andrew Talbot
|
468f709cbe
|
comdlg32: Remove unneeded address-of operator from array name.
|
2008-07-10 12:19:32 +02:00 |
Mikołaj Zalewski
|
bbd8706e73
|
comdlg32: Implement CDM_GETFOLDERIDLIST.
|
2008-06-20 12:12:50 +02:00 |
Jon Griffiths
|
f2276f5a49
|
include: Provide wide char definitions for CFSTR_*.
|
2008-06-19 12:44:43 +02:00 |
Alexandre Julliard
|
24fc87286f
|
comdlg32: CDM_GETSPEC and CDM_GETFILEPATH should preserve double quotes in file lists.
|
2008-04-16 18:05:25 +02:00 |
Alexandre Julliard
|
1e9acad3a0
|
comdlg32: Fixed a number of buffer overflows in the file dialog.
|
2008-03-25 17:34:32 +01:00 |
Rob Shearman
|
4e0100ff06
|
comdlg32: Fix checks for failure of COMDLG32_SHGetFolderPathW in FILEDLG95_InitControls.
COMDLG32_SHGetFolderPathW returns a BOOL, not an HRESULT.
|
2008-02-25 13:29:22 +01:00 |
Francois Gouget
|
4c8e218252
|
Assorted spelling fixes.
|
2008-02-15 12:09:24 +01:00 |
Aric Stewart
|
9649ca2aa2
|
commdlg: File name and extension offsets are not guaranteed to be the same in W->A conversions.
|
2007-12-05 13:46:48 +01:00 |
Michael Stefaniuc
|
861c58d462
|
comdlg32: Remove duplicate includes.
|
2007-11-19 13:54:04 +01:00 |
Juan Lang
|
0a5b6c858e
|
comdlg32: Implement OFN_CREATEPROMPT checking.
|
2007-11-05 14:15:36 +01:00 |
Jason Edmeades
|
8707021aae
|
comdlg32: Save dialog works if fred\ entered as filename.
|
2007-07-30 12:59:56 +02:00 |
Lei Zhang
|
eef9e1ab88
|
comdlg32: Move file dialog resizing code into its own function.
|
2007-06-14 13:54:41 +02:00 |
Juan Lang
|
e14b6dcf7c
|
comdlg32: Check file dialog's FOIShellView before accessing it.
|
2007-06-07 23:09:24 +02:00 |
Juan Lang
|
13f18ee759
|
comdlg32: Initialize file dialog controls before creating dialog.
|
2007-06-07 23:09:17 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Andrew Talbot
|
5197133573
|
comdlg32: Exclude unused headers.
|
2007-04-30 12:32:46 +02:00 |
Lei Zhang
|
7aa1b2e419
|
comdlg32: Initialize CommDlgExtendedError() return value for file dialogs.
|
2007-04-24 11:52:17 +02:00 |
Andrew Talbot
|
918c9d9ac1
|
comdlg32: Constify some variables.
|
2007-04-05 10:54:13 +02:00 |
Dmitry Timoshkov
|
68fbebf713
|
comdlg32: Use unicode Win32 APIs when possible.
|
2007-03-07 20:10:32 +01:00 |
Dmitry Timoshkov
|
afd6f64a02
|
comdlg32: Use unicode Win32 APIs when possible.
|
2007-03-07 20:10:32 +01:00 |
Francois Gouget
|
aab5e5856e
|
Don't put single quotes around '%s' when using the debugstr_*() functions.
|
2007-01-18 12:55:50 +01:00 |
Detlef Riekenberg
|
0678c87b3b
|
comdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16.c.
|
2007-01-12 11:23:17 +01:00 |
Andrew Talbot
|
6bb00a3c0e
|
comdlg32: Declare some items static.
|
2007-01-04 09:54:55 +01:00 |
Andrew Talbot
|
2159f2bce8
|
comdlg32: Declare function static.
|
2007-01-02 13:30:29 +01:00 |
Alexandre Julliard
|
6367330fe8
|
comdlg32: Moved prototypes to the header file and fixed declaration of FileOpenDlgInfosStr.
|
2006-11-30 15:15:46 +01:00 |
Dmitry Timoshkov
|
d0db296db0
|
comdlg32: Make some data const.
|
2006-11-29 12:44:47 +01:00 |
Mikołaj Zalewski
|
7f86e6b849
|
comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name.
|
2006-10-26 12:29:27 +02:00 |
Michael Ploujnikov
|
fb7ed587e9
|
comdlg32: Win64 printf format warning fixes.
|
2006-10-13 15:46:02 +02:00 |
Andrew Talbot
|
778d5d65e8
|
comdlg32: Cast-qual warnings fix.
|
2006-09-07 13:46:15 +02:00 |
Renu Rajput
|
c8106fe754
|
comdlg: Send missing CDN_FOLDERCHANGE.
|
2006-09-07 10:15:54 +02:00 |
Michael Stefaniuc
|
125e310ed3
|
comdlg32: Remove redundant NULL checks before MemFree.
|
2006-08-09 11:21:02 +02:00 |
Stefan Siebert
|
bb310d5486
|
comdlg32: GetOpenFileNameW - Create unicode windows.
|
2006-07-26 10:22:53 +02:00 |
Troy Rollo
|
f1bd9ae2da
|
comdlg32: Prevent SEGV in FILEOPEN95_OnOpen when a malformed filter is passed.
FILEOPEN95_OnOpen assumes that each item in the filter list returns a
non-NULL pointer for CB_GETITEMDATA.
|
2006-05-30 12:34:30 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
ca1e72a402
|
comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32.
|
2006-04-10 17:00:03 +02:00 |