Commit Graph

576 Commits

Author SHA1 Message Date
Detlef Riekenberg 1868fe651f comdlg32/tests: Use win8 failure-code as default result. 2012-12-17 20:31:12 +01:00
Andrew Talbot c8092a04ce comdlg32: Indentation fix. 2012-12-17 11:47:39 +01:00
Andrew Talbot 309654f058 comdlg32: Indentation fix. 2012-12-11 12:03:41 +01:00
Aurimas Fišeras ed42609f54 comdlg32: Move and resize controls of the Find dialog to better fit translations. 2012-12-03 18:24:49 +01:00
Michael Stefaniuc 098fd25009 comdlg32/tests: Fix the prototype of callback functions. 2012-11-20 19:47:03 +01:00
André Hentschel a07d1da924 comdlg32: Fix usage of constants. 2012-10-30 18:08:12 +01:00
André Hentschel b302e1f2a5 comdlg32: Free tmp_files after it's used (coverity). 2012-10-26 11:47:50 +02:00
Huw Davies 7a2d68abc8 comdlg32: Use a ComboBoxEx control for the filename if the structure size is not the nt40 version size. 2012-09-25 19:25:21 +02:00
Huw Davies 01a084383c comdlg32: Use the window handle to send messages to the filename control. 2012-09-25 18:11:21 +02:00
Huw Davies 4c47385ea5 comdlg32: Add structure size checks. 2012-09-21 17:08:13 +02:00
Huw Davies 9db8e593bf comdlg32: Copy additional structure members if present. 2012-09-21 17:08:07 +02:00
Huw Davies 37975ba776 comdlg32/tests: Explicitly set the structure size to the nt40 version size. 2012-09-21 17:07:47 +02:00
Huw Davies 914353d3dc comdlg32: Make the unicode copy the same size as the ansi version. 2012-09-21 17:07:39 +02:00
Huw Davies bdbc45fddd comdlg32: Only copy the valid portion of the structure. 2012-09-21 17:07:32 +02:00
Francois Gouget bfd9cd1c42 comdlg32: Make FD31_GetFldrHeight() static. 2012-09-20 19:22:44 +02:00
Huw Davies d26335497e comdlg32: Move all of the win 3.1 style functionality into the same file. 2012-09-19 13:06:35 +02:00
Michael Stefaniuc c34baac0cb comdlg32: Remove gratuitous "stub" from a TRACE message. 2012-09-11 18:06:57 +02:00
Jacek Caban e5e2673984 comdlg32: Use proper helpers for iface calls. 2012-08-16 13:46:29 +02:00
Michael Stefaniuc df158e4379 comdlg32: Avoid TRUE:FALSE conditional expressions. 2012-08-13 17:29:13 +02:00
Michael Stefaniuc bdaf2e9881 comdlg32: Use a helper to detect the need for win16 looks. 2012-07-27 17:05:31 +02:00
Thomas Faber bbf2cce160 comdlg32: Do not modify dialog resource directly. 2012-07-20 14:02:31 +02:00
Aric Stewart aefd9b5533 comdlg32: Do not use GetDlgItemText to get combo box text during an CBN_SELCHANGE notification. 2012-07-11 10:12:52 -05:00
Bruno Jesus 8c5cf7e25f comdlg32: Fix NULL lpstrFile uses in FILEDLG95_OnOpen. 2012-06-19 22:03:21 +02:00
Daniel Jelinski 51c77f56a7 comdlg32: Make tests pass with native comctl32. 2012-06-07 16:26:00 +02:00
Daniel Jelinski aec1c9562d comdlg32: Fixed support for deleting items other than the first. 2012-06-07 16:25:08 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Francois Gouget 8184ef074f comdlg32: An English (United States) spelling fix. 2012-05-04 18:07:55 +02:00
Detlef Riekenberg f726e0c00f comdlg32: Remove an unused 16-bit macro. 2012-04-02 12:40:47 +02:00
Detlef Riekenberg ed41673306 comdlg32/tests: Add HDC tests for PrintDlgEx. 2012-03-27 12:04:40 +02:00
Detlef Riekenberg 24047e902f comdlg32: Return a device context when requested. 2012-03-27 12:04:30 +02:00
Detlef Riekenberg ecd6f40acb comdlg32: Use a helper to update the devmode handle. 2012-03-27 12:04:01 +02:00
Detlef Riekenberg ce9f046388 comdlg32: Use a helper to get the printer driver info. 2012-03-27 12:02:05 +02:00
Detlef Riekenberg d0f5397b9e comdlg32: Use a helper to get the printer info. 2012-03-27 12:01:12 +02:00
Detlef Riekenberg 164a76fde3 comdlg32/tests: Test more parameters for PrintDlgEx. 2012-03-27 11:59:55 +02:00
Detlef Riekenberg c2aeac3cc0 comdlg32: Validate more parameters in PrintDlgEx. 2012-03-27 11:59:44 +02:00
Detlef Riekenberg 65ab4b2cf0 comdlg32/tests: Remove outdated/unused code. 2012-03-27 11:58:25 +02:00
Michael Stefaniuc d63ae3658b comdlg32: Print the debug string and not the pointer to it. 2012-03-26 18:15:23 +02:00
Alexandre Julliard 66ea6464c2 comdlg32: Implement WM_CHOOSEFONT_GETLOGFONT in the font dialog. 2012-03-13 22:12:07 +01:00
Alexandre Julliard 67a0db3c38 comdlg32: Avoid crash when driver name doesn't contain a backslash. 2012-02-24 12:48:00 +01:00
Akihiro Sagawa 0352a7089c comdlg32: Apply 3D effects to sample text area. 2012-02-14 19:15:53 +01: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
Francois Gouget 261893f494 comdlg32: Remove the font sample characters string. 2012-01-18 16:44:38 +01:00
Francois Gouget 765fca3417 comdlg32: Specify a context for the luminance and saturation abbreviations. 2012-01-12 15:52:52 +01:00
Francois Gouget a2481a3f6b comdlg32: Remove some unused string resources that are not present on Windows. 2012-01-06 19:24:31 +01:00
Francois Gouget f8c1b08786 comdlg32: Use sentence capitalization for group box labels. 2011-12-29 16:18:54 +01:00
Ken Thomases c2f3c1114f comdlg32: Fix a leak. 2011-12-20 10:14:28 +01:00
Alex Henrie 6e5bba1b60 comdlg32: Widen buffer to accomodate Catalan translation. 2011-12-16 12:07:44 +01:00
Alex Henrie b5b739d5f3 comdlg32: Correct title of "Save As" dialog. 2011-12-09 21:15:34 +01:00