-
Notifications
You must be signed in to change notification settings - Fork 838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge duilib #279
Merged
nmgwddj
merged 82 commits into
netease-im:feature/merge_duilib
from
redrains:merge_duilib
Mar 1, 2021
Merged
Merge duilib #279
nmgwddj
merged 82 commits into
netease-im:feature/merge_duilib
from
redrains:merge_duilib
Mar 1, 2021
Conversation
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
- Get monitor handle from HWND using MONITOR_DEFAULTTONEAREST param Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
Add XML Class node to support XML attribute definition control attribute
XML中的Font节点添加id属性,支持font自定义,同时兼容过去的索引方式
修复当使用Class定义样式时,控件的value属性与Class的value属性冲突时界面显示异常问题,控制使用_value属性解决冲突
- Added combo and single line text control sample to `controls` project. - Modified RichEdit.md to remove duplicate attributes. Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
修复当使用TabBox的RemoteAt方法删除子控件时,选中索引没有重新计算的问题
添加VirtualTileBox控件的项目,可替换VirtualListBox
修复Combo控件在XML中设置dropbox属性无效的bug
Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
- Replaced global.xml and resource files of resources.zip Signed-off-by: jiajia_deng <[email protected]>
- Delete old messages loop. - Delete ShowModal function. - Enable SetNextTabControl function to support switch controls focus when press TAB. Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
Signed-off-by: jiajia_deng <[email protected]>
修复菜单可能导致的鼠标消息不处理的bug
允许递归设置子控件对WM_POINTER的响应
fix:List控件Add方法没有正确覆盖虚函数
fix:Option切换分组名称的逻辑问题
Combo增加下拉窗关闭事件 Combo完善选择功能
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
支持svg矢量图
支持自定义字体
增加横向虚表
修复一些的bug(PlaceHolder、RichEdit、Window)
增强一些控件的功能(Control、Box、CheckBox、TreeView、Menu等)