Commit Graph

732 Commits (master)

Author SHA1 Message Date
Dmitry Timoshkov afb8e0296f comdlg32: Add a test for nCopies/dmCopies returned by PrintDlg. 2013-05-08 12:53:27 +02:00
Dmitry Timoshkov 4986ba35c3 include/commdlg.h: Fix definition of LPPRINTHOOKPROC and LPSETUPHOOKPROC. 2013-05-08 12:45:42 +02:00
Daniel Jelinski 9c7a01c74b comdlg32: Load ComboBoxEx before creating dialogs that use it. 2013-05-06 11:39:15 +02:00
Dmitry Timoshkov b73323d4e2 comdlg32: Add an interactive PrintDlgEx test. 2013-04-09 11:59:47 +02:00
Dmitry Timoshkov e0b4b9f63f comdlg32: Add a simple PrintDlgEx implementation which wraps around the PrintDlg one. 2013-04-09 11:59:46 +02:00
Marcus Meissner fd9becb907 comdlg32: Free files on errorpath (Coverity). 2013-02-06 10:08:55 +01:00
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
Alexandre Julliard 1fa1ab5437 comdlg32: Convert dialogs to po files. 2011-12-06 22:12:34 +01:00
Frédéric Delanoy 954e6eba7e comctl32: Avoid hardcoding array lengths. 2011-11-22 10:53:33 +01:00
Francois Gouget 229f7073ec comdlg32: Fix a couple of string resources so their format placeholders can be reordered. 2011-11-21 12:55:47 +01:00
Andrew Talbot f0465fb021 comdlg32: Remove unneeded address-of operator from array name. 2011-10-31 23:53:48 +01:00
Aurimas Fišeras 46aa1511fa comdlg32: Update Lithuanian translation. 2011-10-21 17:31:18 +02:00
Alex Henrie 7c6bf9c66c comdlg32: Update Catalan translation. 2011-10-20 11:05:07 +02:00
Dan Kegel 4a38b10a56 comdlg32/tests: Initialize find & replace strings before testing FindTextA, etc. 2011-10-17 17:45:05 +02:00
Luca Bennati 6da39c228d comdlg32: Update Italian translation. 2011-10-17 17:45:04 +02:00
Andrew Talbot 1e59ecf254 comdlg32: Add a break statement to mark a semantic separation. 2011-09-26 18:13:13 +02:00
Francois Gouget 7feb06b6f6 comdlg32: Specify a message context for 'mm'. 2011-08-22 20:08:32 +02:00
Alexandre Julliard 117efddd79 comdlg32/tests: Fix a couple of test failures on NT4. 2011-08-04 08:51:54 +02:00
Francois Gouget ed3c9a1eca Assorted spelling fixes. 2011-08-03 14:15:48 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Frédéric Delanoy f932abf326 dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
Alexandre Julliard c1dafc514a comdlg32/tests: Print the id of the GetSaveFileName test on failure. 2011-07-21 11:11:20 +02:00
Akihiro Sagawa deac5ceb1c po: Add message contexts for 'Desktop' and update Japanese translation. 2011-07-14 14:39:27 +02:00
Huw Davies 016b7c53dc comdlg32: When changing printers, only preserve the paper/bin settings if the new printer has the original setting available. 2011-06-22 17:52:45 +02:00
Igor Paliychuk e272d8083c comdlg32: Convert Ukrainian resources into utf-8. 2011-06-20 19:32:04 +02:00
Francois Gouget df63b63614 Standardize the OK buttons. 2011-06-15 20:04:38 +02:00
Francois Gouget aa005d7dee comdlg32: Use macros for the resource IDs instead of numeric literals. 2011-06-14 12:59:15 +02:00
Francois Gouget 7777d61ff4 comdlg32: Add a trailing '\n' to a TRACE() call. 2011-06-13 11:33:01 +02:00
Marcus Meissner be47d06744 comdlg32: Mark one vtable as static. 2011-05-30 11:12:19 +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 d5a1014ed5 comdlg32: Take linebreaks into account when resizing custom controls. 2011-05-27 17:53:37 +02:00
David Hedberg 2a863985e0 comdlg32: Add support for custom control events. 2011-05-27 17:53:37 +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 bb2230f0e8 comdlg32: Layout the customized controls. 2011-05-27 17:53:25 +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 0d96d26f0d comdlg32: Improve handling of file extension changes in the Item Dialog. 2011-05-25 13:36:36 +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 f539d4c928 comdlg32: Change some trace statements to dump strings. 2011-05-25 13:35:12 +02:00
Marcus Meissner 4a8f0b8f55 comdlg32: Mark internal symbols as hidden visibility. 2011-05-16 16:35:32 +02:00
Frédéric Delanoy 1596e144e1 po: Fix/improve some English entries. 2011-04-29 14:21:40 +02:00
Marcus Meissner 32e05d7b61 comdlg32: Mark internal symbols as having hidden visibility. 2011-04-26 15:31:27 +02:00
Akihiro Sagawa 5368652d6b comdlg32: Update Japanese resource. 2011-04-21 17:29:36 +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 0efd552b5b comdlg32: Fetch rectangle from the correct control. 2011-04-04 13:21:03 +02:00
Hwang YunSong 1c7ee4336e comdlg32: Update Korean resource. 2011-04-01 16:16:15 +02:00
David Hedberg f2231f8419 comdlg32: Implement opening files with the item dialog. 2011-04-01 12:42:22 +02:00
David Hedberg 9c1f56f67e comdlg32: Factor out filename string splitting code. 2011-04-01 12:42:13 +02:00
David Hedberg 7f5ccd3262 comdlg32: Factor out some path validating code from FILEDLG95_OnOpen. 2011-04-01 12:42:08 +02:00
David Hedberg fcb169fe36 comdlg32: Factor out some path building code from FILEDLG95_OnOpen. 2011-04-01 12:42:02 +02:00
David Hedberg a172365bd9 comdlg32: Add a couple of simple navigation buttons to the item dialog. 2011-04-01 12:41:52 +02:00
David Hedberg b2575dab62 comdlg32: We only want to check the low word of wparam. 2011-04-01 12:41:46 +02:00
David Hedberg 209069ae46 comdlg32: Implement filetype filtering for the item dialog. 2011-04-01 12:41:36 +02:00
David Hedberg ccfbe722e3 comdlg32: Update file name from selection in the item dialog. 2011-04-01 12:41:32 +02:00
David Hedberg 36bf6e1afe comdlg32: Implement GetFileName and SetFileName for the item dialog. 2011-04-01 12:41:16 +02:00
David Hedberg 0a524a0c76 comdlg32: Set explorerbrowser's site before navigating anywhere. 2011-04-01 12:41:10 +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 140113b266 comdlg32: Add ExplorerBrowser control to Item Dialog. 2011-03-31 12:52:59 +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 9df020cd73 comdlg32: Add NEWFILEOPENV3ORD resource. 2011-03-31 12:52:46 +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
David Hedberg 18b1f5ca47 comdlg32: Add implementation of DllRegisterServer/DllUnregisterServer. 2011-03-30 12:27:35 +02:00
David Hedberg ab085d661c comdlg32: Add stub implementation of the Common Item dialogs. 2011-03-29 12:31:54 +02:00
David Hedberg 55c717e84c comdlg32: Add DllGetClassObject and a default class factory. 2011-03-29 12:24:34 +02:00
Marcus Meissner 0bd55f9df1 comdlg32: Removed useless NULL check (Coverity). 2011-03-15 17:14:07 +01:00
Austin English 5c9d341c69 comdlg32/tests: Remove win9x hacks. 2011-02-28 13:11:09 +01:00
Amine Khaldi e9ab576c73 comdlg32: Add missing break (Coverity). 2011-02-23 18:24:28 +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
Alexandre Julliard 7294f7d80f comdlg32: Convert string tables resources to po files. 2011-01-14 18:26:11 +01:00
Michael Stefaniuc 65892b5be4 comdlg32: Use ifaces instead of vtbl pointers in IShellBrowserImpl. 2010-12-31 11:48:08 +01:00
Michael Stefaniuc 8e999df0c1 comdlg32: Pass an object instead of an iface to a helper function. 2010-12-31 11:48:00 +01:00
André Hentschel a608fe9328 comdlg32/tests: Don't test function directly when reporting GetLastError(). 2010-12-30 15:00:30 +01:00
Hwang YunSong caf742bdcf comdlg32: Update Korean resource. 2010-12-20 12:47:37 +01:00
Cheer Xiao 9b17796772 comdlg32: Update Simplified Chinese translation. 2010-11-15 14:53:46 +01:00
Eryk Wieliczko 4bbde8fdd7 comdlg32/tests: Add GetSaveFileName .* extension test. 2010-11-02 14:12:01 +01:00
Eryk Wieliczko bd0fe7d26b comdlg32: GetSaveFileName: Don't append .* extension. 2010-11-02 14:09:05 +01:00
Austin Lund 5f98620c05 comdlg32/tests: Fixed up handling of temporary file in printdlg tests. 2010-10-28 18:18:07 +02:00
Carl Raffaele 2484b73151 comdlg32: Removed 16 bit dependency. 2010-10-27 11:43:33 +02:00
Marcus Meissner 5b09820d7c comdlg32: Fixed bad size to GetModuleFilenameW. 2010-10-25 12:41:42 +02:00
Amine Khaldi f0ea473b2a comdlg32: Fix translations. 2010-10-25 12:14:38 +02:00
Yaron Shahrabani bf948338ae comdlg32: Added Hebrew translation. 2010-10-25 12:14:34 +02:00
Paul Vriens b8b66a5387 comdlg32: Add the Serbian (Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-22 12:35:25 +02:00
Paul Vriens b88deb5eb7 comdlg32: Fix Serbian (Latin) translations.
Translation by Đorđe Vasiljević.
2010-10-22 12:35:16 +02:00
Damjan Jovanovic 7ccf6c28b3 comdlg32: Fix a stack overflow. 2010-10-08 11:56:45 +02:00
Laura Leinonen e66b73e5d1 comdlg32: Update Finnish translation. 2010-10-05 15:56:34 +02:00
Alexandre Julliard 6d5bfce3ee comdlg32: Fix incorrect use of the ScreenToClient function. 2010-10-05 14:04:15 +02:00
Alexandre Julliard 730f01801f tests: Make some variables static. 2010-10-01 13:41:42 +02:00
Vitaly Perov dcef05b6f1 comdlg32: Add basic implementation of PrintDlgExA. 2010-09-27 15:01:34 +02:00
Lauri Kenttä 488e2bbcaf comdlg32: Update Finnish translation. 2010-09-27 12:09:19 +02:00
Luca Bennati 91b0518b7a comdlg32: Update Italian translation. 2010-09-21 17:53:54 +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
Francois Gouget b520cc1aed comdlg32: Make FD31_FreeOfnW() and FD31_MapOfnStructA() static. 2010-08-31 14:23:47 +02:00
Detlef Riekenberg 387c320981 comdlg32/tests: Mark a failure on w2k as broken. 2010-08-30 15:39:19 +02:00
Nikolay Sivov 66c9a73db5 comctl32/imagelist: Fail in ImageList_GetIconSize on null parameters. 2010-08-20 13:46:49 +02:00
Andrew Talbot dc06444314 comdlg32: Constify a variable. 2010-08-16 13:46:28 +02:00
André Hentschel ae01727f36 comdlg32: Fix German shortcut conflict. 2010-08-03 18:02:15 +02:00
André Hentschel bd38bb122d comdlg32: Fix German font dialog. 2010-08-03 18:02:12 +02:00
Andrew Nguyen 10356abd8a comdlg32: Avoid a NULL dereference when changing the file type selection of a Unicode Win3.1-style dialog. 2010-07-30 14:59:41 +02:00
Igor Paliychuk f0de2d9d25 comdlg32: Fixed Ukrainian standard dialog sizes. 2010-07-29 17:33:34 +02:00
Andrew Eikum 1b7a3dae6e comdlg32/tests: Use GetOpenFileNameA instead of GetOpenFileNameW. 2010-07-29 10:22:08 +02:00
Igor Paliychuk a6b595918c comdlg32: Fixed Russian standard dialog sizes. 2010-07-28 16:28:20 +02:00
Igor Paliychuk 433df65d85 comdlg32: Ukrainian translation update. 2010-07-28 12:23:07 +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
Paul Vriens 03a4c64457 comdlg32: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-22 10:24:02 +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
Dylan Smith 51ba036f6c comdlg32: Zero length replace buffer is valid for ReplaceText. 2010-07-21 13:23:56 +02:00
Dylan Smith f89b14020f comdlg32: Check for valid replace parameters on ReplaceTextW.
COMDLG32_FR_CheckPartial is called with the second parameter of TRUE to
indicate that it is checking for a replace dialog, which includes checking
for a non-NULL replace buffer. This was called correctly on ReplaceTextA
but not for ReplaceTextW.
2010-07-21 13:23:56 +02:00
Cheer Xiao 1641df97ec comdlg32: Update simplified Chinese translation. 2010-07-13 16:28:02 +02:00
Michael Stefaniuc e66bcfcd32 comdlg32: Fix an error in a Catalan resource. 2010-07-13 16:28:01 +02:00
Paul Vriens 902cce122a comdlg32: Prevent a NULL pointer dereference (Coverity). 2010-07-08 20:22:09 +02:00
Igor Paliychuk 1c52d52f1e comdlg32: Ukrainian translation update. 2010-07-08 17:33:38 +02:00
Gustavo Henrique Milaré 994263e784 comdlg32: Fix Portuguese translation. 2010-07-08 11:13:28 +02:00
Frédéric Delanoy b4e20b2ebf comdlg32: Ensure French print dialogs sizes match English ones. 2010-07-05 11:54:43 +02:00
Dmitry Timoshkov 542be258b3 comdlg32: Not all messages depend on initialized custom choose font dialog data. 2010-07-01 16:44:33 +02:00
Igor Paliychuk 4ab5328934 comdlg32: Ukrainian translation update. 2010-07-01 13:44:10 +02:00
Kovács András 2da7f54657 comdlg32: Hungarian translation update and conversion to UTF-8. 2010-06-29 10:52:02 +02:00
Akihiro Sagawa 47e7703079 comdlg32: Update Japanese translation. 2010-06-21 11:46:27 +02:00
Vitaly Lipatov b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Paul Vriens a2b21781e3 comdlg32: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-09 20:20:54 +02:00
André Hentschel 31b9fefe0e comdlg32: Correctly report the filter. 2010-06-07 15:30:00 +02:00
Sven Baars 3d6ce9cf94 comdlg32: Fix Dutch translation. 2010-06-07 13:41:39 +02:00
Juan Lang 6f42f596e1 comdlg32: No and escape are equivalent. 2010-06-07 12:22:08 +02:00
Luca Bennati 7e264e5b50 comdlg32: Fix Italian Translation. 2010-05-31 14:12:37 +02:00
Frédéric Delanoy f2d5fa26c5 comdlg32: Fix French translation. 2010-05-31 12:14:27 +02:00
Nikolay Sivov 3f1f5edd52 Fix unneeded capitalization in user prompts. 2010-05-28 16:22:24 +02:00
Michael Stefaniuc 1f13973e85 comdlg32: The Dutch translation uses UTF-8. 2010-05-17 12:42:31 +02:00
Sven Baars e660381102 comdlg32: Fix Dutch translation. 2010-05-14 18:03:03 +02:00
Sven Baars 6b21d0c663 comdlg32: Fix some alignment issues in the Dutch translation. 2010-05-05 17:49:13 +02:00
Sven Baars 99389954d5 comdlg32: Update Dutch translation. 2010-05-04 13:15:00 +02:00
Joel Holdsworth 57b55f3660 comdlg32: Replaced pd32_portrait.ico and pd32_landscape.ico with Tango compliant icons. 2010-04-25 19:19:30 -05:00
Joel Holdsworth 6d467bb434 comdlg32: Replaced collate icons with Tango compliant icons. 2010-04-21 11:57:32 +02:00
Mikhail Maroukhine 48e71cb424 comdlg32: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:12:17 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Gerald Pfeifer 3ecea9f826 comdlg32: Remove unused parameters from CFn_WMMeasureItem and CFn_WMDrawItem. 2010-03-15 13:41:17 +01:00