Alexandre Julliard pushed to branch master at wine / wine
Commits:
dc7eefbe by Esme Povirk at 2025-06-23T19:15:08+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for list boxes.
- - - - -
bec1688b by Esme Povirk at 2025-06-23T19:15:08+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for static controls.
- - - - -
36af6255 by Esme Povirk at 2025-06-23T19:15:08+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for edit controls.
- - - - -
5c8e69f3 by Esme Povirk at 2025-06-23T19:15:08+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for combo boxes.
- - - - -
8 changed files:
- dlls/comctl32/combo.c
- dlls/comctl32/edit.c
- dlls/comctl32/listbox.c
- dlls/comctl32/static.c
- dlls/comctl32/tests/combo.c
- dlls/comctl32/tests/edit.c
- dlls/comctl32/tests/listbox.c
- dlls/comctl32/tests/static.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/850b1db0ce39fed36ccca648bfd5b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/850b1db0ce39fed36ccca648bfd5b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
96b8525d by Alexandre Julliard at 2025-06-23T19:15:07+02:00
mscoree: Use GetFinalPathNameByHandleW to get the DOS path of the Mono directory.
- - - - -
fc83452a by Alexandre Julliard at 2025-06-23T19:15:07+02:00
mshtml: Use GetFinalPathNameByHandleW to get the DOS path of the Gecko directory.
- - - - -
5197cb01 by Alexandre Julliard at 2025-06-23T19:15:08+02:00
start: Use GetFinalPathNameByHandleW to get the DOS path of a Unix file.
- - - - -
77d5ded5 by Alexandre Julliard at 2025-06-23T19:15:08+02:00
kernelbase: Convert slashes in Unix paths in GetFinalPathNameByHandleW.
- - - - -
f0230456 by Alexandre Julliard at 2025-06-23T19:15:08+02:00
wineps.drv: Use \\?\unix paths to load the AFM files.
- - - - -
850b1db0 by Alexandre Julliard at 2025-06-23T19:15:08+02:00
winemenubuilder: Use \\?\unix paths to load the link files.
- - - - -
6 changed files:
- dlls/kernelbase/file.c
- dlls/mscoree/metahost.c
- dlls/mshtml/nsembed.c
- dlls/wineps.drv/type1afm.c
- programs/start/start.c
- programs/winemenubuilder/winemenubuilder.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/edff0fb7c772f7ecc6ee75fe98f69…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/edff0fb7c772f7ecc6ee75fe98f69…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
69ea834e by Rémi Bernon at 2025-06-23T19:15:07+02:00
ntdll/tests: Link atom functions directly.
- - - - -
d1d9492c by Rémi Bernon at 2025-06-23T19:15:07+02:00
ntdll/tests: Add more integral atom tests.
- - - - -
8f864eba by Rémi Bernon at 2025-06-23T19:15:07+02:00
ntdll: Set returned atom to 0 when we should.
- - - - -
7ad5d040 by Rémi Bernon at 2025-06-23T19:15:07+02:00
ntdll: Allow deleting integral atoms from tables.
- - - - -
6517fab8 by Rémi Bernon at 2025-06-23T19:15:07+02:00
user32: Clamp atom to MAXINTATOM in get_int_atom_value.
- - - - -
2f50f94d by Rémi Bernon at 2025-06-23T19:15:07+02:00
win32u: Clamp atom to MAXINTATOM in get_int_atom_value.
- - - - -
5 changed files:
- dlls/ntdll/atom.c
- dlls/ntdll/tests/atom.c
- dlls/ntdll/unix/sync.c
- dlls/user32/class.c
- dlls/win32u/class.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/86a72fd712d8f453b6b39e47c2eb7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/86a72fd712d8f453b6b39e47c2eb7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
413a06dc by Rémi Bernon at 2025-06-23T10:31:41+02:00
server: Use an event sync for thread apc objects.
- - - - -
ab9ebea3 by Rémi Bernon at 2025-06-23T10:31:41+02:00
server: Use an event sync for context objects.
- - - - -
7cdb776d by Elizabeth Figura at 2025-06-23T10:31:41+02:00
server: Use an event sync for thread objects.
- - - - -
ddb2e9d3 by Elizabeth Figura at 2025-06-23T10:31:41+02:00
server: Use an event sync for job objects.
- - - - -
712d996b by Elizabeth Figura at 2025-06-23T10:31:42+02:00
server: Use an event sync for process objects.
- - - - -
3d854364 by Rémi Bernon at 2025-06-23T10:31:42+02:00
server: Use an event sync for startup info objects.
- - - - -
4 changed files:
- server/process.c
- server/process.h
- server/thread.c
- server/thread.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6759dedb9855acd563613d224b983…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6759dedb9855acd563613d224b983…
You're receiving this email because of your account on gitlab.winehq.org.