scarpe 0.1.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +80 -9
- data/.ruby-version +1 -0
- data/.vscode/extensions.json +5 -0
- data/.yardopts +3 -0
- data/CHANGELOG.md +14 -0
- data/CONTRIBUTING.md +20 -0
- data/Gemfile +14 -2
- data/README.md +138 -18
- data/Rakefile +2 -3
- data/dev.yml +7 -0
- data/docs/static/PKGBUILD +47 -0
- data/docs/static/Shoes.icns +0 -0
- data/docs/static/avatar.png +0 -0
- data/docs/static/code_highlighter.js +188 -0
- data/docs/static/code_highlighter_ruby.js +26 -0
- data/docs/static/icon-debug.png +0 -0
- data/docs/static/icon-error.png +0 -0
- data/docs/static/icon-info.png +0 -0
- data/docs/static/icon-warn.png +0 -0
- data/docs/static/listbox_button1.png +0 -0
- data/docs/static/listbox_button2.png +0 -0
- data/docs/static/man-app.png +0 -0
- data/docs/static/man-builds.png +0 -0
- data/docs/static/man-builds1.png +0 -0
- data/docs/static/man-editor-notepad.png +0 -0
- data/docs/static/man-editor-osx.png +0 -0
- data/docs/static/man-ele-background.png +0 -0
- data/docs/static/man-ele-border.png +0 -0
- data/docs/static/man-ele-button.png +0 -0
- data/docs/static/man-ele-check.png +0 -0
- data/docs/static/man-ele-editbox.png +0 -0
- data/docs/static/man-ele-editline.png +0 -0
- data/docs/static/man-ele-image.png +0 -0
- data/docs/static/man-ele-listbox.png +0 -0
- data/docs/static/man-ele-progress.png +0 -0
- data/docs/static/man-ele-radio.png +0 -0
- data/docs/static/man-ele-shape.png +0 -0
- data/docs/static/man-ele-textblock.png +0 -0
- data/docs/static/man-ele-video.png +0 -0
- data/docs/static/man-intro-dmg.png +0 -0
- data/docs/static/man-intro-exe.png +0 -0
- data/docs/static/man-look-tiger.png +0 -0
- data/docs/static/man-look-ubuntu.png +0 -0
- data/docs/static/man-look-vista.png +0 -0
- data/docs/static/man-run-osx.png +0 -0
- data/docs/static/man-run-vista.png +0 -0
- data/docs/static/man-run-xp.png +0 -0
- data/docs/static/man-shot1.png +0 -0
- data/docs/static/manual-en.txt +3529 -0
- data/docs/static/manual-ja.txt +2829 -0
- data/docs/static/manual.css +171 -0
- data/docs/static/manual.md +3528 -0
- data/docs/static/menu-corner1.png +0 -0
- data/docs/static/menu-corner2.png +0 -0
- data/docs/static/menu-gray.png +0 -0
- data/docs/static/menu-left.png +0 -0
- data/docs/static/menu-right.png +0 -0
- data/docs/static/menu-top.png +0 -0
- data/docs/static/shoes-dmg.jpg +0 -0
- data/docs/static/shoes-icon-blue.png +0 -0
- data/docs/static/shoes-icon.png +0 -0
- data/docs/static/shoes-manual-apps.gif +0 -0
- data/docs/static/shoes_main_window.png +0 -0
- data/docs/static/stripe.png +0 -0
- data/docs/static/stubs/blank.exe +0 -0
- data/docs/static/stubs/blank.hfz +0 -0
- data/docs/static/stubs/blank.run +375 -0
- data/docs/static/stubs/cocoa-install +0 -0
- data/docs/static/stubs/sh-install +49 -0
- data/docs/static/stubs/shoes-stub-inject.exe +0 -0
- data/docs/static/stubs/shoes-stub.exe +0 -0
- data/docs/static/tutor-back.png +0 -0
- data/examples/bloopsaphone/working/1901_by_Aanand_Prasad.rb +478 -0
- data/examples/bloopsaphone/working/b1.rb +64 -0
- data/examples/bloopsaphone/working/b2.rb +36 -0
- data/examples/bloopsaphone/working/bloops_test.rb +41 -0
- data/examples/bloopsaphone/working/bloopsaphone_theme_song_by_why.rb +31 -0
- data/examples/bloopsaphone/working/feepogram.rb +67 -0
- data/examples/bloopsaphone/working/simpsons_theme_song_by_why.rb +14 -0
- data/examples/bloopsaphone/working/tune_cheeky_drat.rb +210 -0
- data/examples/button.rb +6 -5
- data/examples/button_alert.rb +6 -0
- data/examples/button_go_away.rb +6 -0
- data/examples/button_with_position_and_size.rb +7 -0
- data/examples/coffee.rb +14 -0
- data/examples/download.rb +5 -0
- data/examples/edit_box.rb +10 -0
- data/examples/edit_line.rb +8 -0
- data/examples/fill.rb +25 -0
- data/examples/flow.rb +11 -0
- data/examples/fonts.rb +6 -0
- data/examples/gen.rb +140 -0
- data/examples/hello_world.rb +2 -4
- data/examples/highlander.rb +87 -0
- data/examples/image/clickable_image.rb +5 -0
- data/examples/{image.rb → image/image.rb} +2 -4
- data/examples/image/image_size.rb +7 -0
- data/examples/image/image_with_position_and_size.rb +3 -0
- data/examples/info.rb +9 -0
- data/examples/legacy/not_checked/expert/colours.rb +105 -0
- data/examples/legacy/not_checked/expert/curve-animation.rb +31 -0
- data/examples/legacy/not_checked/expert/curve-control-point.rb +51 -0
- data/examples/legacy/not_checked/expert/custom-list-box.rb +53 -0
- data/examples/legacy/not_checked/expert/definr.rb +23 -0
- data/examples/legacy/not_checked/expert/funnies.rb +56 -0
- data/examples/legacy/not_checked/expert/minesweeper.rb +267 -0
- data/examples/legacy/not_checked/expert/othello.rb +318 -0
- data/examples/legacy/not_checked/expert/pong.rb +62 -0
- data/examples/legacy/not_checked/expert/tankspank.rb +385 -0
- data/examples/legacy/not_checked/expert/tooltips.rb +45 -0
- data/examples/legacy/not_checked/expert/url.rb +37 -0
- data/examples/legacy/not_checked/expert/video-player.rb +256 -0
- data/examples/legacy/not_checked/good/_why-stories.rb +44 -0
- data/examples/legacy/not_checked/good/_why-stories.yaml +387 -0
- data/examples/legacy/not_checked/good/arc.rb +37 -0
- data/examples/legacy/not_checked/good/cardflip.rb +141 -0
- data/examples/legacy/not_checked/good/clock.rb +51 -0
- data/examples/legacy/not_checked/good/console.rb +21 -0
- data/examples/legacy/not_checked/good/follow.rb +26 -0
- data/examples/legacy/not_checked/good/image-rotate.rb +14 -0
- data/examples/legacy/not_checked/good/paris.svg +7236 -0
- data/examples/legacy/not_checked/good/path-animation.rb +46 -0
- data/examples/legacy/not_checked/good/plots.rb +100 -0
- data/examples/legacy/not_checked/good/reminder.rb +174 -0
- data/examples/legacy/not_checked/good/svgview.rb +113 -0
- data/examples/legacy/not_checked/good/vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-contrib/.gitignore +2 -0
- data/examples/legacy/not_checked/shoes-contrib/README.md +34 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/animate-ovals.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/flowers.rb +59 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/happy-trails.rb +31 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/mice-satellites.rb +27 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb +12 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/pink-bubbles.rb +34 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/pulsate.rb +18 -0
- data/examples/legacy/not_checked/shoes-contrib/animation/rotating-star.rb +18 -0
- data/examples/legacy/not_checked/shoes-contrib/app/download-and-save.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/app/download.rb +10 -0
- data/examples/legacy/not_checked/shoes-contrib/app/get-google.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/app/mouse-detection.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/app/resizeable-false.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/art/bubble-bullseye.rb +23 -0
- data/examples/legacy/not_checked/shoes-contrib/art/faded.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/art/fill-oval.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/art/mask.rb +15 -0
- data/examples/legacy/not_checked/shoes-contrib/art/oval-gradient.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/art/star-gradient.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-edit-box.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-new-window.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-image.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-shape.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.rb +43 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.yaml +387 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/clock.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/edit-stack +14 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/gradient-shoes.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/list_box-shape-report.rb +19 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/rect-arrow.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/scribble.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/search.rb +32 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/shoes-notes.rb +16 -0
- data/examples/legacy/not_checked/shoes-contrib/basic/url-shoes-subclassing.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/browser.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/background-column.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/background.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/basic-fps.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/border-cat.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/button-block.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/check-mate.rb +15 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/common-styles.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/displace-animation.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_box-character-count.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_line-character-count.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/image-icon.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box-select-class.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/move-flow-animate.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/phat-button.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/popup.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/progress-bar.rb +10 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/radio-dreamcast-favs.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/timer.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb +8 -0
- data/examples/legacy/not_checked/shoes-contrib/events/background-hover.rb +11 -0
- data/examples/legacy/not_checked/shoes-contrib/events/motion-detect.rb +9 -0
- data/examples/legacy/not_checked/shoes-contrib/events/pressed-key.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-funnies.rb +51 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-irb.rb +112 -0
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-othello.rb +319 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-arc.rb +37 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-clock.rb +51 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-follow.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-reminder.rb +174 -0
- data/examples/legacy/not_checked/shoes-contrib/good/good-vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_color.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_open_file.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_save_file.rb +7 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/confirm.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/debug.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/exit.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/font.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/kernel/fonts.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/append-slot.rb +9 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/clear-slot.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/prepend-slot.rb +6 -0
- data/examples/legacy/not_checked/shoes-contrib/manipulation/roll.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/position/gutter-margin.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/position/stack-width.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-accordion.rb +75 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-text.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-arc.rb +23 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-bounce.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-calc.rb +70 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-chipmunk.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-control-sizes.rb +24 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-curve.rb +26 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-dialogs.rb +29 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-downloader.rb +27 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-editor.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-mask.rb +21 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu.rb +31 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu1.rb +35 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-rubygems.rb +29 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-slide.rb +45 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sphere.rb +28 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sqlite3.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-timer.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-video.rb +13 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/alignment.rb +4 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/attachment.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/emphasis.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/gradient-angle.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-methods.rb +5 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-red-underlined.rb +3 -0
- data/examples/legacy/not_checked/shoes-contrib/styles/para-style-method.rb +4 -0
- data/examples/legacy/not_checked/shoes-dep-samples/expert-game-of-life.rb +243 -0
- data/examples/legacy/not_checked/shoes-dep-samples/expert-othello.rb +319 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-clock.rb +51 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-follow.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-reminder.rb +174 -0
- data/examples/legacy/not_checked/shoes-dep-samples/good-vjot.rb +56 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-accordion.rb +75 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-text.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-arc.rb +23 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-bounce.rb +24 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-calc.rb +70 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-chipmunk.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-control-sizes.rb +24 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-curve.rb +26 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-dialogs.rb +29 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-editor.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-mask.rb +21 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu.rb +31 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu1.rb +35 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-rubygems.rb +29 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-slide.rb +45 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sphere.rb +28 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sqlite3.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-timer.rb +13 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-video.rb +13 -0
- data/examples/legacy/not_checked/shoes3-tests/AnemicCinema1926marcelDuchampCut.mp4 +0 -0
- data/examples/legacy/not_checked/shoes3-tests/button/button.rb +53 -0
- data/examples/legacy/not_checked/shoes3-tests/cache/cache.rb +41 -0
- data/examples/legacy/not_checked/shoes3-tests/combo/combo.rb +24 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/bare.rb +34 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/downloader.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m1.rb +11 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m2.rb +12 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m3.rb +11 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/m4.rb +5 -0
- data/examples/legacy/not_checked/shoes3-tests/curl/typ.rb +30 -0
- data/examples/legacy/not_checked/shoes3-tests/cursor/c1.rb +21 -0
- data/examples/legacy/not_checked/shoes3-tests/decoration.rb +14 -0
- data/examples/legacy/not_checked/shoes3-tests/dialogs/ask.rb +6 -0
- data/examples/legacy/not_checked/shoes3-tests/dialogs/confirm.rb +6 -0
- data/examples/legacy/not_checked/shoes3-tests/editbox/editbox.rb +36 -0
- data/examples/legacy/not_checked/shoes3-tests/editline/editline.rb +27 -0
- data/examples/legacy/not_checked/shoes3-tests/events/button.rb +32 -0
- data/examples/legacy/not_checked/shoes3-tests/events/button.yaml +40 -0
- data/examples/legacy/not_checked/shoes3-tests/events/capture.rb +57 -0
- data/examples/legacy/not_checked/shoes3-tests/events/chipmunk.yaml +47 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event0.rb +8 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event1.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event1.yaml +26 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event2.rb +46 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event3.rb +44 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event4.rb +65 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event5.rb +17 -0
- data/examples/legacy/not_checked/shoes3-tests/events/event6.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/events/replay.rb +60 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/fullscreen.rb +38 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/icon.rb +56 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/mon1.rb +46 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/settings1.rb +22 -0
- data/examples/legacy/not_checked/shoes3-tests/gapp/title1.rb +34 -0
- data/examples/legacy/not_checked/shoes3-tests/indian.m4a +0 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/event.rb +33 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu1.rb +8 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu2.rb +25 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu3.rb +103 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/menu4.rb +41 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/tests.txt +42 -0
- data/examples/legacy/not_checked/shoes3-tests/opacity.rb +13 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/^IRX.R +5219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/^SPX +5219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/cstest.rb +51 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr1.rb +73 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr2.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr3.rb +47 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr4.rb +35 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr5.rb +31 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr6.rb +35 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/gr7.rb +37 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/grcsv.rb +219 -0
- data/examples/legacy/not_checked/shoes3-tests/plot/manual.rb +40 -0
- data/examples/legacy/not_checked/shoes3-tests/progress/progress.rb +29 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/clear.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/group.rb +18 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/multiple.rb +32 -0
- data/examples/legacy/not_checked/shoes3-tests/radio/nogroup.rb +9 -0
- data/examples/legacy/not_checked/shoes3-tests/simpletest.svg +14 -0
- data/examples/legacy/not_checked/shoes3-tests/spinner.rb +15 -0
- data/examples/legacy/not_checked/shoes3-tests/svg.rb +208 -0
- data/examples/legacy/not_checked/shoes3-tests/switch/switch.rb +28 -0
- data/examples/legacy/not_checked/shoes3-tests/systray/back.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/systray/note.rb +17 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/cursor.rb +27 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/ed.rb +65 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/el.rb +50 -0
- data/examples/legacy/not_checked/shoes3-tests/terminal/logattr.rb +31 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_color.rb +138 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_svg.rb +228 -0
- data/examples/legacy/not_checked/shoes3-tests/tests_video_vlc.rb +186 -0
- data/examples/legacy/not_checked/shoes3-tests/tooltips.rb +20 -0
- data/examples/legacy/not_checked/shoes3-tests/video_vlc.rb +242 -0
- data/examples/legacy/not_checked/shoes3-tests/wheel/wheel1.rb +21 -0
- data/examples/legacy/not_checked/simple/accordion.rb +81 -0
- data/examples/legacy/not_checked/simple/anim-shapes.rb +17 -0
- data/examples/legacy/not_checked/simple/anim-text.rb +13 -0
- data/examples/legacy/not_checked/simple/arc.rb +23 -0
- data/examples/legacy/not_checked/simple/bounce.rb +24 -0
- data/examples/legacy/not_checked/simple/chipmunk.rb +26 -0
- data/examples/legacy/not_checked/simple/control-sizes.rb +24 -0
- data/examples/legacy/not_checked/simple/curve-control-points.rb +24 -0
- data/examples/legacy/not_checked/simple/curve.rb +26 -0
- data/examples/legacy/not_checked/simple/dialogs.rb +29 -0
- data/examples/legacy/not_checked/simple/downloader.rb +40 -0
- data/examples/legacy/not_checked/simple/downloader1.rb +31 -0
- data/examples/legacy/not_checked/simple/draw.rb +13 -0
- data/examples/legacy/not_checked/simple/editor.rb +28 -0
- data/examples/legacy/not_checked/simple/form.rb +30 -0
- data/examples/legacy/not_checked/simple/image.rb +21 -0
- data/examples/legacy/not_checked/simple/info.rb +78 -0
- data/examples/legacy/not_checked/simple/mask.rb +21 -0
- data/examples/legacy/not_checked/simple/mask2.rb +27 -0
- data/examples/legacy/not_checked/simple/menu.rb +31 -0
- data/examples/legacy/not_checked/simple/menu1.rb +35 -0
- data/examples/legacy/not_checked/simple/slide.rb +45 -0
- data/examples/legacy/not_checked/simple/sphere.rb +28 -0
- data/examples/legacy/not_checked/superleg.rb +244 -0
- data/examples/legacy/working/shoes-contrib/basic/a-poem.rb +24 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks-instances.rb +7 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks.rb +7 -0
- data/examples/legacy/working/shoes-contrib/basic/basic-slot.rb +8 -0
- data/examples/legacy/working/shoes-contrib/basic/intro.rb +20 -0
- data/examples/legacy/working/shoes-contrib/basic/two-column.rb +12 -0
- data/examples/legacy/working/shoes-contrib/elements/edit_box.rb +6 -0
- data/examples/legacy/working/shoes-contrib/kernel/alert.rb +3 -0
- data/examples/legacy/working/simple/calc.rb +71 -0
- data/examples/legacy/working/simple/sqlite3.rb +27 -0
- data/examples/legacy/working/simple/timer.rb +13 -0
- data/examples/line.rb +5 -0
- data/examples/link.rb +20 -0
- data/examples/list_box.rb +8 -0
- data/examples/para/collection_of_arguments.rb +9 -0
- data/examples/para/hello_world.rb +5 -0
- data/examples/para/hide_and_show.rb +9 -0
- data/examples/para/rainbow.rb +11 -0
- data/examples/para/rainbow_2.rb +11 -0
- data/examples/para/sizes.rb +11 -0
- data/examples/para/sizes_2.rb +12 -0
- data/examples/para/strong.rb +3 -0
- data/examples/para_text_widgets.rb +4 -0
- data/examples/pirate.png +0 -0
- data/examples/raw_flow.rb +11 -0
- data/examples/ruby_racer.rb +52 -0
- data/examples/shapes/arc.rb +8 -0
- data/examples/shapes/shapes.rb +8 -0
- data/examples/shapes/shapes_fill.rb +10 -0
- data/examples/shapes/star.rb +5 -0
- data/examples/shoes_school.rb +68 -0
- data/examples/shoes_splorer.rb +150 -0
- data/examples/simple_slides.rb +73 -0
- data/examples/skip_ci/parrot.rb +22 -0
- data/examples/skip_ci/say.rb +20 -0
- data/examples/sleepless.rb +26 -0
- data/examples/slots.rb +2 -4
- data/examples/spacing.rb +18 -0
- data/examples/span.rb +6 -0
- data/examples/stack/background.rb +35 -0
- data/examples/stack/border.rb +11 -0
- data/examples/stack/gradients.rb +6 -0
- data/examples/stack/raw_stack.rb +8 -0
- data/examples/stack/stack.rb +27 -0
- data/examples/text_change.rb +4 -0
- data/examples/text_sizes.rb +10 -0
- data/examples/timmy.rb +109 -0
- data/examples/title_and_resize.rb +3 -0
- data/exe/scarpe +108 -0
- data/lib/constants.rb +5 -0
- data/lib/scarpe/alert.rb +19 -0
- data/lib/scarpe/app.rb +78 -0
- data/lib/scarpe/arc.rb +49 -0
- data/lib/scarpe/background.rb +14 -0
- data/lib/scarpe/border.rb +16 -0
- data/lib/scarpe/button.rb +26 -18
- data/lib/scarpe/colors.rb +215 -0
- data/lib/scarpe/display_service.rb +189 -0
- data/lib/scarpe/document_root.rb +20 -0
- data/lib/scarpe/edit_box.rb +24 -0
- data/lib/scarpe/edit_line.rb +16 -30
- data/lib/scarpe/fill.rb +23 -0
- data/lib/scarpe/flow.rb +18 -15
- data/lib/scarpe/glibui/README.md +34 -0
- data/lib/scarpe/glibui/alert.rb +65 -0
- data/lib/scarpe/glibui/app.rb +27 -0
- data/lib/scarpe/glibui/background.rb +18 -0
- data/lib/scarpe/glibui/border.rb +22 -0
- data/lib/scarpe/glibui/button.rb +38 -0
- data/lib/scarpe/glibui/dimensions.rb +22 -0
- data/lib/scarpe/glibui/document_root.rb +33 -0
- data/lib/scarpe/glibui/edit_box.rb +44 -0
- data/lib/scarpe/glibui/edit_line.rb +43 -0
- data/lib/scarpe/glibui/flow.rb +33 -0
- data/lib/scarpe/glibui/html.rb +77 -0
- data/lib/scarpe/glibui/image.rb +36 -0
- data/lib/scarpe/glibui/link.rb +29 -0
- data/lib/scarpe/glibui/local_display.rb +62 -0
- data/lib/scarpe/glibui/para.rb +84 -0
- data/lib/scarpe/glibui/spacing.rb +41 -0
- data/lib/scarpe/glibui/stack.rb +33 -0
- data/lib/scarpe/glibui/text_widget.rb +30 -0
- data/lib/scarpe/glibui/widget.rb +81 -0
- data/lib/scarpe/glibui.rb +29 -0
- data/lib/scarpe/image.rb +28 -9
- data/lib/scarpe/libui/alert.rb +9 -0
- data/lib/scarpe/libui/button.rb +18 -0
- data/lib/scarpe/libui/colors.rb +157 -0
- data/lib/scarpe/libui/core.rb +66 -0
- data/lib/scarpe/libui/flow.rb +16 -0
- data/lib/scarpe/libui/libui.rb +45 -0
- data/lib/scarpe/libui/notepad.md +26 -0
- data/lib/scarpe/libui/para.rb +154 -0
- data/lib/scarpe/libui/stack.rb +34 -0
- data/lib/scarpe/line.rb +25 -0
- data/lib/scarpe/link.rb +25 -0
- data/lib/scarpe/list_box.rb +25 -0
- data/lib/scarpe/logger.rb +155 -0
- data/lib/scarpe/para.rb +84 -12
- data/lib/scarpe/promises.rb +387 -0
- data/lib/scarpe/shape.rb +19 -0
- data/lib/scarpe/spacing.rb +9 -0
- data/lib/scarpe/span.rb +26 -0
- data/lib/scarpe/stack.rb +66 -12
- data/lib/scarpe/star.rb +47 -0
- data/lib/scarpe/text_widget.rb +42 -0
- data/lib/scarpe/unit_test_helpers.rb +163 -0
- data/lib/scarpe/version.rb +2 -2
- data/lib/scarpe/widget.rb +198 -0
- data/lib/scarpe/widgets.rb +30 -0
- data/lib/scarpe/wv/alert.rb +65 -0
- data/lib/scarpe/wv/app.rb +85 -0
- data/lib/scarpe/wv/arc.rb +57 -0
- data/lib/scarpe/wv/background.rb +18 -0
- data/lib/scarpe/wv/border.rb +22 -0
- data/lib/scarpe/wv/button.rb +50 -0
- data/lib/scarpe/wv/control_interface.rb +153 -0
- data/lib/scarpe/wv/control_interface_test.rb +253 -0
- data/lib/scarpe/wv/dimensions.rb +22 -0
- data/lib/scarpe/wv/document_root.rb +50 -0
- data/lib/scarpe/wv/edit_box.rb +44 -0
- data/lib/scarpe/wv/edit_line.rb +43 -0
- data/lib/scarpe/wv/fill.rb +30 -0
- data/lib/scarpe/wv/flow.rb +32 -0
- data/lib/scarpe/wv/html.rb +107 -0
- data/lib/scarpe/wv/image.rb +36 -0
- data/lib/scarpe/wv/line.rb +38 -0
- data/lib/scarpe/wv/link.rb +29 -0
- data/lib/scarpe/wv/list_box.rb +50 -0
- data/lib/scarpe/wv/para.rb +90 -0
- data/lib/scarpe/wv/shape.rb +34 -0
- data/lib/scarpe/wv/shape_helper.rb +44 -0
- data/lib/scarpe/wv/spacing.rb +41 -0
- data/lib/scarpe/wv/span.rb +66 -0
- data/lib/scarpe/wv/stack.rb +42 -0
- data/lib/scarpe/wv/star.rb +64 -0
- data/lib/scarpe/wv/text_widget.rb +30 -0
- data/lib/scarpe/wv/web_wrangler.rb +679 -0
- data/lib/scarpe/wv/webview_local_display.rb +72 -0
- data/lib/scarpe/wv/webview_relay_display.rb +185 -0
- data/lib/scarpe/wv/widget.rb +181 -0
- data/lib/scarpe/wv/wv_display_worker.rb +65 -0
- data/lib/scarpe/wv.rb +39 -0
- data/lib/scarpe/wv_local.rb +6 -0
- data/lib/scarpe/wv_relay.rb +6 -0
- data/lib/scarpe.rb +35 -27
- data/logger/debug_web_wrangler.json +4 -0
- data/logger/scarpe_wv_test.json +4 -0
- data/scarpe-0.2.0.gem +0 -0
- data/scarpegen.rb +193 -0
- data/sig/scarpe.rbs +1 -1
- data/templates/basic_class_template.erb +38 -0
- data/templates/class_template_with_event_bind.erb +27 -0
- data/templates/class_template_with_shapes.erb +43 -0
- data/templates/example_template.erb +3 -0
- data/templates/module_template.erb +12 -0
- data/templates/webview_template.erb +30 -0
- metadata +601 -9
- data/lib/scarpe/container.rb +0 -10
- data/lib/scarpe/internal_app.rb +0 -46
@@ -0,0 +1,81 @@
|
|
1
|
+
# encoding: UTF-8
|
2
|
+
module Accordion
|
3
|
+
def open_page stack
|
4
|
+
active = app.slot.contents.map { |x| x.contents[1] }.
|
5
|
+
detect { |x| x.height > 0 }
|
6
|
+
return if active == stack
|
7
|
+
a = animate 60 do
|
8
|
+
stack.height += 20
|
9
|
+
active.height = 240 - stack.height if active
|
10
|
+
a.stop if stack.height == 240
|
11
|
+
end
|
12
|
+
end
|
13
|
+
def page title, text
|
14
|
+
@pages ||= []
|
15
|
+
@pages <<
|
16
|
+
stack do
|
17
|
+
page_text = nil
|
18
|
+
stack :width => "100%" do
|
19
|
+
background "#fff".."#eed"
|
20
|
+
hi = background "#ddd".."#ba9", :hidden => true
|
21
|
+
para link(title) {}, :size => 26
|
22
|
+
hover { hi.show }
|
23
|
+
leave { hi.hide }
|
24
|
+
click { open_page page_text }
|
25
|
+
end
|
26
|
+
page_text =
|
27
|
+
stack :width => "100%", :height => (@pages.empty? ? 240 : 0) do
|
28
|
+
stack :margin => 10 do
|
29
|
+
text.split(/\n{2,}/).each do |pg|
|
30
|
+
para pg
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
Shoes.app do
|
39
|
+
extend Accordion
|
40
|
+
if RUBY_VERSION == '1.9.1'
|
41
|
+
Shoes::Link = Link
|
42
|
+
Shoes::LinkHover = LinkHover
|
43
|
+
end
|
44
|
+
#style(Link, :stroke => black, :underline => nil, :weight => "strong")
|
45
|
+
#style(LinkHover, :stroke => black, :fill => nil, :underline => nil)
|
46
|
+
style(Shoes::Link, :stroke => black, :underline => nil, :weight => "strong")
|
47
|
+
style(Shoes::LinkHover, :stroke => black, :fill => nil, :underline => nil)
|
48
|
+
page "0.0", <<-'END'
|
49
|
+
There is a thought
|
50
|
+
I have just had
|
51
|
+
Which I don’t care to pass to
|
52
|
+
Anyone at all at this time.
|
53
|
+
|
54
|
+
I have even forgotten it now,
|
55
|
+
But kept only the pleasures
|
56
|
+
Of my property
|
57
|
+
And of my controlled mental slippage.
|
58
|
+
END
|
59
|
+
page "0.1", <<-'END'
|
60
|
+
My eyes have blinked again
|
61
|
+
And I have just realized
|
62
|
+
This upright world
|
63
|
+
I have been in.
|
64
|
+
|
65
|
+
My eyelids wipe
|
66
|
+
My eyes hundreds of times
|
67
|
+
Reseting and renovating
|
68
|
+
The scenery.
|
69
|
+
END
|
70
|
+
page "0.2", <<-'END'
|
71
|
+
Sister, without you,
|
72
|
+
The universe would
|
73
|
+
Have such a hole through it,
|
74
|
+
Where infinity has been shot.
|
75
|
+
|
76
|
+
This cannot be, though.
|
77
|
+
There will always be room
|
78
|
+
For you—all of us are
|
79
|
+
Holding the way open.
|
80
|
+
END
|
81
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
background rgb(0, 0, 0)
|
3
|
+
fill rgb(255, 255, 255)
|
4
|
+
rects = [
|
5
|
+
rect(0, 0, 50, 50),
|
6
|
+
rect(0, 0, 100, 100),
|
7
|
+
rect(0, 0, 75, 75)
|
8
|
+
]
|
9
|
+
animate(24) do |i|
|
10
|
+
rects.each do |r|
|
11
|
+
r.move((0..400).rand, (0..400).rand)
|
12
|
+
end
|
13
|
+
end
|
14
|
+
button "OK", :top => 0.5, :left => 0.5 do
|
15
|
+
Shoes.quit unless confirm "You ARE sure you're OK??"
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
stack :top => 0.5, :left => 0.5 do
|
3
|
+
para "Counting up:"
|
4
|
+
l = para "0"
|
5
|
+
animate(24) do |i|
|
6
|
+
f = ['Arial 14px', 'Serif 34px', 'Monospace 18px', 'Arial 48px'][rand(3)]
|
7
|
+
l.replace "#{i}", :font => f
|
8
|
+
end
|
9
|
+
motion do |x, y|
|
10
|
+
Shoes.p [x, y]
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
#
|
2
|
+
# a translation from a processing example
|
3
|
+
# http://vormplus.be/weging/an-introduction-to-processing/
|
4
|
+
#
|
5
|
+
Shoes.app :width => 420, :height => 420, :resizable => false do
|
6
|
+
rotation = -(Shoes::HALF_PI / 3)
|
7
|
+
step = 20
|
8
|
+
|
9
|
+
background gray(240)
|
10
|
+
stroke gray(127)
|
11
|
+
cap :curve
|
12
|
+
nofill
|
13
|
+
|
14
|
+
10.times do |i|
|
15
|
+
strokewidth i
|
16
|
+
size = 200 + (step * i)
|
17
|
+
shape do
|
18
|
+
arc self.width / 2, self.height / 2,
|
19
|
+
size, size,
|
20
|
+
rotation * i, rotation * i + Shoes::TWO_PI - Shoes::HALF_PI
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
xspeed, yspeed = 8.4, 6.6
|
2
|
+
xdir, ydir = 1, 1
|
3
|
+
|
4
|
+
Shoes.app do
|
5
|
+
background "#DFA"
|
6
|
+
border black, :strokewidth => 6
|
7
|
+
|
8
|
+
nostroke
|
9
|
+
@icon = image "#{DIR}/static/shoes-icon.png", :left => 100, :top => 100 do
|
10
|
+
alert "You're soooo quick."
|
11
|
+
end
|
12
|
+
|
13
|
+
x, y = self.width / 2, self.height / 2
|
14
|
+
size = @icon.size
|
15
|
+
animate(30) do
|
16
|
+
x += xspeed * xdir
|
17
|
+
y += yspeed * ydir
|
18
|
+
|
19
|
+
xdir *= -1 if x > self.width - size[0] or x < 0
|
20
|
+
ydir *= -1 if y > self.height - size[1] or y < 0
|
21
|
+
|
22
|
+
@icon.move x.to_i, y.to_i
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# simple-chipmunk.rb
|
2
|
+
require 'shoes/chipmunk'
|
3
|
+
|
4
|
+
Shoes.app title: 'A Tiny Chipmunk Physics Demo' do
|
5
|
+
extend ChipMunk
|
6
|
+
space = cp_space
|
7
|
+
balls = []
|
8
|
+
|
9
|
+
nofill
|
10
|
+
cp_line 0, 180, 200, 280, stroke: gold
|
11
|
+
cp_line 200, 280, 300, 270, stroke: gold
|
12
|
+
cp_line 250, 350, 350, 330
|
13
|
+
cp_line 170, 370, 220, 380
|
14
|
+
cp_line 100, 450, 300, 430, stroke: lightslategray
|
15
|
+
cp_line 300, 430, 500, 450, stroke: lightslategray
|
16
|
+
|
17
|
+
nostroke
|
18
|
+
oval(10, 30, 40, fill: blue).click{balls << cp_oval(30, 50, 20, stroke: blue, strokewidth: 2)}
|
19
|
+
oval(70, 40, 20, fill: green).click{balls << cp_oval(80, 50, 10, fill: green)}
|
20
|
+
oval(105, 45, 10, fill: red).click{balls << cp_oval(110, 50, 5, fill: red)}
|
21
|
+
|
22
|
+
every do
|
23
|
+
6.times{space.step 1.0/60}
|
24
|
+
balls.each{|ball| ball.cp_move}
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
Shoes.app :width => 360, :height => 600, :resizable => false do
|
2
|
+
stroke "#dde"
|
3
|
+
background "#f1f5ff"
|
4
|
+
13.times { |x| line 20, 142 + (30 * x), 320, 142 + (30 * x) }
|
5
|
+
11.times { |x| line 20 + (30 * x), 142, 20 + (30 * x), 502 }
|
6
|
+
|
7
|
+
stack :margin => 20 do
|
8
|
+
title "Control Sizes", :size => 16
|
9
|
+
para "This app measures various controls against a grid of lines, to be sure they size appropriately despite the platform."
|
10
|
+
stack :top => 122, :left => 30 do
|
11
|
+
button "Standard"
|
12
|
+
button "Margin: 2, Height: 30", :margin => 2, :height => 30
|
13
|
+
edit_line "Standard", :margin => 1
|
14
|
+
edit_line "Margin: 4, Height: 30", :height => 30, :margin => 4
|
15
|
+
list_box :items => ["Standard"], :choose => "Standard"
|
16
|
+
list_box :items => ["Margin: 4, Height: 32"],
|
17
|
+
:choose => "Margin: 4, Height: 32",
|
18
|
+
:height => 32, :margin => 4
|
19
|
+
progress
|
20
|
+
progress :height => 32, :margin => 4
|
21
|
+
edit_box
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# https://github.com/casparjones/First-Ruby-Steps/blob/master/shoes-samples/simple-curve.rb
|
2
|
+
# http://www.cairographics.org/samples/curve_to/
|
3
|
+
|
4
|
+
# curve_to with visible control points.
|
5
|
+
# The ovals represent the control points.
|
6
|
+
Shoes.app(title: "curve_to control points", width: 256, height: 256) do
|
7
|
+
x, y = 25.6, 128.0
|
8
|
+
x1 = 102.4; y1 = 230.4
|
9
|
+
x2 = 153.6; y2 = 25.6
|
10
|
+
x3 = 230.4; y3 = 128.0
|
11
|
+
|
12
|
+
fill green(0.2)
|
13
|
+
move_to x, y
|
14
|
+
oval(:left => x, :top => y, :radius => 10, :center => true)
|
15
|
+
oval(:left => x1, :top => y1, :radius => 10, :center => true)
|
16
|
+
oval(:left => x2, :top => y2, :radius => 10, :center => true)
|
17
|
+
oval(:left => x3, :top => y3, :radius => 10, :center => true)
|
18
|
+
|
19
|
+
fill red(0.2)
|
20
|
+
shape do
|
21
|
+
move_to x, y
|
22
|
+
curve_to x1, y1, x2, y2, x3, y3
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
#
|
2
|
+
# based on the cairo curve_to example
|
3
|
+
# http://www.cairographics.org/samples/curve_to/
|
4
|
+
#
|
5
|
+
Shoes.app do
|
6
|
+
x, y = 25.6, 128.0
|
7
|
+
x1 = 102.4; y1 = 230.4
|
8
|
+
x2 = 153.6; y2 = 25.6
|
9
|
+
x3 = 230.4; y3 = 128.0
|
10
|
+
|
11
|
+
nofill
|
12
|
+
strokewidth 10.0
|
13
|
+
shape do
|
14
|
+
move_to x, y
|
15
|
+
curve_to x1, y1, x2, y2, x3, y3
|
16
|
+
end
|
17
|
+
|
18
|
+
strokewidth 6.0
|
19
|
+
stroke rgb(1.0, 0.2, 0.2, 0.6)
|
20
|
+
shape do
|
21
|
+
move_to x, y
|
22
|
+
line_to x1, y1
|
23
|
+
move_to x2, y2
|
24
|
+
line_to x3, y3
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
Shoes.app :width => 300, :height => 150, :margin => 10 do
|
2
|
+
def answer(v)
|
3
|
+
@answer.replace v.inspect
|
4
|
+
end
|
5
|
+
|
6
|
+
button "Ask" do
|
7
|
+
answer ask("What is your name?")
|
8
|
+
end
|
9
|
+
button "Confirm" do
|
10
|
+
answer confirm("Would you like to proceed?")
|
11
|
+
end
|
12
|
+
button "Open File..." do
|
13
|
+
answer ask_open_file
|
14
|
+
end
|
15
|
+
button "Save File..." do
|
16
|
+
answer ask_save_file
|
17
|
+
end
|
18
|
+
button "Open Folder..." do
|
19
|
+
answer ask_open_folder
|
20
|
+
end
|
21
|
+
button "Save Folder..." do
|
22
|
+
answer ask_save_folder
|
23
|
+
end
|
24
|
+
button "Color" do
|
25
|
+
answer ask_color("Pick a Color")
|
26
|
+
end
|
27
|
+
|
28
|
+
@answer = para "Answers appear here"
|
29
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
background "#eee"
|
3
|
+
@list = stack do
|
4
|
+
para "Enter a URL to download:", :margin => [10, 8, 10, 0]
|
5
|
+
flow :margin => 10 do
|
6
|
+
@url = edit_line :width => -120
|
7
|
+
@url.text ='http://walkabout.mvmanila.com/public/share/Ytm-2.exe'
|
8
|
+
st_time = 0
|
9
|
+
end_time = 0
|
10
|
+
totalsz = 0
|
11
|
+
button "Download", :width => 120 do
|
12
|
+
st_time = Time.now
|
13
|
+
@list.append do
|
14
|
+
stack do
|
15
|
+
background "#eee".."#ccd"
|
16
|
+
stack :margin => 10 do
|
17
|
+
dld = nil
|
18
|
+
para @url.text, " [", link("cancel") { @dld.abort }, "]", :margin => 0
|
19
|
+
d = inscription "Beginning transfer.", :margin => 0
|
20
|
+
p = progress :width => 1.0, :height => 14
|
21
|
+
@dld = download @url.text, :save => File.basename(@url.text),
|
22
|
+
:pause => 0.02,
|
23
|
+
:progress => proc { |dl|
|
24
|
+
d.text = "Transferred #{dl.transferred} of #{dl.length} bytes (#{dl.percent.to_s[0..6]}%)"
|
25
|
+
p.fraction = dl.percent
|
26
|
+
},
|
27
|
+
:finish => proc { |dl|
|
28
|
+
end_time = Time.now
|
29
|
+
secs = (end_time.to_i - st_time.to_i)
|
30
|
+
kb = dl.length < 1024 ? 1: dl.length / 1024
|
31
|
+
d.text = "Download completed KB/s: #{kb/secs} seconds:#{secs}"
|
32
|
+
}
|
33
|
+
para "Should appear after button press"
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
background "#eee"
|
3
|
+
@list = stack do
|
4
|
+
para "Enter a URL to download:", :margin => [10, 8, 10, 0]
|
5
|
+
flow :margin => 10 do
|
6
|
+
@url = edit_line :width => -120
|
7
|
+
@url.text ='http://shoes.mvmanila.com'
|
8
|
+
button "Download", :width => 120 do
|
9
|
+
@list.append do
|
10
|
+
stack do
|
11
|
+
background "#eee".."#ccd"
|
12
|
+
stack :margin => 10 do
|
13
|
+
dld = nil
|
14
|
+
download @url.text do |r|
|
15
|
+
para "Status: #{r.response.status}\nHeaders:"
|
16
|
+
r.response.headers.each {|k,v| para "#{k}: #{v}\n"}
|
17
|
+
sz = r.response.body.size
|
18
|
+
para "Body size: #{sz}\n"
|
19
|
+
if sz > 0
|
20
|
+
lines = r.response.body.split
|
21
|
+
para "First: #{lines[0]}\n"
|
22
|
+
para "Last: #{lines[-1]}\n"
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
str, t = "", nil
|
2
|
+
Shoes.app :height => 500, :width => 450 do
|
3
|
+
background rgb(77, 77, 77)
|
4
|
+
stack :margin => 10 do
|
5
|
+
para span("TEXT EDITOR", :stroke => red, :fill => white), " * USE ALT-Q TO QUIT", :stroke => white
|
6
|
+
end
|
7
|
+
stack :margin => 10 do
|
8
|
+
t = para "", :font => "Monospace 12px", :stroke => white
|
9
|
+
t.cursor = -1
|
10
|
+
end
|
11
|
+
keypress do |k|
|
12
|
+
case k
|
13
|
+
when String
|
14
|
+
str += k
|
15
|
+
when :backspace
|
16
|
+
str.slice!(-1)
|
17
|
+
when :tab
|
18
|
+
str += " "
|
19
|
+
when :alt_q
|
20
|
+
Shoes.quit
|
21
|
+
when :alt_c
|
22
|
+
self.clipboard = str
|
23
|
+
when :alt_v
|
24
|
+
str += self.clipboard
|
25
|
+
end
|
26
|
+
t.replace str
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
Shoes.app :width => 320, :height => 420 do
|
2
|
+
background "../static/menu-gray.png"
|
3
|
+
background "../static/menu-top.png", :height => 50
|
4
|
+
background "../static/menu-left.png", :top => 50, :width => 55
|
5
|
+
background "../static/menu-right.png", :right => 0, :top => 50, :width => 55
|
6
|
+
image "../static/menu-corner1.png", :top => 0, :left => 0
|
7
|
+
# image "../static/menu-corner2.png", :right => 0, :top => 0
|
8
|
+
# list_box :items => ["Phyllis", "Ronald", "Wyatt"]
|
9
|
+
list_box(items: ["Phyllis", "Ronald", "Wyatt"])
|
10
|
+
|
11
|
+
stack :margin => 40 do
|
12
|
+
stack :margin => 10 do
|
13
|
+
para "Name"
|
14
|
+
@name = list_box :items => ["Phyllis", "Ronald", "Wyatt"]
|
15
|
+
end
|
16
|
+
stack :margin => 10 do
|
17
|
+
para "Address"
|
18
|
+
@address = edit_line
|
19
|
+
end
|
20
|
+
stack :margin => 10 do
|
21
|
+
para "Phone"
|
22
|
+
@phone = edit_line
|
23
|
+
end
|
24
|
+
stack :margin => 10 do
|
25
|
+
button "Save" do
|
26
|
+
Shoes.p [@name.text, @address.text, @phone.text]
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
background "#eee"
|
3
|
+
@list = stack do
|
4
|
+
@img = image '../static/man-builds.png'
|
5
|
+
para "Enter a image URL to download:", :margin => [10, 8, 10, 0]
|
6
|
+
flow :margin => 10 do
|
7
|
+
@url = edit_line :width => -120
|
8
|
+
@url.text ='http://shoes.mvmanila.com/public/images/dino.jpg'
|
9
|
+
button "Download", :width => 120 do
|
10
|
+
@list.append do
|
11
|
+
stack do
|
12
|
+
background "#eee".."#ccd"
|
13
|
+
stack :margin => 10 do
|
14
|
+
image @url.text
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,78 @@
|
|
1
|
+
Shoes.app height: 800, width: 800 do
|
2
|
+
para "Startup info\n"
|
3
|
+
para "Ruby Version: #{RUBY_VERSION} on #{RUBY_PLATFORM}\n"
|
4
|
+
para "Shoes Release: #{Shoes::RELEASE_NAME}\n"
|
5
|
+
para " built on #{Shoes::RELEASE_BUILD_DATE}\n"
|
6
|
+
para " Fit: #{Shoes::RELEASE_TYPE}\n"
|
7
|
+
para "Gems Version #{Gem::RubyGemsVersion}"
|
8
|
+
if defined?(ShoesGemJailBreak)
|
9
|
+
para "Jailbreak == #{ShoesGemJailBreak}"
|
10
|
+
else
|
11
|
+
para "Cannot determine JailBreak status?"
|
12
|
+
end
|
13
|
+
stack do
|
14
|
+
para "Env Variables"
|
15
|
+
@env = edit_box height: 150, width: 0.95, margin: 8
|
16
|
+
ct = ["ENV vars:\n"]
|
17
|
+
ENV.each_key do |i|
|
18
|
+
ct << "#{i}=#{ENV[i]}\n"
|
19
|
+
end
|
20
|
+
@env.text = ct.join
|
21
|
+
|
22
|
+
ct = ["$: Array of ext/gem dirs:\n"]
|
23
|
+
para ct[0].rstrip
|
24
|
+
@edir = edit_box height: 150, width: 0.95, margin: 8
|
25
|
+
$:.each do |gdir|
|
26
|
+
ct << "#{gdir}\n"
|
27
|
+
end
|
28
|
+
@edir.text = ct.join
|
29
|
+
|
30
|
+
ct = ["RbConfig::CONFIG\n"]
|
31
|
+
para ct[0].strip
|
32
|
+
@rbc = edit_box height: 150, width: 0.95, margin: 8
|
33
|
+
RbConfig::CONFIG.each_key do |j|
|
34
|
+
ct << "'#{j}' = #{RbConfig::CONFIG[j]}\n"
|
35
|
+
end
|
36
|
+
@rbc.text = ct.join
|
37
|
+
|
38
|
+
hsh = {}
|
39
|
+
ct = ["$\" before require\n"]
|
40
|
+
para ct[0].rstrip
|
41
|
+
@ld1 = edit_box height: 150, width: 0.95, margin: 8
|
42
|
+
$".each do |k|
|
43
|
+
ct << "#{k}\n"
|
44
|
+
hsh[k] = true
|
45
|
+
end
|
46
|
+
@ld1.text = ct.join
|
47
|
+
|
48
|
+
ct = ["$\" additions after require\n"]
|
49
|
+
para ct[0].rstrip
|
50
|
+
@ld2 = edit_box height: 150, width: 0.95, margin: 8
|
51
|
+
require 'bigdecimal'
|
52
|
+
require 'nokogiri'
|
53
|
+
if ShoesGemJailBreak
|
54
|
+
#require 'nokogiri'
|
55
|
+
end
|
56
|
+
$".each do |f|
|
57
|
+
ct << "#{f}\n" unless hsh[f]
|
58
|
+
end
|
59
|
+
@ld2.text =ct.join
|
60
|
+
flow do
|
61
|
+
button "Save to file..." do
|
62
|
+
fn = ask_save_file
|
63
|
+
if fn && f=File.open(fn,"w")
|
64
|
+
f.puts @env.text
|
65
|
+
f.puts ("\n")
|
66
|
+
f.puts @edir.text
|
67
|
+
f.puts ("\n")
|
68
|
+
f.puts @rbc.text
|
69
|
+
f.puts ("\n")
|
70
|
+
f.puts @ld1.text
|
71
|
+
f.puts ("\n")
|
72
|
+
f.puts @ld2.text
|
73
|
+
f.close
|
74
|
+
end
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
Shoes.app do
|
2
|
+
background black
|
3
|
+
|
4
|
+
stack :top => 0.4, :left => 0.2 do
|
5
|
+
@stripes = stack
|
6
|
+
|
7
|
+
mask do
|
8
|
+
title "Shoes", :weight => "bold", :size => 82
|
9
|
+
end
|
10
|
+
end
|
11
|
+
|
12
|
+
animate 10 do
|
13
|
+
@stripes.clear do
|
14
|
+
20.times do |i|
|
15
|
+
strokewidth 4
|
16
|
+
stroke rgb((0.0..0.5).rand, (0.0..1.0).rand, (0.0..0.3).rand)
|
17
|
+
line 0, i * 5, 400, i * 8
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
xspeed, yspeed = 8.4, 6.6
|
2
|
+
xdir, ydir = 1, 1
|
3
|
+
|
4
|
+
Shoes.app do
|
5
|
+
background "#{DIR}/static/stripe.png"
|
6
|
+
|
7
|
+
mask do
|
8
|
+
@icon = image "#{DIR}/static/shoes-icon.png", :left => 100, :top => 100 do
|
9
|
+
alert "You're soooo quick."
|
10
|
+
end
|
11
|
+
title "STATIC !", weight: "ultrabold", :left => 150, :top => 150
|
12
|
+
@s = star 230,100,7, 50, 25
|
13
|
+
end
|
14
|
+
|
15
|
+
x, y = self.width / 2, self.height / 2
|
16
|
+
size = @icon.size
|
17
|
+
animate(30) do |f|
|
18
|
+
x += xspeed * xdir
|
19
|
+
y += yspeed * ydir
|
20
|
+
|
21
|
+
xdir *= -1 if x > self.width - size[0] or x < 0
|
22
|
+
ydir *= -1 if y > self.height - size[1] or y < 0
|
23
|
+
|
24
|
+
@icon.move x.to_i, y.to_i
|
25
|
+
@s.toggle if f % 10 == 0
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
class MenuPanel < Shoes::Widget
|
2
|
+
@@boxes = []
|
3
|
+
def initialize(color, args)
|
4
|
+
@@boxes << self
|
5
|
+
background color
|
6
|
+
para link("Box #{@@boxes.length}", :stroke => white, :fill => nil).
|
7
|
+
click { visit "/" },
|
8
|
+
:margin => 18, :align => "center", :size => 20
|
9
|
+
hover { expand }
|
10
|
+
end
|
11
|
+
def expand
|
12
|
+
if self.width < 170
|
13
|
+
a = animate 30 do
|
14
|
+
@@boxes.each do |b|
|
15
|
+
b.width -= 5 if b != self and b.width > 140
|
16
|
+
end
|
17
|
+
self.width += 5
|
18
|
+
a.stop if self.width >= 170
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
Shoes.app :width => 400, :height => 130 do
|
25
|
+
style(Shoes::Link, :underline => nil)
|
26
|
+
style(Shoes::LinkHover, :fill => nil, :underline => nil)
|
27
|
+
menu_panel green, :width => 170, :height => 120, :margin => 4
|
28
|
+
menu_panel blue, :width => 140, :height => 120, :margin => 4
|
29
|
+
menu_panel red, :width => 140, :height => 120, :margin => 4
|
30
|
+
menu_panel purple, :width => 140, :height => 120, :margin => 4
|
31
|
+
end
|
@@ -0,0 +1,35 @@
|
|
1
|
+
class MenuPanel < Shoes::Widget
|
2
|
+
$boxes = []
|
3
|
+
def initialize(color, args)
|
4
|
+
$boxes << self
|
5
|
+
background color
|
6
|
+
para link("Box #{$boxes.length}", :stroke => white, :fill => nil).
|
7
|
+
click { visit "/" },
|
8
|
+
:margin => 18, :align => "center", :size => 20
|
9
|
+
yield
|
10
|
+
end
|
11
|
+
end
|
12
|
+
|
13
|
+
Shoes.app :width => 600, :height => 130 do
|
14
|
+
style(Shoes::Link, :underline => nil)
|
15
|
+
style(Shoes::LinkHover, :fill => nil, :underline => nil)
|
16
|
+
|
17
|
+
expand = proc do
|
18
|
+
hover do |box|
|
19
|
+
if box.width < 170
|
20
|
+
a = animate 30 do
|
21
|
+
$boxes.each do |b|
|
22
|
+
b.width -= 5 if b != box and b.width > 140
|
23
|
+
end
|
24
|
+
box.width += 5
|
25
|
+
a.stop if box.width >= 170
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
menu_panel green, :width => 170, :height => 120, :margin => 4, &expand
|
32
|
+
menu_panel blue, :width => 140, :height => 120, :margin => 4, &expand
|
33
|
+
menu_panel red, :width => 140, :height => 120, :margin => 4, &expand
|
34
|
+
menu_panel purple, :width => 140, :height => 120, :margin => 4, &expand
|
35
|
+
end
|