Francois Gouget
|
fb9d76816a
|
comdlg32/tests: Fix compilation on systems that don't support nameless structs or unions.
|
2013-05-13 11:07:28 +02:00 |
Dmitry Timoshkov
|
afb8e0296f
|
comdlg32: Add a test for nCopies/dmCopies returned by PrintDlg.
|
2013-05-08 12:53:27 +02:00 |
Dmitry Timoshkov
|
b73323d4e2
|
comdlg32: Add an interactive PrintDlgEx test.
|
2013-04-09 11:59:47 +02:00 |
Detlef Riekenberg
|
1868fe651f
|
comdlg32/tests: Use win8 failure-code as default result.
|
2012-12-17 20:31:12 +01:00 |
Michael Stefaniuc
|
098fd25009
|
comdlg32/tests: Fix the prototype of callback functions.
|
2012-11-20 19:47:03 +01:00 |
Huw Davies
|
37975ba776
|
comdlg32/tests: Explicitly set the structure size to the nt40 version size.
|
2012-09-21 17:07:47 +02:00 |
Jacek Caban
|
e5e2673984
|
comdlg32: Use proper helpers for iface calls.
|
2012-08-16 13:46:29 +02:00 |
Bruno Jesus
|
8c5cf7e25f
|
comdlg32: Fix NULL lpstrFile uses in FILEDLG95_OnOpen.
|
2012-06-19 22:03:21 +02:00 |
Detlef Riekenberg
|
ed41673306
|
comdlg32/tests: Add HDC tests for PrintDlgEx.
|
2012-03-27 12:04:40 +02:00 |
Detlef Riekenberg
|
164a76fde3
|
comdlg32/tests: Test more parameters for PrintDlgEx.
|
2012-03-27 11:59:55 +02:00 |
Detlef Riekenberg
|
65ab4b2cf0
|
comdlg32/tests: Remove outdated/unused code.
|
2012-03-27 11:58:25 +02:00 |
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 |