- 20 Jun, 2022 6 commits
-
-
Jinoh Kang authored
Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
-
Daniel Lehman authored
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
-
Brendan Shanks authored
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
-
Brendan Shanks authored
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
-
Brendan Shanks authored
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
-
Brendan Shanks authored
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
-
- 17 Jun, 2022 18 commits
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Piotr Caban authored
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
-
Piotr Caban authored
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
-
Piotr Caban authored
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
-
Piotr Caban authored
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
-
Piotr Caban authored
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
This changes the offset of the wParam field.
-
Zebediah Figura authored
-
Stefan Dösinger authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53157Signed-off-by: Stefan Dösinger <stefan@codeweavers.com>
-
Hans Leidekker authored
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
-
Jinoh Kang authored
This is consistent with the behaviour of other static control styles. Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
-
- 16 Jun, 2022 16 commits
-
-
Lauri Kenttä authored
Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Julian Klemann authored
The request queue has a growable array rather than single URL and socket properties. Signed-off-by: Julian Klemann <jklemann@codeweavers.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Julian Klemann authored
The URL should not be set if the URL cannot be added to a request queue. Signed-off-by: Julian Klemann <jklemann@codeweavers.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Julian Klemann authored
If a queue is associated to a URL group and the URL cannot be added to the queue, the URL should not be set in the group. In other cases, it should be. Signed-off-by: Julian Klemann <jklemann@codeweavers.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Julian Klemann authored
The mentioned bug randomly occurred after some subsequent patches, so the sleep should happen before GetOverlappedResult is called. Signed-off-by: Julian Klemann <jklemann@codeweavers.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Giovanni Mascellani authored
Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Giovanni Mascellani authored
Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
-
Rémi Bernon authored
Superseded by the standard ResamplerMediaObject transform. Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
-
Sebastián Aedo authored
Some processes use very naive string matching when detecting extensions, for example, Cossacks III checks if the extension is "contained" in the current extension is checking, causing that `WGL_ARB_pixel_format` is contained in `WGL_ARB_pixel_format_float`, but it ends up with the flag deactivated because they aren't the same. This makes it consistent with the behavior on winemac.drv/opengl.c too. Signed-off-by: Sebastián Aedo <sebastian.aedo29@gmail.com>
-
Alex Henrie authored
Look through all of the devices in /sys/class/power_supply and take the statistics from the first battery and the first AC adapter. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52831Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
-