ogre.rb 0.1-i686-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (430) hide show
  1. data/README +79 -0
  2. data/Rakefile +288 -0
  3. data/doc_src/ogre.rb +246 -0
  4. data/doc_src/ois.rb +67 -0
  5. data/lib/application.rb +146 -0
  6. data/lib/application_frame_listener.rb +302 -0
  7. data/lib/application_loading_bar.rb +115 -0
  8. data/lib/constants.rb +51 -0
  9. data/lib/method_fixes.rb +42 -0
  10. data/lib/ogre.so +0 -0
  11. data/lib/ruby_ois.so +0 -0
  12. data/ogre.rb +25 -0
  13. data/platform.rb +23 -0
  14. data/samples/Ogre.log +261 -0
  15. data/samples/bsp.rb +76 -0
  16. data/samples/cg.dll +0 -0
  17. data/samples/grass.rb +325 -0
  18. data/samples/js3250.dll +0 -0
  19. data/samples/lighting.rb +138 -0
  20. data/samples/media/materials/programs/Grass.cg +30 -0
  21. data/samples/media/materials/programs/OffsetMapping.cg +97 -0
  22. data/samples/media/materials/programs/OffsetMapping.hlsl +135 -0
  23. data/samples/media/materials/programs/OffsetMappingFp.glsl +69 -0
  24. data/samples/media/materials/programs/OffsetMappingVp.glsl +54 -0
  25. data/samples/media/materials/programs/OffsetMapping_specular.asm +44 -0
  26. data/samples/media/materials/scripts/CloudySky.material +17 -0
  27. data/samples/media/materials/scripts/CubeMapping.material +34 -0
  28. data/samples/media/materials/scripts/Flare.material +17 -0
  29. data/samples/media/materials/scripts/Grass.material +63 -0
  30. data/samples/media/materials/scripts/Knot.material +14 -0
  31. data/samples/media/materials/scripts/MorningSkyBox.material +17 -0
  32. data/samples/media/materials/scripts/Offset.material +124 -0
  33. data/samples/media/materials/scripts/Ogre.material +119 -0
  34. data/samples/media/materials/scripts/RZR-002.material +15 -0
  35. data/samples/media/materials/scripts/Razor.material +14 -0
  36. data/samples/media/materials/scripts/Ribbon.material +19 -0
  37. data/samples/media/materials/scripts/RustySteel.material +14 -0
  38. data/samples/media/materials/scripts/SpaceSkyBox.material +17 -0
  39. data/samples/media/materials/scripts/SpaceSkyPlane.material +17 -0
  40. data/samples/media/materials/scripts/TextureEffects.material +15 -0
  41. data/samples/media/materials/scripts/dragon.material +42 -0
  42. data/samples/media/materials/scripts/smoke.material +18 -0
  43. data/samples/media/materials/textures/GreenSkin.jpg +0 -0
  44. data/samples/media/materials/textures/MtlPlat2.jpg +0 -0
  45. data/samples/media/materials/textures/RZR-002.png +0 -0
  46. data/samples/media/materials/textures/RustedMetal.jpg +0 -0
  47. data/samples/media/materials/textures/RustySteel.jpg +0 -0
  48. data/samples/media/materials/textures/Water02.jpg +0 -0
  49. data/samples/media/materials/textures/WeirdEye.png +0 -0
  50. data/samples/media/materials/textures/clouds.jpg +0 -0
  51. data/samples/media/materials/textures/cursor.png +0 -0
  52. data/samples/media/materials/textures/dirt01.jpg +0 -0
  53. data/samples/media/materials/textures/flare.png +0 -0
  54. data/samples/media/materials/textures/gras_02.png +0 -0
  55. data/samples/media/materials/textures/grass_1024.jpg +0 -0
  56. data/samples/media/materials/textures/ogreborder.png +0 -0
  57. data/samples/media/materials/textures/ogreborderUp.png +0 -0
  58. data/samples/media/materials/textures/ribbonband.png +0 -0
  59. data/samples/media/materials/textures/rockwall.tga +0 -0
  60. data/samples/media/materials/textures/rockwall_NH.tga +0 -0
  61. data/samples/media/materials/textures/smoke.png +0 -0
  62. data/samples/media/materials/textures/smokecolors.png +0 -0
  63. data/samples/media/materials/textures/spacesky.jpg +0 -0
  64. data/samples/media/materials/textures/spheremap.png +0 -0
  65. data/samples/media/materials/textures/texmap2.jpg +0 -0
  66. data/samples/media/models/RZR-002.mesh +0 -0
  67. data/samples/media/models/geosphere4500.mesh +0 -0
  68. data/samples/media/models/geosphere8000.mesh +0 -0
  69. data/samples/media/models/knot.mesh +0 -0
  70. data/samples/media/models/ogrehead.mesh +0 -0
  71. data/samples/media/models/razor.mesh +0 -0
  72. data/samples/media/models/sphere.mesh +0 -0
  73. data/samples/media/overlays/CubeMapping.overlay +139 -0
  74. data/samples/media/packs/OgreCore.zip +0 -0
  75. data/samples/media/packs/chiropteraDM.pk3 +0 -0
  76. data/samples/media/packs/chiropteraDM.txt +99 -0
  77. data/samples/media/packs/cubemap.zip +0 -0
  78. data/samples/media/packs/cubemapsJS.zip +0 -0
  79. data/samples/media/packs/dragon.zip +0 -0
  80. data/samples/media/packs/skybox.zip +0 -0
  81. data/samples/media/particles/smoke.particle +43 -0
  82. data/samples/media.cfg +22 -0
  83. data/samples/navi/Media/NaviDemo.material +60 -0
  84. data/samples/navi/Media/OgreCore.zip +0 -0
  85. data/samples/navi/Media/cerulean.jpg +0 -0
  86. data/samples/navi/Media/clouds.jpg +0 -0
  87. data/samples/navi/Media/controlsNaviMask.png +0 -0
  88. data/samples/navi/Media/grass.jpg +0 -0
  89. data/samples/navi/Media/knot.mesh +0 -0
  90. data/samples/navi/Media/testNaviMask.png +0 -0
  91. data/samples/navi/NaviLocal/Navi.js +136 -0
  92. data/samples/navi/NaviLocal/buttonBg.jpg +0 -0
  93. data/samples/navi/NaviLocal/controls.html +303 -0
  94. data/samples/navi/NaviLocal/knobBg.jpg +0 -0
  95. data/samples/navi/NaviLocal/moo.dropdownmenu.js +87 -0
  96. data/samples/navi/NaviLocal/mootools.v1.1.js +6964 -0
  97. data/samples/navi/NaviLocal/naviLogo.html +32 -0
  98. data/samples/navi/NaviLocal/naviLogo.png +0 -0
  99. data/samples/navi/NaviLocal/pageBg.jpg +0 -0
  100. data/samples/navi/NaviLocal/sliderBg.jpg +0 -0
  101. data/samples/navi/NaviLocal/test.html +5 -0
  102. data/samples/navi/NaviLocal/welcome.html +36 -0
  103. data/samples/navi/NaviLocal/welcome.png +0 -0
  104. data/samples/navi/chrome/chromelist.txt +597 -0
  105. data/samples/navi/chrome/classic.jar +0 -0
  106. data/samples/navi/chrome/classic.manifest +4 -0
  107. data/samples/navi/chrome/comm.jar +0 -0
  108. data/samples/navi/chrome/comm.manifest +2 -0
  109. data/samples/navi/chrome/en-US.jar +0 -0
  110. data/samples/navi/chrome/en-US.manifest +9 -0
  111. data/samples/navi/chrome/toolkit.jar +0 -0
  112. data/samples/navi/chrome/toolkit.manifest +6 -0
  113. data/samples/navi/components/FeedProcessor.js +1825 -0
  114. data/samples/navi/components/alerts.xpt +0 -0
  115. data/samples/navi/components/appshell.xpt +0 -0
  116. data/samples/navi/components/appstartup.xpt +0 -0
  117. data/samples/navi/components/auth.dll +0 -0
  118. data/samples/navi/components/autocomplete.xpt +0 -0
  119. data/samples/navi/components/autoconfig.dll +0 -0
  120. data/samples/navi/components/autoconfig.xpt +0 -0
  121. data/samples/navi/components/caps.xpt +0 -0
  122. data/samples/navi/components/chardet.xpt +0 -0
  123. data/samples/navi/components/chrome.xpt +0 -0
  124. data/samples/navi/components/commandhandler.xpt +0 -0
  125. data/samples/navi/components/commandlines.xpt +0 -0
  126. data/samples/navi/components/composer.xpt +0 -0
  127. data/samples/navi/components/compreg.dat +1474 -0
  128. data/samples/navi/components/content_base.xpt +0 -0
  129. data/samples/navi/components/content_html.xpt +0 -0
  130. data/samples/navi/components/content_htmldoc.xpt +0 -0
  131. data/samples/navi/components/content_xmldoc.xpt +0 -0
  132. data/samples/navi/components/content_xslt.xpt +0 -0
  133. data/samples/navi/components/content_xtf.xpt +0 -0
  134. data/samples/navi/components/directory.xpt +0 -0
  135. data/samples/navi/components/docshell_base.xpt +0 -0
  136. data/samples/navi/components/dom.xpt +0 -0
  137. data/samples/navi/components/dom_base.xpt +0 -0
  138. data/samples/navi/components/dom_canvas.xpt +0 -0
  139. data/samples/navi/components/dom_core.xpt +0 -0
  140. data/samples/navi/components/dom_css.xpt +0 -0
  141. data/samples/navi/components/dom_events.xpt +0 -0
  142. data/samples/navi/components/dom_html.xpt +0 -0
  143. data/samples/navi/components/dom_loadsave.xpt +0 -0
  144. data/samples/navi/components/dom_range.xpt +0 -0
  145. data/samples/navi/components/dom_sidebar.xpt +0 -0
  146. data/samples/navi/components/dom_storage.xpt +0 -0
  147. data/samples/navi/components/dom_stylesheets.xpt +0 -0
  148. data/samples/navi/components/dom_svg.xpt +0 -0
  149. data/samples/navi/components/dom_traversal.xpt +0 -0
  150. data/samples/navi/components/dom_views.xpt +0 -0
  151. data/samples/navi/components/dom_xbl.xpt +0 -0
  152. data/samples/navi/components/dom_xpath.xpt +0 -0
  153. data/samples/navi/components/dom_xul.xpt +0 -0
  154. data/samples/navi/components/downloads.xpt +0 -0
  155. data/samples/navi/components/editor.xpt +0 -0
  156. data/samples/navi/components/embed_base.xpt +0 -0
  157. data/samples/navi/components/extensions.xpt +0 -0
  158. data/samples/navi/components/exthandler.xpt +0 -0
  159. data/samples/navi/components/fastfind.xpt +0 -0
  160. data/samples/navi/components/feeds.xpt +0 -0
  161. data/samples/navi/components/find.xpt +0 -0
  162. data/samples/navi/components/gfx.xpt +0 -0
  163. data/samples/navi/components/gksvgrenderer.xpt +0 -0
  164. data/samples/navi/components/history.xpt +0 -0
  165. data/samples/navi/components/htmlparser.xpt +0 -0
  166. data/samples/navi/components/imglib2.xpt +0 -0
  167. data/samples/navi/components/inspector.xpt +0 -0
  168. data/samples/navi/components/intl.xpt +0 -0
  169. data/samples/navi/components/intlcmpt.xpt +0 -0
  170. data/samples/navi/components/jar.xpt +0 -0
  171. data/samples/navi/components/jsconsole-clhandler.js +170 -0
  172. data/samples/navi/components/jsconsole.xpt +0 -0
  173. data/samples/navi/components/jsdservice.xpt +0 -0
  174. data/samples/navi/components/layout_base.xpt +0 -0
  175. data/samples/navi/components/layout_printing.xpt +0 -0
  176. data/samples/navi/components/layout_xul.xpt +0 -0
  177. data/samples/navi/components/layout_xul_tree.xpt +0 -0
  178. data/samples/navi/components/locale.xpt +0 -0
  179. data/samples/navi/components/lwbrk.xpt +0 -0
  180. data/samples/navi/components/mimetype.xpt +0 -0
  181. data/samples/navi/components/mozbrwsr.xpt +0 -0
  182. data/samples/navi/components/mozfind.xpt +0 -0
  183. data/samples/navi/components/necko.xpt +0 -0
  184. data/samples/navi/components/necko_about.xpt +0 -0
  185. data/samples/navi/components/necko_cache.xpt +0 -0
  186. data/samples/navi/components/necko_cookie.xpt +0 -0
  187. data/samples/navi/components/necko_data.xpt +0 -0
  188. data/samples/navi/components/necko_dns.xpt +0 -0
  189. data/samples/navi/components/necko_file.xpt +0 -0
  190. data/samples/navi/components/necko_ftp.xpt +0 -0
  191. data/samples/navi/components/necko_http.xpt +0 -0
  192. data/samples/navi/components/necko_res.xpt +0 -0
  193. data/samples/navi/components/necko_socket.xpt +0 -0
  194. data/samples/navi/components/necko_strconv.xpt +0 -0
  195. data/samples/navi/components/necko_viewsource.xpt +0 -0
  196. data/samples/navi/components/nsCloseAllWindows.js +143 -0
  197. data/samples/navi/components/nsDefaultCLH.js +231 -0
  198. data/samples/navi/components/nsDictionary.js +148 -0
  199. data/samples/navi/components/nsExtensionManager.js +8497 -0
  200. data/samples/navi/components/nsHelperAppDlg.js +990 -0
  201. data/samples/navi/components/nsInterfaceInfoToIDL.js +590 -0
  202. data/samples/navi/components/nsKillAll.js +200 -0
  203. data/samples/navi/components/nsPostUpdateWin.js +711 -0
  204. data/samples/navi/components/nsProgressDialog.js +949 -0
  205. data/samples/navi/components/nsProxyAutoConfig.js +396 -0
  206. data/samples/navi/components/nsResetPref.js +175 -0
  207. data/samples/navi/components/nsURLFormatter.js +179 -0
  208. data/samples/navi/components/nsUpdateService.js +3074 -0
  209. data/samples/navi/components/nsXULAppInstall.js +301 -0
  210. data/samples/navi/components/nsXmlRpcClient.js +1038 -0
  211. data/samples/navi/components/oji.xpt +0 -0
  212. data/samples/navi/components/passwordmgr.xpt +0 -0
  213. data/samples/navi/components/pipboot.xpt +0 -0
  214. data/samples/navi/components/pipnss.xpt +0 -0
  215. data/samples/navi/components/plugin.xpt +0 -0
  216. data/samples/navi/components/pref.xpt +0 -0
  217. data/samples/navi/components/prefetch.xpt +0 -0
  218. data/samples/navi/components/profile.xpt +0 -0
  219. data/samples/navi/components/progressDlg.xpt +0 -0
  220. data/samples/navi/components/proxyObject.xpt +0 -0
  221. data/samples/navi/components/rdf.xpt +0 -0
  222. data/samples/navi/components/satchel.xpt +0 -0
  223. data/samples/navi/components/saxparser.xpt +0 -0
  224. data/samples/navi/components/shistory.xpt +0 -0
  225. data/samples/navi/components/storage.xpt +0 -0
  226. data/samples/navi/components/toolkitprofile.xpt +0 -0
  227. data/samples/navi/components/transformiix.dll +0 -0
  228. data/samples/navi/components/txmgr.xpt +0 -0
  229. data/samples/navi/components/txtsvc.xpt +0 -0
  230. data/samples/navi/components/uconv.xpt +0 -0
  231. data/samples/navi/components/unicharutil.xpt +0 -0
  232. data/samples/navi/components/universalchardet.dll +0 -0
  233. data/samples/navi/components/update.xpt +0 -0
  234. data/samples/navi/components/uriloader.xpt +0 -0
  235. data/samples/navi/components/urlformatter.xpt +0 -0
  236. data/samples/navi/components/webBrowser_core.xpt +0 -0
  237. data/samples/navi/components/webbrowserpersist.xpt +0 -0
  238. data/samples/navi/components/webshell_idls.xpt +0 -0
  239. data/samples/navi/components/websrvcs.dll +0 -0
  240. data/samples/navi/components/websrvcs.xpt +0 -0
  241. data/samples/navi/components/widget.xpt +0 -0
  242. data/samples/navi/components/windowds.xpt +0 -0
  243. data/samples/navi/components/windowwatcher.xpt +0 -0
  244. data/samples/navi/components/xml-rpc.xpt +0 -0
  245. data/samples/navi/components/xmlextras.dll +0 -0
  246. data/samples/navi/components/xpcom_base.xpt +0 -0
  247. data/samples/navi/components/xpcom_components.xpt +0 -0
  248. data/samples/navi/components/xpcom_ds.xpt +0 -0
  249. data/samples/navi/components/xpcom_io.xpt +0 -0
  250. data/samples/navi/components/xpcom_obsolete.xpt +0 -0
  251. data/samples/navi/components/xpcom_thread.xpt +0 -0
  252. data/samples/navi/components/xpcom_xpti.xpt +0 -0
  253. data/samples/navi/components/xpconnect.xpt +0 -0
  254. data/samples/navi/components/xpinstall.xpt +0 -0
  255. data/samples/navi/components/xpti.dat +1424 -0
  256. data/samples/navi/components/xulapp.xpt +0 -0
  257. data/samples/navi/components/xulapp_setup.xpt +0 -0
  258. data/samples/navi/components/xuldoc.xpt +0 -0
  259. data/samples/navi/components/xulrunner.xpt +0 -0
  260. data/samples/navi/components/xultmpl.xpt +0 -0
  261. data/samples/navi/components/xulutil.dll +0 -0
  262. data/samples/navi/controlsNaviMask.png +0 -0
  263. data/samples/navi/greprefs/all.js +1344 -0
  264. data/samples/navi/greprefs/security-prefs.js +69 -0
  265. data/samples/navi/greprefs/xpinstall.js +2 -0
  266. data/samples/navi/navi_demo.rb +207 -0
  267. data/samples/navi/plugins/NPSWF32.dll +0 -0
  268. data/samples/navi/plugins/flashplayer.xpt +0 -0
  269. data/samples/navi/plugins/npnul32.dll +0 -0
  270. data/samples/navi/plugins.cfg +10 -0
  271. data/samples/navi/res/EditorOverride.css +359 -0
  272. data/samples/navi/res/Thumbs.db +0 -0
  273. data/samples/navi/res/arrow.gif +0 -0
  274. data/samples/navi/res/arrowd.gif +0 -0
  275. data/samples/navi/res/bloatcycle.html +40 -0
  276. data/samples/navi/res/broken-image.gif +0 -0
  277. data/samples/navi/res/charsetData.properties +199 -0
  278. data/samples/navi/res/charsetalias.properties +517 -0
  279. data/samples/navi/res/cmessage.txt +1 -0
  280. data/samples/navi/res/dtd/xhtml11.dtd +300 -0
  281. data/samples/navi/res/entityTables/html40Latin1.properties +146 -0
  282. data/samples/navi/res/entityTables/html40Special.properties +69 -0
  283. data/samples/navi/res/entityTables/html40Symbols.properties +164 -0
  284. data/samples/navi/res/entityTables/htmlEntityVersions.properties +50 -0
  285. data/samples/navi/res/entityTables/transliterate.properties +2367 -0
  286. data/samples/navi/res/fonts/fontEncoding.properties +127 -0
  287. data/samples/navi/res/fonts/fontNameMap.properties +134 -0
  288. data/samples/navi/res/forms.css +531 -0
  289. data/samples/navi/res/grabber.gif +0 -0
  290. data/samples/navi/res/hiddenWindow.html +1 -0
  291. data/samples/navi/res/html/Thumbs.db +0 -0
  292. data/samples/navi/res/html/gopher-audio.gif +0 -0
  293. data/samples/navi/res/html/gopher-binary.gif +0 -0
  294. data/samples/navi/res/html/gopher-find.gif +0 -0
  295. data/samples/navi/res/html/gopher-image.gif +0 -0
  296. data/samples/navi/res/html/gopher-menu.gif +0 -0
  297. data/samples/navi/res/html/gopher-movie.gif +0 -0
  298. data/samples/navi/res/html/gopher-sound.gif +0 -0
  299. data/samples/navi/res/html/gopher-telnet.gif +0 -0
  300. data/samples/navi/res/html/gopher-text.gif +0 -0
  301. data/samples/navi/res/html/gopher-unknown.gif +0 -0
  302. data/samples/navi/res/html.css +478 -0
  303. data/samples/navi/res/langGroups.properties +236 -0
  304. data/samples/navi/res/language.properties +259 -0
  305. data/samples/navi/res/loading-image.gif +0 -0
  306. data/samples/navi/res/quirk.css +282 -0
  307. data/samples/navi/res/samples/Anieyes.gif +0 -0
  308. data/samples/navi/res/samples/Thumbs.db +0 -0
  309. data/samples/navi/res/samples/aform.css +69 -0
  310. data/samples/navi/res/samples/beeptest.html +18 -0
  311. data/samples/navi/res/samples/bform.css +45 -0
  312. data/samples/navi/res/samples/bg.jpg +0 -0
  313. data/samples/navi/res/samples/cform.css +40 -0
  314. data/samples/navi/res/samples/checkboxTest.xul +47 -0
  315. data/samples/navi/res/samples/demoform.css +97 -0
  316. data/samples/navi/res/samples/find.html +97 -0
  317. data/samples/navi/res/samples/gear1.gif +0 -0
  318. data/samples/navi/res/samples/image_props.html +58 -0
  319. data/samples/navi/res/samples/mozform.css +256 -0
  320. data/samples/navi/res/samples/printsetup.html +175 -0
  321. data/samples/navi/res/samples/raptor.jpg +0 -0
  322. data/samples/navi/res/samples/rock_gra.gif +0 -0
  323. data/samples/navi/res/samples/scrollbarTest1.xul +66 -0
  324. data/samples/navi/res/samples/scrollbarTest2.xul +19 -0
  325. data/samples/navi/res/samples/sliderTest1.xul +14 -0
  326. data/samples/navi/res/samples/soundtest.html +20 -0
  327. data/samples/navi/res/samples/test.wav +0 -0
  328. data/samples/navi/res/samples/test0.html +220 -0
  329. data/samples/navi/res/samples/test1.html +84 -0
  330. data/samples/navi/res/samples/test10.html +16 -0
  331. data/samples/navi/res/samples/test11.html +42 -0
  332. data/samples/navi/res/samples/test12.html +79 -0
  333. data/samples/navi/res/samples/test13.html +126 -0
  334. data/samples/navi/res/samples/test14.html +5 -0
  335. data/samples/navi/res/samples/test15.html +5 -0
  336. data/samples/navi/res/samples/test16.html +124 -0
  337. data/samples/navi/res/samples/test2.html +41 -0
  338. data/samples/navi/res/samples/test3.html +126 -0
  339. data/samples/navi/res/samples/test4.html +335 -0
  340. data/samples/navi/res/samples/test5.html +199 -0
  341. data/samples/navi/res/samples/test6.html +335 -0
  342. data/samples/navi/res/samples/test7.html +11 -0
  343. data/samples/navi/res/samples/test8-1.html +66 -0
  344. data/samples/navi/res/samples/test8.html +662 -0
  345. data/samples/navi/res/samples/test8dom.html +64 -0
  346. data/samples/navi/res/samples/test8sca.html +308 -0
  347. data/samples/navi/res/samples/test8siz.html +224 -0
  348. data/samples/navi/res/samples/test8tab.html +9 -0
  349. data/samples/navi/res/samples/test9.html +12 -0
  350. data/samples/navi/res/samples/test9a.html +39 -0
  351. data/samples/navi/res/samples/test9b.html +16 -0
  352. data/samples/navi/res/samples/test_ed.html +5 -0
  353. data/samples/navi/res/samples/test_form.html +34 -0
  354. data/samples/navi/res/samples/test_gfx.html +75 -0
  355. data/samples/navi/res/samples/test_lbox.html +100 -0
  356. data/samples/navi/res/samples/test_pr.html +87 -0
  357. data/samples/navi/res/samples/test_weight.html +45 -0
  358. data/samples/navi/res/samples/toolbarTest1.xul +51 -0
  359. data/samples/navi/res/samples/treeTest1.css +62 -0
  360. data/samples/navi/res/samples/treeTest1.xul +110 -0
  361. data/samples/navi/res/samples/xulTest.css +130 -0
  362. data/samples/navi/res/svg.css +64 -0
  363. data/samples/navi/res/table-add-column-after-active.gif +0 -0
  364. data/samples/navi/res/table-add-column-after-hover.gif +0 -0
  365. data/samples/navi/res/table-add-column-after.gif +0 -0
  366. data/samples/navi/res/table-add-column-before-active.gif +0 -0
  367. data/samples/navi/res/table-add-column-before-hover.gif +0 -0
  368. data/samples/navi/res/table-add-column-before.gif +0 -0
  369. data/samples/navi/res/table-add-row-after-active.gif +0 -0
  370. data/samples/navi/res/table-add-row-after-hover.gif +0 -0
  371. data/samples/navi/res/table-add-row-after.gif +0 -0
  372. data/samples/navi/res/table-add-row-before-active.gif +0 -0
  373. data/samples/navi/res/table-add-row-before-hover.gif +0 -0
  374. data/samples/navi/res/table-add-row-before.gif +0 -0
  375. data/samples/navi/res/table-remove-column-active.gif +0 -0
  376. data/samples/navi/res/table-remove-column-hover.gif +0 -0
  377. data/samples/navi/res/table-remove-column.gif +0 -0
  378. data/samples/navi/res/table-remove-row-active.gif +0 -0
  379. data/samples/navi/res/table-remove-row-hover.gif +0 -0
  380. data/samples/navi/res/table-remove-row.gif +0 -0
  381. data/samples/navi/res/throbber/Thumbs.db +0 -0
  382. data/samples/navi/res/throbber/anim.gif +0 -0
  383. data/samples/navi/res/throbber/anims00.gif +0 -0
  384. data/samples/navi/res/throbber/anims01.gif +0 -0
  385. data/samples/navi/res/throbber/anims02.gif +0 -0
  386. data/samples/navi/res/throbber/anims03.gif +0 -0
  387. data/samples/navi/res/throbber/anims04.gif +0 -0
  388. data/samples/navi/res/throbber/anims05.gif +0 -0
  389. data/samples/navi/res/throbber/anims06.gif +0 -0
  390. data/samples/navi/res/throbber/anims07.gif +0 -0
  391. data/samples/navi/res/throbber/anims08.gif +0 -0
  392. data/samples/navi/res/throbber/anims09.gif +0 -0
  393. data/samples/navi/res/throbber/anims10.gif +0 -0
  394. data/samples/navi/res/throbber/anims11.gif +0 -0
  395. data/samples/navi/res/throbber/anims12.gif +0 -0
  396. data/samples/navi/res/throbber/anims13.gif +0 -0
  397. data/samples/navi/res/throbber/anims14.gif +0 -0
  398. data/samples/navi/res/throbber/anims15.gif +0 -0
  399. data/samples/navi/res/throbber/anims16.gif +0 -0
  400. data/samples/navi/res/throbber/anims17.gif +0 -0
  401. data/samples/navi/res/throbber/anims18.gif +0 -0
  402. data/samples/navi/res/throbber/anims19.gif +0 -0
  403. data/samples/navi/res/throbber/anims20.gif +0 -0
  404. data/samples/navi/res/throbber/anims21.gif +0 -0
  405. data/samples/navi/res/throbber/anims22.gif +0 -0
  406. data/samples/navi/res/throbber/anims23.gif +0 -0
  407. data/samples/navi/res/throbber/anims24.gif +0 -0
  408. data/samples/navi/res/throbber/anims25.gif +0 -0
  409. data/samples/navi/res/throbber/anims26.gif +0 -0
  410. data/samples/navi/res/throbber/anims27.gif +0 -0
  411. data/samples/navi/res/throbber/anims28.gif +0 -0
  412. data/samples/navi/res/throbber/anims29.gif +0 -0
  413. data/samples/navi/res/ua.css +235 -0
  414. data/samples/navi/res/viewer.properties +1 -0
  415. data/samples/navi/res/viewsource.css +118 -0
  416. data/samples/navi/res/wincharset.properties +55 -0
  417. data/samples/navi/resources.cfg +14 -0
  418. data/samples/navi/testNaviMask.png +0 -0
  419. data/samples/ogre.cfg +8 -0
  420. data/samples/plugins.cfg +11 -0
  421. data/samples/quake3settings.cfg +2 -0
  422. data/samples/render_run_log.5796 +891 -0
  423. data/samples/render_to_texture.rb +161 -0
  424. data/samples/resources.cfg +16 -0
  425. data/samples/sky_box.rb +107 -0
  426. data/samples/sky_dome.rb +86 -0
  427. data/samples/sky_plane.rb +27 -0
  428. data/samples/smoke.rb +23 -0
  429. data/samples/work/cube_mapping.rb +686 -0
  430. metadata +500 -0
@@ -0,0 +1,34 @@
1
+ <html>
2
+ <body>
3
+ <form action=submit-url-goes-here method=get>
4
+
5
+ A checkbox: <input type=checkbox name=check1 checked><BR>
6
+
7
+ Another checkbox: <input type=checkbox name=check2><BR>
8
+
9
+ Yet another checkbox: <input type=checkbox name=check3 checked><BR>
10
+
11
+ One last checkbox: <input type=checkbox name=check4><BR>
12
+
13
+ <P>This is a simple form</P>
14
+ <P>This is a simple form</P>
15
+ <P>This is a simple form</P>
16
+ <P>This is a simple form</P>
17
+ <P>This is a simple form</P>
18
+ <P> </P>
19
+ <P><input type=text name=myText value="enter some text"> enter some text</P>
20
+ <P></P><P></P>
21
+ <P><input type=checkbox name=checkbox checked></P>
22
+ <P></P><P></P>
23
+ <P><input type=reset name=myReset value="reset me"> " "
24
+ <input type=submit name=submit value=submit>
25
+ </P>
26
+ <P>This is a simple form</P>
27
+ <P>This is a simple form</P>
28
+ <P>This is a simple form</P>
29
+ <P>This is a simple form</P>
30
+ <P>This is a simple form</P>
31
+ </form>
32
+ </body>
33
+ </html>
34
+
@@ -0,0 +1,75 @@
1
+ <html>
2
+ <head>
3
+ <title>Example 8</title>
4
+ <style>
5
+ INPUT#input1 {
6
+ font-size: large;
7
+ }
8
+ INPUT#input2 {
9
+ font-size: medium;
10
+ }
11
+ TEXTAREA#textarea1 {
12
+ width: 300px;
13
+ height: 120px;
14
+ font-size: large;
15
+ }
16
+ SELECT#select1 {
17
+ font-size: large;
18
+ }
19
+ BUTTON {
20
+ background-image: url(rock_gra.gif);
21
+ }
22
+ </style>
23
+ </head>
24
+
25
+ <BODY>
26
+ <H1>Example: GFX-rendered form elements</H1>
27
+
28
+ <FORM>
29
+ <label><input type=checkbox name=check1 checked>standard size checkbox</label>
30
+ <BR>
31
+ <label><input type=checkbox name=check1 checked style="width:100px">checkbox standard height(width:100px)</label>
32
+ <BR>
33
+ <label><input type=checkbox name=check1 checked style="height:100px">checkbox standard width(height:100px)</label>
34
+ <BR>
35
+ <label><input type=checkbox name=check1 checked style="width:20px; height:20px;">checkbox (width:20px; height:20px)</label>
36
+ <BR>
37
+ <label><input type=checkbox name=check1 checked style="width:100px; height:20px;">checkbox (width:100px; height 20px)</label>
38
+ <BR>
39
+ <label><input type=checkbox name=check1 checked style="width:20px; height:100px;" >checkbox (width:20px; height:100px)</label>
40
+ <BR>
41
+ <label><input type=checkbox name=check1 checked style="color:yellow; background-color:red; border-color:blue;" >checkbox, standard size(background-color:red; color:yellow; border-color:blue)</label>
42
+ <BR>
43
+ <label><input type=checkbox name=check1 checked style="border-style:outset; color:yellow; background-color:red; border-color:blue;" >checkbox, standard size (border-style:outset; background-color:red; color:yellow; border-color:blue)</label>
44
+ <BR>
45
+ <label><input type=checkbox name=check1 checked style="width:20px; height:20px; color:yellow; background-color:red; border-color:blue;" >checkbox (background-color:red; color:yellow; border-color:blue; width:20px; height:20px)</label>
46
+ <BR>
47
+ <label><input type=checkbox name=check1 checked style="border-style:outset; width:20px; height:20px; color:yellow; background-color:red; border-color:blue;" >checkbox (border-style:outset; background-color:red; color:yellow; border-color:blue; width:20px; height:20px)</label>
48
+
49
+ <BR>
50
+ <label><input type=radio name=radio1 checked>radio, standard size</label>
51
+ <BR>
52
+ <label><input type=radio name=radio1 checked style="width:100px">radio standard height(width:100px)</label>
53
+ <BR>
54
+ <label><input type=radio name=radio1 checked style="height:100px">radio standard width(height:100px)</label>
55
+ <BR>
56
+ <label><input type=radio name=radio1 checked style="width:21px; height:21px">radio (width:21px; height:21px)</label>
57
+ <BR>
58
+ <label><input type=radio name=radio1 checked style="width:100px; height:21px">radio (width:100px; height:21px)</label>
59
+ <BR>
60
+ <label><input type=radio name=radio1 checked style="width:21px; height:100px">radio (width:21px; height:100px)</label>
61
+ <BR>
62
+ <label><input type=radio name=radio1 checked style="color:yellow; background-color:red; border-color:blue;" >radio, standard size(background-color:red; color:yellow; border-color:blue)</label>
63
+ <BR>
64
+ <label><input type=radio name=radio1 checked style="border-style:outset; color:yellow; background-color:red; border-color:blue;" >radio, standard size (border-style:outset; background-color:red; color:yellow; border-color:blue)</label>
65
+ <BR>
66
+ <label><input type=radio name=radio1 checked style="width:21px; height:21px; color:yellow; background-color:red; border-color:blue;" >radio (background-color:red; color:yellow; border-color:blue; width:21px; height:21px)</label>
67
+ <BR>
68
+ <label><input type=radio name=radio1 checked style="border-style:outset; width:21px; height:21px; color:yellow; background-color:red; border-color:blue;" >radio (border-style:outset; background-color:red; color:yellow; border-color:blue; width:21px; height:21px)</label>
69
+ </FORM>
70
+ <BR>
71
+
72
+
73
+
74
+ </body>
75
+ </html>
@@ -0,0 +1,100 @@
1
+ <html>
2
+ <body>
3
+ <form>
4
+ <BR>
5
+ <P> empty listbox size = 3
6
+ <BR>
7
+ <select size = 3>
8
+ </select>
9
+
10
+
11
+ <P> Side by Side listboxes <P> (left - single select, right - multiselect)
12
+ <BR>
13
+ <select name=select1 size=2>
14
+ <option>option 1</option>
15
+ <option>option 2</option>
16
+ <option selected>option 3</option>
17
+ <option>option 4</option>
18
+ <option>option 5</option>
19
+ <option>option 6</option>
20
+ <option>option 7</option>
21
+ <option>option 8</option>
22
+ </select>
23
+ <select name=select2 size=4 multiple>
24
+ <option>option 1</option>
25
+ <option>option 2</option>
26
+ <option>option 3</option>
27
+ <option>option 4</option>
28
+ <option>option 5</option>
29
+ </select>
30
+ <br>
31
+ <P> This listbox should be on a new line with now scrollbars
32
+ <BR>
33
+ <select name=select3 size=4 multiple>
34
+ <option>option 1</option>
35
+ <option>option 2</option>
36
+ </select>
37
+ <BR>
38
+ <P> This listbox has a specified width of 500px
39
+ <BR>
40
+ <select name=select4 style="width:500px;" size=2 multiple>
41
+ <option>option 1</option>
42
+ <option>option 2</option>
43
+ <option>option 3</option>
44
+ </select>
45
+ <BR>
46
+
47
+ <P> This listbox has a specified height of 100px
48
+ <BR>
49
+ <select name=select4 style="height:100px;" size=2 multiple>
50
+ <option>option 1</option>
51
+ <option>option 2</option>
52
+ <option>option 3</option>
53
+ </select>
54
+ <BR>
55
+
56
+ <P> This listbox should have 5pixel red inset borders
57
+ <P> the first option has orange text.
58
+ <P> the second option has yellow text.
59
+ <BR>
60
+ <select name=select5 style="border: 5px inset red;" size=3 multiple>
61
+ <option style="color:orange;">option 2</option>
62
+ <option style="color:yellow;">option 1</option>
63
+ <option>option 3</option>
64
+ <option>option 4</option>
65
+ </select>
66
+ <BR>
67
+
68
+ <P> This listbox is multiple with no size
69
+ <select multiple>
70
+ <option>option 1</option>
71
+ <option>option 2</option>
72
+ <option>option 3</option>
73
+ </select multiple>
74
+
75
+ <BR>
76
+ <P> This listbox is multiple with size=1
77
+ <select multiple size="1">
78
+ <option>option 1</option>
79
+ <option>option 2</option>
80
+ <option>option 3<option>
81
+ </select multiple>
82
+
83
+ <P> This listbox contains two option groups
84
+
85
+ <select size=4>
86
+ <opgroup>group1
87
+ <option>option1</option>
88
+ <option>option2</option>
89
+ <option>option3</option>
90
+ </optgroup>
91
+ <opgroup>group2
92
+ <option>option4</option>
93
+ <option>option5</option>
94
+ <option>option6</option>
95
+ </optgroup>
96
+ </select>
97
+
98
+ </form>
99
+ </body>
100
+ </html>
@@ -0,0 +1,87 @@
1
+ <html>
2
+ <head>
3
+ <title>Example 8</title>
4
+ <style>
5
+ INPUT#input1 {
6
+ font-size: large;
7
+ }
8
+ INPUT#input2 {
9
+ font-size: medium;
10
+ }
11
+ TEXTAREA#textarea1 {
12
+ width: 300px;
13
+ height: 120px;
14
+ font-size: large;
15
+ }
16
+ SELECT#select1 {
17
+ font-size: large;
18
+ }
19
+ BUTTON {
20
+ background-image: url(rock_gra.gif);
21
+ }
22
+ </style>
23
+ </head>
24
+ <body>
25
+
26
+ <H1>Example 8: Forms</H1>
27
+
28
+ <FORM METHOD="GET" ACTION="http://search.yahoo.com/bin/search" NAME="searchform">
29
+ <label><input type=checkbox name=check1 checked>checkbox</label>
30
+ <label><input type=radio name=radio1 checked>radiobox</label>
31
+ </FORM>
32
+ <BR>
33
+
34
+ <BR>
35
+ <FORM METHOD="GET" ACTION="http://search.yahoo.com/bin/search" NAME="searchform">
36
+ Text Input:
37
+ <INPUT type=text value=travel NAME="p" SIZE=15 MAXLENGTH=80>
38
+ <BR>
39
+ &nbsp
40
+ <BR>
41
+ TextArea:
42
+ <textarea name=a rows=4 cols=10 value="Line One">01234567890123456789</textarea>
43
+ <BR>
44
+ &nbsp
45
+ <BR>
46
+ Password:<INPUT TYPE="PASSWORD" value="1234">
47
+ <BR>
48
+ &nbsp
49
+ <BR>
50
+ List:
51
+ <select name=select2 id=select1 size=4 multiple>
52
+ <option selected>option 1</option>
53
+ <option>option 2</option>
54
+ <option selected>option 3</option>
55
+ <option>option 4</option>
56
+ <option>option 5</option>
57
+ <option>option 6</option>
58
+ </select>
59
+ <BR>
60
+ &nbsp
61
+ <BR>
62
+ No Scrollbar:
63
+ <select name=select1 size=2>
64
+ <option selected>option 1</option>
65
+ <option>option 2</option>
66
+ </select>
67
+
68
+ <BR>
69
+ &nbsp
70
+ <BR>
71
+ ComboBox:
72
+ <select name=select3 size=1>
73
+ <option selected>option 1</option>
74
+ <option>option 2</option>
75
+ </select>
76
+ <BR>
77
+ &nbsp
78
+ <BR>
79
+ <INPUT type=submit value="submit">
80
+ <INPUT type=reset value="reset">
81
+ <INPUT type=button value="button">
82
+ <INPUT type=file value="file">
83
+
84
+ </FORM>
85
+
86
+ </body>
87
+ </html>
@@ -0,0 +1,45 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
3
+
4
+ <HTML>
5
+ <HEAD>
6
+ </HEAD>
7
+
8
+ <BODY>
9
+
10
+ <DIV style="font-weight:200;">font weight 200
11
+ <DIV style="font-weight:bolder;"> 200 bolder
12
+ </DIV>
13
+ </DIV>
14
+
15
+ <DIV style="font-family:Garamond; font-weight:100;"> Garamond 100
16
+ <DIV style="font-family:Garamond; font-weight:bolder;"> Garamond Bolder</DIV>
17
+ </DIV>
18
+
19
+ <DIV style="font-family:arial; font-weight:100;"> weight 100</DIV>
20
+ <DIV style="font-family:arial; font-weight:200;"> weight 200</DIV>
21
+ <DIV style="font-family:arial; font-weight:300;"> weight 300</DIV>
22
+ <DIV style="font-family:arial; font-weight:400;"> weight 400</DIV>
23
+ <DIV style="font-family:arial; font-weight:500;"> weight 500</DIV>
24
+ <DIV style="font-family:arial; font-weight:600;"> weight 600</DIV>
25
+ <DIV style="font-family:arial; font-weight:700;"> weight 700</DIV>
26
+ <DIV style="font-family:arial; font-weight:800;"> weight 800</DIV>
27
+ <DIV style="font-family:arial; font-weight:900;"> weight 900</DIV>
28
+
29
+ <DIV style="font-weight:400;"> normal
30
+ <DIV style="font-weight:lighter;"> lighter
31
+ <DIV style="font-weight:bolder;"> bolder
32
+ <DIV style="font-weight:bolder;"> bolder
33
+ <DIV style="font-weight:bolder;"> bolder
34
+ <DIV style="font-weight:lighter;"> lighter
35
+ </DIV>
36
+ </DIV>
37
+ </DIV>
38
+ </DIV>
39
+ </DIV>
40
+ </DIV>
41
+ </BODY>
42
+ </HTML>
43
+
44
+
45
+
@@ -0,0 +1,51 @@
1
+ <?xml version="1.0"?>
2
+ <?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
3
+
4
+ <!DOCTYPE window>
5
+
6
+ <window orient="vertical" xmlns:html="http://www.w3.org/1999/xhtml"
7
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
8
+ onConstruction="Startup()">
9
+
10
+ <html:div>
11
+ <html:h1>Toolbar Test 1</html:h1>
12
+
13
+ <html:h3>
14
+ You should see a two toolbars with buttons that don't do anything. This test is useful for checking layout
15
+ and look/feel of rollover and clicks. Note that the last toolbar is empty, and should be of
16
+ normal size because of min-height.
17
+ </html:h3>
18
+
19
+ <html:hr/>
20
+ </html:div>
21
+
22
+ <toolbox style="min-width: 10px">
23
+ <toolbar>
24
+ <button id="back-button" align="top" value="Back"/>
25
+ <button id="forward-button" align="top" value="Forward"/>
26
+ <button id="reload-button" align="top" value="Reload"/>
27
+ <button id="stop-button" align="top" value="Stop"/>
28
+ <button id="home-button" align="top" value="Home"/>
29
+ <button id="print-button" align="top" value="Print"/>
30
+
31
+ <vbox flex="100%">
32
+ <spacer flex="100%"/>
33
+ <html:input id="urlbar" type="text"/>
34
+ <spacer flex="100%"/>
35
+ </vbox>
36
+
37
+ <button src="resource:/res/throbber/anims00.gif" align="right"/>
38
+
39
+ </toolbar>
40
+
41
+ <toolbar>
42
+ <button align="left" id="translate-button" value="Mozilla" />
43
+ <button align="left" id="translate-button" value="ABC News"/>
44
+ <spacer flex="100%"/>
45
+ </toolbar>
46
+
47
+ <toolbar>
48
+ </toolbar>
49
+ </toolbox>
50
+
51
+ </window>
@@ -0,0 +1,62 @@
1
+ window {
2
+ display: block;
3
+ width: 100%;
4
+ }
5
+
6
+ tree {
7
+ display: table;
8
+ background-color: lightGray;
9
+ border: none;
10
+ border-spacing: 0px;
11
+ border-collapse: collapse;
12
+ width: 75%;
13
+ }
14
+
15
+ treeitem {
16
+ display: table-row;
17
+ visibility: collapse;
18
+ }
19
+
20
+ treehead {
21
+ display: table-header-group;
22
+ }
23
+
24
+ treebody {
25
+ display: table-row-group;
26
+ }
27
+
28
+ treehead > treeitem {
29
+ visibility: visible;
30
+ }
31
+ treeitem[open] > treechildren > treeitem {
32
+ visibility: visible;
33
+ }
34
+ treebody > treeitem {
35
+ visibility: visible;
36
+ }
37
+
38
+
39
+ treecell {
40
+ display: table-cell;
41
+ color: black;
42
+ font-family: Verdana;
43
+ font-size: 10pt;
44
+ }
45
+
46
+ treehead treeitem treecell {
47
+ background-color: #a0a0a0;
48
+ border: thin black solid;
49
+ color: black;
50
+ }
51
+
52
+ treeicon {
53
+ display: list-item;
54
+ list-style-image: url("http://rava/~hyatt/ClosedRead.gif");
55
+ list-style-position: inside;
56
+ }
57
+
58
+ treecell[selectedcell] {
59
+ background-color: lightBlue;
60
+ }
61
+
62
+
@@ -0,0 +1,110 @@
1
+ <?xml version="1.0"?>
2
+ <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
3
+
4
+ <!DOCTYPE window>
5
+
6
+ <window xmlns:html="http://www.w3.org/1999/xhtml"
7
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
8
+
9
+ <html:div flex="1" style="width: 50px; height: 50px">
10
+
11
+ <html:h1>Tree Test 1</html:h1>
12
+
13
+ <html:h3>
14
+ A simple static tree view with things that can expand and collapse. Nothing fancy in this test.
15
+ </html:h3>
16
+
17
+
18
+ </html:div>
19
+
20
+ <html:div flex="2" style="width: 100px; height: 100px">
21
+
22
+ <html:p/>
23
+ <html:br/>
24
+
25
+ <tree flex="1" style="width: 100%; height: 100%">
26
+ <treecol style="width: 10%"/><treecol style="width: 90%" />
27
+ <treehead>
28
+ <treerow>
29
+ <treecell><html:div>Name</html:div></treecell>
30
+ <treecell><html:div>URL</html:div></treecell>
31
+ </treerow>
32
+ </treehead>
33
+
34
+ <treechildren flex="1">
35
+ <treeitem>
36
+ <treerow>
37
+ <treecell></treecell>
38
+ <treecell><html:div><treeindentation/><treeicon>Mozilla Links</treeicon></html:div></treecell>
39
+ </treerow>
40
+
41
+ <treechildren>
42
+ <treeitem>
43
+ <treerow>
44
+ <treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="http://rava/~hyatt/PageRead.gif"/>Tinderbox</treecell>
45
+ <treecell><html:div>http://tinderbox.mozilla.org</html:div></treecell>
46
+ </treerow>
47
+ </treeitem>
48
+ <treeitem>
49
+ <treerow>
50
+ <treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="http://rava/~hyatt/PageRead.gif"/>Bonsai</treecell>
51
+ <treecell><html:div>http://bonsai.mozilla.org</html:div></treecell>
52
+ </treerow>
53
+ </treeitem>
54
+ <treeitem>
55
+ <treerow>
56
+ <treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="http://rava/~hyatt/PageRead.gif"/>Mozilla.org</treecell>
57
+ <treecell><html:div>http://www.mozilla.org</html:div></treecell>
58
+ </treerow>
59
+ </treeitem>
60
+ <treeitem>
61
+ <treerow>
62
+ <treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="http://rava/~hyatt/PageRead.gif"/>Bugzilla</treecell>
63
+ <treecell><html:div>http://bugzilla.mozilla.org</html:div></treecell>
64
+ </treerow>
65
+ </treeitem>
66
+ </treechildren>
67
+ </treeitem>
68
+
69
+ <treeitem>
70
+ <treerow>
71
+ <treecell></treecell>
72
+ <treecell><html:div><treeindentation/><treeicon>Test Links</treeicon></html:div></treecell>
73
+ </treerow>
74
+
75
+ <treechildren>
76
+ <treeitem>
77
+ <treerow>
78
+ <treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="http://rava/~hyatt/PageRead.gif"/>Tinderbox</treecell>
79
+ <treecell><html:div>http://tinderbox.mozilla.org</html:div></treecell>
80
+ </treerow>
81
+ </treeitem>
82
+ <treeitem>
83
+ <treerow>
84
+ <treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="http://rava/~hyatt/PageRead.gif"/>Bonsai</treecell>
85
+ <treecell><html:div>http://bonsai.mozilla.org</html:div></treecell>
86
+ </treerow>
87
+ </treeitem>
88
+ <treeitem>
89
+ <treerow>
90
+ <treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="http://rava/~hyatt/PageRead.gif"/>Mozilla.org</treecell>
91
+ <treecell><html:div>http://www.mozilla.org</html:div></treecell>
92
+ </treerow>
93
+ </treeitem>
94
+ <treeitem>
95
+ <treerow>
96
+ <treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="http://rava/~hyatt/PageRead.gif"/>Bugzilla</treecell>
97
+ <treecell><html:div>http://bugzilla.mozilla.org</html:div></treecell>
98
+ </treerow>
99
+ </treeitem>
100
+ </treechildren>
101
+ </treeitem>
102
+ </treechildren>
103
+
104
+ </tree>
105
+
106
+ <html:hr/>
107
+
108
+ </html:div>
109
+
110
+ </window>
@@ -0,0 +1,130 @@
1
+ toolbar {
2
+ display:block;
3
+ background-color: rgb(192,192,192);
4
+ border-bottom: solid darkGray 1px;
5
+ border-top: solid white 1px;
6
+ border-left: solid white 1px;
7
+ border-right: solid darkGray 1px;
8
+ font: 10pt sans-serif;
9
+ min-height:20px;
10
+ }
11
+ toolbar[collapsed="true"] {
12
+ display:none;
13
+ }
14
+ toolbar[hidden="true"] {
15
+ display:none;
16
+ }
17
+
18
+ toolbox {
19
+ background-color:darkgray;
20
+ }
21
+
22
+ :toolbox-normal {
23
+ background-color: rgb(192,192,192);
24
+ color: lightgray;
25
+ border-bottom: solid darkGray 1px;
26
+ border-top: solid white 0px;
27
+ border-left: solid white 0px;
28
+ border-right: solid darkGray 1px;
29
+ }
30
+ :toolbox-rollover {
31
+ background-color: purple;
32
+ color: green;
33
+ border-bottom: solid darkGray 1px;
34
+ border-top: solid white 0px;
35
+ border-left: solid white 0px;
36
+ border-right: solid darkGray 1px;
37
+ }
38
+
39
+ window {
40
+ background-color:rgb(192,192,192);
41
+ display: block;
42
+ }
43
+
44
+ button.throbber {
45
+ width: 32px;
46
+ height: 32px;
47
+ background-color:red;
48
+ background-image:url("resource:/res/throbber/anims00.gif");
49
+ }
50
+ throbber[busy] {
51
+ background-image:url("resource:/res/throbber/anims07.gif");
52
+ }
53
+
54
+ titledbutton:button-focus {
55
+ border: none;
56
+ }
57
+
58
+ broadcaster {
59
+ display: none;
60
+ }
61
+
62
+ observes {
63
+ display: none;
64
+ }
65
+
66
+ progressmeter {
67
+ display:block;
68
+ border: black thin groove;
69
+ color : #086975;
70
+ }
71
+
72
+ :progressmeter-stripe {
73
+ color: gray;
74
+ }
75
+
76
+ titledbutton {
77
+ display: inline;
78
+
79
+ color:black;
80
+
81
+ padding: 2px;
82
+ margin: 2px;
83
+
84
+
85
+ font: 8pt sans-serif;
86
+ }
87
+
88
+
89
+ titledbutton[pseudoclass~="hover"] {
90
+ border: 1px outset white;
91
+
92
+ padding: 1px;
93
+ }
94
+
95
+ titledbutton[pseudoclass~="hover"]:-moz-outline {
96
+ border : 1px solid black;
97
+ }
98
+
99
+ titledbutton[pseudoclass~="active"] {
100
+
101
+ border: 1px inset white;
102
+
103
+ padding-left: 2px;
104
+ padding-right: 0px;
105
+ padding-top: 2px;
106
+ padding-bottom: 0px;
107
+ }
108
+
109
+ titledbutton[pseudoclass~="active"]:-moz-outline {
110
+ border : 1px solid black;
111
+ }
112
+
113
+ titledbutton::-moz-focus-inner {
114
+ }
115
+
116
+ titledbutton::-moz-focus-outer {
117
+ }
118
+
119
+ titledbutton[pseudoclass~="focus"] {
120
+ }
121
+
122
+ titledbutton[pseudoclass~="focus"]::-moz-focus-inner {
123
+ }
124
+
125
+ titledbutton[pseudoclass~="focus"]::-moz-focus-outer {
126
+ }
127
+
128
+ titledbutton[pseudoclass~="disabled"] {
129
+ }
130
+