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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2d1f5c2b by Jacek Caban at 2024-08-08T21:53:48+02:00
mshtml: Add support for select element prototype objects.
- - - - -
8d1ec4ff by Jacek Caban at 2024-08-08T21:53:48+02:00
mshtml: Add support for style element prototype objects.
- - - - -
f6eb8d8e by Jacek Caban at 2024-08-08T21:53:49+02:00
mshtml: Add support for table and tr element prototype objects.
- - - - -
262f0452 by Jacek Caban at 2024-08-08T21:53:49+02:00
mshtml: Add support for td element prototype objects.
- - - - -
dbd16a93 by Jacek Caban at 2024-08-08T21:53:49+02:00
mshtml: Add support for textarea element prototype objects.
- - - - -
07c5ed3e by Jacek Caban at 2024-08-08T21:53:49+02:00
mshtml: Add support for svg element prototype objects.
- - - - -
044c3e38 by Jacek Caban at 2024-08-08T21:53:49+02:00
mshtml: Add support for circle SVG element prototype objects.
- - - - -
5cbdd280 by Jacek Caban at 2024-08-08T21:53:49+02:00
mshtml: Add support for tspan SVG element prototype objects.
- - - - -
02ec0894 by Jacek Caban at 2024-08-08T21:53:49+02:00
mshtml: Add support for document type node prototype objects.
- - - - -
f75060d8 by Jacek Caban at 2024-08-08T21:53:49+02:00
mshtml: Add support for text node prototype objects.
- - - - -
9 changed files:
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/htmlstyleelem.c
- dlls/mshtml/htmltable.c
- dlls/mshtml/htmltextarea.c
- dlls/mshtml/htmltextnode.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/svg.c
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/01aa909c6e68e9f3140bbe423ceae…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/01aa909c6e68e9f3140bbe423ceae…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
db72aeb7 by Connor McAdams at 2024-08-08T21:53:13+02:00
d3dx9/tests: Add tests for D3DXLoadSurfaceFromMemory() with a multisampled surface.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
aad72aee by Connor McAdams at 2024-08-08T21:53:13+02:00
d3dx9: Return success in D3DXLoadSurfaceFromMemory() for multisampled destination surfaces.
Tests show that nothing is written to multisampled destination surfaces,
so just return success early.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
78f2fae8 by Connor McAdams at 2024-08-08T21:53:16+02:00
d3dx9: Return failure from D3DXLoadSurfaceFromMemory() if d3dx_load_pixels_from_pixels() fails.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
739097b6 by Connor McAdams at 2024-08-08T21:53:16+02:00
d3dx9/tests: Add d3dx filter argument value tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
128f5a8d by Connor McAdams at 2024-08-08T21:53:16+02:00
d3dx9: Introduce helper function for retrieving the mip filter value in texture from file functions.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
08210536 by Connor McAdams at 2024-08-08T21:53:16+02:00
d3dx9: Further validate filter argument passed to D3DXFilterTexture().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
c9d28171 by Connor McAdams at 2024-08-08T21:53:16+02:00
d3dx9: Validate filter argument in D3DXLoadVolumeFrom{Volume,FileInMemory,Memory}().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
f60c0212 by Connor McAdams at 2024-08-08T21:53:16+02:00
d3dx9: Validate filter argument in D3DXLoadSurfaceFrom{Surface,FileInMemory,Memory}().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
a7995fd8 by Connor McAdams at 2024-08-08T21:53:16+02:00
d3dx9: Validate filter argument in texture from file functions.
This used to be handled by the calls to
D3DXLoad{Surface,Volume}FromMemory(), but now it needs to be
handled inside of the texture from file functions themselves.
Fixes: 1215ee024148952525317cc104ce91e650f21ca3
Fixes: c9e6f6f84f661bdd190f4475296a7ce1d3885516
Fixes: f023fd35cefe6d46849a4a9336905410b4991ac4
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
8 changed files:
- dlls/d3dx9_36/d3dx9_private.h
- dlls/d3dx9_36/surface.c
- dlls/d3dx9_36/tests/d3dx9_test_images.h
- dlls/d3dx9_36/tests/surface.c
- dlls/d3dx9_36/tests/texture.c
- dlls/d3dx9_36/tests/volume.c
- dlls/d3dx9_36/texture.c
- dlls/d3dx9_36/volume.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1fb5c2790835a595bd6a42edc9994…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1fb5c2790835a595bd6a42edc9994…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c97d4d88 by Hans Leidekker at 2024-08-08T21:53:10+02:00
odbc32: Forward SQLGetStmtAttr() to the Unicode version if needed.
- - - - -
821a7009 by Hans Leidekker at 2024-08-08T21:53:10+02:00
odbc32: Forward SQLGetTypeInfo() to the Unicode version if needed.
- - - - -
28e4b4b5 by Hans Leidekker at 2024-08-08T21:53:10+02:00
odbc32: Forward SQLNativeSql() to the Unicode version if needed.
- - - - -
9300a1c4 by Hans Leidekker at 2024-08-08T21:53:10+02:00
odbc32: Forward SQLPrepare() to the Unicode version if needed.
- - - - -
78168576 by Hans Leidekker at 2024-08-08T21:53:10+02:00
odbc32: Forward SQLPrimaryKeys() to the Unicode version if needed.
- - - - -
a43b51cc by Hans Leidekker at 2024-08-08T21:53:10+02:00
odbc32: Forward SQLProcedureColumns() to the Unicode version if needed.
- - - - -
1fb5c279 by Hans Leidekker at 2024-08-08T21:53:10+02:00
odbc32: Forward SQLProcedures() to the Unicode version if needed.
- - - - -
1 changed file:
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1cf421e27b223de290b080518a6ea…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1cf421e27b223de290b080518a6ea…
You're receiving this email because of your account on gitlab.winehq.org.