OSDN Git Service

version 0.6.20, bugfix & add opacity0.gif
authoritozyun <itozyun@user.sourceforge.jp>
Wed, 19 Feb 2014 22:19:10 +0000 (07:19 +0900)
committeritozyun <itozyun@user.sourceforge.jp>
Wed, 19 Feb 2014 22:19:10 +0000 (07:19 +0900)
commit2cfc1f1dd997da0e5d24dea5d56dc7609f3326e6
tree8f2b04c1c2707abaea1979bf792e752930577148
parent7392bd7eff3b3f4877467fc0fcfe480206945fba
version 0.6.20, bugfix & add opacity0.gif
23 files changed:
0.6.x/css/ju.css
0.6.x/img/opacity0.gif [new file with mode: 0644]
0.6.x/index.html
0.6.x/js/core/04_XClass.js
0.6.x/js/dom/10_XDom.js
0.6.x/js/dom/11_XDomNode.js
0.6.x/js/dom/12_XDomEvent.js
0.6.x/js/dom/13_XDomBoxModel.js
0.6.x/js/dom/18_XDomQuery.js
0.6.x/js/dom/19_XDomParser.js
0.6.x/js/ui/05_XUI_Gesture.js
0.6.x/js/ui/06_AbstractUINode.js [new file with mode: 0644]
0.6.x/js/ui/07_AbstractBox.js [moved from 0.6.x/js/ui/AbstractDisplayContainer.js with 100% similarity]
0.6.x/js/ui/08_UINodeStyle.js [moved from 0.6.x/js/ui/DisplayNodeStyle.js with 100% similarity]
0.6.x/js/ui/09_LayoutManagerBase.js [moved from 0.6.x/js/ui/LayoutManagerBase.js with 100% similarity]
0.6.x/js/ui/10_Box.js [moved from 0.6.x/js/ui/Box.js with 100% similarity]
0.6.x/js/ui/11_VBox.js [moved from 0.6.x/js/ui/VBox.js with 100% similarity]
0.6.x/js/ui/12_HBox.js [moved from 0.6.x/js/ui/HBox.js with 100% similarity]
0.6.x/js/ui/13_TileBox.js [moved from 0.6.x/js/ui/TileBox.js with 100% similarity]
0.6.x/js/ui/14_ChromeBox.js [moved from 0.6.x/js/ui/ChromeBox.js with 100% similarity]
0.6.x/js/ui/16_PageRoot.js [moved from 0.6.x/js/ui/PageRoot.js with 100% similarity]
0.6.x/js/ui/17_Text.js [moved from 0.6.x/js/ui/Text.js with 100% similarity]
0.6.x/js/ui/AbstractUINode.js [moved from 0.6.x/js/ui/AbstractDisplayNode.js with 100% similarity]