Commit Graph

483 Commits

Author SHA1 Message Date
David Hedberg 231ca429ee comdlg32: Add support for customizing control labels in the item dialog. 2011-04-04 13:21:03 +02:00
David Hedberg 0efd552b5b comdlg32: Fetch rectangle from the correct control. 2011-04-04 13:21:03 +02:00
Hwang YunSong 1c7ee4336e comdlg32: Update Korean resource. 2011-04-01 16:16:15 +02:00
David Hedberg f2231f8419 comdlg32: Implement opening files with the item dialog. 2011-04-01 12:42:22 +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
David Hedberg a172365bd9 comdlg32: Add a couple of simple navigation buttons to the item dialog. 2011-04-01 12:41:52 +02:00
David Hedberg b2575dab62 comdlg32: We only want to check the low word of wparam. 2011-04-01 12:41:46 +02:00
David Hedberg 209069ae46 comdlg32: Implement filetype filtering for the item dialog. 2011-04-01 12:41:36 +02:00
David Hedberg ccfbe722e3 comdlg32: Update file name from selection in the item dialog. 2011-04-01 12:41:32 +02:00
David Hedberg 36bf6e1afe comdlg32: Implement GetFileName and SetFileName for the item dialog. 2011-04-01 12:41:16 +02:00
David Hedberg 0a524a0c76 comdlg32: Set explorerbrowser's site before navigating anywhere. 2011-04-01 12:41:10 +02:00
David Hedberg 338d700a23 comdlg32: Add ICommDlgBrowser3 stub to Item Dialog. 2011-03-31 12:53:11 +02:00
David Hedberg 768d498ed5 comdlg32: Add IServiceProvider implementation to the Item Dialog. 2011-03-31 12:53:04 +02:00
David Hedberg 140113b266 comdlg32: Add ExplorerBrowser control to Item Dialog. 2011-03-31 12:52:59 +02:00
David Hedberg 4bd2cc7ae8 comdlg32: Add IExplorerBrowserEvents stub to Item Dialog. 2011-03-31 12:52:53 +02:00
David Hedberg 3db6593591 comdlg32: Implement Show and Close for the Item Dialog. 2011-03-31 12:52:49 +02:00
David Hedberg 9df020cd73 comdlg32: Add NEWFILEOPENV3ORD resource. 2011-03-31 12:52:46 +02:00
David Hedberg ac2063a418 comdlg32: Implement Advise/Unadvise for the Item Dialog. 2011-03-30 12:28:49 +02:00
David Hedberg b5a1c89f6a comdlg32: Implement some folder and file selection functions for the Item Dialog. 2011-03-30 12:28:32 +02:00
David Hedberg fc771c9f38 comdlg32: Implement SetFileTypes and GetFileTypeIndex/SetFileTypeIndex for the Item Dialog. 2011-03-30 12:28:17 +02:00
David Hedberg f9a95150f3 comdlg32: Implement SetOptions/GetOptions for the Item Dialog. 2011-03-30 12:28:03 +02:00
David Hedberg fb391afaef comdlg32/tests: Add initial tests for the Item Dialog. 2011-03-30 12:27:54 +02:00
David Hedberg 18b1f5ca47 comdlg32: Add implementation of DllRegisterServer/DllUnregisterServer. 2011-03-30 12:27:35 +02:00
David Hedberg ab085d661c comdlg32: Add stub implementation of the Common Item dialogs. 2011-03-29 12:31:54 +02:00
David Hedberg 55c717e84c comdlg32: Add DllGetClassObject and a default class factory. 2011-03-29 12:24:34 +02:00
Marcus Meissner 0bd55f9df1 comdlg32: Removed useless NULL check (Coverity). 2011-03-15 17:14:07 +01:00
Austin English 5c9d341c69 comdlg32/tests: Remove win9x hacks. 2011-02-28 13:11:09 +01:00
Amine Khaldi e9ab576c73 comdlg32: Add missing break (Coverity). 2011-02-23 18:24:28 +01:00
Wolfram Sang 5cb4c55335 comdlg32: Filedlg should not add extension if it contains a glob. 2011-01-31 13:01:07 +01:00
Greg Geldorp 4d7e73397d comdlg32/tests: Fix expected height computation. 2011-01-17 13:22:05 +01:00
Alexandre Julliard 7294f7d80f comdlg32: Convert string tables resources to po files. 2011-01-14 18:26:11 +01:00
Michael Stefaniuc 65892b5be4 comdlg32: Use ifaces instead of vtbl pointers in IShellBrowserImpl. 2010-12-31 11:48:08 +01:00
Michael Stefaniuc 8e999df0c1 comdlg32: Pass an object instead of an iface to a helper function. 2010-12-31 11:48:00 +01:00
André Hentschel a608fe9328 comdlg32/tests: Don't test function directly when reporting GetLastError(). 2010-12-30 15:00:30 +01:00
Hwang YunSong caf742bdcf comdlg32: Update Korean resource. 2010-12-20 12:47:37 +01:00
Cheer Xiao 9b17796772 comdlg32: Update Simplified Chinese translation. 2010-11-15 14:53:46 +01:00
Eryk Wieliczko 4bbde8fdd7 comdlg32/tests: Add GetSaveFileName .* extension test. 2010-11-02 14:12:01 +01:00
Eryk Wieliczko bd0fe7d26b comdlg32: GetSaveFileName: Don't append .* extension. 2010-11-02 14:09:05 +01:00
Austin Lund 5f98620c05 comdlg32/tests: Fixed up handling of temporary file in printdlg tests. 2010-10-28 18:18:07 +02:00
Carl Raffaele 2484b73151 comdlg32: Removed 16 bit dependency. 2010-10-27 11:43:33 +02:00
Marcus Meissner 5b09820d7c comdlg32: Fixed bad size to GetModuleFilenameW. 2010-10-25 12:41:42 +02:00
Amine Khaldi f0ea473b2a comdlg32: Fix translations. 2010-10-25 12:14:38 +02:00
Yaron Shahrabani bf948338ae comdlg32: Added Hebrew translation. 2010-10-25 12:14:34 +02:00
Paul Vriens b8b66a5387 comdlg32: Add the Serbian (Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-22 12:35:25 +02:00
Paul Vriens b88deb5eb7 comdlg32: Fix Serbian (Latin) translations.
Translation by Đorđe Vasiljević.
2010-10-22 12:35:16 +02:00
Damjan Jovanovic 7ccf6c28b3 comdlg32: Fix a stack overflow. 2010-10-08 11:56:45 +02:00
Laura Leinonen e66b73e5d1 comdlg32: Update Finnish translation. 2010-10-05 15:56:34 +02:00
Alexandre Julliard 6d5bfce3ee comdlg32: Fix incorrect use of the ScreenToClient function. 2010-10-05 14:04:15 +02:00