Alexandre Julliard pushed to branch master at wine / wine
Commits:
869a2d7c by Nikolay Sivov at 2025-06-01T20:26:24+02:00
mf/samplegrabber: Initialize state -> event map in a more robust way.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8955d856 by Nikolay Sivov at 2025-06-01T20:39:15+02:00
mf/clock: Initialize state -> notification map in a more robust way.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/mf/clock.c
- dlls/mf/samplegrabber.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a406fbde124deb3bee94abb9a7cf6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a406fbde124deb3bee94abb9a7cf6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6eca9ee4 by Vibhav Pant at 2025-06-01T19:11:48+02:00
winebth.sys: Don't decrement the reference count for the DBusPendingCall received by bluez_device_pair_callback.
- - - - -
a406fbde by Vibhav Pant at 2025-06-01T20:26:24+02:00
bluetoothapis: Fix a potential handle leak in BluetoothAuthenticateDeviceEx.
- - - - -
2 changed files:
- dlls/bluetoothapis/main.c
- dlls/winebth.sys/dbus.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0eeaade378fc8b66509e5dc330b97…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0eeaade378fc8b66509e5dc330b97…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
585852c4 by Hans Leidekker at 2025-06-01T16:36:17+02:00
widl: Write the table stream.
- - - - -
e0163576 by Hans Leidekker at 2025-06-01T16:36:17+02:00
widl: Implement the Module table.
- - - - -
355f1a1f by Hans Leidekker at 2025-06-01T16:36:17+02:00
widl: Implement the TypeDef table.
- - - - -
fe56c7fe by Hans Leidekker at 2025-06-01T19:11:48+02:00
widl: Implement the Assembly table.
- - - - -
0eeaade3 by Hans Leidekker at 2025-06-01T19:11:48+02:00
widl: Implement the AssemblyRef table.
- - - - -
1 changed file:
- tools/widl/metadata.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/140f319c07217728f6f53cf028828…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/140f319c07217728f6f53cf028828…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
aad0b865 by Nikolay Sivov at 2025-06-01T16:33:51+02:00
comctl32/listview: Fix lbutton item selection with Shift+Ctrl.
Visual testing shows that using Shift+Ctrl adds to the selection,
which is what existing code already does. The problem is that it
updates selection mark when it shouldn't.
And the bigger problem of course is that it's using static variable
for state.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3b06cc75 by Nikolay Sivov at 2025-06-01T16:33:53+02:00
comctl32/listview: Do not consider key state when navigating with alphanumeric keys.
For example holding down Shift and using letter keys shouldn't produce
a selection range.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58275
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/comctl32/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1908580ac83e2d997193ce920252a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1908580ac83e2d997193ce920252a…
You're receiving this email because of your account on gitlab.winehq.org.