- 30 Jul, 2022 40 commits
-
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
This makes it possible to import stdole32.tlb from other .idl files.
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Alistair Leslie-Hughes authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=23166Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
-
Mark Jansen authored
Changes in v2: * Fixed error checking for RegGetValueW based on feedback from Thomas Faber.
-
Mark Jansen authored
-
Louis Lenders authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
These are extended to 16 icons (IE6 expects that the toolbar contains 16 icons) and scaled down copies of dlls/ieframe/ietoolbar.svg: ietoolbar.svg - 384x24 ietoolbar_small.svg - 256x16
-
Louis Lenders authored
v3: try find handle to existing icon this is the best I can come up with for now, on windows afaict all these icons mostly come from imegares.dll so the attached patch is not really how windows does it Fix for bug https://bugs.winehq.org/show_bug.cgi?id=45868Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
-
Michael Müller authored
-
Michael Müller authored
v2: Added and Correct tests Use IContextMenu3 for all IContextMenu* interfaces. Use heap_alloc/free functions v3: Correct header issue when compiling i386 (var_arg)
-
Gabriel Ivăncescu authored
For icon sizes that fail to load, create them from another icon that succeeded by resizing it, favoring icons that are the closest and larger (to reduce pixelation artefacts) and with the closest aspect ratio as the source of this operation (to be as generic as possible). For example, if the icon that needs to be created must be 16x16, an 18x18 icon would get picked over either a 32x32 (it's further from 16x16) or a 15x15 (icons larger than 16x16 are favored since they're larger than the result, so smaller icons are only picked if no other available icon is larger). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45696Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
Based on a patch by Huw Campbell.
-
Michael Müller authored
Preparation of the progressbar work. Based on a patch by Huw Campbell.
-
Michael Müller authored
-
Zhenbo Li authored
This patch fixes bug 25207.
-
Christian Costa authored
shdocvw: Check precisely ParseURLFromOutsideSourceX returned values in tests and make code clearer about that. (try 3) Try 3: - fix test check for ansi version - fix error message for both versions Try 2: - improve comments
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51143Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
-
Zebediah Figura authored
This signifies that UAC is active. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50727Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
-
Zebediah Figura authored
Based on a patch by Michael Müller. Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
-