Commit Graph

198 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes a3a49149b6 comdlg32: PrintDlgW: Remove incorrect FIXME. 2008-02-27 14:52:25 +01:00
Alexander Nicolaysen Sørnes 8487a5dc59 commdlg: PrintDlg16: Handle print quality combobox. 2008-02-26 12:03:53 +01:00
Rob Shearman 4e0100ff06 comdlg32: Fix checks for failure of COMDLG32_SHGetFolderPathW in FILEDLG95_InitControls.
COMDLG32_SHGetFolderPathW returns a BOOL, not an HRESULT.
2008-02-25 13:29:22 +01:00
Rob Shearman 9ad684b426 comdlg32: Fix the character length passed into GetDlgItemTextW in PRINTDLG_PS_UpdateDlgStructW. 2008-02-19 13:39:24 +01:00
Rob Shearman ff527875d9 comdlg32: Fix potential buffer overrun of lpxx->lfFaceName in CFn_WMCommand. 2008-02-19 13:39:24 +01:00
Divan Burger c8b626fa1d comdlg32: Fix memory leak in colour dialog. 2008-02-18 14:10:12 +01:00
Francois Gouget 4c8e218252 Assorted spelling fixes. 2008-02-15 12:09:24 +01:00
Andrew Talbot 649d8b5298 comdlg32: Rename some identifiers to reflect their width. 2008-02-15 12:05:44 +01:00
Andrew Talbot 8fb1f0d089 comdlg32: Assign to structs instead of using memcpy. 2008-02-13 16:41:37 +01:00
Frans Kool 299f1bdf08 comdlg32: Added Dutch translations. 2008-02-12 22:37:16 +01:00
Paul Romanyszyn 95fa37ff84 comdlg32: Filter change should not update filename. 2008-01-10 11:39:04 +01:00
Divan Burger ad92cdcf55 comdlg32: Modernize the look of the colour boxes in the colour dialog. 2008-01-09 13:38:03 +01:00
Divan Burger 3a508e605b comdlg32: Modernize the look of the selected colour box in the colour dialog. 2008-01-09 13:38:03 +01:00
Divan Burger 285c9fc640 comdlg32: Modernize the look of the colour graph's cross in the colour dialog. 2008-01-09 13:38:03 +01:00
Divan Burger 155d320ae6 comdlg32: Modernize the look of the luminance bar in the colour dialog. 2008-01-09 13:38:03 +01:00
Divan Burger 8a0dab38c8 comdlg32: Clamp hue and saturation when clicking in colour graph in colour dialog. 2008-01-09 13:38:03 +01:00
Divan Burger 19ed584903 comdlg32: Fix bug where the colour graph's cross is not painted. 2008-01-09 13:38:03 +01:00
Dmitry Timoshkov 77c0fad572 comdlg32: If lpstrFile points to a valid string use it as a default value for edit control. 2008-01-08 12:54:54 +01:00
Alexander Nicolaysen Sørnes a2e9b4bb0c comdlg32: PageSetupDlgW: Set paper size in printer dialog. 2008-01-08 12:53:43 +01:00
Alexander Nicolaysen Sørnes 9a96ac0dcc comdlg32: PageSetupDlgW: Set orientation in printer dialog. 2008-01-07 13:46:17 +01:00
Andrew Talbot 595707dd63 comdlg32: Remove unneeded cast. 2008-01-07 12:18:22 +01:00
Alexander Nicolaysen Sørnes 5624948c71 comdlg32: PageSetupDlgW: Load paper orientation in ChangePrinterW. 2007-12-26 14:03:57 +01:00
Alex Villacís Lasso c06cfa85c2 comdlg32: Fix another regression in 3.1-style file dialog from LB_DIR fix. 2007-12-21 12:41:07 +01:00
Rico Schüller 98093a6edd comdlg32: Fix typo. 2007-12-18 19:48:02 +01:00
Alexander Nicolaysen Sørnes 507aeb6855 comdlg32: PageSetupDlgW: Swap margins when changing orientation. 2007-12-10 14:28:09 +01:00
Alexander Nicolaysen Sørnes 74d99ac3ac comdlg32: PageSetupDlgA: Swap margins when changing orientation. 2007-12-10 14:28:05 +01:00
Alexander Nicolaysen Sørnes 51086b5513 comdlg32: PageSetupDlgA: Read margins from correct edit boxes. 2007-12-08 19:54:44 +01:00
Aric Stewart 9649ca2aa2 commdlg: File name and extension offsets are not guaranteed to be the same in W->A conversions. 2007-12-05 13:46:48 +01:00
Andrew Riedi 6de3bbc557 comdlg32: DPRINTF -> TRACE. 2007-12-05 12:34:23 +01:00
Andrew Talbot 750a56016d comdlg32: Remove unnecessary casts. 2007-12-04 14:32:39 +01:00
Andrew Talbot 3d5cc3b2e2 comdlg32: Use logical OR not bitwise OR. 2007-11-26 12:27:29 +01:00
Michael Stefaniuc 861c58d462 comdlg32: Remove duplicate includes. 2007-11-19 13:54:04 +01:00
Juan Lang 1c473f3864 comdlg32: Grammar fixes. 2007-11-05 14:15:48 +01:00
Juan Lang 0a5b6c858e comdlg32: Implement OFN_CREATEPROMPT checking. 2007-11-05 14:15:36 +01:00
Dmitry Timoshkov d43fdc5ab0 include: Synchronize DEVMODE layout with PSDK. 2007-11-01 12:41:21 +01:00
Detlef Riekenberg 23d78ff2b8 comdlg32/tests: Initial tests for PrintDlgExW. 2007-10-26 15:15:05 +02:00
Detlef Riekenberg 429d7a27e0 comdlg32: Improve stub for PrintDlgEx. 2007-10-26 15:14:56 +02:00
Hwang YunSong(황윤성) 8783eeb751 comdlg32: Updated Korean resource. 2007-10-25 13:57:20 +02:00
Francois Gouget c4b1195c0c Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
Detlef Riekenberg 55fe39e07b comdlg32: Do not crash with PageSetupDlg(NULL). 2007-10-23 18:04:06 +02:00
Mikolaj Zalewski cdcdbe9b68 comdlg32: NULL name in PRINTDLG_SetUpPrinterListComboA is correct so don't print a FIXME. 2007-10-16 12:48:12 +02:00
Daniel Nylander 517d4a515f comdlg32: Update Swedish translation. 2007-10-16 12:41:38 +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
Alexandre Julliard c636a4ee1a comdlg32: We can now store binary files in the repository. 2007-09-17 15:40:36 +02:00
Andrew Talbot 1ca7435754 comdlg32: Fix some memory leaks. 2007-09-14 14:43:07 +02:00
Americo Jose Melo c5ba90131e Update the Portuguese translation. 2007-09-13 13:28:26 +02:00
Alexander Nicolaysen Sørnes 23dc9a38cd comdlg32: ChooseFont: Set font effects on init. 2007-09-10 15:29:46 +02:00
Alexander Nicolaysen Sørnes 8d29abb08d comdlg32: FindText: Fix text length in Norwegian template. 2007-08-27 12:18:18 +02:00
Alexander Nicolaysen Sørnes 35f3ff873c comdlg32: Fix text length in Norwegian ChooseFont. 2007-08-27 12:01:38 +02:00
Alexander Nicolaysen Sørnes 1065d52486 comdlg32: PageSetupDlgA/W: Avoid crash when not passed a DEVMODE structure. 2007-08-27 12:01:17 +02:00
Alexander Nicolaysen Sørnes 225c33fe70 comdlg32: printdlg: Fix number display in PrintDlgW(). 2007-08-20 22:30:33 +02:00
Marcus Meissner b8a76c60f5 comdlg32/tests: Handle case where no printer is configured. 2007-08-20 12:45:28 +02:00
Alexander Nicolaysen Sørnes 0f20a83cae comdlg32: PrintDlg: Set PD_SELECTION on return. 2007-08-20 12:06:07 +02:00
Alexander Nicolaysen Sørnes cd00a42e56 comdlg32: printdlg: Set/Load paper orientation in PageSetupDlgW. 2007-08-16 12:00:45 +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
Detlef Riekenberg 2ca1de9973 comdlg32: Return defaults for hDevMode and hDevNames. 2007-08-10 12:58:17 +02:00
Janusz Tomczak b36878abf0 comdlg32: Fix Polish translation. 2007-08-06 13:58:11 +02:00
Francois Gouget 5266e57975 Assorted spelling fixes. 2007-07-31 21:37:50 +02:00
Jason Edmeades 8707021aae comdlg32: Save dialog works if fred\ entered as filename. 2007-07-30 12:59:56 +02:00
Andrew Talbot c03736f360 comdlg32: Cast-qual warning fix. 2007-07-18 12:57:51 +02:00
Andrew Talbot 234b0d8c1e comdlg32: Cast-qual warning fix. 2007-07-09 11:45:57 +02:00
Alexander Nicolaysen Sørnes 886d804854 comdlg32: fontdlg: Respect the CF_NOSCRIPTSEL flag. 2007-07-06 18:19:46 +02:00
Lei Zhang eef9e1ab88 comdlg32: Move file dialog resizing code into its own function. 2007-06-14 13:54:41 +02:00
Juan Lang e14b6dcf7c comdlg32: Check file dialog's FOIShellView before accessing it. 2007-06-07 23:09:24 +02:00
Juan Lang 13f18ee759 comdlg32: Initialize file dialog controls before creating dialog. 2007-06-07 23:09:17 +02:00
Paul Vriens b4b88b055d comdlg32/tests: Skip some not implemented functions on win98. 2007-06-07 19:23:49 +02:00
Dmitry Timoshkov 3c9e7a7f33 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
Andrew Talbot 5197133573 comdlg32: Exclude unused headers. 2007-04-30 12:32:46 +02:00
Lei Zhang 7aa1b2e419 comdlg32: Initialize CommDlgExtendedError() return value for file dialogs. 2007-04-24 11:52:17 +02:00
Andrew Talbot 2bd62004cf comdlg32: Remove inappropriate const qualifier. 2007-04-06 12:31:10 +02:00
Andrew Talbot 03fc0989a3 comdlg32: Constify some variables. 2007-04-06 12:31:10 +02:00
Andrew Talbot a855ba87da comdlg32: Constify some variables. 2007-04-06 12:31:10 +02:00
Andrew Talbot 80d80c66af comdlg32: Constify some variables. 2007-04-06 12:31:09 +02:00
Andrew Talbot 65479a2424 comdlg32: Constify some variables. 2007-04-05 10:54:18 +02:00
Andrew Talbot 918c9d9ac1 comdlg32: Constify some variables. 2007-04-05 10:54:13 +02:00
Andrew Talbot fc5f6d4bdc comdlg32: Constify some variables. 2007-04-05 10:54:07 +02:00
Anatoly Lyutin 63669cc780 comctl32: Update Russian and Ukrainian resourses. 2007-03-09 13:55:51 +01:00
Dmitry Timoshkov 68fbebf713 comdlg32: Use unicode Win32 APIs when possible. 2007-03-07 20:10:32 +01:00
Dmitry Timoshkov afd6f64a02 comdlg32: Use unicode Win32 APIs when possible. 2007-03-07 20:10:32 +01:00
Andrew Talbot 3c842c0d1e comdlg32: Replace const pointer parameters with correct pointers to const. 2007-03-06 22:26:42 +01:00
Dmitry Timoshkov cc9160f214 comdlg32: Synchronize ChooseColor dialog templates with the English one. 2007-02-26 13:58:17 +01:00
Ivan Sinitsin a4ff5c550b comdlg32: Set the right background color of the dialog window "Choose color". 2007-02-14 22:17:29 +01:00
Francois Gouget 536e738552 Assorted spelling fixes. 2007-02-14 21:03:57 +01:00
Anatoly Lyutin bea5ed4fa9 comdlg32: fontdlg: Add initialisation for comboboxes. 2007-02-13 17:15:52 +01:00
Vitaly Lipatov c8bcbdb90d Some fixes in russian resources. 2007-02-09 11:48:28 +01:00
Anatoly Lyutin b18cc05965 comdlg32: Update Russian translation. 2007-02-05 14:03:36 +01:00
Vitaly Lipatov d801fb6912 comdlg32: Update Russian translation. 2007-01-25 11:59:51 +01:00
Francois Gouget aab5e5856e Don't put single quotes around '%s' when using the debugstr_*() functions. 2007-01-18 12:55:50 +01:00
Detlef Riekenberg 0678c87b3b comdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16.c. 2007-01-12 11:23:17 +01:00
Louis Lenders 22d6a19d16 comdlg32: Update Dutch resources. 2007-01-11 11:37:24 +01:00
Louis Lenders 36b0aabe01 comdlg32: Update Dutch resource. 2007-01-05 18:23:54 +01:00
Andrew Talbot 6bb00a3c0e comdlg32: Declare some items static. 2007-01-04 09:54:55 +01:00
Andrew Talbot 2159f2bce8 comdlg32: Declare function static. 2007-01-02 13:30:29 +01: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
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Alexandre Julliard 6367330fe8 comdlg32: Moved prototypes to the header file and fixed declaration of FileOpenDlgInfosStr. 2006-11-30 15:15:46 +01:00