Alexandre Julliard pushed to branch master at wine / wine
Commits:
201efabc by Rémi Bernon at 2025-06-27T13:35:49+02:00
win32u/tests: Test that window properties are global atoms.
- - - - -
47b0574d by Rémi Bernon at 2025-06-27T13:35:49+02:00
user32: Implement GetClipboardFormatNameA with NtUserGetClipboardFormatName.
- - - - -
6fe92116 by Rémi Bernon at 2025-06-27T13:35:49+02:00
win32u: Implement NtUserGetClipboardFormatName using NtUserGetAtomName.
- - - - -
ba8f99c7 by Rémi Bernon at 2025-06-27T13:35:49+02:00
server: Create and use a user atom table for class names.
- - - - -
d5dc6a23 by Rémi Bernon at 2025-06-27T13:35:49+02:00
server: Initialize global and user tables with some atoms.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49195
- - - - -
10 changed files:
- dlls/shell32/tests/shlfolder.c
- dlls/user32/clipboard.c
- dlls/user32/tests/clipboard.c
- dlls/win32u/clipboard.c
- dlls/win32u/tests/win32u.c
- server/atom.c
- server/class.c
- server/directory.c
- server/object.h
- server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2251f1e8af30bca61a7a4ddb3ef84…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2251f1e8af30bca61a7a4ddb3ef84…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
56dc1372 by Hans Leidekker at 2025-06-27T13:20:48+02:00
widl: Correct element type for interface signature.
- - - - -
dea0a2ac by Hans Leidekker at 2025-06-27T13:20:49+02:00
widl: Don't sort the property and event tables.
- - - - -
21c67ae3 by Hans Leidekker at 2025-06-27T13:20:49+02:00
widl: Add a helper to build the method name.
- - - - -
ed7f44c8 by Hans Leidekker at 2025-06-27T13:20:49+02:00
widl: Add a helper to retrieve method attributes and flags.
- - - - -
d5a4f5dd by Hans Leidekker at 2025-06-27T13:20:49+02:00
widl: Store EventRegistrationToken reference in the real type.
So it can be used to build the method signature.
- - - - -
ddb6dba9 by Hans Leidekker at 2025-06-27T13:20:51+02:00
widl: Add separate property rows for interfaces and classes.
- - - - -
8e6994d6 by Hans Leidekker at 2025-06-27T13:20:51+02:00
widl: Add separate event rows for interfaces and classes.
- - - - -
2251f1e8 by Hans Leidekker at 2025-06-27T13:20:51+02:00
widl: Add rows for the runtimeclass type.
- - - - -
2 changed files:
- tools/widl/metadata.c
- tools/widl/widltypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7499d158b962ec4ad59d37e7015b4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7499d158b962ec4ad59d37e7015b4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
42aeacaf by Alexandre Julliard at 2025-06-27T12:33:27+02:00
makefiles: Support specifying the PE architecture as "none".
To allow building for multiple host architectures without building the
PE side multiple times.
- - - - -
1332a354 by Alexandre Julliard at 2025-06-27T12:59:10+02:00
makefiles: Fix program installation for Windows builds.
- - - - -
4 changed files:
- aclocal.m4
- configure
- configure.ac
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/80bc1338bea7d9dac78ab449b4505…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/80bc1338bea7d9dac78ab449b4505…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b8a2803c by Charlotte Pabst at 2025-06-26T22:49:10+02:00
mf/tests: Rename test_source to test_stub_source.
- - - - -
6e035fa0 by Charlotte Pabst at 2025-06-26T22:49:10+02:00
mf/tests: Rename test_seek_source to test_source.
- - - - -
034e18e0 by Charlotte Pabst at 2025-06-26T22:49:10+02:00
mf/tests: Move some functions.
- - - - -
e4904b7f by Charlotte Pabst at 2025-06-26T22:49:10+02:00
mf/tests: Add tests for thinning.
- - - - -
479f6b4a by Charlotte Pabst at 2025-06-26T22:49:10+02:00
mf: Don't forward thinning to clock.
- - - - -
80bc1338 by Charlotte Pabst at 2025-06-26T22:49:10+02:00
mf: Handle thinning in media session.
- - - - -
2 changed files:
- dlls/mf/session.c
- dlls/mf/tests/mf.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/11aae16a340c2a03ded917d43953f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/11aae16a340c2a03ded917d43953f…
You're receiving this email because of your account on gitlab.winehq.org.