Commit Graph

83 Commits

Author SHA1 Message Date
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
Vincent Povirk f45b648634 comdlg32: Add a minimal test for the font dialog. 2010-02-16 10:44:54 +01:00
Alexandre Julliard 88cdfb9d92 comdlg32/tests: Remove some AbortProc checks that fail on various Windows versions. 2010-02-05 11:29:27 +01:00
Nikolay Sivov d7b7f783ab comdlg32/tests: Free global blocks after PrintDlg() with PD_RETURNDEFAULT. 2010-01-04 11:41:28 +01:00
Paul Vriens 50592566d3 comdlg32/tests: Fix some test failures on Win7. 2009-11-20 14:49:19 +01:00
Rein Klazes 3e76f88d27 comdlg32: Make explorer type file dialogs without custom template or hook proc resizable. 2009-10-07 12:28:21 +02:00
Paul Vriens 6a3c56a589 comdlg32/tests: Test the correct path length for CDM_GETFOLDERPATH. 2009-09-16 13:00:21 -05:00
Paul Vriens e848a6f6e4 comdlg32/tests: Fix a test failure on Vista/W2K. 2009-09-16 13:00:03 -05:00
Ge van Geldorp 5d38ddc208 comdlg32/tests: Fix test on Win7. 2009-08-31 12:41:05 +02:00
Rein Klazes b7a852b1df comdlg32/tests: Fix some test failures on Win95 and NT4.
Reported by Paul Vriens.
2009-08-10 13:11:21 +02:00
Rein Klazes 229d9a6e03 comdlg32: Fix problems in calculation of the size of a file dialog. 2009-08-06 17:26:32 +02:00
Nicolas Le Cam b0dcfa7a23 comdlg32/tests: Fix a failing test on Win2k and below. 2009-08-04 13:04:47 +02:00
Nicolas Le Cam 9089c3e1d2 comdlg32/tests: Hardcode expected values when possible. 2009-08-04 13:04:39 +02:00
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 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