Commit Graph

29 Commits

Author SHA1 Message Date
xuhuajie-NetEase
0e7f1b6462 增加对圆环形滚动条的支持 2019-08-14 16:03:11 +08:00
Dylan
f46eca3a61
Merge pull request #103 from bboot9001/bugfix
fix bugfix,exec Js callback message needs send to browser process, no…
2019-08-12 09:56:14 +08:00
wangpei
63da92c94e fix bugfix,exec Js callback message needs send to browser process, not render process 2019-08-11 19:49:39 +08:00
jiajia_deng
bb82e1cb93 Adjust the method of drawing rounded borders
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-08-02 10:53:50 +08:00
xuhuajie-NetEase
50453b79a1 优化一些细节 2019-08-01 14:25:00 +08:00
xuhuajie-NetEase
7c8332bf9f 【增加borderround实现】 2019-08-01 11:56:05 +08:00
Quan Zhuo
d71b4e94d6 修复从zip资源文件加载资源找不到多语言文件的问题
如果 GetData 参数为 m_pStrResourcePath + language + L"\\gdstrings.ini"
则得到的语言路径为:"resources/themes/default/lang/zh_CN/gdstrings.ini"
实则应该为:"resources/lang/zh_CN/gdstrings.ini"
2019-07-30 15:24:10 +08:00
jiajia_deng
babf0c2237 Modified variable of tree nodes
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-07-25 11:51:29 +08:00
jiajia_deng
c627eff95d Fixed a crash when removing TreeView from Box
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-07-25 11:48:57 +08:00
jiajia_deng
a59b15c43a Revert "Fix #85 crash when removing TreeView from Box"
This reverts commit f811e9836c.

Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-07-25 11:42:39 +08:00
jiajia_deng
f811e9836c Fix #85 crash when removing TreeView from Box
- Set all of the child node parent is root node.

Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-07-24 14:37:27 +08:00
jiajia_deng
bef5c9ac8e Support switch controls focus when press TAB
- Delete old messages loop.
 - Delete ShowModal function.
 - Enable SetNextTabControl function to support switch controls focus when press TAB.

Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-07-17 15:29:33 +08:00
jiajia_deng
6bc1110495 Removed missing files in duilib solution
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-07-15 15:23:46 +08:00
evilbeast
8f9b15faae 修复ScrollableBox在绘制子项时没有裁剪padding区域的bug 2019-07-09 02:12:14 +08:00
evilbeast
49d5eaca4f 修复Combo控件在XML中设置dropbox属性无效的bug 2019-07-08 23:37:30 +08:00
evilbeast
f8cd48cbfe 修复TabBox在XML中设置selectedid无效的bug 2019-06-28 00:51:38 +08:00
evilbeast
fed15690c0 修复当使用RemoteAt删除子控件时,选中索引没有重新计算的问题 2019-06-28 00:17:20 +08:00
jiajia_deng
8b74e47c86 Fixed #46 removed default value from Combo constructor
- Added combo and single line text control sample to `controls` project.
 - Modified RichEdit.md to remove duplicate attributes.

Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-06-18 10:28:29 +08:00
evilbeast
a20f48869c 修复当使用Class定义样式时,控件的value属性与Class的value属性冲突时界面显示异常问题,控制使用_value属性解决冲突 2019-06-12 11:48:31 +08:00
evilbeast
52242daf30 字体增加默认属性,修改Demo中的XML使用新的Class和Font方式 2019-06-11 23:03:22 +08:00
evilbeast
f004f797e0 fix RichEdit m_sFontId init error bug 2019-06-11 20:43:28 +08:00
evilbeast
d709e24707 XML中的Font节点添加id属性,支持font自定义,同时兼容过去的索引方式 2019-06-10 01:56:07 +08:00
evilbeast
e817180f3c Add XML Class node to support XML attribute definition control attribute 2019-06-06 17:29:21 +08:00
jiajia_deng
11dbe9344e Fixed #27 crashed when DPI changes
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-05-30 10:51:38 +08:00
jiajia_deng
9ee965d558 Try to fix #15 restore window position is incorrect
- Get monitor handle from HWND using MONITOR_DEFAULTTONEAREST param

Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-05-24 10:34:20 +08:00
jiajia_deng
1b4fac0355 Remove dependence on atlbase.h
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-05-22 09:50:28 +08:00
jiajia_deng
019e34cac1 Fixed #20 can't build base project under VS2017x64
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-05-20 22:24:36 +08:00
jiajia_deng
3467bf2b41 Fixed #19 can't compile successfully under VS2017
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-05-20 22:14:15 +08:00
jiajia_deng
02c0f6e9bc First commit 2019-04-19 17:19:57 +08:00