OSDN Git Service

Version 0.6.90, files & folders renamed.
authoritozyun <itozyun@user.sourceforge.jp>
Sun, 5 Oct 2014 12:45:52 +0000 (21:45 +0900)
committeritozyun <itozyun@user.sourceforge.jp>
Sun, 5 Oct 2014 12:45:52 +0000 (21:45 +0900)
commit51e22031f9629d4bc32444a0228930642144ee9e
tree89c8d769150cef64524a5ec5faa04a76c00bead0
parent05ae2ffbbca8b1bdb4c3fcbfdd4e1708c0485360
Version 0.6.90, files & folders renamed.
46 files changed:
0.6.x/index.html
0.6.x/js/01_core/00_builtin.js [moved from 0.6.x/js/00_core/00_builtin.js with 100% similarity]
0.6.x/js/01_core/01_X.js [moved from 0.6.x/js/00_core/00_X.js with 100% similarity]
0.6.x/js/01_core/02_XUA.js [moved from 0.6.x/js/00_core/01_XUa.js with 100% similarity]
0.6.x/js/01_core/03_XType.js [moved from 0.6.x/js/00_core/02_XType.js with 100% similarity]
0.6.x/js/01_core/04_XCallback.js [moved from 0.6.x/js/00_core/03_XCallback.js with 100% similarity]
0.6.x/js/01_core/05_XClass.js [moved from 0.6.x/js/00_core/04_XClass.js with 100% similarity]
0.6.x/js/01_core/06_XEvent.js [moved from 0.6.x/js/03_util/02_XJSON.js with 100% similarity]
0.6.x/js/01_core/07_XEventDispatcher.js [moved from 0.6.x/js/00_core/06_XEventDispatcher.js with 100% similarity]
0.6.x/js/01_core/08_XTimer.js [moved from 0.6.x/js/00_core/05_XTimer.js with 100% similarity]
0.6.x/js/01_core/10_XLogger.js [moved from 0.6.x/js/00_core/07_XNotification.js with 100% similarity]
0.6.x/js/02_dom/10_XDom.js [moved from 0.6.x/js/01_dom/10_XDom.js with 100% similarity]
0.6.x/js/02_dom/11_XDomDTD.js [moved from 0.6.x/js/01_dom/11_XDomDTD.js with 100% similarity]
0.6.x/js/02_dom/12_XDomNode.js [moved from 0.6.x/js/01_dom/11_XDomNode.js with 100% similarity]
0.6.x/js/02_dom/13_XDomEvent.js [moved from 0.6.x/js/01_dom/12_XDomEvent.js with 100% similarity]
0.6.x/js/02_dom/14_XDomBoxModel.js [moved from 0.6.x/js/01_dom/13_XDomBoxModel.js with 100% similarity]
0.6.x/js/02_dom/15_XDomAttr.js [moved from 0.6.x/js/01_dom/14_XDomAttr.js with 100% similarity]
0.6.x/js/02_dom/16_XDomStyle.js [moved from 0.6.x/js/01_dom/15_XDomStyle.js with 100% similarity]
0.6.x/js/02_dom/17_XDomNodeList.js [moved from 0.6.x/js/01_dom/17_XDomNodeList.js with 100% similarity]
0.6.x/js/02_dom/18_XDomSelector.js [moved from 0.6.x/js/01_dom/18_XDomQuery.js with 100% similarity]
0.6.x/js/02_dom/19_XDomParser.js [moved from 0.6.x/js/01_dom/19_XDomParser.js with 100% similarity]
0.6.x/js/02_dom/20_XDomImage.js [moved from 0.6.x/js/01_dom/20_XDomImage.js with 100% similarity]
0.6.x/js/02_dom/22_XDomBuilder.js [moved from 0.6.x/js/01_dom/22_XDomBuilder.js with 100% similarity]
0.6.x/js/03_plugin/00_XPlugin.js [moved from 0.6.x/js/02_plugin/00_XPlugin.js with 100% similarity]
0.6.x/js/04_util/00_XUtil.js [moved from 0.6.x/js/03_util/00_XUtil.js with 100% similarity]
0.6.x/js/04_util/01_XNinjaIframe.js [moved from 0.6.x/js/03_util/01_XNinjaIframe.js with 100% similarity]
0.6.x/js/04_util/02_XJSON.js [new file with mode: 0644]
0.6.x/js/05_net/00_XNet.js [moved from 0.6.x/js/04_net/00_XNet.js with 100% similarity]
0.6.x/js/05_net/01_XNetXHR.js [moved from 0.6.x/js/04_net/01_XNetXHR.js with 100% similarity]
0.6.x/js/05_net/02_XNetJSONP.js [moved from 0.6.x/js/04_net/02_XNetJSONP.js with 100% similarity]
0.6.x/js/05_net/04_XNetImage.js [moved from 0.6.x/js/04_net/04_XNetImage.js with 100% similarity]
0.6.x/js/06_audio/02_XSilverlightAudio.js [moved from 0.6.x/js/06_audio/02_XSilverLightAudio.js with 100% similarity]
0.6.x/js/20_ui/00_XUI.js [moved from 0.6.x/js/10_ui/00_XUI.js with 100% similarity]
0.6.x/js/20_ui/02_XUI_Attr.js [moved from 0.6.x/js/10_ui/02_XUI_Attr.js with 100% similarity]
0.6.x/js/20_ui/04_XUI_Event.js [moved from 0.6.x/js/10_ui/04_XUI_Event.js with 100% similarity]
0.6.x/js/20_ui/05_XUI_Gesture.js [moved from 0.6.x/js/10_ui/05_XUI_Gesture.js with 100% similarity]
0.6.x/js/20_ui/06_AbstractUINode.js [moved from 0.6.x/js/10_ui/06_AbstractUINode.js with 100% similarity]
0.6.x/js/20_ui/08_Box.js [moved from 0.6.x/js/10_ui/08_Box.js with 100% similarity]
0.6.x/js/20_ui/11_VBox.js [moved from 0.6.x/js/10_ui/11_VBox.js with 100% similarity]
0.6.x/js/20_ui/12_HBox.js [moved from 0.6.x/js/10_ui/12_HBox.js with 100% similarity]
0.6.x/js/20_ui/13_TileBox.js [moved from 0.6.x/js/10_ui/13_TileBox.js with 100% similarity]
0.6.x/js/20_ui/14_ChromeBox.js [moved from 0.6.x/js/10_ui/14_ChromeBox.js with 100% similarity]
0.6.x/js/20_ui/15_ScrollBox.js [moved from 0.6.x/js/10_ui/15_ScrollBox.js with 100% similarity]
0.6.x/js/20_ui/17_Text.js [moved from 0.6.x/js/10_ui/17_Text.js with 100% similarity]
0.6.x/js/20_ui/20_PageRoot.js [moved from 0.6.x/js/10_ui/20_PageRoot.js with 100% similarity]
0.6.x/js/import.js