ogre.rb 0.1-i686-linux → 0.2-i686-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (368) hide show
  1. data/README +43 -5
  2. data/Rakefile +67 -165
  3. data/lib/application.rb +2 -1
  4. data/lib/application_frame_listener.rb +17 -17
  5. data/lib/ogre.so +0 -0
  6. data/lib/ruby_ois.so +0 -0
  7. data/ogre.rb +3 -0
  8. data/samples/Ogre.log +358 -257
  9. data/samples/cel_shading.rb +85 -0
  10. data/samples/grass.rb +1 -1
  11. data/samples/media/materials/programs/CelShading.cg +63 -0
  12. data/samples/media/materials/scripts/CelShading.material +68 -0
  13. data/samples/media/materials/textures/cel_shading_diffuse.png +0 -0
  14. data/samples/media/materials/textures/cel_shading_edge.png +0 -0
  15. data/samples/media/materials/textures/cel_shading_specular.png +0 -0
  16. data/samples/ogre.cfg +1 -2
  17. data/samples/plugins.cfg +3 -2
  18. data/test/ogre.cfg +10 -0
  19. data/{samples/navi → test}/plugins.cfg +2 -4
  20. data/test/test_helper.rb +67 -0
  21. data/test/unit/constants_test.rb +66 -0
  22. data/test/unit/frame_stats_proxy_test.rb +28 -0
  23. data/test/unit/math_test.rb +20 -0
  24. data/test/unit/mesh_test.rb +15 -0
  25. data/test/unit/methods_test.rb +98 -0
  26. data/test/unit/movable_object_test.rb +19 -0
  27. data/test/unit/name_value_pair_list_test.rb +12 -0
  28. data/test/unit/overlay_element_test.rb +20 -0
  29. data/test/unit/render_target_test.rb +11 -0
  30. data/test/unit/resource_test.rb +26 -0
  31. data/test/unit/scene_manager_test.rb +21 -0
  32. metadata +25 -356
  33. data/samples/navi/Media/NaviDemo.material +0 -60
  34. data/samples/navi/Media/OgreCore.zip +0 -0
  35. data/samples/navi/Media/cerulean.jpg +0 -0
  36. data/samples/navi/Media/clouds.jpg +0 -0
  37. data/samples/navi/Media/controlsNaviMask.png +0 -0
  38. data/samples/navi/Media/grass.jpg +0 -0
  39. data/samples/navi/Media/knot.mesh +0 -0
  40. data/samples/navi/Media/testNaviMask.png +0 -0
  41. data/samples/navi/NaviLocal/Navi.js +0 -136
  42. data/samples/navi/NaviLocal/buttonBg.jpg +0 -0
  43. data/samples/navi/NaviLocal/controls.html +0 -303
  44. data/samples/navi/NaviLocal/knobBg.jpg +0 -0
  45. data/samples/navi/NaviLocal/moo.dropdownmenu.js +0 -87
  46. data/samples/navi/NaviLocal/mootools.v1.1.js +0 -6964
  47. data/samples/navi/NaviLocal/naviLogo.html +0 -32
  48. data/samples/navi/NaviLocal/naviLogo.png +0 -0
  49. data/samples/navi/NaviLocal/pageBg.jpg +0 -0
  50. data/samples/navi/NaviLocal/sliderBg.jpg +0 -0
  51. data/samples/navi/NaviLocal/test.html +0 -5
  52. data/samples/navi/NaviLocal/welcome.html +0 -36
  53. data/samples/navi/NaviLocal/welcome.png +0 -0
  54. data/samples/navi/chrome/chromelist.txt +0 -597
  55. data/samples/navi/chrome/classic.jar +0 -0
  56. data/samples/navi/chrome/classic.manifest +0 -4
  57. data/samples/navi/chrome/comm.jar +0 -0
  58. data/samples/navi/chrome/comm.manifest +0 -2
  59. data/samples/navi/chrome/en-US.jar +0 -0
  60. data/samples/navi/chrome/en-US.manifest +0 -9
  61. data/samples/navi/chrome/toolkit.jar +0 -0
  62. data/samples/navi/chrome/toolkit.manifest +0 -6
  63. data/samples/navi/components/FeedProcessor.js +0 -1825
  64. data/samples/navi/components/alerts.xpt +0 -0
  65. data/samples/navi/components/appshell.xpt +0 -0
  66. data/samples/navi/components/appstartup.xpt +0 -0
  67. data/samples/navi/components/auth.dll +0 -0
  68. data/samples/navi/components/autocomplete.xpt +0 -0
  69. data/samples/navi/components/autoconfig.dll +0 -0
  70. data/samples/navi/components/autoconfig.xpt +0 -0
  71. data/samples/navi/components/caps.xpt +0 -0
  72. data/samples/navi/components/chardet.xpt +0 -0
  73. data/samples/navi/components/chrome.xpt +0 -0
  74. data/samples/navi/components/commandhandler.xpt +0 -0
  75. data/samples/navi/components/commandlines.xpt +0 -0
  76. data/samples/navi/components/composer.xpt +0 -0
  77. data/samples/navi/components/compreg.dat +0 -1474
  78. data/samples/navi/components/content_base.xpt +0 -0
  79. data/samples/navi/components/content_html.xpt +0 -0
  80. data/samples/navi/components/content_htmldoc.xpt +0 -0
  81. data/samples/navi/components/content_xmldoc.xpt +0 -0
  82. data/samples/navi/components/content_xslt.xpt +0 -0
  83. data/samples/navi/components/content_xtf.xpt +0 -0
  84. data/samples/navi/components/directory.xpt +0 -0
  85. data/samples/navi/components/docshell_base.xpt +0 -0
  86. data/samples/navi/components/dom.xpt +0 -0
  87. data/samples/navi/components/dom_base.xpt +0 -0
  88. data/samples/navi/components/dom_canvas.xpt +0 -0
  89. data/samples/navi/components/dom_core.xpt +0 -0
  90. data/samples/navi/components/dom_css.xpt +0 -0
  91. data/samples/navi/components/dom_events.xpt +0 -0
  92. data/samples/navi/components/dom_html.xpt +0 -0
  93. data/samples/navi/components/dom_loadsave.xpt +0 -0
  94. data/samples/navi/components/dom_range.xpt +0 -0
  95. data/samples/navi/components/dom_sidebar.xpt +0 -0
  96. data/samples/navi/components/dom_storage.xpt +0 -0
  97. data/samples/navi/components/dom_stylesheets.xpt +0 -0
  98. data/samples/navi/components/dom_svg.xpt +0 -0
  99. data/samples/navi/components/dom_traversal.xpt +0 -0
  100. data/samples/navi/components/dom_views.xpt +0 -0
  101. data/samples/navi/components/dom_xbl.xpt +0 -0
  102. data/samples/navi/components/dom_xpath.xpt +0 -0
  103. data/samples/navi/components/dom_xul.xpt +0 -0
  104. data/samples/navi/components/downloads.xpt +0 -0
  105. data/samples/navi/components/editor.xpt +0 -0
  106. data/samples/navi/components/embed_base.xpt +0 -0
  107. data/samples/navi/components/extensions.xpt +0 -0
  108. data/samples/navi/components/exthandler.xpt +0 -0
  109. data/samples/navi/components/fastfind.xpt +0 -0
  110. data/samples/navi/components/feeds.xpt +0 -0
  111. data/samples/navi/components/find.xpt +0 -0
  112. data/samples/navi/components/gfx.xpt +0 -0
  113. data/samples/navi/components/gksvgrenderer.xpt +0 -0
  114. data/samples/navi/components/history.xpt +0 -0
  115. data/samples/navi/components/htmlparser.xpt +0 -0
  116. data/samples/navi/components/imglib2.xpt +0 -0
  117. data/samples/navi/components/inspector.xpt +0 -0
  118. data/samples/navi/components/intl.xpt +0 -0
  119. data/samples/navi/components/intlcmpt.xpt +0 -0
  120. data/samples/navi/components/jar.xpt +0 -0
  121. data/samples/navi/components/jsconsole-clhandler.js +0 -170
  122. data/samples/navi/components/jsconsole.xpt +0 -0
  123. data/samples/navi/components/jsdservice.xpt +0 -0
  124. data/samples/navi/components/layout_base.xpt +0 -0
  125. data/samples/navi/components/layout_printing.xpt +0 -0
  126. data/samples/navi/components/layout_xul.xpt +0 -0
  127. data/samples/navi/components/layout_xul_tree.xpt +0 -0
  128. data/samples/navi/components/locale.xpt +0 -0
  129. data/samples/navi/components/lwbrk.xpt +0 -0
  130. data/samples/navi/components/mimetype.xpt +0 -0
  131. data/samples/navi/components/mozbrwsr.xpt +0 -0
  132. data/samples/navi/components/mozfind.xpt +0 -0
  133. data/samples/navi/components/necko.xpt +0 -0
  134. data/samples/navi/components/necko_about.xpt +0 -0
  135. data/samples/navi/components/necko_cache.xpt +0 -0
  136. data/samples/navi/components/necko_cookie.xpt +0 -0
  137. data/samples/navi/components/necko_data.xpt +0 -0
  138. data/samples/navi/components/necko_dns.xpt +0 -0
  139. data/samples/navi/components/necko_file.xpt +0 -0
  140. data/samples/navi/components/necko_ftp.xpt +0 -0
  141. data/samples/navi/components/necko_http.xpt +0 -0
  142. data/samples/navi/components/necko_res.xpt +0 -0
  143. data/samples/navi/components/necko_socket.xpt +0 -0
  144. data/samples/navi/components/necko_strconv.xpt +0 -0
  145. data/samples/navi/components/necko_viewsource.xpt +0 -0
  146. data/samples/navi/components/nsCloseAllWindows.js +0 -143
  147. data/samples/navi/components/nsDefaultCLH.js +0 -231
  148. data/samples/navi/components/nsDictionary.js +0 -148
  149. data/samples/navi/components/nsExtensionManager.js +0 -8497
  150. data/samples/navi/components/nsHelperAppDlg.js +0 -990
  151. data/samples/navi/components/nsInterfaceInfoToIDL.js +0 -590
  152. data/samples/navi/components/nsKillAll.js +0 -200
  153. data/samples/navi/components/nsPostUpdateWin.js +0 -711
  154. data/samples/navi/components/nsProgressDialog.js +0 -949
  155. data/samples/navi/components/nsProxyAutoConfig.js +0 -396
  156. data/samples/navi/components/nsResetPref.js +0 -175
  157. data/samples/navi/components/nsURLFormatter.js +0 -179
  158. data/samples/navi/components/nsUpdateService.js +0 -3074
  159. data/samples/navi/components/nsXULAppInstall.js +0 -301
  160. data/samples/navi/components/nsXmlRpcClient.js +0 -1038
  161. data/samples/navi/components/oji.xpt +0 -0
  162. data/samples/navi/components/passwordmgr.xpt +0 -0
  163. data/samples/navi/components/pipboot.xpt +0 -0
  164. data/samples/navi/components/pipnss.xpt +0 -0
  165. data/samples/navi/components/plugin.xpt +0 -0
  166. data/samples/navi/components/pref.xpt +0 -0
  167. data/samples/navi/components/prefetch.xpt +0 -0
  168. data/samples/navi/components/profile.xpt +0 -0
  169. data/samples/navi/components/progressDlg.xpt +0 -0
  170. data/samples/navi/components/proxyObject.xpt +0 -0
  171. data/samples/navi/components/rdf.xpt +0 -0
  172. data/samples/navi/components/satchel.xpt +0 -0
  173. data/samples/navi/components/saxparser.xpt +0 -0
  174. data/samples/navi/components/shistory.xpt +0 -0
  175. data/samples/navi/components/storage.xpt +0 -0
  176. data/samples/navi/components/toolkitprofile.xpt +0 -0
  177. data/samples/navi/components/transformiix.dll +0 -0
  178. data/samples/navi/components/txmgr.xpt +0 -0
  179. data/samples/navi/components/txtsvc.xpt +0 -0
  180. data/samples/navi/components/uconv.xpt +0 -0
  181. data/samples/navi/components/unicharutil.xpt +0 -0
  182. data/samples/navi/components/universalchardet.dll +0 -0
  183. data/samples/navi/components/update.xpt +0 -0
  184. data/samples/navi/components/uriloader.xpt +0 -0
  185. data/samples/navi/components/urlformatter.xpt +0 -0
  186. data/samples/navi/components/webBrowser_core.xpt +0 -0
  187. data/samples/navi/components/webbrowserpersist.xpt +0 -0
  188. data/samples/navi/components/webshell_idls.xpt +0 -0
  189. data/samples/navi/components/websrvcs.dll +0 -0
  190. data/samples/navi/components/websrvcs.xpt +0 -0
  191. data/samples/navi/components/widget.xpt +0 -0
  192. data/samples/navi/components/windowds.xpt +0 -0
  193. data/samples/navi/components/windowwatcher.xpt +0 -0
  194. data/samples/navi/components/xml-rpc.xpt +0 -0
  195. data/samples/navi/components/xmlextras.dll +0 -0
  196. data/samples/navi/components/xpcom_base.xpt +0 -0
  197. data/samples/navi/components/xpcom_components.xpt +0 -0
  198. data/samples/navi/components/xpcom_ds.xpt +0 -0
  199. data/samples/navi/components/xpcom_io.xpt +0 -0
  200. data/samples/navi/components/xpcom_obsolete.xpt +0 -0
  201. data/samples/navi/components/xpcom_thread.xpt +0 -0
  202. data/samples/navi/components/xpcom_xpti.xpt +0 -0
  203. data/samples/navi/components/xpconnect.xpt +0 -0
  204. data/samples/navi/components/xpinstall.xpt +0 -0
  205. data/samples/navi/components/xpti.dat +0 -1424
  206. data/samples/navi/components/xulapp.xpt +0 -0
  207. data/samples/navi/components/xulapp_setup.xpt +0 -0
  208. data/samples/navi/components/xuldoc.xpt +0 -0
  209. data/samples/navi/components/xulrunner.xpt +0 -0
  210. data/samples/navi/components/xultmpl.xpt +0 -0
  211. data/samples/navi/components/xulutil.dll +0 -0
  212. data/samples/navi/controlsNaviMask.png +0 -0
  213. data/samples/navi/greprefs/all.js +0 -1344
  214. data/samples/navi/greprefs/security-prefs.js +0 -69
  215. data/samples/navi/greprefs/xpinstall.js +0 -2
  216. data/samples/navi/navi_demo.rb +0 -207
  217. data/samples/navi/plugins/NPSWF32.dll +0 -0
  218. data/samples/navi/plugins/flashplayer.xpt +0 -0
  219. data/samples/navi/plugins/npnul32.dll +0 -0
  220. data/samples/navi/res/EditorOverride.css +0 -359
  221. data/samples/navi/res/Thumbs.db +0 -0
  222. data/samples/navi/res/arrow.gif +0 -0
  223. data/samples/navi/res/arrowd.gif +0 -0
  224. data/samples/navi/res/bloatcycle.html +0 -40
  225. data/samples/navi/res/broken-image.gif +0 -0
  226. data/samples/navi/res/charsetData.properties +0 -199
  227. data/samples/navi/res/charsetalias.properties +0 -517
  228. data/samples/navi/res/cmessage.txt +0 -1
  229. data/samples/navi/res/dtd/xhtml11.dtd +0 -300
  230. data/samples/navi/res/entityTables/html40Latin1.properties +0 -146
  231. data/samples/navi/res/entityTables/html40Special.properties +0 -69
  232. data/samples/navi/res/entityTables/html40Symbols.properties +0 -164
  233. data/samples/navi/res/entityTables/htmlEntityVersions.properties +0 -50
  234. data/samples/navi/res/entityTables/transliterate.properties +0 -2367
  235. data/samples/navi/res/fonts/fontEncoding.properties +0 -127
  236. data/samples/navi/res/fonts/fontNameMap.properties +0 -134
  237. data/samples/navi/res/forms.css +0 -531
  238. data/samples/navi/res/grabber.gif +0 -0
  239. data/samples/navi/res/hiddenWindow.html +0 -1
  240. data/samples/navi/res/html/Thumbs.db +0 -0
  241. data/samples/navi/res/html/gopher-audio.gif +0 -0
  242. data/samples/navi/res/html/gopher-binary.gif +0 -0
  243. data/samples/navi/res/html/gopher-find.gif +0 -0
  244. data/samples/navi/res/html/gopher-image.gif +0 -0
  245. data/samples/navi/res/html/gopher-menu.gif +0 -0
  246. data/samples/navi/res/html/gopher-movie.gif +0 -0
  247. data/samples/navi/res/html/gopher-sound.gif +0 -0
  248. data/samples/navi/res/html/gopher-telnet.gif +0 -0
  249. data/samples/navi/res/html/gopher-text.gif +0 -0
  250. data/samples/navi/res/html/gopher-unknown.gif +0 -0
  251. data/samples/navi/res/html.css +0 -478
  252. data/samples/navi/res/langGroups.properties +0 -236
  253. data/samples/navi/res/language.properties +0 -259
  254. data/samples/navi/res/loading-image.gif +0 -0
  255. data/samples/navi/res/quirk.css +0 -282
  256. data/samples/navi/res/samples/Anieyes.gif +0 -0
  257. data/samples/navi/res/samples/Thumbs.db +0 -0
  258. data/samples/navi/res/samples/aform.css +0 -69
  259. data/samples/navi/res/samples/beeptest.html +0 -18
  260. data/samples/navi/res/samples/bform.css +0 -45
  261. data/samples/navi/res/samples/bg.jpg +0 -0
  262. data/samples/navi/res/samples/cform.css +0 -40
  263. data/samples/navi/res/samples/checkboxTest.xul +0 -47
  264. data/samples/navi/res/samples/demoform.css +0 -97
  265. data/samples/navi/res/samples/find.html +0 -97
  266. data/samples/navi/res/samples/gear1.gif +0 -0
  267. data/samples/navi/res/samples/image_props.html +0 -58
  268. data/samples/navi/res/samples/mozform.css +0 -256
  269. data/samples/navi/res/samples/printsetup.html +0 -175
  270. data/samples/navi/res/samples/raptor.jpg +0 -0
  271. data/samples/navi/res/samples/rock_gra.gif +0 -0
  272. data/samples/navi/res/samples/scrollbarTest1.xul +0 -66
  273. data/samples/navi/res/samples/scrollbarTest2.xul +0 -19
  274. data/samples/navi/res/samples/sliderTest1.xul +0 -14
  275. data/samples/navi/res/samples/soundtest.html +0 -20
  276. data/samples/navi/res/samples/test.wav +0 -0
  277. data/samples/navi/res/samples/test0.html +0 -220
  278. data/samples/navi/res/samples/test1.html +0 -84
  279. data/samples/navi/res/samples/test10.html +0 -16
  280. data/samples/navi/res/samples/test11.html +0 -42
  281. data/samples/navi/res/samples/test12.html +0 -79
  282. data/samples/navi/res/samples/test13.html +0 -126
  283. data/samples/navi/res/samples/test14.html +0 -5
  284. data/samples/navi/res/samples/test15.html +0 -5
  285. data/samples/navi/res/samples/test16.html +0 -124
  286. data/samples/navi/res/samples/test2.html +0 -41
  287. data/samples/navi/res/samples/test3.html +0 -126
  288. data/samples/navi/res/samples/test4.html +0 -335
  289. data/samples/navi/res/samples/test5.html +0 -199
  290. data/samples/navi/res/samples/test6.html +0 -335
  291. data/samples/navi/res/samples/test7.html +0 -11
  292. data/samples/navi/res/samples/test8-1.html +0 -66
  293. data/samples/navi/res/samples/test8.html +0 -662
  294. data/samples/navi/res/samples/test8dom.html +0 -64
  295. data/samples/navi/res/samples/test8sca.html +0 -308
  296. data/samples/navi/res/samples/test8siz.html +0 -224
  297. data/samples/navi/res/samples/test8tab.html +0 -9
  298. data/samples/navi/res/samples/test9.html +0 -12
  299. data/samples/navi/res/samples/test9a.html +0 -39
  300. data/samples/navi/res/samples/test9b.html +0 -16
  301. data/samples/navi/res/samples/test_ed.html +0 -5
  302. data/samples/navi/res/samples/test_form.html +0 -34
  303. data/samples/navi/res/samples/test_gfx.html +0 -75
  304. data/samples/navi/res/samples/test_lbox.html +0 -100
  305. data/samples/navi/res/samples/test_pr.html +0 -87
  306. data/samples/navi/res/samples/test_weight.html +0 -45
  307. data/samples/navi/res/samples/toolbarTest1.xul +0 -51
  308. data/samples/navi/res/samples/treeTest1.css +0 -62
  309. data/samples/navi/res/samples/treeTest1.xul +0 -110
  310. data/samples/navi/res/samples/xulTest.css +0 -130
  311. data/samples/navi/res/svg.css +0 -64
  312. data/samples/navi/res/table-add-column-after-active.gif +0 -0
  313. data/samples/navi/res/table-add-column-after-hover.gif +0 -0
  314. data/samples/navi/res/table-add-column-after.gif +0 -0
  315. data/samples/navi/res/table-add-column-before-active.gif +0 -0
  316. data/samples/navi/res/table-add-column-before-hover.gif +0 -0
  317. data/samples/navi/res/table-add-column-before.gif +0 -0
  318. data/samples/navi/res/table-add-row-after-active.gif +0 -0
  319. data/samples/navi/res/table-add-row-after-hover.gif +0 -0
  320. data/samples/navi/res/table-add-row-after.gif +0 -0
  321. data/samples/navi/res/table-add-row-before-active.gif +0 -0
  322. data/samples/navi/res/table-add-row-before-hover.gif +0 -0
  323. data/samples/navi/res/table-add-row-before.gif +0 -0
  324. data/samples/navi/res/table-remove-column-active.gif +0 -0
  325. data/samples/navi/res/table-remove-column-hover.gif +0 -0
  326. data/samples/navi/res/table-remove-column.gif +0 -0
  327. data/samples/navi/res/table-remove-row-active.gif +0 -0
  328. data/samples/navi/res/table-remove-row-hover.gif +0 -0
  329. data/samples/navi/res/table-remove-row.gif +0 -0
  330. data/samples/navi/res/throbber/Thumbs.db +0 -0
  331. data/samples/navi/res/throbber/anim.gif +0 -0
  332. data/samples/navi/res/throbber/anims00.gif +0 -0
  333. data/samples/navi/res/throbber/anims01.gif +0 -0
  334. data/samples/navi/res/throbber/anims02.gif +0 -0
  335. data/samples/navi/res/throbber/anims03.gif +0 -0
  336. data/samples/navi/res/throbber/anims04.gif +0 -0
  337. data/samples/navi/res/throbber/anims05.gif +0 -0
  338. data/samples/navi/res/throbber/anims06.gif +0 -0
  339. data/samples/navi/res/throbber/anims07.gif +0 -0
  340. data/samples/navi/res/throbber/anims08.gif +0 -0
  341. data/samples/navi/res/throbber/anims09.gif +0 -0
  342. data/samples/navi/res/throbber/anims10.gif +0 -0
  343. data/samples/navi/res/throbber/anims11.gif +0 -0
  344. data/samples/navi/res/throbber/anims12.gif +0 -0
  345. data/samples/navi/res/throbber/anims13.gif +0 -0
  346. data/samples/navi/res/throbber/anims14.gif +0 -0
  347. data/samples/navi/res/throbber/anims15.gif +0 -0
  348. data/samples/navi/res/throbber/anims16.gif +0 -0
  349. data/samples/navi/res/throbber/anims17.gif +0 -0
  350. data/samples/navi/res/throbber/anims18.gif +0 -0
  351. data/samples/navi/res/throbber/anims19.gif +0 -0
  352. data/samples/navi/res/throbber/anims20.gif +0 -0
  353. data/samples/navi/res/throbber/anims21.gif +0 -0
  354. data/samples/navi/res/throbber/anims22.gif +0 -0
  355. data/samples/navi/res/throbber/anims23.gif +0 -0
  356. data/samples/navi/res/throbber/anims24.gif +0 -0
  357. data/samples/navi/res/throbber/anims25.gif +0 -0
  358. data/samples/navi/res/throbber/anims26.gif +0 -0
  359. data/samples/navi/res/throbber/anims27.gif +0 -0
  360. data/samples/navi/res/throbber/anims28.gif +0 -0
  361. data/samples/navi/res/throbber/anims29.gif +0 -0
  362. data/samples/navi/res/ua.css +0 -235
  363. data/samples/navi/res/viewer.properties +0 -1
  364. data/samples/navi/res/viewsource.css +0 -118
  365. data/samples/navi/res/wincharset.properties +0 -55
  366. data/samples/navi/resources.cfg +0 -14
  367. data/samples/navi/testNaviMask.png +0 -0
  368. data/samples/render_run_log.5796 +0 -891
@@ -1,335 +0,0 @@
1
- <HTML>
2
- <HEAD>
3
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4
- <META NAME="GENERATOR" CONTENT="Mozilla/4.09 [en] (WinNT; U) [Netscape]">
5
- <TITLE>test4</TITLE>
6
- <STYLE>
7
- BODY { font-size: 12pt; background-image: url(bg.jpg); }
8
- </STYLE>
9
- <meta name="crc" content=250397440>
10
- </HEAD>
11
- <BODY>
12
-
13
- <H1>
14
- Example 4: Some simple tables.</H1>
15
-
16
- <TABLE BORDER >
17
- <TR>
18
- <TH BACKGROUND="rock_gra.gif">Color&nbsp;</TH>
19
-
20
- <TH BACKGROUND="rock_gra.gif">Meaning&nbsp;</TH>
21
- </TR>
22
-
23
- <TR>
24
- <TD BGCOLOR="#90EE90">lightgreen</TD>
25
-
26
- <TD>Light green is used on cells that have a colspan</TD>
27
- </TR>
28
-
29
- <TR>
30
- <TD BGCOLOR="#F0E68C">khaki</TD>
31
-
32
- <TD>Khaki is used on cells that have a rowspan</TD>
33
- </TR>
34
-
35
- <TR>
36
- <TD BGCOLOR="#D3D3D3">lightgrey</TD>
37
-
38
- <TD>Light grey is used on cells that have a rowspan <B>and</B> a colspan</TD>
39
- </TR>
40
- </TABLE>
41
- <br>
42
- &nbsp;
43
- <TABLE BORDER WIDTH="100%" >
44
- <CAPTION>Table 1 has this caption at the top.&nbsp; It is defined to be 100%
45
- of it's parent's width.</CAPTION>
46
-
47
- <TR>
48
- <TD COLSPAN="2" BGCOLOR="#90EE90">Cell</TD>
49
-
50
- <TD>Stuff to test out table cell layout. This should be long enough.</TD>
51
- </TR>
52
-
53
- <TR>
54
- <TD>Cell</TD>
55
-
56
- <TD COLSPAN="2" BGCOLOR="#90EE90">Stuff to test out table cell layout.
57
- This should be long enough.</TD>
58
- </TR>
59
-
60
- <TR>
61
- <TD>Cell</TD>
62
-
63
- <TD>Stuff to test out table cell layout. This should be long enough.</TD>
64
-
65
- <TD>Cell</TD>
66
- </TR>
67
- </TABLE>
68
- <br>
69
- &nbsp;
70
- <TABLE BORDER >
71
- <CAPTION>Table 2 has auto-width (no width param specified.)</CAPTION>
72
-
73
- <TR>
74
- <TD>Cell</TD>
75
-
76
- <TD COLSPAN="2" ROWSPAN="2" BGCOLOR="#D3D3D3">Stuff to test out table cell
77
- layout. This should be long enough.</TD>
78
- </TR>
79
-
80
- <TR>
81
- <TD>Cell</TD>
82
- </TR>
83
-
84
- <TR>
85
- <TD>Cell</TD>
86
-
87
- <TD>Stuff to test out table cell layout. This should be long enough.</TD>
88
-
89
- <TD>more text</TD>
90
- </TR>
91
- </TABLE>
92
- &nbsp;
93
- <TABLE BORDER COLS=3 >
94
- <CAPTION>Table 3 is the same as Table 2, but with equal column widths.&nbsp;</CAPTION>
95
-
96
- <TR>
97
- <TD>Cell</TD>
98
-
99
- <TD COLSPAN="2" ROWSPAN="2" BGCOLOR="#D3D3D3">Stuff to test out table cell
100
- layout. This should be long enough.</TD>
101
- </TR>
102
-
103
- <TR>
104
- <TD>Cell</TD>
105
- </TR>
106
-
107
- <TR>
108
- <TD>Cell</TD>
109
-
110
- <TD>Stuff to test out table cell layout. This should be long enough.</TD>
111
-
112
- <TD>more text</TD>
113
- </TR>
114
- </TABLE><br>
115
- &nbsp;
116
- <table cellpadding=2 style="border-collapse:collapse">
117
- <CAPTION ALIGN=BOTTOM>Table 4 has this bottom caption. The table has specified
118
- column widths and collapsing borders.</CAPTION>
119
- <colgroup>
120
- <col width=90 style="border-left: 2px solid black; border-right:2px dashed blue">
121
- <col width=80 style="border-right:1px solid red">
122
- <col width=80 style="border-right:2px solid black">
123
- </colgroup>
124
-
125
- <thead style="border-bottom: 6px solid black">
126
- <tr style="border: 2px solid black;">
127
- <th style="border-right: hidden">Player</th>
128
- <th style="border-right: hidden">Ranking</th>
129
- <th>Record</th>
130
- </tr>
131
- </thead>
132
-
133
- <tbody>
134
- <tr style="border: 2px solid black">
135
- <td>Steve Clark</td>
136
- <td align=center>1</td>
137
- <td align=center>77-0</td>
138
- </tr>
139
- <tr style="border: 2px solid black">
140
- <td>Cliff Swain</td>
141
- <td align=center>2</td>
142
- <td align=center>67-10</td>
143
- </tr>
144
- <tr style="border: 2px solid black">
145
- <td>Marty Hogan</td>
146
- <td align=center>3</td>
147
- <td align=center>57-15</td>
148
- </tr>
149
- </tbody>
150
- </TABLE>
151
-
152
- <BR>
153
- <table>
154
- <CAPTION ALIGN=BOTTOM>Table 5 has a scrolling tbody.</CAPTION>
155
- <thead>
156
- <tr><td colspan=2 style="font-size: 8pt; font-weight: bold">HEADER
157
- </thead>
158
-
159
- <tbody style="overflow: auto; height: 200px; border: 1px solid black">
160
- <tr><td>cell-00<td>cell-01<td>cell-02<td>cell-03</tr>
161
- <tr><td>cell-10<td>cell-11<td>cell-12<td>cell-13</tr>
162
- <tr><td>cell-20<td>cell-21<td>cell-22<td>cell-23</tr>
163
- <tr><td>cell-30<td>cell-31<td>cell-32<td>cell-33</tr>
164
- <tr><td>cell-40<td>cell-41<td>cell-42<td>cell-43</tr>
165
- <tr><td>cell-50<td>cell-51<td>cell-52<td>cell-53</tr>
166
- <tr><td>cell-60<td>cell-61<td>cell-62<td>cell-63</tr>
167
- <tr><td>cell-70<td>cell-71<td>cell-72<td>cell-73</tr>
168
- <tr><td>cell-80<td>cell-81<td>cell-82<td>cell-83</tr>
169
- <tr><td>cell-90<td>cell-91<td>cell-92<td>cell-93</tr>
170
- <tr><td>cell-a0<td>cell-a1<td>cell-a2<td>cell-a3</tr>
171
- <tr><td>cell-b0<td>cell-b1<td>cell-b2<td>cell-b3</tr>
172
- <tr><td>cell-c0<td>cell-c1<td>cell-c2<td>cell-c3</tr>
173
- <tr><td>cell-d0<td>cell-d1<td>cell-d2<td>cell-d3</tr>
174
- <tr><td>cell-e0<td>cell-e1<td>cell-e2<td>cell-e3</tr>
175
- <tr><td>cell-f0<td>cell-f1<td>cell-f2<td>cell-f3</tr>
176
- </tbody>
177
-
178
- <tfoot>
179
- <tr><td colspan=2 style="font-size: 8pt; font-weight: bold">FOOTER
180
- </tfoot>
181
-
182
- <CAPTION ALIGN=BOTTOM>Table 5 has a scrolling tbody.</CAPTION>
183
- </table>
184
-
185
- <BR>
186
- This is a table formed from a list with display of table-row and
187
- list items with display of table-cell.
188
- <UL style="display: table-row; background-color:orange;">
189
- <LI style="display: table-cell; background-color:orange;">ONE</LI>
190
- <LI style="display: table-cell; background-color:orange;">TWO</LI>
191
- <LI style="display: table-cell; background-color:orange;">THREE</LI>
192
- <LI style="display: table-cell; background-color:orange;">FOUR</LI>
193
- <LI style="display: table-cell; background-color:orange;">FIVE</LI>
194
- </UL>
195
- <BR>
196
-
197
- This is a table formed from a list with display of table-row-group and
198
- list items with display of table-cell.
199
- <BR>
200
- <UL style="display:table-row-group;">
201
- <LI style="display:table-cell; background-color:orange;">ONE</LI>
202
- <LI style="display:table-cell; background-color:orange;">TWO</LI>
203
- <LI style="display:table-cell; background-color:orange;">THREE</LI>
204
- <LI style="display:table-cell; background-color:orange;">FOUR</LI>
205
- <LI style="display:table-cell; background-color:orange;">FIVE</LI>
206
- <LI style="display:table-cell; background-color:orange;">SIX</LI>
207
- </UL>
208
- <BR>
209
-
210
- This is like the previous table plus the list's overflow property set
211
- <UL style="display:table-row-group; overflow:auto; height: 50px;">
212
- <LI style="display:table-cell; background-color:orange;">ONE</LI>
213
- <LI style="display:table-cell; background-color:orange;">TWO</LI>
214
- <LI style="display:table-cell; background-color:orange;">THREE</LI>
215
- <LI style="display:table-cell; background-color:orange;">FOUR</LI>
216
- <LI style="display:table-cell; background-color:orange;">FIVE</LI>
217
- <LI style="display:table-cell; background-color:orange;">SIX</LI>
218
- </UL>
219
- <BR>
220
- <P> The following table will have its rows and columns in red collapsed
221
- <BR>
222
- <table border=1 style="background-color:orange;">
223
- <caption><b>before</b></caption>
224
- <colgroup>
225
- <col>
226
- <col>
227
- <col>
228
- </colgroup>
229
- <tr><td>C11<td style="background-color:red;">C12<td>C13 large
230
- <tr style="background-color:red;"><td>C21<td>C22<td>C23
231
- <tr><td>C31<td style="background-color:red;">C32<td>C33
232
- </table>
233
-
234
- <BR>
235
- <table border=1 style="background-color:orange;">
236
- <caption><b>after</b></caption>
237
- <colgroup>
238
- <col>
239
- <col style="visibility:collapse;">
240
- <col>
241
- </colgroup>
242
- <tr><td>C11<td>C12<td>C13 large
243
- <tr style="visibility:collapse;"><td>C21<td>C22<td>C23
244
- <tr><td>C31<td>C32<td>C33
245
- </table>
246
-
247
- <P> The following table will have its 2nd row and 2nd col collapsed. A window resize may be necessary to see it properly.
248
- <BR>
249
- <table cellspacing=0 border=1 style="background-color:orange;">
250
- <caption><b>before</b></caption>
251
- <colgroup>
252
- <col>
253
- <col>
254
- <col>
255
- <col>
256
- </colgroup>
257
- <tr><td>C11<td>C12<td>C13<td>C14
258
- <tr><td>C21<td rowspan=2 colspan=2>C12 C13 C22 C23<td>C14
259
- <tr><td>C31<td>C34
260
- <tr><td>C41<td>C42<td>C43<td>C44
261
- </table>
262
-
263
- <table cellspacing=0 border=1 style="background-color:orange;">
264
- <caption><b>after</b></caption>
265
- <colgroup>
266
- <col>
267
- <col style="visibility:collapse;">
268
- <col>
269
- <col>
270
- </colgroup>
271
- <tr><td>C11<td>C12<td>C13<td>C14
272
- <tr style="visibility:collapse;"><td>C21<td rowspan=2 colspan=2>C12 C13 C22 C23<td>C14
273
- <tr><td>C31<td>C34
274
- <tr><td>C41<td>C42<td>C43<td>C44
275
- </table>
276
-
277
- <P> The following table will have its 1st row group collapsed (rows 1 and 2)
278
- <BR>
279
- <table cellspacing=0 border=1 style="background-color:orange;">
280
- <caption><b>before</b></caption>
281
- <tbody style="background-color:red;">
282
- <tr><td>C11<td>C12<td>C13<td>C14
283
- <tr><td>C21<td>C22<td>C23<td>C24
284
- </tbody>
285
- <tbody>
286
- <tr><td>C31<td>C32<td>C33<td>C34
287
- <tr><td>C41<td>C42<td>C43<td>C44
288
- </table>
289
-
290
- <BR>
291
- <table cellspacing=0 border=1 style="background-color:orange;">
292
- <caption><b>after</b></caption>
293
- <tbody style="visibility:collapse;">
294
- <tr><td>C11<td>C12<td>C13<td>C14
295
- <tr><td>C21<td>C22<td>C23<td>C24
296
- </tbody>
297
- <tbody>
298
- <tr><td>C31<td>C32<td>C33<td>C34
299
- <tr><td>C41<td>C42<td>C43<td>C44
300
- </table>
301
-
302
- <BR>
303
- <P> The following table is similar to a previous table except that the direction is right-to-left.
304
- It will have its 2nd row and 2nd col collapsed. A window resize may be necessary to see it properly.
305
- <BR>
306
- <table dir=rtl cellspacing=0 border=1 style="background-color:orange;">
307
- <caption><b>before</b></caption>
308
- <colgroup>
309
- <col>
310
- <col>
311
- <col>
312
- <col>
313
- </colgroup>
314
- <tr><td>C11<td>C12<td>C13<td>C14
315
- <tr><td>C21<td rowspan=2 colspan=2>C12 C13 C22 C23<td>C14
316
- <tr><td>C31<td>C34
317
- <tr><td>C41<td>C42<td>C43<td>C44
318
- </table>
319
-
320
- <table dir=rtl cellspacing=0 border=1 style="background-color:orange;">
321
- <caption><b>after</b></caption>
322
- <colgroup>
323
- <col>
324
- <col style="visibility:collapse;">
325
- <col>
326
- <col>
327
- </colgroup>
328
- <tr><td>C11<td>C12<td>C13<td>C14
329
- <tr style="visibility:collapse;"><td>C21<td rowspan=2 colspan=2>C12 C13 C22 C23<td>C14
330
- <tr><td>C31<td>C34
331
- <tr><td>C41<td>C42<td>C43<td>C44
332
- </table>
333
-
334
- </BODY>
335
- </HTML>
@@ -1,199 +0,0 @@
1
- <html>
2
- <head>
3
- <style>
4
- SPAN.peter { font-family: "monospace"; }
5
- SPAN.seven { font-size: xx-large; }
6
- SPAN.six { font-size: x-large; }
7
- SPAN.five { font-size: large; }
8
- SPAN.four { font-size: medium; }
9
- SPAN.three { font-size: small; }
10
- SPAN.two { font-size: x-small; }
11
- SPAN.one { font-size: xx-small; }
12
- /*H1, H2, H3, H4, H5, H6 { font-weight: normal; }*/
13
- </style>
14
- <meta name="crc" content=2569310536>
15
- </head>
16
- <body text="#00FF00" bgcolor="#ffffff">
17
-
18
- <font size=5>this is size five
19
- <font point-size=12>this is point-size 12
20
- <font size=7>this is size seven
21
- </font>
22
- </font>
23
- </font>
24
-
25
- <B><font size=7>heading<font size=7>heading</font><span class="seven">heading</span><small>heading</small><big>heading</big></font></B>
26
- <H1>heading<font size=6>heading</font><span class="six">heading</span><small>heading</small><big>heading</big></H1>
27
- <H2>heading<font size=5>heading</font><span class="five">heading</span><small>heading</small><big>heading</big></H2>
28
- <H3>heading<font size=4>heading</font><span class="four">heading</span><small>heading</small><big>heading</big></H3>
29
- <H4>heading<font size=3>heading</font><span class="three">heading</span><small>heading</small><big>heading</big></H4>
30
- <H5>heading<font size=2>heading</font><span class="two">heading</span><small>heading</small><big>heading</big></H5>
31
- <H6>heading<font size=1>heading</font><span class="one">heading</span><small>heading</small><big>heading</big></H6>
32
-
33
- <form>
34
-
35
- <h3>Unvarnished</h3>
36
- <strike>
37
- <P>plain text
38
- <P>more plain text Reset SUBMIT
39
- <input type=radio name=group1> radio1
40
- <input type=reset name=reset id=input2 value="Reset">
41
- <input type=submit id=input1 name=submit value="SUBMIT">
42
- <input type=file size=20 name=file value=myfile>
43
- <textarea name=a rows=1 cols=12 value="a textarea">a textarea</textarea>
44
- <select name=select02 id=select1 size=4 multiple>
45
- <option>option 1</option>
46
- <option>option 2</option>
47
- <option selected>option 3</option>
48
- <option>option 4</option>
49
- <option>option 5</option>
50
- <option>option 6</option>
51
- </select>
52
- <select name=select01 size=2>
53
- <option selected>option 1</option>
54
- <option>option 2</option>
55
- </select>
56
- <select name=select03 size=1>
57
- <option selected>option 1</option>
58
- <option>option 2</option>
59
- </select>
60
- <pre>this is pre</pre> this is not pre
61
- </strike>
62
-
63
- <h3>Font size=3 color=#ff0000 face=desdemona, arial, strike</h3>
64
- <font size=3 color="#ff0000" face="desdemona, arial"><strike>
65
- <P>plain text
66
- <P>more plain text Reset SUBMIT
67
- <input type=radio name=group1> radio1
68
- <input type=reset name=reset id=input2 value="Reset">
69
- <input type=submit id=input1 name=submit value="SUBMIT">
70
- <input type=file size=20 name=file value=myfile>
71
- <textarea name=a rows=1 cols=12 value="a textarea">a textarea</textarea>
72
- <select name=select12 id=select1 size=4 multiple>
73
- <option>option 1</option>
74
- <option>option 2</option>
75
- <option selected>option 3</option>
76
- <option>option 4</option>
77
- <option>option 5</option>
78
- <option>option 6</option>
79
- </select>
80
- <select name=select11 size=2>
81
- <option selected>option 1</option>
82
- <option>option 2</option>
83
- </select>
84
- <select name=select13 size=1>
85
- <option selected>option 1</option>
86
- <option>option 2</option>
87
- </select>
88
- <pre>this is pre</pre> this is not pre
89
- </strike>
90
- </font>
91
-
92
- <h3>font size=2</h3>
93
- <font size=2>
94
- <P>plain text
95
- <P>more plain text Reset SUBMIT
96
- <input type=radio name=group1> radio1
97
- <input type=reset name=reset id=input2 value="Reset">
98
- <input type=submit id=input1 name=submit value="SUBMIT">
99
- <input type=file size=20 name=file value=myfile>
100
- <textarea name=a rows=1 cols=12 value="a textarea">a textarea</textarea>
101
- <select name=select22 id=select1 size=4 multiple>
102
- <option>option 1</option>
103
- <option>option 2</option>
104
- <option selected>option 3</option>
105
- <option>option 4</option>
106
- <option>option 5</option>
107
- <option>option 6</option>
108
- </select>
109
- <select name=select21 size=2>
110
- <option selected>option 1</option>
111
- <option>option 2</option>
112
- </select>
113
- <select name=select23 size=1>
114
- <option selected>option 1</option>
115
- <option>option 2</option>
116
- </select>
117
- <pre>this is pre</pre> this is not pre
118
- </font>
119
-
120
- <h3>font face=Arial</h3>
121
- <font face="Arial">
122
- <P>plain text
123
- <P>more plain text Reset SUBMIT
124
- <input type=radio name=group1> radio1
125
- <input type=reset name=reset id=input2 value="Reset">
126
- <input type=submit id=input1 name=submit value="SUBMIT">
127
- <input type=file size=20 name=file value=myfile>
128
- <textarea name=a rows=1 cols=12 value="a textarea">a textarea</textarea>
129
- <select name=select32 id=select1 size=4 multiple>
130
- <option>option 1</option>
131
- <option>option 2</option>
132
- <option selected>option 3</option>
133
- <option>option 4</option>
134
- <option>option 5</option>
135
- <option>option 6</option>
136
- </select>
137
- <select name=select31 size=2>
138
- <option selected>option 1</option>
139
- <option>option 2</option>
140
- </select>
141
- <select name=select33 size=1>
142
- <option selected>option 1</option>
143
- <option>option 2</option>
144
- </select>
145
- <pre>this is pre</pre> this is not pre
146
- </font>
147
-
148
- <h3>font point-size=18</h3>
149
- <font point-size=18>
150
- <P>plain text
151
- <P>more plain text Reset SUBMIT
152
- <input type=radio name=group1> radio1
153
- <input type=reset name=reset id=input2 value="Reset">
154
- <input type=submit id=input1 name=submit value="SUBMIT">
155
- <input type=file size=20 name=file value=myfile>
156
- <textarea name=a rows=1 cols=12 value="a textarea">a textarea</textarea>
157
- <select name=select42 id=select1 size=4 multiple>
158
- <option>option 1</option>
159
- <option>option 2</option>
160
- <option selected>option 3</option>
161
- <option>option 4</option>
162
- <option>option 5</option>
163
- <option>option 6</option>
164
- </select>
165
- <select name=select41 size=2>
166
- <option selected>option 1</option>
167
- <option>option 2</option>
168
- </select>
169
- <select name=select43 size=1>
170
- <option selected>option 1</option>
171
- <option>option 2</option>
172
- </select>
173
- <pre>this is pre</pre> this is not pre
174
- </font>
175
-
176
-
177
- <pre>
178
- this is pre text
179
- </pre>
180
- this is<span class=peter>peter text</span>
181
- </form>
182
-
183
- <small>
184
- <pre>
185
- this is small pre text
186
- </pre>
187
- </small>
188
-
189
- <font size=7 color="#0000ff">
190
- pre table
191
- <table>
192
- <caption>this is the caption</caption>
193
- <td>this is <font size=5>the cell</td>
194
- this is also caption
195
- <td>cell two
196
- </table>
197
- </font>
198
- </body>
199
- </html>