forked from rime/weasel
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rime#956 from fxliang/padding
1. 修复:原来的偶发的只有背景没有文字显示的问题 2. 修复:原来部署过程中按键后重复发出部署中的tip提示窗的问题 3. 修复:一些ui内存泄漏的问题 4. 修复:几个像素级的布局小问题 5. 特性:增加hilite_padding_x, hilite_padding_y可以独立定义xy向的padding,原来的hilite_padding在前面两个没有定义的时候可以同时设定xy向的padding 6. 特性:新增schema/full_icon和schema/half_icon可用于方案中定义全角半角图标 7. 特性:切换方案后,显示方案图标和方案名称提示于tip上 8. wtl全部改成wtl10,gdi+指定1.1版,性能稍提升,代码冗余减少 9. 全部exe/dll/ime改成每显示器dpi aware 10. 删除早前误冗余的mutex限单服务进程的代码 11. 更新使用rime/artworks/weasel-icons/weasel-black.png制作的图标 12. 更新RimeWithWeasel.cpp,通过模板和函数精简代码减少代码行数,修正一些回退机制,限制部分不能为负数的数值的解析;可设定style/label_font_face: "" style/comment_font_face: "" 来强制回退到font_face设定。 13. 更新WeaselPanel.cpp,通过schema_id判断是否当前为选单界面 14. direct2d资源改用wrl的ComPtr智能指针 15. 补充Deployer的VersionInfo,减少杀软误报(本机编译已验证) 16. 增加对imtip支持相关代码,目前已经可以和imtip 兼容 rime#958 17. 重写字重和字形解析代码,增强可读性,且目前已可以在font_face字串内任一节点定义字重字形(原来只能在第一个节点内定义)
- Loading branch information
Showing
81 changed files
with
7,658 additions
and
66,331 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,3 @@ class Configurator | |
int SyncUserData(); | ||
}; | ||
|
||
const WCHAR* utf8towcs(const char* utf8_str); |
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
Binary file not shown.
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
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.