Rein Klazes
|
36d5265aee
|
comdlg32/tests: Remove file dialog resize tests that rely on CDN_SELCHANGE notifications.
These notifications are not always sent on some (but not all) win2k3/vista/win2k8 machines.
|
2009-07-13 10:26:14 +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
|
c23ccc03d9
|
comdlg32: Rearrange some more controls when resizing a file dialog.
|
2009-07-07 11:01:14 +02:00 |
Rein Klazes
|
b46f8b1b32
|
comdlg32/tests: fix a few test failures on Vista and higher.
|
2009-07-03 13:06:17 +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
|
ce85668416
|
comdlg32: Fix a problem with the returned value of a CDN_FILEOK notification.
|
2009-06-30 12:34:06 +02:00 |
Paul Vriens
|
5d898e3ebe
|
comdlg32/tests: Fix some typos.
|
2009-06-17 17:23:21 +02:00 |
Rein Klazes
|
8526eee472
|
comdlg32/tests: Fix file dialog resize failures on NT4 and with tiny desktops.
|
2009-06-17 12:05:04 +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 |
Huw Davies
|
7ac3fe280f
|
comdlg32/tests: PrintDlgExW returns E_NOTIMPL on some versions of winME.
|
2009-05-25 11:21:15 +02:00 |
Francois Gouget
|
e7800f2a52
|
comctl32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-26 12:18:51 +01:00 |
Francois Gouget
|
ef5178af21
|
comdlg32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-25 12:50:11 +01:00 |
Huw Davies
|
466b50cf7d
|
comdlg32/tests: Vista can return a failure from StartDoc when using the XPS driver - don't fail the test in this case.
|
2009-02-19 15:57:47 +01:00 |
Huw Davies
|
ecffb8038a
|
comdlg32/tests: Skip remaining tests if StartDoc fails.
|
2009-02-18 14:48:08 +01:00 |
Ricardo Filipe
|
d904d1359a
|
include: Fix commdlg hook procedures return type.
|
2009-02-09 17:17:09 +01:00 |
Michael Stefaniuc
|
a04ed94580
|
comdlg32: Remove superfluous pointer casts.
|
2009-01-14 12:20:58 +01:00 |
Paul Vriens
|
cac3cb9036
|
comdlg32/tests 2/2: Fix a test failure on Win9x.
|
2008-11-21 10:02:20 +01:00 |
Paul Vriens
|
c9b8260056
|
comdlg32/tests 1/2: Fix a test failure on XP and W2K3.
|
2008-11-21 10:02:13 +01:00 |
Alistair Leslie-Hughes
|
9e4d6e6110
|
comdlg32: Fix test under win98.
|
2008-10-28 12:45:55 +01:00 |
Francois Gouget
|
fc967b45e8
|
comdlg32/tests: Remove unneeded casts.
|
2008-10-24 14:25:00 +02: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 |
Aric Stewart
|
faa956f537
|
comdlg32/tests: Add a test for GetOpenFileName with a dialog template.
|
2008-10-22 13:54:53 +02:00 |
Henri Verbeet
|
17096364e2
|
comdlg32: Add a basic test for IShellView2_CreateViewWindow2.
|
2008-10-14 13:41:56 +02:00 |
Henri Verbeet
|
d19bb78329
|
comdlg32: Add a test for AbortProc handling.
|
2008-10-08 12:16:26 +02:00 |
James Hawkins
|
b829b665ea
|
comctl32: Fix two failing tests in win9x.
|
2008-06-30 15:07:16 +02:00 |
Mikołaj Zalewski
|
2879c39d4f
|
comdlg32/tests: Make sure no ANSI strings are passed to Unicode functions.
|
2008-06-21 11:54:38 +02:00 |
Mikołaj Zalewski
|
bbd8706e73
|
comdlg32: Implement CDM_GETFOLDERIDLIST.
|
2008-06-20 12:12:50 +02:00 |
Paul Vriens
|
5777a3d6cf
|
comdlg32/tests: Use GetModuleHandle instead of LoadLibrary.
|
2008-06-09 16:55:27 +02:00 |
Detlef Riekenberg
|
473717fefd
|
winspool: Set PrinterPorts for win3.x/win9.x compatibility.
|
2008-05-07 13:29:15 +02:00 |
Reece Dunn
|
ae32a7fe04
|
comdlg32: Fix building the tests with MSVC headers.
|
2008-03-24 21:05:03 +01:00 |
Michael Stefaniuc
|
861c58d462
|
comdlg32: Remove duplicate includes.
|
2007-11-19 13:54:04 +01:00 |
Detlef Riekenberg
|
23d78ff2b8
|
comdlg32/tests: Initial tests for PrintDlgExW.
|
2007-10-26 15:15:05 +02:00 |
Francois Gouget
|
4ea5dbfa1c
|
comdlg32/tests: Tell PageSetupDlg() not to bring up a dialog if there is no default printer.
|
2007-10-09 12:31:15 +02:00 |
Detlef Riekenberg
|
ffe54a884c
|
comdlg32/tests: Remove debug code and the tabs.
|
2007-09-25 12:37:47 +02:00 |
Detlef Riekenberg
|
b5e45b0b77
|
comdlg32/tests: Add tests for PRINTDLG->hDevNames.
|
2007-09-25 12:37:42 +02:00 |
Marcus Meissner
|
b8a76c60f5
|
comdlg32/tests: Handle case where no printer is configured.
|
2007-08-20 12:45:28 +02:00 |
Detlef Riekenberg
|
84e4904ffd
|
comdlg32/tests: More tests for the member lStructSize.
|
2007-08-10 13:31:00 +02:00 |
Detlef Riekenberg
|
ef7a7794ca
|
comdlg32/tests: Add simple tests for PrintDlgA.
|
2007-08-10 12:58:17 +02:00 |
Paul Vriens
|
b4b88b055d
|
comdlg32/tests: Skip some not implemented functions on win98.
|
2007-06-07 19:23:49 +02:00 |
Lei Zhang
|
7aa1b2e419
|
comdlg32: Initialize CommDlgExtendedError() return value for file dialogs.
|
2007-04-24 11:52:17 +02:00 |
Michael Stefaniuc
|
c7e00c9f49
|
janitorial: In multiline strings there is no need for '\' at the end of the lines.
|
2006-12-27 13:10:13 +01:00 |
Francois Gouget
|
2c531ade2e
|
comdlg32: Fix PrintDlg(NULL) and reenable a test that was in an '#if 0'.
Fix the test so it compiles without warnings.
|
2006-12-14 20:24:58 +01:00 |
Michael Stefaniuc
|
6ef43211b2
|
comdlg32/tests: Win64 printf format warning fixes.
|
2006-10-06 12:33:17 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Detlef Riekenberg
|
75dce501ef
|
comdlg32/tests: PrintDlg with PD_RETURNDEFAULT can fail.
|
2006-07-24 12:57:34 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Detlef Riekenberg
|
955fe0da75
|
comdlg32: Add initial test.
|
2006-07-06 12:04:27 +02:00 |