Commit Graph

113 Commits

Author SHA1 Message Date
Detlef Riekenberg bea7032687 comdlg32: Exclude the driver path from the result. 2012-02-13 18:37:39 +01: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
Dan Kegel 4a38b10a56 comdlg32/tests: Initialize find & replace strings before testing FindTextA, etc. 2011-10-17 17:45:05 +02:00
Alexandre Julliard 117efddd79 comdlg32/tests: Fix a couple of test failures on NT4. 2011-08-04 08:51:54 +02:00
Alexandre Julliard c1dafc514a comdlg32/tests: Print the id of the GetSaveFileName test on failure. 2011-07-21 11:11:20 +02:00
Gerald Pfeifer 4a0a1d19f8 imm32: Simplify find_window where we do not need to consider the return value of EnumChildWindows. 2011-05-30 11:12:14 +02:00
David Hedberg d4f0aa2bb2 comdlg32: Implement support for custom control subitems. 2011-05-27 17:53:37 +02:00
David Hedberg 23571b6a0a comdlg32: Implement some functions for modifying custom controls. 2011-05-27 17:53:37 +02:00
David Hedberg ca136d75f9 comdlg32: Support adding custom controls to the item dialog. 2011-05-27 17:14:28 +02:00
David Hedberg 44e7cda419 comdlg32: Add a container for custom controls. 2011-05-27 12:41:39 +02:00
Francois Gouget 3b4cc4464d comdlg32/tests: Make ensure_zero_events_() static. 2011-05-26 13:38:22 +02:00
David Hedberg 4cc6107a7b comdlg32: Add IFileDialogCustomize interface stub. 2011-05-25 13:36:56 +02:00
David Hedberg 93b947fd1e comdlg32/tests: Fix some copypaste errors. 2011-05-25 13:36:41 +02:00
David Hedberg d441d3b8ba comdlg32: Implement SetDefaultFilename. 2011-05-25 13:36:30 +02:00
David Hedberg 5fd6180a19 comdlg32: Add IOleWindow implementation to the Item Dialog. 2011-05-25 13:35:58 +02:00
David Hedberg 1597dec048 comdlg32: Support some events in the item dialog. 2011-05-25 13:35:49 +02:00
David Hedberg 77cc26878c comdlg32: Fix reference counting when querying services. 2011-05-25 13:35:35 +02:00
David Hedberg 231ca429ee comdlg32: Add support for customizing control labels in the item dialog. 2011-04-04 13:21:03 +02:00
David Hedberg 36bf6e1afe comdlg32: Implement GetFileName and SetFileName for the item dialog. 2011-04-01 12:41:16 +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 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 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
Austin English 5c9d341c69 comdlg32/tests: Remove win9x hacks. 2011-02-28 13:11:09 +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
André Hentschel a608fe9328 comdlg32/tests: Don't test function directly when reporting GetLastError(). 2010-12-30 15:00:30 +01:00
Eryk Wieliczko 4bbde8fdd7 comdlg32/tests: Add GetSaveFileName .* extension test. 2010-11-02 14:12:01 +01:00
Austin Lund 5f98620c05 comdlg32/tests: Fixed up handling of temporary file in printdlg tests. 2010-10-28 18:18:07 +02:00
Alexandre Julliard 730f01801f tests: Make some variables static. 2010-10-01 13:41:42 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Detlef Riekenberg 387c320981 comdlg32/tests: Mark a failure on w2k as broken. 2010-08-30 15:39:19 +02:00
Andrew Eikum 1b7a3dae6e comdlg32/tests: Use GetOpenFileNameA instead of GetOpenFileNameW. 2010-07-29 10:22:08 +02:00
Andrew Eikum 4b93548df1 comdlg32: Store and use save/open dialogs' most-recently-used data. 2010-07-24 11:18:11 +02:00
Andrew Eikum 93f9b4e144 comdlg32/tests: Untie ok_testcases from test_ok(). 2010-07-23 13:05:32 +02:00
Michael Stefaniuc 545322999d comdlg32: Remove the ignored common resource attributes. 2010-07-22 11:41:31 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Dylan Smith e5a476c66d comdlg32: Test and fix Find/ReplaceText parameter checking code. 2010-07-21 13:23:56 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Vincent Povirk a19536587b comdlg32: Always use screen dpi in the font dialog, even with a printer dc. 2010-02-22 12:36:15 +01:00
Vincent Povirk 9bb6932e4b comdlg32: Add a test showing the font dialog ignores printer dpi. 2010-02-22 12:36:10 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Vincent Povirk 38c6628911 comdlg32/tests: Font sizes are influenced by the display dpi. 2010-02-19 11:29:14 +01:00
Vincent Povirk 3f3101138a comdlg32/tests: Rely on the Symbol font instead of Tahoma. 2010-02-17 09:42:06 +01:00