Alexandre Julliard pushed to branch master at wine / wine
Commits: 120ff88b by Zhiyi Zhang at 2025-10-24T10:24:29+02:00 windows.ui.core.textinput: Add stub DLL.
- - - - - 9a73a0ee by Zhiyi Zhang at 2025-10-24T10:24:29+02:00 windows.ui.core.textinput: Add ICoreInputViewStatics stub.
- - - - - 038936d8 by Zhiyi Zhang at 2025-10-24T10:24:29+02:00 windows.ui.core.textinput: Add core_input_view_statics_GetForCurrentView() stub.
- - - - - 519fb259 by Zhiyi Zhang at 2025-10-24T10:24:29+02:00 windows.ui.core.textinput: Add core_input_view_GetCoreInputViewOcclusions() stub.
- - - - - 45e0fcfb by Zhiyi Zhang at 2025-10-24T10:24:29+02:00 windows.ui.core.textinput: Add core_input_view_add_OcclusionsChanged() stub.
- - - - - 41940e44 by Zhiyi Zhang at 2025-10-24T10:24:29+02:00 windows.ui.core.textinput: Implement IWeakReferenceSource for ICoreInputView.
- - - - -
13 changed files:
- configure - configure.ac - + dlls/windows.ui.core.textinput/Makefile.in - + dlls/windows.ui.core.textinput/classes.idl - + dlls/windows.ui.core.textinput/main.c - + dlls/windows.ui.core.textinput/private.h - + dlls/windows.ui.core.textinput/tests/Makefile.in - + dlls/windows.ui.core.textinput/tests/textinput.c - + dlls/windows.ui.core.textinput/vector.c - + dlls/windows.ui.core.textinput/weakref.c - + dlls/windows.ui.core.textinput/weakref.h - + dlls/windows.ui.core.textinput/windows.ui.core.textinput.spec - include/windows.ui.viewmanagement.core.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aeffc18cc7f52f9a611ea2af460d49...