OSDN Git Service

Version 0.6.6
authoritozyun <itozyun@user.sourceforge.jp>
Thu, 22 Aug 2013 11:31:22 +0000 (20:31 +0900)
committeritozyun <itozyun@user.sourceforge.jp>
Thu, 22 Aug 2013 11:31:22 +0000 (20:31 +0900)
commit5b8ee310a9dfe6028eaec76ee523546a0d3a36ac
tree607320ab6592b0fd13bceac7684e356ac64d6224
parent9bb3caa6eac8d5005a524c1f08573c26c2e0dc54
Version 0.6.6
34 files changed:
0.6.x/index.html
0.6.x/js/core/00_builtin.js
0.6.x/js/core/03_XCallback.js [moved from 0.6.x/js/core/04_XCallback.js with 93% similarity]
0.6.x/js/core/04_XClass.js [moved from 0.6.x/js/core/05_XClass.js with 83% similarity]
0.6.x/js/core/05_XTimer.js [moved from 0.6.x/js/core/06_XTimer.js with 84% similarity]
0.6.x/js/core/06_XEventDispatcher.js [moved from 0.6.x/js/core/07_XEventDispatcher.js with 91% similarity]
0.6.x/js/core/07_XNotification.js [new file with mode: 0644]
0.6.x/js/core/11_XDom.js [deleted file]
0.6.x/js/core/12_XDomEvent.js [deleted file]
0.6.x/js/core/19_XQuery.js [deleted file]
0.6.x/js/core/bootstrap.js
0.6.x/js/dom/10_XDomStyle.js [moved from 0.6.x/js/core/10_XStyle.js with 100% similarity]
0.6.x/js/dom/12_XDomParser.js [new file with mode: 0644]
0.6.x/js/dom/13_XDomEvent.js [new file with mode: 0644]
0.6.x/js/dom/14_XDomNode.js [new file with mode: 0644]
0.6.x/js/dom/15_XDomNodeList.js [new file with mode: 0644]
0.6.x/js/dom/16_XDomQuery.js [new file with mode: 0644]
0.6.x/js/dom/17_XView.js [moved from 0.6.x/js/core/14_XView.js with 86% similarity]
0.6.x/js/ui/00_XUI_Type.js [moved from 0.6.x/js/JU/00_XUI_Type.js with 100% similarity]
0.6.x/js/ui/01_XUI_Option.js [moved from 0.6.x/js/JU/01_XUI_Option.js with 100% similarity]
0.6.x/js/ui/02_XUI_Dirty.js [moved from 0.6.x/js/JU/02_XUI_Dirty.js with 100% similarity]
0.6.x/js/ui/03_XUI_Attr.js [moved from 0.6.x/js/JU/03_XUI_Attr.js with 100% similarity]
0.6.x/js/ui/04_XUI_AttrNo.js [moved from 0.6.x/js/JU/04_XUI_AttrNo.js with 100% similarity]
0.6.x/js/ui/AbstractDisplayContainer.js [moved from 0.6.x/js/JU/AbstractDisplayContainer.js with 92% similarity]
0.6.x/js/ui/AbstractDisplayNode.js [moved from 0.6.x/js/JU/AbstractDisplayNode.js with 96% similarity]
0.6.x/js/ui/Box.js [moved from 0.6.x/js/JU/Box.js with 89% similarity]
0.6.x/js/ui/ChromeBox.js [moved from 0.6.x/js/JU/ChromeBox.js with 100% similarity]
0.6.x/js/ui/DisplayNodeStyle.js [moved from 0.6.x/js/JU/DisplayNodeStyle.js with 100% similarity]
0.6.x/js/ui/HBox.js [moved from 0.6.x/js/JU/HBox.js with 89% similarity]
0.6.x/js/ui/LayoutManagerBase.js [moved from 0.6.x/js/JU/LayoutManagerBase.js with 97% similarity]
0.6.x/js/ui/PageRoot.js [moved from 0.6.x/js/JU/PageRoot.js with 95% similarity]
0.6.x/js/ui/Text.js [moved from 0.6.x/js/JU/Text.js with 91% similarity]
0.6.x/js/ui/TileBox.js [moved from 0.6.x/js/JU/TileBox.js with 91% similarity]
0.6.x/js/ui/VBox.js [moved from 0.6.x/js/JU/VBox.js with 89% similarity]