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 |