Skip to content
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

编译说明 #2

Open
wants to merge 97 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
694bc7e
2015-08-29 21:16:57 忽略 build 目录(中间目录)。
cexer Aug 29, 2015
94feb02
2015-08-29 21:22 合并从 SOUI 仓库获取的修改。
cexer Aug 29, 2015
fead898
2015-08-29 22:14 修改 Javascript 绑定相关的接口。
cexer Aug 29, 2015
30001b4
2015-08-29 23:56 修正 jsSet、jsGet 始终访问的是第一次调用时的属性的问题。
cexer Aug 29, 2015
048c53d
2015-08-30 01:19 增加 webBrowser 拖放加载 HTML 文件的功能。
cexer Aug 29, 2015
65ba321
2015-08-30 01:26 调整 Document/history.md 记录日志的顺序,按时间从新到旧。
cexer Aug 29, 2015
191c923
2015-08-30 01:23 修正 HTML 中图片地址包含中文时无法显示的问题。
cexer Aug 29, 2015
389e4e1
2015-08-30 01:36 增加 Document/utility.md 记录一些零碎信息。
cexer Aug 29, 2015
fd41b0b
2015-08-30 01:40 修正 wkeLoadURL 加载中文路径 HTML 文件失败的问题。
cexer Aug 29, 2015
a86fc7e
2015-08-30 02:00 调整 Document/history.md 标题级别(之前太大)。
cexer Aug 29, 2015
8fb791a
2015-08-30 22:59 合并 zhanjx1314 实现的获取 cookie 的功能。
cexer Aug 30, 2015
f740493
2015-08-30 23:24 合并 zhanjx1314 实现的 POST 方式加载页面的功能。
cexer Aug 30, 2015
aca046d
2015-08-31 02:07 修改 Document/history.md 的记录格式。
cexer Aug 30, 2015
0b8f369
2015-08-31 02:13 修改 Document/history.md 的标题级别。 …
cexer Aug 30, 2015
03cf5e2
2015-09-03 10:17 将回调接口合并到一个接口 wkeClientHandler 当中。
cexer Sep 4, 2015
4d74e9b
2015-09-03 10:37 增加项目规范、根据规范调整命名。
cexer Sep 4, 2015
3811bd7
2015-09-04 19:53 增加从命令行提供的URL进行加载的功能。
cexer Sep 4, 2015
a15f839
2015-09-04 19:56 实现 <input type="file"/> 文件选择功能。
cexer Sep 4, 2015
70522a4
2015-09-04 20:40 修改项目 readme 文件。
cexer Sep 4, 2015
231e79c
2015-09-07 00:23 两处小调整。
cexer Sep 6, 2015
638b71b
2015-09-17 01:28 增加增强的初始化功能,可进行全局性地配置,目前仅支持代理配置。
cexer Sep 17, 2015
8a44319
2015-09-18 20:01 增加全局配置函数,当前只支持代理配置。
cexer Sep 18, 2015
a98db88
2015-09-18 20:28 增加代理类型socks4、socks4a、socks5、socks5h的支持。
cexer Sep 18, 2015
7af0e7b
2015-09-23 02:02 修正JavaScriptCore当中脚本错误有可能导致后面调用逻辑异常的问题。
cexer Sep 23, 2015
7836cca
2015-09-28 21:06 合并 zhanjx1314 实现的设置 UserAgent 的功能。
cexer Sep 28, 2015
48d196e
2015-09-28 22:01 修改 wke 实现中用到的 IWebView 为 CWebView。
cexer Sep 28, 2015
79712d8
2015-09-28 22:10 修改 wkeBrowser 对 wke 的调用为 C 接口调用。
cexer Sep 28, 2015
5769d62
2015-09-28 22:17 提交 Release 版的目标文件。
cexer Sep 28, 2015
0fc90e8
2015-09-29 01:39 整理 wke 内部结构。
cexer Sep 28, 2015
3e55c11
2015-09-28 01:58 修改 wkeString 字符串相关接口。
cexer Sep 28, 2015
de7957c
2015-09-29 02:20 去掉 IWebView 接口。
cexer Sep 28, 2015
b1307cb
2015-09-29 09:10 增加两个 C 导出函数 wkeRepaintIfNeed 和 wkeGetViewDC 。
cexer Sep 29, 2015
d8a59c7
2015-09-29 15:32 去掉 wke 项目中的 StringTable 依赖。
cexer Sep 29, 2015
72e799e
2015-09-29 23:07 修正去掉 StringTable 依赖之后的编译问题。
cexer Sep 29, 2015
3b172c3
2015-09-30 16:36 规范 wke 回调接口。
cexer Sep 30, 2015
c8403d8
2015-09-30 17:21 实现 alert、confirm、prompt 回调。
cexer Sep 30, 2015
05b16c1
2015-10-04 16:11 实现打开链接的控制回调。
cexer Oct 4, 2015
5cc91aa
2015-10-04 17:11 修改实现代码中所有成员变量以 `m_` 开头 。
cexer Oct 4, 2015
7b78650
2015-10-04 22:27 实现打开新窗口的控制回调 。
cexer Oct 4, 2015
3406578
2015-10-05 00:56 修正 wkeNavigationType 的值。
cexer Oct 4, 2015
e6b1977
2015-10-05 01:30 增加地址加载、文档解析状态的回调接口。
cexer Oct 4, 2015
3add944
2015-10-06 14:18 增加基于 wkeWebView 的带窗口、消息处理、绘制的窗口/控件接口。
cexer Oct 6, 2015
5ec972d
2015-11-24 23:31 增加 BrentHuang 完成的 vs2010 的工程文件。
cexer Nov 24, 2015
a40ccef
2015-11-24 23:35 修正 wkeBrowser 无法访问百度的问题。
cexer Nov 24, 2015
53c00d2
2015-11-24 23:38 去掉 wke 中对 std::string 的引用。
cexer Nov 24, 2015
d07d4b1
2015-11-24 23:51 修改 ChangeLog 更新日志的路径。
cexer Nov 24, 2015
ed2786e
2015-11-25 13:03 增加 wkeLoad/wkeLoadW 智能加载接口。
cexer Nov 25, 2015
aecd1cd
2015-11-25 21:20 增加基于 BrentHuang 完成的 vs2013 工程文件。
cexer Nov 25, 2015
3129d9d
2015-11-25 22:28 增加基于 vs2008 工程文件 的 vs2005 工程文件。
cexer Nov 25, 2015
8eb85e1
2015-11-26 10:07 修正 wkeBrowser 的 _WIN32_WINNT 导致找不到符号的问题。
cexer Nov 26, 2015
0c33167
2015-11-26 10:26 增加 vs2010.bat 等批处理用于打开工程,避免找不到 nmake 的情况。
cexer Nov 26, 2015
3cf1dc9
2015-11-26 20:23 修正 wke 中 wkeSimpleStringT 拷贝宽字符串只拷一半的问题。
cexer Nov 26, 2015
6e4a35f
2015-11-27 21:56 提交编译好的二进制文件。
cexer Nov 27, 2015
737cfec
2015-12-16 16:38 增加控制台消息回调。
cexer Dec 16, 2015
9ceebb4
2015-12-19 17:58 wkeBrowser 中增加使用 jsFunction 绑定函数的示例。
cexer Dec 19, 2015
a706ab7
2015-12-19 23:03 修正 wke 无法正确加载 windowed 插件的问题。
cexer Dec 19, 2015
c800bbb
2015-12-20 15:37 明确定义 wke 接口的调用约定为 cdecl。
cexer Dec 20, 2015
fb67402
2015-12-20 15:37 去掉 wke 接口定义的平台依赖。
cexer Dec 20, 2015
7a1c092
2015-12-20 19:10 修改 wkeOnCreateView 函数。
cexer Dec 20, 2015
722e63c
2015-12-23 12:47 修改插件查找机制支持自动加载 plugins 目录下非 np 开头的插件。
cexer Dec 23, 2015
5e4d003
2015-12-24 20:27 临时解决 wke 的 vs2010 工程 Debug 模式链接失败的问题。
cexer Dec 24, 2015
642a49c
2015-12-25 20:59 修正 wkeBrowser 中拦截 _blank 导致无法打开链接的问题。
cexer Dec 25, 2015
0440c30
2015-12-25 23:44 实现几个 ChromeClient 回调,使 window.close、window.blur、wind…
cexer Dec 25, 2015
6549499
2015-12-25 23:44 增加 wkeOnDocumentReady 回调参数,以区分 iframe 的加载成功事件。
cexer Dec 29, 2015
f3802ad
2015-12-30 00:23 修正 wkeWebWindow 网页中编辑框输入法不跟随光标的问题。
cexer Dec 29, 2015
823bfd1
2016-03-09 09:09 增加 Document/todo.md 记录平时积累的需求、问题。
cexer Mar 9, 2016
b932d01
2016-03-10 21:24 增加查找插件时同时在工作目录的 plugins 目录下查找。
cexer Mar 10, 2016
883c28c
2016-03-10 22:14 增加 cookie 操作接口。
cexer Mar 10, 2016
aa1acb6
2016-03-10 23:29 优化 wkexe、增加命令行直接加载 HTML 文本支持。
cexer Mar 10, 2016
1b06cef
2016-06-22 14:16 修正 CWebWindow::resize、CWebWindow::moveToCenter 的 WS_…
cexer Jun 22, 2016
d52d0da
2016-06-22 17:40 实现默认 window.prompt。
cexer Jun 22, 2016
76c9e61
2016-06-22 20:15 使用蚂蚁实现的 websocket 。
cexer Jun 22, 2016
d551852
提交release版的dll。
cexer Jun 22, 2016
4046cbe
2016-06-23 12:13 修正调用 WebCore::DatabaseTracker::setDatabaseDirectoryP…
cexer Jun 23, 2016
4e90ee5
2016-06-23 17:46 使用群里蚂蚁的方法优化了绘制,妈妈再也不用担心 wke 绘制卡顿了。
cexer Jun 23, 2016
d55775f
2016-06-23 17:55 修改版本号为 1.2.1.1。
cexer Jun 23, 2016
1c7dbe6
2016-06-24 12:05 规范命名、类型定义。
cexer Jun 24, 2016
eae27f1
2016-06-24 12:05 规范JS接口,增加 wkeJSAddRef、wkeJSReleaseRef 。
cexer Jun 24, 2016
ca3b5bf
2016-07-28 23:37 项目根目录增加 FAQ 文档。
cexer Jul 28, 2016
8de302d
2016-07-28 23:58 修改 FAQ 文档。
cexer Jul 28, 2016
96630e3
2016-07-28 00:04 将 FAQ 直接放到 readme.md 当中。
cexer Jul 28, 2016
675f0a2
2016-07-28 00:18 修改 readme.md 排版。
cexer Jul 28, 2016
c1d5ce0
2016-07-28 00:23 修正 readme.md 中 FAQ 的链接问题。
cexer Jul 28, 2016
0c3712f
2016-07-28 01:48 readme.md 中增加贡献者名单。
cexer Jul 28, 2016
be320f3
2016-07-28 01:57 修改 readme.md 一些语法问题。
cexer Jul 28, 2016
38562f0
2016-07-29 22:47 在 readme.md 中添加编译指南、一条 FAQ。
cexer Jul 29, 2016
c63d75f
2016-08-01 13:23 版本 1.2.1.2 使用 libcurl 7.50,修正 HTTPS 问题。
cexer Aug 1, 2016
0392481
2016-08-03 11:03 版本 1.2.1.3 处理 WM_SETCURSOR 消息,修正编辑框当中光标闪烁的问题。
cexer Aug 3, 2016
5de24fc
2016-08-03 11:59 readme.md 中增加了使用 git 同步更新代码的方法说明。
cexer Aug 3, 2016
58d76e6
2016-08-03 12:07 readme.md 细节调整。
cexer Aug 3, 2016
c5c063b
2016-08-03 12:28 readme.md 中去掉 vs2015 工程相关描述,现在还没有 vs2015 工程。
cexer Aug 3, 2016
0999b57
2016-11-09 10:53 修正更新 libcurl 之后 wkeSetFileSystem 无效的问题。
cexer Nov 9, 2016
ddc6e87
2018-05-25 00:27 修正 skeSetFileSystem 失效问题。
cexer May 24, 2018
e13af98
添加遗漏的curl、openssl相关库
cexer May 31, 2018
8fb825d
添加文档
cexer Dec 30, 2018
017c4d6
添加文档
cexer Dec 30, 2018
b4c1843
人物剪影影增加 Redrains、蚂蚁、BlzFans
cexer Dec 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
2015-11-24 23:51 修改 ChangeLog 更新日志的路径。
* 去掉 ChangeLog.txt。
* 将 Document/history.md 移至根目录下 ChangeLog.md。
  • Loading branch information
cexer committed Nov 24, 2015
commit d07d4b144091f53b242b2e7837a145492ac0eae3
11 changes: 9 additions & 2 deletions Document/history.md → ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#### 2015-11-24 23:38 去掉 wke 中对 std::string 的引用。
#### 2015-11-24 23:51 修改 ChangeLog 更新日志的路径。
* 去掉 ChangeLog.txt。
* 将 Document/history.md 移至根目录下 ChangeLog.md。

#### 2015-11-24 23:38 去掉 wke 中对 std::string 的引用。
* 去掉 wke 中 jsBind.cpp 对 std::string 的引用,自己实现了一个简单的字符串缓存对象。

#### 2015-11-24 23:35 修正 wkeBrowser 无法访问百度的问题。
Expand Down Expand Up @@ -263,4 +267,7 @@ JSC::Identifier 内部以 JSC::UString 保存属性名称,而 JSC::UString 内
* wkeBufHandler 当页面的内容图像更新时回调通知。


#### 2015-08-29 21:16:57 忽略 build 目录(中间目录)。
#### 2015-08-29 21:16:57 忽略 build 目录(中间目录)。

2011-09-07
version 1.00 released
2 changes: 0 additions & 2 deletions ChangeLog.txt

This file was deleted.