commit a139056a6f4107b7a23545b9cdd20777e4d7445e Author: Michael Gilbert <mgilbert@debian.org> Date: Wed Jun 11 00:40:50 2025 +0000 release 10.0~repack-5 commit bcb1555f7d71b91ab741669fe90c77019721d2de Author: Michael Gilbert <mgilbert@debian.org> Date: Tue Jun 10 22:01:02 2025 +0000 release 10.0~repack-4 commit 3e9268c6e9ac56ca70c5751af37ed31aa58049cb Author: Michael Gilbert <mgilbert@debian.org> Date: Mon Apr 7 03:47:11 2025 +0000 release 10.0~repack-3 commit 55ae7362dc047eef26beb7c03e9cf14d783fc950 Author: Michael Gilbert <mgilbert@debian.org> Date: Mon Apr 7 02:05:53 2025 +0000 release 10.0~repack-2 commit ee8200307d370640595ab3145aca29c389e241f3 Author: Michael Gilbert <mgilbert@debian.org> Date: Sat Apr 5 07:02:21 2025 +0000 release 10.0~repack-1 commit f5d1d08c2e58b529d44c16388741cbcb7d3a646c Author: Michael Gilbert <mgilbert@debian.org> Date: Sat Apr 5 06:01:24 2025 +0000 Finalize automatic import of wine-10.0. commit 63476fb6eee5f15077c7d69729cbeb64aca60952 Merge: 45dcee477 b07385967 Author: Michael Gilbert <mgilbert@debian.org> Date: Sat Apr 5 06:01:20 2025 +0000 Merge branch 'upstream-wine10' into debian13-wine10 commit 45dcee4777be08c47adc6ca577120ff2b4351d74 Author: Michael Gilbert <mgilbert@debian.org> Date: Sat Apr 5 05:58:54 2025 +0000 release 10.0~rc2~repack-4 commit 6801e7489aaddca5becf328702bb32d30420012d Author: Michael Gilbert <mgilbert@debian.org> Date: Tue Dec 31 15:34:02 2024 +0000 release 10.0~rc2~repack-3 commit b073859675060c9211fcbccfd90e4e87520dc2c2 Author: Alexandre Julliard <julliard@winehq.org> Date: Tue Jan 21 17:42:16 2025 +0100 Release 10.0. commit 01f18092c05de1f59872985ee3bd5ec5afd26b5d Author: Alexandre Julliard <julliard@winehq.org> Date: Mon Jan 20 21:54:58 2025 +0100 gdi32/tests: Fix "initializer not constant" error with old gcc. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57704 commit edd657757e64185aac7dd2c3c2e6e8c96bf9a8fa Author: Rémi Bernon <rbernon@codeweavers.com> Date: Mon Jan 20 11:20:31 2025 +0100 winex11: Keep track of whether the window has been moved offscreen by the WM. Instead of relying on the current X window rect, which may be offscreen for other reasons. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57689 commit 6ec78aee9bf05059dfda0ca112724dc70a27f278 Author: Paul Gofman <pgofman@codeweavers.com> Date: Mon Jan 20 17:47:14 2025 -0600 ntdll: Don't wow64-offset NULL TEB. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57690 commit 5b3306a0d0aff221195ecc29872f25ed082eedd0 Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Jan 17 20:04:57 2025 +0100 Release 10.0-rc6. commit 49a0e297fffe0d7a1f125cfc31f4875a71a918d4 Author: Alexandre Julliard <julliard@winehq.org> Date: Thu Jan 16 13:27:47 2025 +0100 winebth.sys: Don't print an error when Bluetooth is not available. commit e27320c91e2f0d7c11d78e205ea053701ae62a90 Author: Santino Mazza <smazza@codeweavers.com> Date: Wed Jan 15 12:30:51 2025 -0300 gdiplus: Check for MapFont result in generate_font_link_info. commit f1b2e2ca1bbd464424ead53a1ea45077ca45472a Author: Esme Povirk <esme@codeweavers.com> Date: Sat Jan 11 19:02:32 2025 +0000 gdiplus/tests: Trace locked bitmap data on failure. commit 81f3263745dba3c562ca23ac721a4da2f8c84758 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Tue Jan 14 11:10:03 2025 +0100 mf/topology_loader: Avoid modifying downstream media type when attempting to connect. Fixes Soulcalibur VI video playback when MF pipelines are used. commit 2868179c05069fb67f2381aba12b5bd4c4473b9c Author: Bernhard Übelacker <bernhardu@mailbox.org> Date: Sat Dec 21 00:25:11 2024 +0100 kernel32/tests: Avoid stack buffer overflow in get_com_dir_size (ASan). Function gets called with Magic == 0xdead, which causes the test to use the 64-bit path, which results in this buffer overflow. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit 522995dc9a9da975e1f679121d713eaeb08a0f1a Author: Bernhard Übelacker <bernhardu@mailbox.org> Date: Thu Jan 9 22:41:25 2025 +0100 gdiplus/tests: Fix use-after-free of a graphics object (ASan). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit f2eebf36266fa0c3809472701763a6e468cd5ba3 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Mon Jan 13 14:42:38 2025 +0100 winex11: Always blit offscreen over any other onscreen clients. Since we're checking the child window clipping rules it is possible that a toplevel window also has an onscreen client window, for instance if the window wasn't created with WS_CLIPCHILDREN. The last window to present between the parent and its children should be visible. GDI blits always happen over the toplevel window, and we need to use IncludeInferiors to make sure it goes through any onscreen client window that is otherwise hiding the toplevel pixels. It should be safe to use that flag wrt other child windows, as we also set the clipping region to exclude the area that should be obscured by any sibling. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57661 commit 710b94e212501727b3b1b8deea06a7757df43d51 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Mon Jan 13 13:20:47 2025 +0100 winex11: Adjust requested visible rect relative to the previous position. When the window manager moves windows offscreen, the Win32 config is explicitly kept out of sync. We need to handle that case when the Win32 config changes, to avoid forcefully moving the windows back on screen. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57652 commit 0c92f9d7ea7ecbde9a8ac161675186a604686434 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Sat Jan 11 16:35:27 2025 +0100 configure: Use per-architecture cross flags if they are provided. commit d35eb3ae6f9a917cdf08223909e8b143144c89f4 Author: Elizabeth Figura <zfigura@codeweavers.com> Date: Fri Jan 10 13:10:07 2025 -0600 msi: Set features to absent if advertising is disallowed. Do not return an error. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50398 commit dde09148ae0291f6090f67122ffde2e2d4195ef0 Author: Elizabeth Figura <zfigura@codeweavers.com> Date: Fri Jan 10 13:07:55 2025 -0600 msi/tests: Test msidbFeatureAttributesDisallowAdvertise. commit 76566d380a22f1ba57d9904684a08ceaf1dd7d5e Author: Alexandre Julliard <julliard@winehq.org> Date: Mon Jan 13 22:02:36 2025 +0100 wshom.ocx/tests: Mark a failing tests as todo. commit aea2ae414a603bd82daf3b16bdb1ca37240907b1 Author: Alexandre Julliard <julliard@winehq.org> Date: Mon Jan 13 10:49:15 2025 +0100 ieframe/tests: Fix more property change errors for the new test.winehq.org server. commit a058bd714f4a70f2b3df6527096126af249ba372 Author: Zhiyi Zhang <zzhang@codeweavers.com> Date: Sun Jan 12 15:25:56 2025 +0800 winex11.drv: Fix display name in X11DRV_UpdateDisplayDevices(). For example, when GPU 1 has adapter 1 and GPU 2 has adapter 2, without this fix, the `adapter` variable in the for loop is always zero when forming GDI display names \\.\DISPLAY* because these two adapters are on different GPUs. Thus "\\.\DISPLAY1" is incorrectly passed to xrandr14_get_id() for the second adapter and eventually gets the wrong current display mode for the second adapter. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57610 commit c831666c7ebc358c9a3a9b5a4426c62ce6d8be71 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Tue Jan 7 10:40:50 2025 +0100 gdi32: Avoid crashing when tracing NULL xform. Fixes 8375e6c86e0a01f670e48a666088fafff53e39d8 commit f6bf4993448cfa2fb894b71d5de8d53974afc588 Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Jan 10 22:20:05 2025 +0100 Release 10.0-rc5. commit e89c25ecf755bca9cf0ccb0d323690b673007641 Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Jan 10 22:03:40 2025 +0100 win32u: Fix stack corruption in NtUserScrollDC. Introduced in 5204622efa684219936486cfca8bffdbc7d5b006. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57077 commit 47d0fe3900eb457031a084945b4e0cc403179f52 Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Jan 10 16:42:28 2025 +0100 ieframe/tests: Allow more property changes with the new test.winehq.org server. commit d33b5a33bf32502cce83e7b701065783a49e7e0c Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Jan 10 12:35:50 2025 +0100 winhttp/tests: Allow some more notifications for the new test.winehq.org server. commit eaaba4aaa8de684341e7df88734fbb58d5245087 Author: Brendan McGrath <bmcgrath@codeweavers.com> Date: Fri Jan 10 14:00:58 2025 +1100 mfmediaengine: Fix maths in scaling check. commit 7af71662366406a899e1bca35f638a0fa245dec4 Author: Conor McCarthy <cmccarthy@codeweavers.com> Date: Thu Dec 12 18:37:35 2024 +1000 mf: Do not clean up a session op if it was submitted to a work queue. Fixes: 500470029b67a2a07b68e4ce8a134c6819b9b838 commit b936f7426e33508538f48f7d20e7d7cb47cc1f32 Author: Gabriel Ivăncescu <gabrielopcode@gmail.com> Date: Thu Jan 9 19:02:11 2025 +0200 winex11: Respect swp_flags when syncing window position. Since 895ca2eda64f506b936999cdd8f14e224eef6a7f, we're not telling Win32 side of the fact the window moved offscreen. This means any SetWindowPos sent afterwards has potential to resync the Window and "put it on screen again", even if such operation has SWP_NOMOVE or SWP_NOSIZE. This causes some fullscreen apps to follow the workspace/desktop instead of remaining offscreen. Fixes a regression introduced by 895ca2eda64f506b936999cdd8f14e224eef6a7f. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com> commit 1eb5c884f735d0669fe5c02e9d000b517154dc15 Author: Connor McAdams <cmcadams@codeweavers.com> Date: Thu Jan 9 07:50:08 2025 -0500 quartz/dsoundrender: Restart the render thread when clearing EOS in dsound_render_sink_end_flush(). This avoids a hang where samples are queued after the thread is exited due to receiving EOS, but the thread is no longer processing samples. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57632 Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> commit 3bf0ce1ce075082ff5755560ce09adecdb229907 Author: Alexandre Julliard <julliard@winehq.org> Date: Thu Jan 9 22:10:03 2025 +0100 secur32/tests: Update expected results for the new test.winehq.org server. commit be2a77f3876ce965bb4e749d10f10db4b6a0b18f Author: Alexandre Julliard <julliard@winehq.org> Date: Thu Jan 9 14:04:16 2025 +0100 wininet/tests: Update certificate for the new test.winehq.org server. commit 57f9f157dc5db7f9cc799340f2e83b1d679ce455 Author: Alexandre Julliard <julliard@winehq.org> Date: Thu Jan 9 14:04:01 2025 +0100 dnsapi/tests: Update DNS names for the new test.winehq.org server. commit 15f149dcaa8793e2d4b8ca956b6fe53498400f2e Author: Francis De Brabandere <francisdb@gmail.com> Date: Thu Jan 9 09:17:33 2025 +0100 vbscript: Remove trailing semicolon in parser. My editor was complaining about this even if bison seems to accept it. commit 4e223fb088bdd73decdf085b72a5215b13a3e11f Author: Dmitry Timoshkov <dmitry@baikal.ru> Date: Thu Jan 9 10:16:10 2025 +0300 rsaenh: CPGenKey() shouldn't generate RC4 key salt if not requested. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57566 Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> commit 8dbde786462e26b1a847826d83c94cdeb6100d2a Author: Dmitry Timoshkov <dmitry@baikal.ru> Date: Thu Jan 9 10:04:41 2025 +0300 rsaenh/tests: Make RC4 tests more distinct. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> commit 86f3e21d659b3c94eccc42353467cbdbbbf80eeb Author: Eric Pouech <epouech@codeweavers.com> Date: Wed Jan 8 14:21:08 2025 +0100 cmd: Don't return syntax error code on empty lines. Signed-off-by: Eric Pouech <epouech@codeweavers.com> commit 562b71de972f8c2e21c7c8e8619de4f06de99195 Author: Eric Pouech <epouech@codeweavers.com> Date: Wed Jan 8 14:12:54 2025 +0100 cmd: Fix some CALL errorlevel propagation. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57649 Signed-off-by: Eric Pouech <epouech@codeweavers.com> commit d1ff9d696361233b95b06af4d3c668ea1c17f7e2 Author: Eric Pouech <epouech@codeweavers.com> Date: Sat Dec 21 13:58:13 2024 +0100 cmd: Skip trailing white spaces in FOR's option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57570 Signed-off-by: Eric Pouech <epouech@codeweavers.com> commit b42329b35bde8ced1a8066573e6d88262b9d38a5 Author: Eric Pouech <epouech@codeweavers.com> Date: Wed Jan 8 13:24:30 2025 +0100 cmd/tests: Add more tests. Signed-off-by: Eric Pouech <epouech@codeweavers.com> commit d40555b815ddffbbe79fd82b8b909d009b845b3a Author: Francis De Brabandere <francisdb@gmail.com> Date: Wed Jan 8 14:11:44 2025 +0100 vbscript: Fix Mid() empty and null handling. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57563 commit 371c7a496b04ef3305725a4d6a9a17c4fbe3d7b1 Author: Francis De Brabandere <francisdb@gmail.com> Date: Wed Jan 8 14:06:21 2025 +0100 vbscript/tests: Refactor Mid() error tests. commit 9f8ecd5d51c572745957c8c1fa4b31fba71b325e Author: Dmitry Timoshkov <dmitry@baikal.ru> Date: Wed Jan 8 19:58:14 2025 +0300 rsaenh/tests: Add a test for RC4 session key. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> commit 0677d8dcfd277fe3318fa39351e2ad1b48ab9a5f Author: Dmitry Timoshkov <dmitry@baikal.ru> Date: Wed Jan 8 19:57:17 2025 +0300 rsaenh/tests: Add some tests for RC4 salt. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> commit 3c5f205a2af9750e37d53f45e9b0fe83d6fbaa80 Author: Paul Gofman <pgofman@codeweavers.com> Date: Fri Jan 3 11:37:45 2025 -0600 winex11: Call glFinish() when presenting offscreen drawable from wglFlush. commit 4d3eb77aebd88f0e8cc06c99f8d12621753522c9 Author: Michael Gilbert <mgilbert@debian.org> Date: Tue Dec 31 11:59:39 2024 +0000 release 10.0~rc2~repack-2 commit a5e6c6d928b9890a36ef005994f156b695f55e90 Author: Michael Gilbert <mgilbert@debian.org> Date: Tue Dec 31 03:32:24 2024 +0000 release 10.0~rc2~repack-1 commit ea7dae8a3ddfd7693980768b77b62209691c3351 Author: Michael Gilbert <mgilbert@debian.org> Date: Tue Dec 31 02:57:49 2024 +0000 Finalize automatic import of wine-10.0-rc2. commit a51deaf25b5c2572e31c0931d8005bfbba8ed2ba Merge: be91776ef 5bfbeb677 Author: Michael Gilbert <mgilbert@debian.org> Date: Tue Dec 31 02:57:48 2024 +0000 Merge branch 'upstream-wine10' into debian13-wine10 commit be91776ef1ed24af28eaf51e050804f2b2eb4532 Author: Michael Gilbert <mgilbert@debian.org> Date: Mon Dec 23 01:57:43 2024 +0000 release 10.0~rc1~repack-1 commit d33d42b276b148906266f5784625c1c1de01749b Author: Michael Gilbert <mgilbert@debian.org> Date: Sun Dec 22 23:08:38 2024 +0000 Finalize automatic import of wine-10.0-rc1. commit af2bf25ea0aec81f93e294c2e5f796f691d76d54 Merge: 7ada9564f 4161e62e4 Author: Michael Gilbert <mgilbert@debian.org> Date: Sun Dec 22 23:08:26 2024 +0000 Merge branch 'upstream-wine10' into debian13-wine10 commit 7ada9564f7cc3705f6c1082e0463c61555d9a12e Author: Michael Gilbert <mgilbert@debian.org> Date: Sun Dec 22 20:08:42 2024 +0000 release 9.0~repack-7 commit bd43b23120fc6e4b0d90f5056c4774d5f10f190c Author: Michael Gilbert <mgilbert@debian.org> Date: Sun Dec 22 03:17:11 2024 +0000 release 9.0~repack-6 commit fb56beee300e8b519089b68a00cce4b2fba04c2d Author: Michael Gilbert <mgilbert@debian.org> Date: Sun Nov 17 02:01:14 2024 +0000 release 9.0~repack-5 commit 5bfbeb677f472d30c5dc5d855b0a045a7157cc43 Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Dec 13 22:32:39 2024 +0100 Release 10.0-rc2. commit 977c44c92316931489151cb9cb334c1120b3a087 Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Dec 13 18:40:12 2024 +0100 winetest: Filter out color escapes for junit output. commit 0b4d2cd2ca1ff74936c408ae65d8d98172745da2 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Fri Dec 13 10:15:31 2024 +0100 winex11: Fix inconsistent coordinates when reparenting host window. We offset the rect to right before to use parent-relative coordinates, we need to tell host_window_configure_child it's relative to the parent. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57525 commit f6a3d80eae0694cf9c199fbe3f2856dc8796ea4c Author: Rémi Bernon <rbernon@codeweavers.com> Date: Fri Dec 13 12:15:51 2024 +0100 server: Allow merging WM_MOUSEMOVE across internal messages. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56348 commit db5ea116e048a29c106b0267f166bbc34986ea02 Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Thu Dec 12 20:35:56 2024 +0100 windowscodecs/tests: Add some tests for the App1 reader. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit 601cc244a2d85878be908ebbe6dcf4e7decc249b Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Thu Dec 12 12:20:45 2024 +0100 windowscodecs/tests: Add some tests for the Gps reader. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit 133b919e31377a24798fc4c68d7682e061ae8f83 Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Thu Dec 12 11:47:29 2024 +0100 windowscodecs/tests: Run data test on the Exif reader. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit 3c6ca2e7b9badc83924d6420fe44659137f6e97f Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Wed Dec 11 23:37:12 2024 +0100 windowscodecs/tests: Move IFD data tests to a helper. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit 39fe25a3f8e12fe92ab1e7239adfe2025494e1db Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Wed Dec 11 23:27:05 2024 +0100 windowscodecs/tests: Remove endianess compile time checks from the tests. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit 83630676223c00fab3cc474b9c3b2e4bc7e063d5 Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Mon Dec 9 19:29:25 2024 +0100 windowscodecs/tests: Use a helper instead of a macro. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit c5afaddf99e5e4e699be9d7c77fd01e7b046f151 Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Sat Dec 7 11:09:51 2024 +0100 windowscodecs/tests: Add some tests for GetContainerFormats(). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit 07f34858a0ceb5f25a9b3c5a3ac52fa04bd62d41 Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Wed Dec 4 02:44:30 2024 +0100 windowscodecs/tests: Use test context in a few metadata tests. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> commit 9d8d17e36c6fb17782c498468725e90433ff2c4a Author: Rémi Bernon <rbernon@codeweavers.com> Date: Tue Dec 10 22:22:08 2024 +0100 explorer: Avoid hiding the taskbar if it's enabled. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57515 commit 448fcbc0c60d7228ed52f1f5d90f62be0a58289a Author: Louis Lenders <xerox.xerox2000x@gmail.com> Date: Wed Dec 11 17:52:49 2024 +0100 shell32: Remove trailing spaces in SHELL_execute. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56940 commit b5a4c2f64ad07b0aaeddc2d8245bc79ddb33b1f5 Author: William Horvath <william@horvath.blog> Date: Thu Dec 12 03:37:59 2024 -0800 win32u: Check for driver events more often. Use a QPC wrapper to avoid NtGetTickCount, which is coupled to the 16 millisecond user_shared_data_timeout in server/fd.c. This lowers the throttling period to 0.25ms (8khz), which is quick enough to consume driver events from high polling rate devices. Fixes: 54ca1ab607d3ff22a1f57a9561430f64c75f0916 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57442 commit 4fa92346706d434a0de03bd7d6e2383fbeba36b2 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Thu Dec 12 14:50:24 2024 +0100 dinput: Queue the relative wheel motion as event data. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57216 commit 786d9d1685ac220081b10cc779d4d331ddd2fc52 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Wed Dec 11 18:41:59 2024 +0100 winex11: Skip offscreening if the children don't require clipping. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57503 commit 3041b7237fb5d25748c35ff20300b08a9edab546 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Thu Dec 12 12:54:19 2024 +0100 winex11: Always check if the GL drawable offscreen state needs to be changed. It might change when the window region has changed and requires child window clipping or doesn't anymore. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57503 commit 16eb74a6a020af861c8a30df5015bb711385b011 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Thu Dec 12 12:16:22 2024 +0100 winex11: Fixup window config size back to 0x0 if we've requested 1x1. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57530 commit 6e8bcb993cbf75bfe5a065a87c5f0b0b2071e710 Author: Zhiyi Zhang <zzhang@codeweavers.com> Date: Thu Dec 12 11:19:25 2024 +0800 win32u: Use width and height to check if the display mode is vertical. DMDO_DEFAULT is the natural orientation of the device, which isn't necessarily a horizontal mode. commit c138ddcc1320bce848354c49a58afd81a3e1a175 Author: Eric Pouech <epouech@codeweavers.com> Date: Thu Dec 12 10:11:30 2024 +0100 dbghelp: Lower vector allocation for local variables. Signed-off-by: Eric Pouech <epouech@codeweavers.com> commit be1e56ca93d0ef546df637fef15f6a1498c16317 Author: Eric Pouech <epouech@codeweavers.com> Date: Mon Nov 4 11:20:12 2024 +0100 dbghelp: Fix error handling in PDB/FPO unwinder. Signed-off-by: Eric Pouech <epouech@codeweavers.com> commit 44125ad77b028f592c46b059cc1056ee8ef48254 Author: Alexandre Julliard <julliard@winehq.org> Date: Thu Dec 12 14:47:22 2024 +0100 wineboot: Scale the wait dialog icon with the dialog size. commit b97d45e6d222826d5c95f636c8330551886006db Author: Alexandre Julliard <julliard@winehq.org> Date: Thu Dec 12 14:47:04 2024 +0100 wineboot: Resize the wait dialog to accommodate the text size. commit f47610fa277c8a8d3844377ad047adc557cb87a3 Author: Alexandre Julliard <julliard@winehq.org> Date: Thu Dec 12 14:46:06 2024 +0100 wineboot: Always wrap the wait dialog text. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56325 commit 397a309082dee900063c2e348076c4eb3d67e0fb Author: Gabriel Ivăncescu <gabrielopcode@gmail.com> Date: Wed Dec 11 23:45:38 2024 +0200 mshtml: Remove unused MutationObserver DISPID and related hook. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com> commit ed1d1a6a3e3b5c2254aeb49c83de85bf3ab74631 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Tue Dec 10 17:25:55 2024 +0100 dmloader: Remove redundant flag. Spotted by Andrey Gusev, thanks! commit ed16d1dad925d84b7203e1ba53a66aea969a938a Author: William Horvath <william@horvath.blog> Date: Thu Dec 5 18:30:00 2024 -0800 include: Use inline assembly on Clang MSVC mode in YieldProcessor(). Otherwise, YieldProcessor() is a no-op. commit a4893039bc84e04bf1370465888a95c331759328 Author: Jacek Caban <jacek@codeweavers.com> Date: Tue Dec 10 20:03:51 2024 +0100 configure: Define _load_config_used symbol in the cross-compiler test program. The load configuration is mandatory for ARM64EC binaries, and future versions of lld-link will issue a warning if it is missing. commit a70ac0960de3645bb12ea4ca24ccdf4d99d6867e Author: Rémi Bernon <rbernon@codeweavers.com> Date: Tue Dec 10 17:08:30 2024 +0100 winebus: Wait until the device is started before processing reports. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57524 commit 2e6820ee4ba30b1a8831d29937a369b9b548656b Author: Rémi Bernon <rbernon@codeweavers.com> Date: Tue Dec 10 21:46:20 2024 +0100 winex11: Request window config when it needs to be raised. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57527 commit a1e62217712d1e215f53f0f264872a922805b86a Author: Alexandre Julliard <julliard@winehq.org> Date: Wed Dec 11 10:39:39 2024 +0100 ntoskrnl: Fix off-by-one error in buffer size. commit a581f11e3e536fbef1865f701c0db2444673d096 Author: Alexandre Julliard <julliard@winehq.org> Date: Tue Dec 10 21:45:51 2024 +0100 ntoskrnl: Support relative driver paths. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51998 commit f6d6089b14c526bfb1fde96a292fc5276b301855 Author: Alexandre Julliard <julliard@winehq.org> Date: Tue Dec 10 21:22:42 2024 +0100 user32: Fixup forwarded functions on 32-bit. Some apps can't cope with forwards. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57418 commit c6614894be3d465540fee1ecca059b68e02fe0f1 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Mon Dec 9 09:43:51 2024 +0100 win32u: Use the winstation monitor update serial to detect updates. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57504 commit fc92fa98ba1fcf76b0228dc121a511284f8c3b51 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Mon Dec 9 09:32:45 2024 +0100 server: Add a winstation monitor update serial counter. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57504 commit 4d17c8464237c9710f728ff5573fbd2be3db8a2c Author: Rémi Bernon <rbernon@codeweavers.com> Date: Mon Dec 9 09:32:36 2024 +0100 win32u: Extend display_lock CS around winstation check. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57504 commit 4161e62e478f61fdcd0365d9bd7b21e3b1a5197b Author: Alexandre Julliard <julliard@winehq.org> Date: Fri Dec 6 21:35:07 2024 +0100 Release 10.0-rc1.
Among the 37 debian patches available in version 10.0~repack-5 of the package, we noticed the following issues: