Alexandre Julliard pushed to branch master at wine / wine
Commits:
d34ed40a by Martino Fontana at 2024-08-09T21:24:11+02:00
dinput/tests: Update tests for DIPROP_SCANCODE.
- - - - -
f434ea12 by Martino Fontana at 2024-08-09T21:24:11+02:00
dinput: Implement DIPROP_SCANCODE.
- - - - -
5 changed files:
- dlls/dinput/device.c
- dlls/dinput/device_private.h
- dlls/dinput/keyboard.c
- dlls/dinput/tests/device8.c
- dlls/dinput/tests/joystick8.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c319ec49b3453e21072d5dfdc97b9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c319ec49b3453e21072d5dfdc97b9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
696f85ca by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Make the driver loader thread-safe.
- - - - -
ab0518c6 by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Return an error when a required driver entry point is missing.
- - - - -
e91edb2b by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLSetConnectAttr() to the Unicode version if needed.
- - - - -
74963353 by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLSetConnectOption() to the Unicode version if needed.
- - - - -
c5e35b7a by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLSetCursorName() to the Unicode version if needed.
- - - - -
7f1ebb8f by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLSetDescField() to the Unicode version if needed.
- - - - -
965957f4 by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLSetStmtAttr() to the Unicode version if needed.
- - - - -
f0852447 by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLSpecialColumns() to the Unicode version if needed.
- - - - -
fb52a13c by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLStatistics() to the Unicode version if needed.
- - - - -
bbd9b0b2 by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLTablePrivileges() to the Unicode version if needed.
- - - - -
8e378b39 by Hans Leidekker at 2024-08-09T21:23:00+02:00
odbc32: Forward SQLTables() to the Unicode version if needed.
- - - - -
1 changed file:
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6af6e4a5ecf185d12224b4ceff067…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6af6e4a5ecf185d12224b4ceff067…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7557d5b3 by Jacek Caban at 2024-08-09T21:22:52+02:00
mshtml: Get object name from its ID when possible.
- - - - -
3ef991af by Jacek Caban at 2024-08-09T21:22:52+02:00
mshtml: Add support for computed style prototype objects.
- - - - -
e6a73367 by Jacek Caban at 2024-08-09T21:22:52+02:00
mshtml: Add support for style prototype objects.
- - - - -
a844b118 by Jacek Caban at 2024-08-09T21:22:52+02:00
mshtml: Add support for current style prototype objects.
- - - - -
45097c0b by Jacek Caban at 2024-08-09T21:22:52+02:00
mshtml: Add support for style sheet prototype objects.
- - - - -
58da904d by Jacek Caban at 2024-08-09T21:22:52+02:00
mshtml: Add support for style sheet list prototype objects.
- - - - -
3b8bc3e8 by Jacek Caban at 2024-08-09T21:22:53+02:00
mshtml: Add support for CSS rule list prototype objects.
- - - - -
58defc5d by Jacek Caban at 2024-08-09T21:22:53+02:00
mshtml: Add support for CSS rule prototype objects.
- - - - -
9e6f858d by Jacek Caban at 2024-08-09T21:22:53+02:00
mshtml: Add support for rect prototype objects.
- - - - -
6af6e4a5 by Jacek Caban at 2024-08-09T21:22:53+02:00
mshtml: Make mutation_observer_ctor_dispex_vtbl const.
- - - - -
30 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlanchor.c
- dlls/mshtml/htmlarea.c
- dlls/mshtml/htmlbody.c
- dlls/mshtml/htmlcurstyle.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlframe.c
- dlls/mshtml/htmlhead.c
- dlls/mshtml/htmlimg.c
- dlls/mshtml/htmlinput.c
- dlls/mshtml/htmllink.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/htmlobject.c
- dlls/mshtml/htmlscript.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/htmlstorage.c
- dlls/mshtml/htmlstyle.c
- dlls/mshtml/htmlstyleelem.c
- dlls/mshtml/htmlstylesheet.c
- dlls/mshtml/htmltable.c
- dlls/mshtml/htmltextarea.c
- dlls/mshtml/htmltextnode.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mutation.c
- dlls/mshtml/omnavigator.c
- dlls/mshtml/svg.c
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2271d1eb7648bfb61e58f9f135aec…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2271d1eb7648bfb61e58f9f135aec…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
04d9e265 by Ziqing Hui at 2024-08-09T21:22:45+02:00
include: Add video encode guids.
- - - - -
92357f2c by Ziqing Hui at 2024-08-09T21:22:48+02:00
include: Add video encoder max guids.
- - - - -
1328a879 by Ziqing Hui at 2024-08-09T21:22:48+02:00
include: Add video encoder inverse telecine guids.
- - - - -
7dc03e13 by Ziqing Hui at 2024-08-09T21:22:48+02:00
include: Add video encoder source defines.
- - - - -
2271d1eb by Ziqing Hui at 2024-08-09T21:22:49+02:00
include: Add more video encoder codec api guids.
- - - - -
1 changed file:
- include/codecapi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7df297968a932437c5ac50c67376f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7df297968a932437c5ac50c67376f…
You're receiving this email because of your account on gitlab.winehq.org.