-
Notifications
You must be signed in to change notification settings - Fork 497
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 消息窗口创建在单独的线程中 一个线程内不能创建多个 XAML Islands 窗口 * refactor: 删除 XamlHostingHelper * feat: 实现显示消息 * feat: 使消息窗口显示在源窗口上方 * feat: 初步实现弹窗随源窗口移动 * feat: 使弹窗的移动更平滑 * fix: 优化 toast 尺寸 * fix: 修复闪烁 * refactor: 操纵 toast 的代码集中在 ToastPage 中 * fix: 修复无限循环 * feat: toast 上展示 logo * feat: 优化 toast 位置 * refactor: 添加注释 * perf: 优化关于页面加载 logo 的性能 * feat: 应用内消息改为使用 ToastService 实现 * UI: 删除消息的句号 * fix: 如果更改所有者失败则定期将弹窗置顶 * Revert "UI: 删除消息的句号" This reverts commit ea207e5. * feat: toast 配置主题变化 * feat: 更多错误消息 * feat: 更多错误消息 * feat: 优化消息弹窗 * chore: 优化措辞 * feat: 如果窗口没有重定向表面,GDI 和 DwmSharedSurface 捕获直接失败 * feat: 捕获失败则退出缩放 * perf: 优化渲染后端线程的响应性 * feat: 支持缩放中途出现的捕获错误 * chore: 修改措辞
- Loading branch information
Showing
43 changed files
with
1,017 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.