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 |
Rein Klazes
|
b498fe7544
|
comdlg32: Delay setting the initial size of resizable file dialog until the CDN_INITDONE notification has been processed.
|
2009-06-16 13:29:48 +02:00 |
Andrew Talbot
|
764974e59d
|
comdlg32: Constify some variables.
|
2009-06-10 11:47:58 +02:00 |
Ricardo Filipe
|
abadf9a37a
|
commdlg: Implemented notifications are only sent with OFN_EXPLORER flag set.
|
2009-05-06 13:16:08 +02:00 |
Rein Klazes
|
dd16b91a87
|
comdlg32: Implement OFN_ENABLESIZING flag for GetOpenFileName and friends.
|
2009-05-01 14:51:25 +02:00 |
Rein Klazes
|
17e9174076
|
comdlg32: Fix a crash in LookIn combo box WM_COMMAND message handler.
|
2009-04-23 12:57:01 +02:00 |
Ricardo Filipe
|
13f1988720
|
comdlg32: Send CDN_INCLUDEITEM notification for each object in an Open/Save dialog.
|
2009-03-25 12:18:47 +01:00 |
Michael Stefaniuc
|
a04ed94580
|
comdlg32: Remove superfluous pointer casts.
|
2009-01-14 12:20:58 +01:00 |
Andrew Talbot
|
0c587dc373
|
comdlg32: Unreachable code fix.
|
2009-01-02 11:53:16 +01:00 |
Alexandre Julliard
|
1a882843bf
|
comdlg32: Make some functions static.
|
2008-12-03 12:12:52 +01:00 |
Francois Gouget
|
7e4aa49387
|
comdlg32: Remove WINAPI on static functions where not needed.
|
2008-11-24 14:18:42 +01:00 |
Michael Stefaniuc
|
48960eef2c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
Aric Stewart
|
45a352a773
|
comdlg32: Some applications expect the filter combo to be filled before the CustomDlg is created.
|
2008-10-22 13:54:53 +02:00 |
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 |