lacci 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -2
- data/Gemfile.lock +72 -0
- data/Rakefile +1 -4
- data/lib/lacci/scarpe_cli.rb +70 -0
- data/lib/lacci/scarpe_core.rb +21 -0
- data/lib/lacci/version.rb +13 -0
- data/lib/shoes/app.rb +91 -14
- data/lib/{scarpe → shoes}/background.rb +1 -1
- data/lib/{scarpe → shoes}/border.rb +1 -1
- data/lib/{scarpe → shoes}/colors.rb +1 -1
- data/lib/shoes/constants.rb +5 -2
- data/lib/{scarpe → shoes}/display_service.rb +8 -9
- data/lib/{scarpe → shoes}/download.rb +5 -5
- data/lib/shoes/log.rb +71 -0
- data/lib/{scarpe → shoes}/spacing.rb +1 -1
- data/lib/shoes/widget.rb +28 -19
- data/lib/{scarpe → shoes/widgets}/alert.rb +2 -2
- data/lib/{scarpe → shoes/widgets}/arc.rb +6 -4
- data/lib/{scarpe → shoes/widgets}/button.rb +2 -2
- data/lib/shoes/widgets/check.rb +28 -0
- data/lib/{scarpe → shoes/widgets}/document_root.rb +3 -3
- data/lib/{scarpe → shoes/widgets}/edit_box.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/edit_line.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/flow.rb +6 -2
- data/lib/{scarpe → shoes/widgets}/font.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/image.rb +2 -8
- data/lib/shoes/widgets/line.rb +18 -0
- data/lib/{scarpe → shoes/widgets}/link.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/list_box.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/para.rb +1 -25
- data/lib/shoes/widgets/radio.rb +35 -0
- data/lib/shoes/widgets/shape.rb +37 -0
- data/lib/shoes/widgets/slot.rb +75 -0
- data/lib/{scarpe → shoes/widgets}/span.rb +1 -1
- data/lib/{scarpe → shoes/widgets}/stack.rb +5 -1
- data/lib/{scarpe → shoes/widgets}/star.rb +5 -8
- data/lib/{scarpe → shoes/widgets}/subscription_item.rb +1 -1
- data/lib/shoes/{text_widget.rb → widgets/text_widget.rb} +2 -3
- data/lib/{scarpe → shoes/widgets}/video.rb +1 -1
- data/lib/shoes/widgets.rb +29 -0
- data/lib/shoes.rb +71 -9
- metadata +38 -555
- data/.rubocop.yml +0 -85
- data/.ruby-version +0 -1
- data/.vscode/extensions.json +0 -5
- data/.yardopts +0 -12
- data/CHANGELOG.md +0 -19
- data/CODE_OF_CONDUCT.md +0 -84
- data/CONTRIBUTING.md +0 -20
- data/LICENSE.txt +0 -21
- data/README.md +0 -178
- data/bin/console +0 -15
- data/bin/setup +0 -8
- data/dev.yml +0 -7
- data/docs/static/PKGBUILD +0 -47
- data/docs/static/Shoes.icns +0 -0
- data/docs/static/avatar.png +0 -0
- data/docs/static/code_highlighter.js +0 -188
- data/docs/static/code_highlighter_ruby.js +0 -26
- 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 +0 -3529
- data/docs/static/manual-ja.txt +0 -2829
- data/docs/static/manual.css +0 -171
- data/docs/static/manual.md +0 -3528
- 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 +0 -375
- data/docs/static/stubs/cocoa-install +0 -0
- data/docs/static/stubs/sh-install +0 -49
- 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/docs/yard/catscradle.md +0 -44
- data/docs/yard/template/default/fulldoc/html/setup.rb +0 -13
- data/docs/yard/template/default/layout/html/setup.rb +0 -9
- data/examples/backdround_with_image.rb +0 -16
- data/examples/bloopsaphone/working/1901_by_Aanand_Prasad.rb +0 -478
- data/examples/bloopsaphone/working/b1.rb +0 -64
- data/examples/bloopsaphone/working/b2.rb +0 -36
- data/examples/bloopsaphone/working/bloops_test.rb +0 -41
- data/examples/bloopsaphone/working/bloopsaphone_theme_song_by_why.rb +0 -31
- data/examples/bloopsaphone/working/feepogram.rb +0 -67
- data/examples/bloopsaphone/working/simpsons_theme_song_by_why.rb +0 -14
- data/examples/bloopsaphone/working/tune_cheeky_drat.rb +0 -210
- data/examples/button.rb +0 -10
- data/examples/button_alert.rb +0 -6
- data/examples/button_go_away.rb +0 -6
- data/examples/button_with_position_and_size.rb +0 -7
- data/examples/coffee.rb +0 -14
- data/examples/download.rb +0 -5
- data/examples/download_and_show_image.rb +0 -28
- data/examples/edit_box.rb +0 -8
- data/examples/edit_line.rb +0 -8
- data/examples/fill.rb +0 -25
- data/examples/flow.rb +0 -11
- data/examples/fonts.rb +0 -6
- data/examples/gen.rb +0 -140
- data/examples/get_headers.rb +0 -10
- data/examples/hello_world.rb +0 -3
- data/examples/highlander.rb +0 -87
- data/examples/image/clickable_image.rb +0 -5
- data/examples/image/image.rb +0 -3
- data/examples/image/image_size.rb +0 -7
- data/examples/image/image_with_position_and_size.rb +0 -3
- data/examples/info.rb +0 -9
- data/examples/legacy/not_checked/expert/colours.rb +0 -105
- data/examples/legacy/not_checked/expert/curve-animation.rb +0 -31
- data/examples/legacy/not_checked/expert/curve-control-point.rb +0 -51
- data/examples/legacy/not_checked/expert/custom-list-box.rb +0 -53
- data/examples/legacy/not_checked/expert/definr.rb +0 -23
- data/examples/legacy/not_checked/expert/funnies.rb +0 -56
- data/examples/legacy/not_checked/expert/minesweeper.rb +0 -267
- data/examples/legacy/not_checked/expert/othello.rb +0 -318
- data/examples/legacy/not_checked/expert/pong.rb +0 -62
- data/examples/legacy/not_checked/expert/tankspank.rb +0 -385
- data/examples/legacy/not_checked/expert/tooltips.rb +0 -45
- data/examples/legacy/not_checked/expert/url.rb +0 -37
- data/examples/legacy/not_checked/expert/video-player.rb +0 -256
- data/examples/legacy/not_checked/good/_why-stories.rb +0 -44
- data/examples/legacy/not_checked/good/_why-stories.yaml +0 -387
- data/examples/legacy/not_checked/good/arc.rb +0 -37
- data/examples/legacy/not_checked/good/cardflip.rb +0 -141
- data/examples/legacy/not_checked/good/clock.rb +0 -51
- data/examples/legacy/not_checked/good/console.rb +0 -21
- data/examples/legacy/not_checked/good/follow.rb +0 -26
- data/examples/legacy/not_checked/good/image-rotate.rb +0 -14
- data/examples/legacy/not_checked/good/paris.svg +0 -7236
- data/examples/legacy/not_checked/good/path-animation.rb +0 -46
- data/examples/legacy/not_checked/good/plots.rb +0 -100
- data/examples/legacy/not_checked/good/reminder.rb +0 -174
- data/examples/legacy/not_checked/good/svgview.rb +0 -113
- data/examples/legacy/not_checked/good/vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-contrib/.gitignore +0 -2
- data/examples/legacy/not_checked/shoes-contrib/README.md +0 -34
- data/examples/legacy/not_checked/shoes-contrib/animation/animate-ovals.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/animation/flowers.rb +0 -59
- data/examples/legacy/not_checked/shoes-contrib/animation/happy-trails.rb +0 -31
- data/examples/legacy/not_checked/shoes-contrib/animation/mice-satellites.rb +0 -27
- data/examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb +0 -12
- data/examples/legacy/not_checked/shoes-contrib/animation/pink-bubbles.rb +0 -34
- data/examples/legacy/not_checked/shoes-contrib/animation/pulsate.rb +0 -18
- data/examples/legacy/not_checked/shoes-contrib/animation/rotating-star.rb +0 -18
- data/examples/legacy/not_checked/shoes-contrib/app/download-and-save.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/app/download.rb +0 -10
- data/examples/legacy/not_checked/shoes-contrib/app/get-google.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/app/mouse-detection.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/app/resizeable-false.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/art/bubble-bullseye.rb +0 -23
- data/examples/legacy/not_checked/shoes-contrib/art/faded.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/art/fill-oval.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/art/mask.rb +0 -15
- data/examples/legacy/not_checked/shoes-contrib/art/oval-gradient.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/art/star-gradient.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-edit-box.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-new-window.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-image.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval-shape.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/basic-oval.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.rb +0 -43
- data/examples/legacy/not_checked/shoes-contrib/basic/class-book.yaml +0 -387
- data/examples/legacy/not_checked/shoes-contrib/basic/clock.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/basic/edit-stack +0 -14
- data/examples/legacy/not_checked/shoes-contrib/basic/gradient-shoes.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/basic/list_box-shape-report.rb +0 -19
- data/examples/legacy/not_checked/shoes-contrib/basic/rect-arrow.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/basic/scribble.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/basic/search.rb +0 -32
- data/examples/legacy/not_checked/shoes-contrib/basic/shoes-notes.rb +0 -16
- data/examples/legacy/not_checked/shoes-contrib/basic/url-shoes-subclassing.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/browser.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/elements/background-column.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/elements/background.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/elements/basic-fps.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/border-cat.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/button-block.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/elements/check-mate.rb +0 -15
- data/examples/legacy/not_checked/shoes-contrib/elements/common-styles.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/displace-animation.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_box-character-count.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/edit_line-character-count.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/image-icon.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box-select-class.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/list_box.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/move-flow-animate.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/elements/phat-button.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/popup.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/elements/progress-bar.rb +0 -10
- data/examples/legacy/not_checked/shoes-contrib/elements/radio-dreamcast-favs.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/elements/timer.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/elements/width-introspec.rb +0 -8
- data/examples/legacy/not_checked/shoes-contrib/events/background-hover.rb +0 -11
- data/examples/legacy/not_checked/shoes-contrib/events/motion-detect.rb +0 -9
- data/examples/legacy/not_checked/shoes-contrib/events/pressed-key.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-funnies.rb +0 -51
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-irb.rb +0 -112
- data/examples/legacy/not_checked/shoes-contrib/expert/expert-othello.rb +0 -319
- data/examples/legacy/not_checked/shoes-contrib/good/good-arc.rb +0 -37
- data/examples/legacy/not_checked/shoes-contrib/good/good-clock.rb +0 -51
- data/examples/legacy/not_checked/shoes-contrib/good/good-follow.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/good/good-reminder.rb +0 -174
- data/examples/legacy/not_checked/shoes-contrib/good/good-vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_color.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_open_file.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/ask_save_file.rb +0 -7
- data/examples/legacy/not_checked/shoes-contrib/kernel/confirm.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/kernel/debug.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/kernel/exit.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/kernel/font.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/kernel/fonts.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/manipulation/append-slot.rb +0 -9
- data/examples/legacy/not_checked/shoes-contrib/manipulation/clear-slot.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/manipulation/prepend-slot.rb +0 -6
- data/examples/legacy/not_checked/shoes-contrib/manipulation/roll.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/position/gutter-margin.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/position/stack-width.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-accordion.rb +0 -75
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-anim-text.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-arc.rb +0 -23
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-bounce.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-calc.rb +0 -70
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-chipmunk.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-control-sizes.rb +0 -24
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-curve.rb +0 -26
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-dialogs.rb +0 -29
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-downloader.rb +0 -27
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-editor.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-mask.rb +0 -21
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu.rb +0 -31
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-menu1.rb +0 -35
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-rubygems.rb +0 -29
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-slide.rb +0 -45
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sphere.rb +0 -28
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-sqlite3.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-timer.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/simple/simple-video.rb +0 -13
- data/examples/legacy/not_checked/shoes-contrib/styles/alignment.rb +0 -4
- data/examples/legacy/not_checked/shoes-contrib/styles/attachment.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/styles/emphasis.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/gradient-angle.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/para-methods.rb +0 -5
- data/examples/legacy/not_checked/shoes-contrib/styles/para-red-underlined.rb +0 -3
- data/examples/legacy/not_checked/shoes-contrib/styles/para-style-method.rb +0 -4
- data/examples/legacy/not_checked/shoes-dep-samples/expert-game-of-life.rb +0 -243
- data/examples/legacy/not_checked/shoes-dep-samples/expert-othello.rb +0 -319
- data/examples/legacy/not_checked/shoes-dep-samples/good-clock.rb +0 -51
- data/examples/legacy/not_checked/shoes-dep-samples/good-follow.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/good-reminder.rb +0 -174
- data/examples/legacy/not_checked/shoes-dep-samples/good-vjot.rb +0 -56
- data/examples/legacy/not_checked/shoes-dep-samples/simple-accordion.rb +0 -75
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/shoes-dep-samples/simple-anim-text.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-arc.rb +0 -23
- data/examples/legacy/not_checked/shoes-dep-samples/simple-bounce.rb +0 -24
- data/examples/legacy/not_checked/shoes-dep-samples/simple-calc.rb +0 -70
- data/examples/legacy/not_checked/shoes-dep-samples/simple-chipmunk.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/simple-control-sizes.rb +0 -24
- data/examples/legacy/not_checked/shoes-dep-samples/simple-curve.rb +0 -26
- data/examples/legacy/not_checked/shoes-dep-samples/simple-dialogs.rb +0 -29
- data/examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-editor.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-form.shy +0 -0
- data/examples/legacy/not_checked/shoes-dep-samples/simple-mask.rb +0 -21
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu.rb +0 -31
- data/examples/legacy/not_checked/shoes-dep-samples/simple-menu1.rb +0 -35
- data/examples/legacy/not_checked/shoes-dep-samples/simple-rubygems.rb +0 -29
- data/examples/legacy/not_checked/shoes-dep-samples/simple-slide.rb +0 -45
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sphere.rb +0 -28
- data/examples/legacy/not_checked/shoes-dep-samples/simple-sqlite3.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-timer.rb +0 -13
- data/examples/legacy/not_checked/shoes-dep-samples/simple-video.rb +0 -13
- data/examples/legacy/not_checked/shoes3-tests/AnemicCinema1926marcelDuchampCut.mp4 +0 -0
- data/examples/legacy/not_checked/shoes3-tests/button/button.rb +0 -53
- data/examples/legacy/not_checked/shoes3-tests/cache/cache.rb +0 -41
- data/examples/legacy/not_checked/shoes3-tests/combo/combo.rb +0 -24
- data/examples/legacy/not_checked/shoes3-tests/curl/bare.rb +0 -34
- data/examples/legacy/not_checked/shoes3-tests/curl/downloader.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/curl/m1.rb +0 -11
- data/examples/legacy/not_checked/shoes3-tests/curl/m2.rb +0 -12
- data/examples/legacy/not_checked/shoes3-tests/curl/m3.rb +0 -11
- data/examples/legacy/not_checked/shoes3-tests/curl/m4.rb +0 -5
- data/examples/legacy/not_checked/shoes3-tests/curl/typ.rb +0 -30
- data/examples/legacy/not_checked/shoes3-tests/cursor/c1.rb +0 -21
- data/examples/legacy/not_checked/shoes3-tests/decoration.rb +0 -14
- data/examples/legacy/not_checked/shoes3-tests/dialogs/ask.rb +0 -6
- data/examples/legacy/not_checked/shoes3-tests/dialogs/confirm.rb +0 -6
- data/examples/legacy/not_checked/shoes3-tests/editbox/editbox.rb +0 -36
- data/examples/legacy/not_checked/shoes3-tests/editline/editline.rb +0 -27
- data/examples/legacy/not_checked/shoes3-tests/events/button.rb +0 -32
- data/examples/legacy/not_checked/shoes3-tests/events/button.yaml +0 -40
- data/examples/legacy/not_checked/shoes3-tests/events/capture.rb +0 -57
- data/examples/legacy/not_checked/shoes3-tests/events/chipmunk.yaml +0 -47
- data/examples/legacy/not_checked/shoes3-tests/events/event0.rb +0 -8
- data/examples/legacy/not_checked/shoes3-tests/events/event1.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/events/event1.yaml +0 -26
- data/examples/legacy/not_checked/shoes3-tests/events/event2.rb +0 -46
- data/examples/legacy/not_checked/shoes3-tests/events/event3.rb +0 -44
- data/examples/legacy/not_checked/shoes3-tests/events/event4.rb +0 -65
- data/examples/legacy/not_checked/shoes3-tests/events/event5.rb +0 -17
- data/examples/legacy/not_checked/shoes3-tests/events/event6.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/events/replay.rb +0 -60
- data/examples/legacy/not_checked/shoes3-tests/gapp/fullscreen.rb +0 -38
- data/examples/legacy/not_checked/shoes3-tests/gapp/icon.rb +0 -56
- data/examples/legacy/not_checked/shoes3-tests/gapp/mon1.rb +0 -46
- data/examples/legacy/not_checked/shoes3-tests/gapp/settings1.rb +0 -22
- data/examples/legacy/not_checked/shoes3-tests/gapp/title1.rb +0 -34
- data/examples/legacy/not_checked/shoes3-tests/indian.m4a +0 -0
- data/examples/legacy/not_checked/shoes3-tests/menus/event.rb +0 -33
- data/examples/legacy/not_checked/shoes3-tests/menus/menu1.rb +0 -8
- data/examples/legacy/not_checked/shoes3-tests/menus/menu2.rb +0 -25
- data/examples/legacy/not_checked/shoes3-tests/menus/menu3.rb +0 -103
- data/examples/legacy/not_checked/shoes3-tests/menus/menu4.rb +0 -41
- data/examples/legacy/not_checked/shoes3-tests/menus/tests.txt +0 -42
- data/examples/legacy/not_checked/shoes3-tests/opacity.rb +0 -13
- data/examples/legacy/not_checked/shoes3-tests/plot/^IRX.R +0 -5219
- data/examples/legacy/not_checked/shoes3-tests/plot/^SPX +0 -5219
- data/examples/legacy/not_checked/shoes3-tests/plot/cstest.rb +0 -51
- data/examples/legacy/not_checked/shoes3-tests/plot/gr1.rb +0 -73
- data/examples/legacy/not_checked/shoes3-tests/plot/gr2.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/plot/gr3.rb +0 -47
- data/examples/legacy/not_checked/shoes3-tests/plot/gr4.rb +0 -35
- data/examples/legacy/not_checked/shoes3-tests/plot/gr5.rb +0 -31
- data/examples/legacy/not_checked/shoes3-tests/plot/gr6.rb +0 -35
- data/examples/legacy/not_checked/shoes3-tests/plot/gr7.rb +0 -37
- data/examples/legacy/not_checked/shoes3-tests/plot/grcsv.rb +0 -219
- data/examples/legacy/not_checked/shoes3-tests/plot/manual.rb +0 -40
- data/examples/legacy/not_checked/shoes3-tests/progress/progress.rb +0 -29
- data/examples/legacy/not_checked/shoes3-tests/radio/clear.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/radio/group.rb +0 -18
- data/examples/legacy/not_checked/shoes3-tests/radio/multiple.rb +0 -32
- data/examples/legacy/not_checked/shoes3-tests/radio/nogroup.rb +0 -9
- data/examples/legacy/not_checked/shoes3-tests/simpletest.svg +0 -14
- data/examples/legacy/not_checked/shoes3-tests/spinner.rb +0 -15
- data/examples/legacy/not_checked/shoes3-tests/svg.rb +0 -208
- data/examples/legacy/not_checked/shoes3-tests/switch/switch.rb +0 -28
- data/examples/legacy/not_checked/shoes3-tests/systray/back.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/systray/note.rb +0 -17
- data/examples/legacy/not_checked/shoes3-tests/terminal/cursor.rb +0 -27
- data/examples/legacy/not_checked/shoes3-tests/terminal/ed.rb +0 -65
- data/examples/legacy/not_checked/shoes3-tests/terminal/el.rb +0 -50
- data/examples/legacy/not_checked/shoes3-tests/terminal/logattr.rb +0 -31
- data/examples/legacy/not_checked/shoes3-tests/tests_color.rb +0 -138
- data/examples/legacy/not_checked/shoes3-tests/tests_svg.rb +0 -228
- data/examples/legacy/not_checked/shoes3-tests/tests_video_vlc.rb +0 -186
- data/examples/legacy/not_checked/shoes3-tests/tooltips.rb +0 -20
- data/examples/legacy/not_checked/shoes3-tests/video_vlc.rb +0 -242
- data/examples/legacy/not_checked/shoes3-tests/wheel/wheel1.rb +0 -21
- data/examples/legacy/not_checked/simple/accordion.rb +0 -81
- data/examples/legacy/not_checked/simple/anim-shapes.rb +0 -17
- data/examples/legacy/not_checked/simple/anim-text.rb +0 -13
- data/examples/legacy/not_checked/simple/arc.rb +0 -23
- data/examples/legacy/not_checked/simple/bounce.rb +0 -24
- data/examples/legacy/not_checked/simple/chipmunk.rb +0 -26
- data/examples/legacy/not_checked/simple/control-sizes.rb +0 -24
- data/examples/legacy/not_checked/simple/curve-control-points.rb +0 -24
- data/examples/legacy/not_checked/simple/curve.rb +0 -26
- data/examples/legacy/not_checked/simple/dialogs.rb +0 -29
- data/examples/legacy/not_checked/simple/downloader.rb +0 -40
- data/examples/legacy/not_checked/simple/downloader1.rb +0 -31
- data/examples/legacy/not_checked/simple/draw.rb +0 -13
- data/examples/legacy/not_checked/simple/editor.rb +0 -28
- data/examples/legacy/not_checked/simple/form.rb +0 -30
- data/examples/legacy/not_checked/simple/image.rb +0 -21
- data/examples/legacy/not_checked/simple/info.rb +0 -78
- data/examples/legacy/not_checked/simple/mask.rb +0 -21
- data/examples/legacy/not_checked/simple/mask2.rb +0 -27
- data/examples/legacy/not_checked/simple/menu.rb +0 -31
- data/examples/legacy/not_checked/simple/menu1.rb +0 -35
- data/examples/legacy/not_checked/simple/slide.rb +0 -45
- data/examples/legacy/not_checked/simple/sphere.rb +0 -28
- data/examples/legacy/not_checked/superleg.rb +0 -244
- data/examples/legacy/working/shoes-contrib/basic/a-poem.rb +0 -24
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks-instances.rb +0 -7
- data/examples/legacy/working/shoes-contrib/basic/basic-blocks.rb +0 -7
- data/examples/legacy/working/shoes-contrib/basic/basic-slot.rb +0 -8
- data/examples/legacy/working/shoes-contrib/basic/intro.rb +0 -20
- data/examples/legacy/working/shoes-contrib/basic/two-column.rb +0 -12
- data/examples/legacy/working/shoes-contrib/elements/edit_box.rb +0 -6
- data/examples/legacy/working/shoes-contrib/kernel/alert.rb +0 -3
- data/examples/legacy/working/simple/calc.rb +0 -71
- data/examples/legacy/working/simple/sqlite3.rb +0 -27
- data/examples/legacy/working/simple/timer.rb +0 -13
- data/examples/line.rb +0 -5
- data/examples/link.rb +0 -20
- data/examples/list_box.rb +0 -8
- data/examples/local_fonts.rb +0 -4
- data/examples/local_images.rb +0 -4
- data/examples/motion_events.rb +0 -20
- data/examples/para/collection_of_arguments.rb +0 -9
- data/examples/para/hello_world.rb +0 -5
- data/examples/para/hide_and_show.rb +0 -9
- data/examples/para/rainbow.rb +0 -11
- data/examples/para/rainbow_2.rb +0 -11
- data/examples/para/sizes.rb +0 -11
- data/examples/para/sizes_2.rb +0 -12
- data/examples/para/strong.rb +0 -3
- data/examples/para_text_widgets.rb +0 -4
- data/examples/parse_xl_funnies.rb +0 -58
- data/examples/pirate.png +0 -0
- data/examples/raw_flow.rb +0 -11
- data/examples/ruby_racer.rb +0 -50
- data/examples/selfitude.rb +0 -18
- data/examples/shapes/arc.rb +0 -8
- data/examples/shapes/shapes.rb +0 -8
- data/examples/shapes/shapes_fill.rb +0 -10
- data/examples/shapes/star.rb +0 -5
- data/examples/shoes_school.rb +0 -66
- data/examples/shoes_splorer.rb +0 -150
- data/examples/simple_slides.rb +0 -73
- data/examples/skip_ci/parrot.rb +0 -22
- data/examples/skip_ci/say.rb +0 -20
- data/examples/sleepless.rb +0 -26
- data/examples/slots.rb +0 -10
- data/examples/spacing.rb +0 -18
- data/examples/span.rb +0 -6
- data/examples/stack/background.rb +0 -35
- data/examples/stack/border.rb +0 -11
- data/examples/stack/gradients.rb +0 -6
- data/examples/stack/raw_stack.rb +0 -8
- data/examples/stack/stack.rb +0 -27
- data/examples/text_change.rb +0 -4
- data/examples/text_sizes.rb +0 -10
- data/examples/timmy.rb +0 -109
- data/examples/title_and_resize.rb +0 -3
- data/examples/video.rb +0 -10
- data/exe/scarpe +0 -107
- data/fonts/Pacifico.ttf +0 -0
- data/lib/scarpe/base64.rb +0 -27
- data/lib/scarpe/cats_cradle.rb +0 -255
- data/lib/scarpe/fill.rb +0 -23
- data/lib/scarpe/glibui/README.md +0 -34
- data/lib/scarpe/glibui/alert.rb +0 -65
- data/lib/scarpe/glibui/app.rb +0 -27
- data/lib/scarpe/glibui/background.rb +0 -18
- data/lib/scarpe/glibui/border.rb +0 -22
- data/lib/scarpe/glibui/button.rb +0 -38
- data/lib/scarpe/glibui/dimensions.rb +0 -22
- data/lib/scarpe/glibui/document_root.rb +0 -33
- data/lib/scarpe/glibui/edit_box.rb +0 -44
- data/lib/scarpe/glibui/edit_line.rb +0 -43
- data/lib/scarpe/glibui/flow.rb +0 -33
- data/lib/scarpe/glibui/html.rb +0 -77
- data/lib/scarpe/glibui/image.rb +0 -36
- data/lib/scarpe/glibui/link.rb +0 -29
- data/lib/scarpe/glibui/local_display.rb +0 -62
- data/lib/scarpe/glibui/para.rb +0 -84
- data/lib/scarpe/glibui/spacing.rb +0 -41
- data/lib/scarpe/glibui/stack.rb +0 -33
- data/lib/scarpe/glibui/text_widget.rb +0 -30
- data/lib/scarpe/glibui/widget.rb +0 -81
- data/lib/scarpe/glibui.rb +0 -29
- data/lib/scarpe/libui/alert.rb +0 -9
- data/lib/scarpe/libui/button.rb +0 -18
- data/lib/scarpe/libui/colors.rb +0 -157
- data/lib/scarpe/libui/core.rb +0 -66
- data/lib/scarpe/libui/flow.rb +0 -16
- data/lib/scarpe/libui/libui.rb +0 -45
- data/lib/scarpe/libui/notepad.md +0 -26
- data/lib/scarpe/libui/para.rb +0 -154
- data/lib/scarpe/libui/stack.rb +0 -34
- data/lib/scarpe/line.rb +0 -25
- data/lib/scarpe/logger.rb +0 -159
- data/lib/scarpe/promises.rb +0 -405
- data/lib/scarpe/shape.rb +0 -20
- data/lib/scarpe/slot.rb +0 -7
- data/lib/scarpe/unit_test_helpers.rb +0 -236
- data/lib/scarpe/version.rb +0 -5
- data/lib/scarpe/widgets.rb +0 -35
- data/lib/scarpe/wv/alert.rb +0 -65
- data/lib/scarpe/wv/app.rb +0 -104
- data/lib/scarpe/wv/arc.rb +0 -57
- data/lib/scarpe/wv/background.rb +0 -27
- data/lib/scarpe/wv/border.rb +0 -24
- data/lib/scarpe/wv/button.rb +0 -50
- data/lib/scarpe/wv/control_interface.rb +0 -147
- data/lib/scarpe/wv/control_interface_test.rb +0 -234
- data/lib/scarpe/wv/dimensions.rb +0 -22
- data/lib/scarpe/wv/document_root.rb +0 -8
- data/lib/scarpe/wv/edit_box.rb +0 -44
- data/lib/scarpe/wv/edit_line.rb +0 -43
- data/lib/scarpe/wv/fill.rb +0 -30
- data/lib/scarpe/wv/flow.rb +0 -24
- data/lib/scarpe/wv/font.rb +0 -36
- data/lib/scarpe/wv/html.rb +0 -108
- data/lib/scarpe/wv/image.rb +0 -41
- data/lib/scarpe/wv/line.rb +0 -38
- data/lib/scarpe/wv/link.rb +0 -29
- data/lib/scarpe/wv/list_box.rb +0 -50
- data/lib/scarpe/wv/para.rb +0 -90
- data/lib/scarpe/wv/shape.rb +0 -35
- data/lib/scarpe/wv/shape_helper.rb +0 -44
- data/lib/scarpe/wv/slot.rb +0 -81
- data/lib/scarpe/wv/spacing.rb +0 -41
- data/lib/scarpe/wv/span.rb +0 -66
- data/lib/scarpe/wv/stack.rb +0 -24
- data/lib/scarpe/wv/star.rb +0 -64
- data/lib/scarpe/wv/subscription_item.rb +0 -50
- data/lib/scarpe/wv/text_widget.rb +0 -30
- data/lib/scarpe/wv/video.rb +0 -42
- data/lib/scarpe/wv/web_wrangler.rb +0 -683
- data/lib/scarpe/wv/webview_local_display.rb +0 -73
- data/lib/scarpe/wv/webview_relay_display.rb +0 -185
- data/lib/scarpe/wv/widget.rb +0 -185
- data/lib/scarpe/wv/wv_display_worker.rb +0 -65
- data/lib/scarpe/wv.rb +0 -43
- data/lib/scarpe/wv_local.rb +0 -6
- data/lib/scarpe/wv_relay.rb +0 -6
- data/lib/scarpe.rb +0 -29
- data/logger/debug_web_wrangler.json +0 -4
- data/logger/scarpe_wv_test.json +0 -4
- data/scarpe-0.2.0.gem +0 -0
- data/scarpe.gemspec +0 -44
- data/scarpegen.rb +0 -193
- data/sig/scarpe.rbs +0 -4
- data/templates/basic_class_template.erb +0 -38
- data/templates/class_template_with_event_bind.erb +0 -27
- data/templates/class_template_with_shapes.erb +0 -43
- data/templates/example_template.erb +0 -3
- data/templates/module_template.erb +0 -12
- data/templates/webview_template.erb +0 -27
@@ -1,26 +0,0 @@
|
|
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
|
@@ -1,24 +0,0 @@
|
|
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 => 40 do
|
11
|
-
button "Standard"
|
12
|
-
button "Margin: 2, Height: 28", :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
|
@@ -1,26 +0,0 @@
|
|
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
|
@@ -1,29 +0,0 @@
|
|
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
|
@@ -1,27 +0,0 @@
|
|
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
|
-
button "Download", :width => 120 do
|
8
|
-
@list.append do
|
9
|
-
stack do
|
10
|
-
background "#eee".."#ccd"
|
11
|
-
stack :margin => 10 do
|
12
|
-
dl = nil
|
13
|
-
para @url.text, " [", link("cancel") { dl.abort }, "]", :margin => 0
|
14
|
-
d = inscription "Beginning transfer.", :margin => 0
|
15
|
-
p = progress :width => 1.0, :height => 14
|
16
|
-
dl = download @url.text, :save => File.basename(@url.text),
|
17
|
-
:progress => proc { |dl|
|
18
|
-
d.text = "Transferred #{dl.transferred} of #{dl.length} bytes (#{dl.percent}%)"
|
19
|
-
p.fraction = dl.percent * 0.01 },
|
20
|
-
:finish => proc { |dl| d.text = "Download completed" }
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
@@ -1,28 +0,0 @@
|
|
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
|
-
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
|
@@ -1,28 +0,0 @@
|
|
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
|
-
|
9
|
-
stack :margin => 40 do
|
10
|
-
stack :margin => 10 do
|
11
|
-
para "Name"
|
12
|
-
@name = list_box :items => ["Phyllis", "Ronald", "Wyatt"]
|
13
|
-
end
|
14
|
-
stack :margin => 10 do
|
15
|
-
para "Address"
|
16
|
-
@address = edit_line
|
17
|
-
end
|
18
|
-
stack :margin => 10 do
|
19
|
-
para "Phone"
|
20
|
-
@phone = edit_line
|
21
|
-
end
|
22
|
-
stack :margin => 10 do
|
23
|
-
button "Save" do
|
24
|
-
Shoes.p [@name.text, @address.text, @phone.text]
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
Binary file
|
@@ -1,21 +0,0 @@
|
|
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
|
@@ -1,31 +0,0 @@
|
|
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(Link, :underline => nil)
|
26
|
-
style(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
|
@@ -1,35 +0,0 @@
|
|
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(Link, :underline => nil)
|
15
|
-
style(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
|
@@ -1,29 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# The setup block will install gems before launching the
|
3
|
-
# rest of the app below it.
|
4
|
-
#
|
5
|
-
Shoes.setup do
|
6
|
-
gem 'bluecloth =2.0.6'
|
7
|
-
gem 'metaid'
|
8
|
-
end
|
9
|
-
|
10
|
-
require 'bluecloth'
|
11
|
-
require 'metaid'
|
12
|
-
|
13
|
-
Shoes.app :width => 300, :height => 400, :resizable => false do
|
14
|
-
background "#eed"
|
15
|
-
|
16
|
-
stack :margin => 40 do
|
17
|
-
tagline "Loaded Gems:", :align => "center", :underline => "single"
|
18
|
-
Gem.loaded_specs.each do |name, spec|
|
19
|
-
para "#{name}\n#{spec.version}", :align => "center"
|
20
|
-
end
|
21
|
-
|
22
|
-
caption "Total Gems: #{Gem.source_index.length}", :align => "center", :margin_bottom => 0
|
23
|
-
para "(includes unloaded gems)", :align => "center", :margin_top => 0
|
24
|
-
button "OK", :bottom => 30, :left => 0.4 do
|
25
|
-
self.close
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# mimicking the mootools demo for Fx.Slide
|
3
|
-
# http://demos.mootools.net/Fx.Slide
|
4
|
-
#
|
5
|
-
Shoes.app do
|
6
|
-
def stop_anim
|
7
|
-
@anim.stop
|
8
|
-
@anim = nil
|
9
|
-
end
|
10
|
-
def slide_anim &blk
|
11
|
-
stop_anim if @anim
|
12
|
-
@anim = animate 30, &blk
|
13
|
-
end
|
14
|
-
def slide_out slot
|
15
|
-
slide_anim do |i|
|
16
|
-
slot.height = 150 - (i * 3)
|
17
|
-
slot.contents[0].top = -i * 3
|
18
|
-
if slot.height == 0
|
19
|
-
stop_anim
|
20
|
-
slot.hide
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
24
|
-
def slide_in slot
|
25
|
-
slot.show
|
26
|
-
slide_anim do |i|
|
27
|
-
slot.height = i * 6
|
28
|
-
slot.contents[0].top = slot.height - 150
|
29
|
-
stop_anim if slot.height == 150
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
background white
|
34
|
-
stack :margin => 10 do
|
35
|
-
para link("slide out") { slide_out @lipsum }, " | ",
|
36
|
-
link("slide in") { slide_in @lipsum }
|
37
|
-
@lipsum = stack :width => 1.0, :height => 150 do
|
38
|
-
stack do
|
39
|
-
background "#ddd"
|
40
|
-
border "#eee", :strokewidth => 5
|
41
|
-
para "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", :margin => 10
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
@@ -1,28 +0,0 @@
|
|
1
|
-
Shoes.app :width => 500, :height => 500, :resizable => false do
|
2
|
-
image 400, 470, :top => 30, :left => 50 do
|
3
|
-
nostroke
|
4
|
-
fill "#127"
|
5
|
-
image :top => 230, :left => 0 do
|
6
|
-
oval 70, 130, 260, 40
|
7
|
-
blur 30
|
8
|
-
end
|
9
|
-
oval 10, 10, 380, 380
|
10
|
-
image :top => 0, :left => 0 do
|
11
|
-
fill "#46D"
|
12
|
-
oval 30, 30, 338, 338
|
13
|
-
blur 10
|
14
|
-
end
|
15
|
-
fill gradient(rgb(1.0, 1.0, 1.0, 0.7), rgb(1.0, 1.0, 1.0, 0.0))
|
16
|
-
oval 80, 14, 240, 176
|
17
|
-
image :top => 0, :left => 0 do
|
18
|
-
fill "#79F"
|
19
|
-
oval 134, 134, 130, 130
|
20
|
-
blur 40
|
21
|
-
end
|
22
|
-
image :top => 150, :left => 40, :width => 320, :height => 260 do
|
23
|
-
fill gradient(rgb(0.7, 0.9, 1.0, 0.0), rgb(0.7, 0.9, 1.0, 0.6))
|
24
|
-
oval 60, 60, 200, 136
|
25
|
-
blur 20
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
require 'sqlite3'
|
2
|
-
Shoes.app :width => 350, :height => 130 do
|
3
|
-
db = SQLite3::Database.new "simple-sqlite3.db"
|
4
|
-
db.execute "create table t1 (t1key INTEGER PRIMARY KEY,data " \
|
5
|
-
"TEXT,num double,timeEnter DATE)"
|
6
|
-
db.execute "insert into t1 (data,num) values ('This is sample data',3)"
|
7
|
-
db.execute "insert into t1 (data,num) values ('More sample data',6)"
|
8
|
-
db.execute "insert into t1 (data,num) values ('Aurélio, Küng, Stärk, Uña, Łuksza',6)"
|
9
|
-
db.execute "insert into t1 (data,num) values ('And a little more',9)"
|
10
|
-
rows = db.execute "select * from t1"
|
11
|
-
rows.each{|k, d, n| para "#{k} : #{d} : #{n}\n"}
|
12
|
-
end
|
13
|
-
|
@@ -1,13 +0,0 @@
|
|
1
|
-
Shoes.app :height => 150, :width => 250 do
|
2
|
-
background rgb(240, 250, 208)
|
3
|
-
stack :margin => 10 do
|
4
|
-
button "Start" do
|
5
|
-
@time = Time.now
|
6
|
-
@label.replace "Stop watch started at #@time"
|
7
|
-
end
|
8
|
-
button "Stop" do
|
9
|
-
@label.replace "Stopped, ", strong("#{Time.now - @time}"), " seconds elapsed."
|
10
|
-
end
|
11
|
-
@label = para "Press ", strong("start"), " to begin timing."
|
12
|
-
end
|
13
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
Shoes.app :width => 408, :height => 346, :resizable => false do
|
2
|
-
background "#eee"
|
3
|
-
stack :margin => 4 do
|
4
|
-
@vid = video "http://www.rin-shun.com/shoes/AdventureTimewithFinnandJakeFinnTime.mp4"
|
5
|
-
end
|
6
|
-
para "controls: ",
|
7
|
-
link("play") { @vid.play }, ", ",
|
8
|
-
link("pause") { @vid.pause }, ", ",
|
9
|
-
link("stop") { @vid.stop }, ", ",
|
10
|
-
link("hide") { @vid.hide }, ", ",
|
11
|
-
link("show") { @vid.show }, ", ",
|
12
|
-
link("+5 sec") { @vid.time += 5000 }
|
13
|
-
end
|