- 12 Mar, 2024 5 commits
-
-
Brendan McGrath authored
This changes WMCommandW to match WMCommandA.
-
Brendan McGrath authored
-
Brendan McGrath authored
This will display the name of the selected printer on the Print dialog and the default printer on the Print Setup dialog
-
Brendan McGrath authored
This was done in PRINTDLG_ChangePrinterA, but missing from PRINTDLG_ChangePrinterW
-
Brendan McGrath authored
dpiX,dpiY are the default printer values from the GetDeviceCaps calls. This causes the item data to be the same for every option in the combobox. The item data should reflect the selected values.
-
- 28 Nov, 2023 1 commit
-
-
Alex Henrie authored
-
- 09 Nov, 2023 1 commit
-
-
Alistair Leslie-Hughes authored
-
- 03 Nov, 2023 1 commit
-
-
Owen Rudge authored
-
- 01 Nov, 2023 1 commit
-
-
Alexandre Julliard authored
-
- 14 Oct, 2023 1 commit
-
-
Alexandre Julliard authored
-
- 19 Jul, 2023 1 commit
-
-
Alexandre Julliard authored
-
- 17 Jul, 2023 1 commit
-
-
Jacob Czekalla authored
-
- 10 Jul, 2023 1 commit
-
-
Alexandre Julliard authored
-
- 04 Jul, 2023 2 commits
-
-
Vladislav Timonin authored
-
Vladislav Timonin authored
-
- 19 Jun, 2023 1 commit
-
-
Alex Henrie authored
The function is exported by name from shell32 and declared in a public header.
-
- 05 Jun, 2023 1 commit
-
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51640
-
- 23 May, 2023 2 commits
-
-
Jactry Zeng authored
The default size is too small for HiDPI, so set the same height as the look-in combo box to it. And since in owner draw mode, the height of combo box is calculated and updated when drawing items, this patch set button height for toolbar from FILEDLG95_LOOKIN_DrawItem() too.
-
Jactry Zeng authored
-
- 13 Mar, 2023 1 commit
-
-
Florian Will authored
The wine testbot runs tests with C:\Users\Public\Documents as the working directory. Itemdlg tests create test files in the working directory and then try to select them for opening in an IFileOpenDialog. The dialog has its SetFolder method called to point it to the current working directory before showing the dialog, in order for the test code to find the test files it had created there just before opening the dialog. On Windows, this failed because calling the dialog's SetFolder method with C:\Users\Public\Documents doesn't work as expected. The dialog points to the C:\Users\[CURRENT_USER]\Documents directory instead. Subsequently, the test would be unable to select the test file because it doesn't exist in that directory. So the dialog wouldn't accept the file and close itself to finish the test, but show an error message instead, resulting in a test timeout. To fix this, set the current working directory to the temporary directory before calling individual itemdlg test_* functions.
-
- 17 Feb, 2023 1 commit
-
-
Alexandre Julliard authored
-
- 07 Dec, 2022 1 commit
-
-
Alexandre Julliard authored
-
- 22 Nov, 2022 1 commit
-
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53474
-
- 16 Nov, 2022 1 commit
-
-
Alex Henrie authored
The big win here is getting rid of the reimplementation of wcsdup.
-
- 06 Apr, 2022 1 commit
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 23 Feb, 2022 1 commit
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 09 Feb, 2022 1 commit
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 01 Feb, 2022 1 commit
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 27 Jan, 2022 2 commits
-
-
Alexandre Julliard authored
Add -DWINE_NO_LONG_TYPES to modules that still have compilation warnings with long types. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 26 Jan, 2022 1 commit
-
-
Fabian Maurer authored
Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 19 Oct, 2021 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 20 Sep, 2021 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 13 Sep, 2021 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 30 Apr, 2021 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 01 Mar, 2021 1 commit
-
-
Zhiyi Zhang authored
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 25 Jan, 2021 2 commits
-
-
Akihiro Sagawa authored
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Akihiro Sagawa authored
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 23 Nov, 2020 1 commit
-
-
Michael Stefaniuc authored
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 23 Oct, 2020 1 commit
-
-
Jeff Smith authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50034Signed-off-by: Jeff Smith <whydoubt@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-