shoes 4.0.0.pre1 → 4.0.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +84 -32
- data/Gemfile +22 -1
- data/README.md +28 -13
- data/Rakefile +7 -210
- data/bin/ruby-shoes +2 -2
- data/ext/install/shoes.bat +4 -1
- data/lib/shoes.rb +1 -121
- data/lib/shoes/{cli.rb → ui/cli.rb} +7 -1
- data/lib/shoes/{help.rb → ui/help.rb} +2 -2
- data/lib/shoes/{manual.rb → ui/manual.rb} +1 -1
- data/lib/shoes/version.rb +1 -1
- data/manifests/common.rb +34 -0
- data/manifests/shoes.rb +44 -0
- data/samples/Gemfile +3 -0
- data/samples/Gemfile.lock +35 -0
- data/samples/README +16 -5
- data/samples/boom.rb +239 -0
- data/samples/clicky.rb +24 -0
- data/samples/flow.rb +63 -0
- data/samples/gray.rb +11 -0
- data/samples/nks_booklist.rb +24 -0
- data/samples/nks_breadsticks.rb +7 -0
- data/samples/nks_dancing_circle.rb +13 -0
- data/samples/nks_dictionary.rb +23 -0
- data/samples/nks_edit_box.rb +4 -0
- data/samples/nks_edit_line.rb +6 -0
- data/samples/nks_notes.rb +16 -0
- data/samples/nks_self.rb +6 -0
- data/samples/nks_text_sizes.rb +10 -0
- data/samples/nks_trurl.rb +5 -0
- data/samples/packaging/package_me.rb +6 -0
- data/samples/present.rb +27 -0
- data/samples/progress.rb +10 -0
- data/samples/sample31.rb +1 -1
- data/samples/simple-calc.rb +1 -1
- data/samples/simple-tictactoe.rb +238 -0
- data/samples/simple-visibility.rb +11 -0
- data/samples/simple-widget.rb +9 -0
- data/samples/swt-raw.rb +20 -0
- data/samples/troll.rb +22 -0
- data/shoes.gemspec +10 -22
- data/snapshots/sample56.png +0 -0
- data/static/manual-en.txt +16 -7
- data/tasks/changelog.rb +92 -0
- data/tasks/gem.rb +38 -0
- data/tasks/rspec.rb +106 -0
- data/tasks/sample.rb +66 -0
- data/tasks/yard.rb +13 -0
- metadata +55 -488
- data/.gitignore +0 -53
- data/.rspec +0 -3
- data/.ruby-gemset +0 -1
- data/.ruby-version +0 -1
- data/.travis.yml +0 -31
- data/bin/shoes +0 -59
- data/bin/shoes.bat +0 -6
- data/fonts/Coolvetica.ttf +0 -0
- data/fonts/Lacuna.ttf +0 -0
- data/lib/ext/highlighter.rb +0 -2
- data/lib/ext/highlighter/common.rb +0 -197
- data/lib/ext/highlighter/lang/ruby.rb +0 -316
- data/lib/ext/highlighter/markup.rb +0 -222
- data/lib/rubygems_plugin.rb +0 -19
- data/lib/shoes/animation.rb +0 -55
- data/lib/shoes/app.rb +0 -320
- data/lib/shoes/arc.rb +0 -35
- data/lib/shoes/background.rb +0 -30
- data/lib/shoes/border.rb +0 -33
- data/lib/shoes/builtin_methods.rb +0 -73
- data/lib/shoes/button.rb +0 -32
- data/lib/shoes/check_button.rb +0 -43
- data/lib/shoes/color.rb +0 -375
- data/lib/shoes/common/background_element.rb +0 -9
- data/lib/shoes/common/changeable.rb +0 -34
- data/lib/shoes/common/clickable.rb +0 -17
- data/lib/shoes/common/common_methods.rb +0 -70
- data/lib/shoes/common/fill.rb +0 -21
- data/lib/shoes/common/registration.rb +0 -33
- data/lib/shoes/common/state.rb +0 -18
- data/lib/shoes/common/stroke.rb +0 -28
- data/lib/shoes/common/style.rb +0 -34
- data/lib/shoes/common/style_normalizer.rb +0 -16
- data/lib/shoes/configuration.rb +0 -96
- data/lib/shoes/dialog.rb +0 -27
- data/lib/shoes/dimension.rb +0 -237
- data/lib/shoes/dimensions.rb +0 -194
- data/lib/shoes/download.rb +0 -117
- data/lib/shoes/dsl.rb +0 -478
- data/lib/shoes/font.rb +0 -49
- data/lib/shoes/gradient.rb +0 -18
- data/lib/shoes/image.rb +0 -33
- data/lib/shoes/image_pattern.rb +0 -10
- data/lib/shoes/input_box.rb +0 -68
- data/lib/shoes/key_event.rb +0 -17
- data/lib/shoes/line.rb +0 -38
- data/lib/shoes/link.rb +0 -49
- data/lib/shoes/link_hover.rb +0 -5
- data/lib/shoes/list_box.rb +0 -44
- data/lib/shoes/logger.rb +0 -66
- data/lib/shoes/logger/ruby.rb +0 -18
- data/lib/shoes/mock.rb +0 -30
- data/lib/shoes/mock/animation.rb +0 -8
- data/lib/shoes/mock/app.rb +0 -44
- data/lib/shoes/mock/arc.rb +0 -8
- data/lib/shoes/mock/background.rb +0 -10
- data/lib/shoes/mock/border.rb +0 -7
- data/lib/shoes/mock/button.rb +0 -10
- data/lib/shoes/mock/check.rb +0 -24
- data/lib/shoes/mock/common_methods.rb +0 -11
- data/lib/shoes/mock/dialog.rb +0 -13
- data/lib/shoes/mock/download.rb +0 -18
- data/lib/shoes/mock/font.rb +0 -17
- data/lib/shoes/mock/image.rb +0 -12
- data/lib/shoes/mock/image_pattern.rb +0 -9
- data/lib/shoes/mock/input_box.rb +0 -23
- data/lib/shoes/mock/keypress.rb +0 -8
- data/lib/shoes/mock/keyrelease.rb +0 -8
- data/lib/shoes/mock/line.rb +0 -14
- data/lib/shoes/mock/link.rb +0 -11
- data/lib/shoes/mock/list_box.rb +0 -16
- data/lib/shoes/mock/oval.rb +0 -11
- data/lib/shoes/mock/progress.rb +0 -10
- data/lib/shoes/mock/radio.rb +0 -26
- data/lib/shoes/mock/rect.rb +0 -13
- data/lib/shoes/mock/shape.rb +0 -19
- data/lib/shoes/mock/slot.rb +0 -14
- data/lib/shoes/mock/sound.rb +0 -8
- data/lib/shoes/mock/star.rb +0 -13
- data/lib/shoes/mock/text_block.rb +0 -29
- data/lib/shoes/mock/timer.rb +0 -8
- data/lib/shoes/oval.rb +0 -28
- data/lib/shoes/point.rb +0 -43
- data/lib/shoes/progress.rb +0 -26
- data/lib/shoes/radio.rb +0 -15
- data/lib/shoes/rect.rb +0 -28
- data/lib/shoes/renamed_delegate.rb +0 -15
- data/lib/shoes/shape.rb +0 -175
- data/lib/shoes/slot.rb +0 -232
- data/lib/shoes/slot_contents.rb +0 -56
- data/lib/shoes/sound.rb +0 -16
- data/lib/shoes/span.rb +0 -16
- data/lib/shoes/star.rb +0 -49
- data/lib/shoes/swt.rb +0 -114
- data/lib/shoes/swt/animation.rb +0 -46
- data/lib/shoes/swt/app.rb +0 -300
- data/lib/shoes/swt/arc.rb +0 -70
- data/lib/shoes/swt/background.rb +0 -31
- data/lib/shoes/swt/border.rb +0 -37
- data/lib/shoes/swt/button.rb +0 -18
- data/lib/shoes/swt/check.rb +0 -14
- data/lib/shoes/swt/check_button.rb +0 -19
- data/lib/shoes/swt/color.rb +0 -45
- data/lib/shoes/swt/common/child.rb +0 -16
- data/lib/shoes/swt/common/clear.rb +0 -24
- data/lib/shoes/swt/common/clickable.rb +0 -62
- data/lib/shoes/swt/common/container.rb +0 -28
- data/lib/shoes/swt/common/fill.rb +0 -37
- data/lib/shoes/swt/common/painter.rb +0 -83
- data/lib/shoes/swt/common/painter_updates_position.rb +0 -12
- data/lib/shoes/swt/common/resource.rb +0 -14
- data/lib/shoes/swt/common/selection_listener.rb +0 -14
- data/lib/shoes/swt/common/stroke.rb +0 -41
- data/lib/shoes/swt/common/toggle.rb +0 -13
- data/lib/shoes/swt/common/update_position.rb +0 -15
- data/lib/shoes/swt/dialog.rb +0 -89
- data/lib/shoes/swt/disposed_protection.rb +0 -23
- data/lib/shoes/swt/download.rb +0 -24
- data/lib/shoes/swt/fitted_text_layout.rb +0 -94
- data/lib/shoes/swt/fitted_text_layout_collection.rb +0 -108
- data/lib/shoes/swt/font.rb +0 -32
- data/lib/shoes/swt/gradient.rb +0 -77
- data/lib/shoes/swt/image.rb +0 -130
- data/lib/shoes/swt/image_pattern.rb +0 -19
- data/lib/shoes/swt/input_box.rb +0 -73
- data/lib/shoes/swt/key_listener.rb +0 -145
- data/lib/shoes/swt/line.rb +0 -57
- data/lib/shoes/swt/link.rb +0 -37
- data/lib/shoes/swt/link_segment.rb +0 -108
- data/lib/shoes/swt/list_box.rb +0 -49
- data/lib/shoes/swt/mouse_move_listener.rb +0 -61
- data/lib/shoes/swt/oval.rb +0 -53
- data/lib/shoes/swt/progress.rb +0 -35
- data/lib/shoes/swt/radio.rb +0 -29
- data/lib/shoes/swt/radio_group.rb +0 -54
- data/lib/shoes/swt/rect.rb +0 -31
- data/lib/shoes/swt/rect_painter.rb +0 -23
- data/lib/shoes/swt/redrawing_aspect.rb +0 -122
- data/lib/shoes/swt/shape.rb +0 -101
- data/lib/shoes/swt/shoes_layout.rb +0 -43
- data/lib/shoes/swt/slot.rb +0 -25
- data/lib/shoes/swt/sound.rb +0 -119
- data/lib/shoes/swt/star.rb +0 -51
- data/lib/shoes/swt/swt_button.rb +0 -49
- data/lib/shoes/swt/text_block.rb +0 -133
- data/lib/shoes/swt/text_block_cursor_painter.rb +0 -112
- data/lib/shoes/swt/text_block_fitter.rb +0 -180
- data/lib/shoes/swt/text_block_painter.rb +0 -49
- data/lib/shoes/swt/text_font_factory.rb +0 -27
- data/lib/shoes/swt/text_style_factory.rb +0 -88
- data/lib/shoes/swt/timer.rb +0 -19
- data/lib/shoes/swt/tooling/leak_hunter.rb +0 -84
- data/lib/shoes/text.rb +0 -14
- data/lib/shoes/text_block.rb +0 -162
- data/lib/shoes/timer.rb +0 -10
- data/lib/shoes/url.rb +0 -47
- data/lib/shoes/widget.rb +0 -73
- data/lib/support/jl1.0.1.jar +0 -0
- data/lib/support/jogg-0.0.7.jar +0 -0
- data/lib/support/jorbis-0.0.15.jar +0 -0
- data/lib/support/log4j-1.2.16.jar +0 -0
- data/lib/support/mp3spi1.9.5.jar +0 -0
- data/lib/support/tritonus_share.jar +0 -0
- data/lib/support/vorbisspi1.0.3.jar +0 -0
- data/samples/good-clock-adjusted.rb +0 -49
- data/spec/async_helper.rb +0 -21
- data/spec/code_coverage.rb +0 -11
- data/spec/shoes/animation_spec.rb +0 -65
- data/spec/shoes/app_spec.rb +0 -411
- data/spec/shoes/arc_spec.rb +0 -53
- data/spec/shoes/background_spec.rb +0 -48
- data/spec/shoes/border_spec.rb +0 -43
- data/spec/shoes/builtin_methods_spec.rb +0 -84
- data/spec/shoes/button_spec.rb +0 -41
- data/spec/shoes/check_spec.rb +0 -31
- data/spec/shoes/cli_spec.rb +0 -16
- data/spec/shoes/color_spec.rb +0 -396
- data/spec/shoes/common/style_normalizer_spec.rb +0 -28
- data/spec/shoes/common/style_spec.rb +0 -58
- data/spec/shoes/configuration_spec.rb +0 -37
- data/spec/shoes/constants_spec.rb +0 -38
- data/spec/shoes/dialog_spec.rb +0 -163
- data/spec/shoes/dimension_spec.rb +0 -381
- data/spec/shoes/dimensions_spec.rb +0 -831
- data/spec/shoes/download_spec.rb +0 -133
- data/spec/shoes/flow_spec.rb +0 -92
- data/spec/shoes/font_spec.rb +0 -38
- data/spec/shoes/framework_learning_spec.rb +0 -30
- data/spec/shoes/helpers/fake_element.rb +0 -11
- data/spec/shoes/helpers/sample17_helper.rb +0 -66
- data/spec/shoes/image_spec.rb +0 -45
- data/spec/shoes/images/shoe.jpg +0 -0
- data/spec/shoes/input_box_spec.rb +0 -44
- data/spec/shoes/integration_spec.rb +0 -20
- data/spec/shoes/keypress_spec.rb +0 -11
- data/spec/shoes/keyrelease_spec.rb +0 -12
- data/spec/shoes/line_spec.rb +0 -47
- data/spec/shoes/link_spec.rb +0 -89
- data/spec/shoes/list_box_spec.rb +0 -63
- data/spec/shoes/logger/ruby_spec.rb +0 -9
- data/spec/shoes/logger_spec.rb +0 -45
- data/spec/shoes/oval_spec.rb +0 -20
- data/spec/shoes/point_spec.rb +0 -51
- data/spec/shoes/progress_spec.rb +0 -40
- data/spec/shoes/radio_spec.rb +0 -28
- data/spec/shoes/rect_spec.rb +0 -38
- data/spec/shoes/renamed_delegate_spec.rb +0 -70
- data/spec/shoes/shape_spec.rb +0 -54
- data/spec/shoes/shared_examples/button.rb +0 -6
- data/spec/shoes/shared_examples/changeable.rb +0 -26
- data/spec/shoes/shared_examples/clickable.rb +0 -5
- data/spec/shoes/shared_examples/common_methods.rb +0 -42
- data/spec/shoes/shared_examples/dimensions.rb +0 -32
- data/spec/shoes/shared_examples/dsl.rb +0 -42
- data/spec/shoes/shared_examples/dsl/animate.rb +0 -29
- data/spec/shoes/shared_examples/dsl/arc.rb +0 -45
- data/spec/shoes/shared_examples/dsl/background.rb +0 -26
- data/spec/shoes/shared_examples/dsl/border.rb +0 -10
- data/spec/shoes/shared_examples/dsl/cap.rb +0 -6
- data/spec/shoes/shared_examples/dsl/check.rb +0 -11
- data/spec/shoes/shared_examples/dsl/edit_box.rb +0 -8
- data/spec/shoes/shared_examples/dsl/edit_line.rb +0 -8
- data/spec/shoes/shared_examples/dsl/editable_element.rb +0 -29
- data/spec/shoes/shared_examples/dsl/fill.rb +0 -27
- data/spec/shoes/shared_examples/dsl/flow.rb +0 -15
- data/spec/shoes/shared_examples/dsl/gradient.rb +0 -52
- data/spec/shoes/shared_examples/dsl/image.rb +0 -21
- data/spec/shoes/shared_examples/dsl/line.rb +0 -9
- data/spec/shoes/shared_examples/dsl/nofill.rb +0 -6
- data/spec/shoes/shared_examples/dsl/nostroke.rb +0 -6
- data/spec/shoes/shared_examples/dsl/oval.rb +0 -60
- data/spec/shoes/shared_examples/dsl/pattern.rb +0 -34
- data/spec/shoes/shared_examples/dsl/progress.rb +0 -7
- data/spec/shoes/shared_examples/dsl/rect.rb +0 -92
- data/spec/shoes/shared_examples/dsl/rgb.rb +0 -26
- data/spec/shoes/shared_examples/dsl/shape.rb +0 -21
- data/spec/shoes/shared_examples/dsl/star.rb +0 -48
- data/spec/shoes/shared_examples/dsl/stroke.rb +0 -30
- data/spec/shoes/shared_examples/dsl/strokewidth.rb +0 -19
- data/spec/shoes/shared_examples/dsl/style.rb +0 -32
- data/spec/shoes/shared_examples/dsl/text_elements.rb +0 -81
- data/spec/shoes/shared_examples/dsl_app_context.rb +0 -8
- data/spec/shoes/shared_examples/hover_leave.rb +0 -11
- data/spec/shoes/shared_examples/parent.rb +0 -6
- data/spec/shoes/shared_examples/shared_element_method.rb +0 -52
- data/spec/shoes/shared_examples/slot.rb +0 -272
- data/spec/shoes/shared_examples/state.rb +0 -19
- data/spec/shoes/shared_examples/style.rb +0 -24
- data/spec/shoes/slot_spec.rb +0 -60
- data/spec/shoes/sound_spec.rb +0 -15
- data/spec/shoes/span_spec.rb +0 -94
- data/spec/shoes/spec_helper.rb +0 -1
- data/spec/shoes/stack_spec.rb +0 -53
- data/spec/shoes/star_spec.rb +0 -30
- data/spec/shoes/text_block_spec.rb +0 -242
- data/spec/shoes/url_spec.rb +0 -66
- data/spec/shoes/widget_spec.rb +0 -34
- data/spec/shoes_spec.rb +0 -44
- data/spec/spec_helper.rb +0 -16
- data/spec/swt_shoes/animation_spec.rb +0 -86
- data/spec/swt_shoes/app_spec.rb +0 -75
- data/spec/swt_shoes/arc_spec.rb +0 -101
- data/spec/swt_shoes/background_spec.rb +0 -56
- data/spec/swt_shoes/border_spec.rb +0 -51
- data/spec/swt_shoes/button_spec.rb +0 -101
- data/spec/swt_shoes/check_spec.rb +0 -28
- data/spec/swt_shoes/color_spec.rb +0 -67
- data/spec/swt_shoes/common/painter_spec.rb +0 -29
- data/spec/swt_shoes/configuration_spec.rb +0 -12
- data/spec/swt_shoes/dialog_spec.rb +0 -106
- data/spec/swt_shoes/disposed_protection_spec.rb +0 -49
- data/spec/swt_shoes/fitted_text_layout_collection_spec.rb +0 -174
- data/spec/swt_shoes/fitted_text_layout_spec.rb +0 -130
- data/spec/swt_shoes/flow_spec.rb +0 -26
- data/spec/swt_shoes/font_spec.rb +0 -33
- data/spec/swt_shoes/gradient_spec.rb +0 -20
- data/spec/swt_shoes/image_pattern_spec.rb +0 -19
- data/spec/swt_shoes/image_spec.rb +0 -100
- data/spec/swt_shoes/input_box_spec.rb +0 -110
- data/spec/swt_shoes/integration_spec.rb +0 -18
- data/spec/swt_shoes/key_listener_spec.rb +0 -320
- data/spec/swt_shoes/line_spec.rb +0 -43
- data/spec/swt_shoes/link_segment_spec.rb +0 -103
- data/spec/swt_shoes/link_spec.rb +0 -59
- data/spec/swt_shoes/list_box_spec.rb +0 -51
- data/spec/swt_shoes/minimal.png +0 -0
- data/spec/swt_shoes/mouse_move_listener_spec.rb +0 -129
- data/spec/swt_shoes/oval_spec.rb +0 -51
- data/spec/swt_shoes/progress_spec.rb +0 -44
- data/spec/swt_shoes/radio_group_spec.rb +0 -73
- data/spec/swt_shoes/radio_spec.rb +0 -56
- data/spec/swt_shoes/rect_painter_spec.rb +0 -45
- data/spec/swt_shoes/rect_spec.rb +0 -19
- data/spec/swt_shoes/shape_spec.rb +0 -81
- data/spec/swt_shoes/shared_examples/button.rb +0 -24
- data/spec/swt_shoes/shared_examples/clearable.rb +0 -32
- data/spec/swt_shoes/shared_examples/clickable.rb +0 -60
- data/spec/swt_shoes/shared_examples/movable.rb +0 -36
- data/spec/swt_shoes/shared_examples/paintable_spec.rb +0 -7
- data/spec/swt_shoes/shared_examples/painter.rb +0 -83
- data/spec/swt_shoes/shared_examples/pattern.rb +0 -32
- data/spec/swt_shoes/shared_examples/swt_app_context.rb +0 -17
- data/spec/swt_shoes/shared_examples/togglable.rb +0 -15
- data/spec/swt_shoes/shell_control_listener_spec.rb +0 -23
- data/spec/swt_shoes/sound.rb +0 -10
- data/spec/swt_shoes/spec_helper.rb +0 -31
- data/spec/swt_shoes/star_spec.rb +0 -47
- data/spec/swt_shoes/text_block_cursor_painter_spec.rb +0 -202
- data/spec/swt_shoes/text_block_fitter_spec.rb +0 -181
- data/spec/swt_shoes/text_block_painter_spec.rb +0 -221
- data/spec/swt_shoes/text_block_spec.rb +0 -183
data/lib/shoes/slot_contents.rb
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
class SlotContents
|
3
|
-
extend Forwardable
|
4
|
-
|
5
|
-
def_delegators :@contents, :[], :size, :empty?, :first, :each, :clear,
|
6
|
-
:include?, :delete
|
7
|
-
|
8
|
-
def initialize
|
9
|
-
@contents = []
|
10
|
-
@prepending = false
|
11
|
-
@prepending_index = 0
|
12
|
-
end
|
13
|
-
|
14
|
-
def add_element(element)
|
15
|
-
if @prepending
|
16
|
-
prepend_element element
|
17
|
-
else
|
18
|
-
append_element element
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
def prepend(&blk)
|
23
|
-
@prepending_index = 0
|
24
|
-
@prepending = true
|
25
|
-
blk.call
|
26
|
-
@prepending = false
|
27
|
-
end
|
28
|
-
|
29
|
-
def to_ary
|
30
|
-
@contents
|
31
|
-
end
|
32
|
-
|
33
|
-
def clear
|
34
|
-
# reverse_each is important as otherwise we always miss to delete one
|
35
|
-
# one element
|
36
|
-
@contents.reverse_each do |element|
|
37
|
-
element.is_a?(Shoes::Slot) ? element.clear : element.remove
|
38
|
-
end
|
39
|
-
@contents.clear
|
40
|
-
end
|
41
|
-
|
42
|
-
def inspect
|
43
|
-
"#<#{self.class}:0x#{hash.to_s(16)} @prepending=#{@prepending} @prepending_index=#{@prepending_index} @contents=#{@contents.size} items that are too much to show or there might be an out of memory error.>"
|
44
|
-
end
|
45
|
-
|
46
|
-
private
|
47
|
-
def append_element(element)
|
48
|
-
@contents << element
|
49
|
-
end
|
50
|
-
|
51
|
-
def prepend_element(element)
|
52
|
-
@contents.insert @prepending_index, element
|
53
|
-
@prepending_index += 1
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
data/lib/shoes/sound.rb
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
class Sound
|
3
|
-
def initialize(parent, filepath, opts={}, &blk)
|
4
|
-
@parent = parent
|
5
|
-
@filepath = filepath
|
6
|
-
|
7
|
-
@gui = Shoes.configuration.backend_for(self)
|
8
|
-
end
|
9
|
-
|
10
|
-
attr_reader :gui, :filepath, :parent
|
11
|
-
|
12
|
-
def play
|
13
|
-
@gui.play
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
data/lib/shoes/span.rb
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
class Span < Text
|
3
|
-
def initialize(texts, options={})
|
4
|
-
@opts = options
|
5
|
-
super texts, options.delete(:color)
|
6
|
-
end
|
7
|
-
|
8
|
-
def opts
|
9
|
-
if @parent && @parent.respond_to?(:opts)
|
10
|
-
@parent.opts.merge(@opts)
|
11
|
-
else
|
12
|
-
@opts
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
data/lib/shoes/star.rb
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
class Star
|
3
|
-
include CommonMethods
|
4
|
-
include Common::Fill
|
5
|
-
include Common::Stroke
|
6
|
-
include Common::Style
|
7
|
-
include Common::Clickable
|
8
|
-
include DimensionsDelegations
|
9
|
-
|
10
|
-
attr_reader :app, :gui, :angle, :dimensions, :outer, :inner, :points,
|
11
|
-
:parent
|
12
|
-
|
13
|
-
def initialize(app, parent, left, top, points, outer, inner, opts = {}, &blk)
|
14
|
-
@app = app
|
15
|
-
|
16
|
-
# Careful not to turn Fixnum to Float, lest Dimensions make you relative!
|
17
|
-
width = outer*2
|
18
|
-
|
19
|
-
# Ignore calculated height on Dimensions--will force to match width
|
20
|
-
@dimensions = AbsoluteDimensions.new left, top, width, 0
|
21
|
-
@dimensions.height = @dimensions.width
|
22
|
-
|
23
|
-
# Calculate the inner dimensions, which might be relative too
|
24
|
-
inner_dimensions = AbsoluteDimensions.new 0, 0, inner*2, 0
|
25
|
-
|
26
|
-
# Get actual outer/inner from the dimension to handle relative values
|
27
|
-
@outer = @dimensions.width / 2
|
28
|
-
@inner = inner_dimensions.width / 2
|
29
|
-
|
30
|
-
@points = points
|
31
|
-
@angle = opts[:angle] || 0
|
32
|
-
@style = Shoes::Common::Fill::DEFAULTS.merge(Shoes::Common::Stroke::DEFAULTS).merge(opts)
|
33
|
-
@style[:strokewidth] ||= 1
|
34
|
-
@parent = parent
|
35
|
-
@parent.add_child self
|
36
|
-
|
37
|
-
@gui = Shoes.backend_for(self, &blk)
|
38
|
-
|
39
|
-
clickable_options(opts)
|
40
|
-
end
|
41
|
-
|
42
|
-
def in_bounds?(x, y)
|
43
|
-
dx = width / 2.0
|
44
|
-
dy = height / 2.0
|
45
|
-
left - dx <= x and x <= right - dx and top - dy <= y and y <= bottom - dy
|
46
|
-
end
|
47
|
-
|
48
|
-
end
|
49
|
-
end
|
data/lib/shoes/swt.rb
DELETED
@@ -1,114 +0,0 @@
|
|
1
|
-
require 'java'
|
2
|
-
require 'swt'
|
3
|
-
require 'after_do'
|
4
|
-
require 'shoes'
|
5
|
-
|
6
|
-
module Swt
|
7
|
-
include_package 'org.eclipse.swt.graphics'
|
8
|
-
include_package 'org.eclipse.swt.events'
|
9
|
-
include_package 'org.eclipse.swt.dnd'
|
10
|
-
|
11
|
-
module Events
|
12
|
-
import org.eclipse.swt.events.PaintListener
|
13
|
-
import org.eclipse.swt.events.MouseMoveListener
|
14
|
-
end
|
15
|
-
|
16
|
-
module Widgets
|
17
|
-
import org.eclipse.swt.widgets
|
18
|
-
import org.eclipse.swt.widgets.Layout
|
19
|
-
end
|
20
|
-
|
21
|
-
module Graphics
|
22
|
-
import org.eclipse.swt.graphics
|
23
|
-
import org.eclipse.swt.graphics.Pattern
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
class Shoes
|
28
|
-
module Swt
|
29
|
-
extend ::Shoes::Common::Registration
|
30
|
-
|
31
|
-
module Shoes
|
32
|
-
def self.app(opts={}, &blk)
|
33
|
-
Shoes::App.new(opts, &blk)
|
34
|
-
Shoes.logger.debug "Exiting Shoes.app"
|
35
|
-
end
|
36
|
-
|
37
|
-
def self.logger
|
38
|
-
::Shoes.logger
|
39
|
-
end
|
40
|
-
|
41
|
-
def self.display
|
42
|
-
::Swt::Widgets::Display.getCurrent
|
43
|
-
end
|
44
|
-
|
45
|
-
::Swt::Widgets::Display.new.getFontList(nil, true).each{|f| ::Shoes::FONTS << f.getName}
|
46
|
-
::Shoes::FONTS.uniq!
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
50
|
-
|
51
|
-
Shoes.configuration.backend = :swt
|
52
|
-
|
53
|
-
require 'shoes/swt/disposed_protection'
|
54
|
-
require 'shoes/swt/color'
|
55
|
-
require 'shoes/swt/common/child'
|
56
|
-
require 'shoes/swt/common/clear'
|
57
|
-
require 'shoes/swt/common/clickable'
|
58
|
-
require 'shoes/swt/common/container'
|
59
|
-
require 'shoes/swt/common/fill'
|
60
|
-
require 'shoes/swt/common/resource'
|
61
|
-
require 'shoes/swt/common/painter'
|
62
|
-
require 'shoes/swt/common/painter_updates_position'
|
63
|
-
require 'shoes/swt/common/toggle'
|
64
|
-
require 'shoes/swt/common/selection_listener'
|
65
|
-
require 'shoes/swt/common/stroke'
|
66
|
-
require 'shoes/swt/common/update_position'
|
67
|
-
|
68
|
-
require 'shoes/swt/input_box'
|
69
|
-
require 'shoes/swt/rect_painter.rb'
|
70
|
-
require 'shoes/swt/swt_button'
|
71
|
-
require 'shoes/swt/check_button'
|
72
|
-
require 'shoes/swt/radio_group'
|
73
|
-
require 'shoes/swt/text_block_painter'
|
74
|
-
|
75
|
-
require 'shoes/swt/app'
|
76
|
-
require 'shoes/swt/animation'
|
77
|
-
require 'shoes/swt/arc'
|
78
|
-
require 'shoes/swt/background'
|
79
|
-
require 'shoes/swt/border'
|
80
|
-
require 'shoes/swt/button'
|
81
|
-
require 'shoes/swt/check'
|
82
|
-
require 'shoes/swt/dialog'
|
83
|
-
require 'shoes/swt/download'
|
84
|
-
require 'shoes/swt/font'
|
85
|
-
require 'shoes/swt/gradient'
|
86
|
-
require 'shoes/swt/image'
|
87
|
-
require 'shoes/swt/image_pattern'
|
88
|
-
require 'shoes/swt/key_listener'
|
89
|
-
require 'shoes/swt/line'
|
90
|
-
require 'shoes/swt/link'
|
91
|
-
require 'shoes/swt/link_segment'
|
92
|
-
require 'shoes/swt/list_box'
|
93
|
-
require 'shoes/swt/mouse_move_listener'
|
94
|
-
require 'shoes/swt/oval'
|
95
|
-
require 'shoes/swt/progress'
|
96
|
-
require 'shoes/swt/radio'
|
97
|
-
require 'shoes/swt/rect'
|
98
|
-
require 'shoes/swt/shape'
|
99
|
-
require 'shoes/swt/shoes_layout'
|
100
|
-
require 'shoes/swt/slot'
|
101
|
-
require 'shoes/swt/star'
|
102
|
-
require 'shoes/swt/sound'
|
103
|
-
require 'shoes/swt/text_block'
|
104
|
-
require 'shoes/swt/timer'
|
105
|
-
|
106
|
-
require 'shoes/swt/fitted_text_layout'
|
107
|
-
require 'shoes/swt/fitted_text_layout_collection'
|
108
|
-
require 'shoes/swt/text_block_cursor_painter'
|
109
|
-
require 'shoes/swt/text_block_fitter'
|
110
|
-
require 'shoes/swt/text_font_factory'
|
111
|
-
require 'shoes/swt/text_style_factory'
|
112
|
-
|
113
|
-
# redrawing aspect needs to know all the classes
|
114
|
-
require 'shoes/swt/redrawing_aspect'
|
data/lib/shoes/swt/animation.rb
DELETED
@@ -1,46 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class Animation
|
4
|
-
|
5
|
-
attr_reader :task
|
6
|
-
|
7
|
-
# An Swt animation implementation
|
8
|
-
#
|
9
|
-
# @param [Shoes::Animation] dsl The Shoes DSL Animation this represents
|
10
|
-
# @param [Shoes::Swt::App] app The Swt representation of the current app
|
11
|
-
# @param [Proc] blk The block of code to execute for each animation frame
|
12
|
-
def initialize(dsl, app)
|
13
|
-
@dsl = dsl
|
14
|
-
@app = app
|
15
|
-
|
16
|
-
# Wrap the animation block so we can count frames.
|
17
|
-
# Note that the task re-calls itself on each run.
|
18
|
-
@task = Proc.new do
|
19
|
-
unless animation_removed?
|
20
|
-
run_animation unless @dsl.stopped?
|
21
|
-
schedule_next_animation
|
22
|
-
end
|
23
|
-
end
|
24
|
-
schedule_next_animation
|
25
|
-
end
|
26
|
-
|
27
|
-
def eval_block
|
28
|
-
@dsl.blk.call(@dsl.current_frame)
|
29
|
-
end
|
30
|
-
|
31
|
-
private
|
32
|
-
def animation_removed?
|
33
|
-
@app.real.disposed? || @dsl.removed?
|
34
|
-
end
|
35
|
-
|
36
|
-
def schedule_next_animation
|
37
|
-
::Swt.display.timer_exec(1000 / @dsl.framerate, @task)
|
38
|
-
end
|
39
|
-
|
40
|
-
def run_animation
|
41
|
-
eval_block
|
42
|
-
@dsl.increment_frame
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
data/lib/shoes/swt/app.rb
DELETED
@@ -1,300 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
# Shoes::App.new creates a new Shoes application window!
|
4
|
-
# The default window is a [flow]
|
5
|
-
#
|
6
|
-
|
7
|
-
class App
|
8
|
-
include Common::Container
|
9
|
-
include Common::Clickable
|
10
|
-
|
11
|
-
attr_reader :dsl, :real, :shell, :clickable_elements
|
12
|
-
|
13
|
-
def initialize dsl
|
14
|
-
@clickable_elements = []
|
15
|
-
@dsl = dsl
|
16
|
-
::Swt::Widgets::Display.app_name = @dsl.app_title
|
17
|
-
@background = Color.new(@dsl.opts[:background])
|
18
|
-
@started = false
|
19
|
-
initialize_shell
|
20
|
-
initialize_real
|
21
|
-
::Shoes::Swt.register self
|
22
|
-
attach_event_listeners
|
23
|
-
initialize_scroll_bar
|
24
|
-
@redrawing_aspect = RedrawingAspect.new self, Shoes.display
|
25
|
-
end
|
26
|
-
|
27
|
-
def open
|
28
|
-
@shell.pack
|
29
|
-
force_shell_size
|
30
|
-
@shell.open
|
31
|
-
@dsl.top_slot.contents_alignment
|
32
|
-
@started = true
|
33
|
-
self.fullscreen = true if dsl.start_as_fullscreen?
|
34
|
-
flush
|
35
|
-
::Swt.event_loop { ::Shoes::Swt.main_app.disposed? } if main_app?
|
36
|
-
end
|
37
|
-
|
38
|
-
def quit
|
39
|
-
@shell.dispose
|
40
|
-
end
|
41
|
-
|
42
|
-
# @return [Shoes::Swt::App] Self
|
43
|
-
def app
|
44
|
-
self
|
45
|
-
end
|
46
|
-
|
47
|
-
def width
|
48
|
-
if overlay_scrollbars?
|
49
|
-
@shell.client_area.width
|
50
|
-
else
|
51
|
-
width_adjusted_for_scrollbars
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
def height
|
56
|
-
@shell.client_area.height
|
57
|
-
end
|
58
|
-
|
59
|
-
def disposed?
|
60
|
-
@shell.disposed? || @real.disposed?
|
61
|
-
end
|
62
|
-
|
63
|
-
def redraw(left=nil, top=nil, width=nil, height=nil, all=true)
|
64
|
-
unless @real.disposed?
|
65
|
-
if (left == nil or top == nil or width == nil or height == nil)
|
66
|
-
@real.redraw
|
67
|
-
else
|
68
|
-
@real.redraw(left, top, width, height, all)
|
69
|
-
end
|
70
|
-
end
|
71
|
-
end
|
72
|
-
|
73
|
-
def main_app?
|
74
|
-
::Shoes::Swt.main_app.equal? self
|
75
|
-
end
|
76
|
-
|
77
|
-
def flush
|
78
|
-
if @dsl.top_slot
|
79
|
-
@real.layout
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
|
-
def scroll_top
|
84
|
-
@real.getLocation.y
|
85
|
-
end
|
86
|
-
|
87
|
-
def scroll_top=(n)
|
88
|
-
@real.setLocation 0, -n
|
89
|
-
@shell.getVerticalBar.setSelection n
|
90
|
-
end
|
91
|
-
|
92
|
-
def clipboard
|
93
|
-
::Swt::Clipboard.new(Shoes.display).getContents ::Swt::TextTransfer.getInstance
|
94
|
-
end
|
95
|
-
|
96
|
-
def clipboard=(str)
|
97
|
-
::Swt::Clipboard.new(Shoes.display).setContents(
|
98
|
-
[str].to_java,
|
99
|
-
[::Swt::TextTransfer.getInstance].to_java(::Swt::TextTransfer)
|
100
|
-
)
|
101
|
-
end
|
102
|
-
|
103
|
-
def fullscreen=(state)
|
104
|
-
@shell.full_screen = state
|
105
|
-
end
|
106
|
-
|
107
|
-
def fullscreen
|
108
|
-
@shell.full_screen
|
109
|
-
end
|
110
|
-
|
111
|
-
def add_clickable_element(element)
|
112
|
-
@clickable_elements << element
|
113
|
-
end
|
114
|
-
|
115
|
-
def started?
|
116
|
-
@started
|
117
|
-
end
|
118
|
-
|
119
|
-
# This represents the space (potentially) occupied by a vertical
|
120
|
-
# scrollbar. Since the scrollbar may not be visible at the time this
|
121
|
-
# method is called, we don't rely on its reported value.
|
122
|
-
def gutter
|
123
|
-
# 16
|
124
|
-
@shell.getVerticalBar.getSize.x
|
125
|
-
end
|
126
|
-
|
127
|
-
def add_key_listener(listener)
|
128
|
-
@key_listeners[listener.class] << listener
|
129
|
-
end
|
130
|
-
|
131
|
-
def remove_key_listener(listener)
|
132
|
-
@key_listeners[listener.class].delete(listener)
|
133
|
-
end
|
134
|
-
|
135
|
-
private
|
136
|
-
def initialize_scroll_bar
|
137
|
-
scroll_bar = @shell.getVerticalBar
|
138
|
-
scroll_bar.setIncrement 10
|
139
|
-
selection_listener = SelectionListener.new(scroll_bar) do |vertical_bar, event|
|
140
|
-
if self.shell.getVerticalBar.getVisible and event.detail != ::Swt::SWT::DRAG
|
141
|
-
vertically_scroll_window(vertical_bar)
|
142
|
-
end
|
143
|
-
end
|
144
|
-
scroll_bar.addSelectionListener selection_listener
|
145
|
-
end
|
146
|
-
|
147
|
-
def vertically_scroll_window(vertical_bar)
|
148
|
-
location = self.real.getLocation
|
149
|
-
location.y = -vertical_bar.getSelection
|
150
|
-
self.real.setLocation location
|
151
|
-
end
|
152
|
-
|
153
|
-
def force_shell_size
|
154
|
-
frame_x_decorations = @shell.size.x - @shell.client_area.width
|
155
|
-
frame_y_decorations = @shell.size.y - @shell.client_area.height
|
156
|
-
new_width = @dsl.width + frame_x_decorations
|
157
|
-
new_height = @dsl.height + frame_y_decorations
|
158
|
-
@shell.setSize(new_width, new_height)
|
159
|
-
end
|
160
|
-
|
161
|
-
def main_window_on_close
|
162
|
-
lambda { |event|
|
163
|
-
::Swt.display.dispose
|
164
|
-
Dir[File.join(Dir.tmpdir, "__shoes4_*.png")].each{|f| File.delete f}
|
165
|
-
}
|
166
|
-
end
|
167
|
-
|
168
|
-
def main_window_style
|
169
|
-
style = ::Swt::SWT::CLOSE | ::Swt::SWT::MIN | ::Swt::SWT::MAX | ::Swt::SWT::V_SCROLL
|
170
|
-
style |= ::Swt::SWT::RESIZE if @dsl.opts[:resizable]
|
171
|
-
style
|
172
|
-
end
|
173
|
-
|
174
|
-
def initialize_shell
|
175
|
-
@shell = ::Swt::Widgets::Shell.new(::Swt.display, main_window_style)
|
176
|
-
@shell.image = ::Swt::Graphics::Image.new(::Swt.display, SHOES_ICON)
|
177
|
-
@shell.text = (@dsl.app_title)
|
178
|
-
@shell.background_mode = ::Swt::SWT::INHERIT_DEFAULT
|
179
|
-
@shell.background = @background.real
|
180
|
-
end
|
181
|
-
|
182
|
-
def initialize_real
|
183
|
-
@real = ::Swt::Widgets::Composite.new(@shell,
|
184
|
-
::Swt::SWT::TRANSPARENT | ::Swt::SWT::NO_RADIO_GROUP)
|
185
|
-
@real.setSize(@dsl.width - @shell.getVerticalBar.getSize.x, @dsl.height)
|
186
|
-
@real.setLayout init_shoes_layout
|
187
|
-
end
|
188
|
-
|
189
|
-
# it seems like the class can not not have a constructor with an argument
|
190
|
-
# due to its java super class
|
191
|
-
def init_shoes_layout
|
192
|
-
layout = ShoesLayout.new
|
193
|
-
layout.gui_app = self
|
194
|
-
layout
|
195
|
-
end
|
196
|
-
|
197
|
-
def attach_event_listeners
|
198
|
-
attach_shell_event_listeners
|
199
|
-
attach_real_event_listeners
|
200
|
-
attach_key_event_listeners
|
201
|
-
end
|
202
|
-
|
203
|
-
def attach_shell_event_listeners
|
204
|
-
@shell.addControlListener ShellControlListener.new(self)
|
205
|
-
@shell.addListener(::Swt::SWT::Close, main_window_on_close) if main_app?
|
206
|
-
@shell.addListener(::Swt::SWT::Close, unregister_app)
|
207
|
-
end
|
208
|
-
|
209
|
-
def unregister_app
|
210
|
-
proc do |event|
|
211
|
-
::Shoes::Swt.unregister(self)
|
212
|
-
end
|
213
|
-
end
|
214
|
-
|
215
|
-
def attach_real_event_listeners
|
216
|
-
@real.addMouseMoveListener MouseMoveListener.new(self)
|
217
|
-
@real.addMouseListener MouseListener.new(self)
|
218
|
-
end
|
219
|
-
|
220
|
-
def attach_key_event_listeners
|
221
|
-
@key_listeners = {
|
222
|
-
Keypress => [],
|
223
|
-
Keyrelease => [],
|
224
|
-
}
|
225
|
-
attach_key_event_listener(::Swt::SWT::KeyDown, Keypress)
|
226
|
-
attach_key_event_listener(::Swt::SWT::KeyUp, Keyrelease)
|
227
|
-
end
|
228
|
-
|
229
|
-
def attach_key_event_listener(listen_for, listener_class)
|
230
|
-
::Swt.display.add_filter(listen_for) do |evt|
|
231
|
-
if for_this_shell?(evt)
|
232
|
-
@key_listeners[listener_class].each do |listener|
|
233
|
-
break if listener.ignore_event?(evt)
|
234
|
-
listener.handle_key_event(evt)
|
235
|
-
end
|
236
|
-
end
|
237
|
-
end
|
238
|
-
end
|
239
|
-
|
240
|
-
def for_this_shell?(evt)
|
241
|
-
evt.widget.shell == @shell
|
242
|
-
end
|
243
|
-
|
244
|
-
def overlay_scrollbars?
|
245
|
-
@shell.scrollbars_mode == ::Swt::SWT::SCROLLBAR_OVERLAY
|
246
|
-
end
|
247
|
-
|
248
|
-
def width_adjusted_for_scrollbars
|
249
|
-
if @shell.getVerticalBar.getVisible
|
250
|
-
@shell.client_area.width + @shell.getVerticalBar.getSize.x
|
251
|
-
else
|
252
|
-
@shell.client_area.width
|
253
|
-
end
|
254
|
-
end
|
255
|
-
|
256
|
-
end
|
257
|
-
|
258
|
-
class ShellControlListener
|
259
|
-
def initialize(app)
|
260
|
-
@app = app
|
261
|
-
end
|
262
|
-
|
263
|
-
def controlResized(event)
|
264
|
-
shell = event.widget
|
265
|
-
width = shell.client_area.width
|
266
|
-
height = shell.client_area.height
|
267
|
-
@app.dsl.top_slot.width = width
|
268
|
-
@app.dsl.top_slot.height = height
|
269
|
-
@app.real.setSize width, height
|
270
|
-
@app.real.layout
|
271
|
-
@app.dsl.resize_callbacks.each{|blk| blk.call}
|
272
|
-
end
|
273
|
-
|
274
|
-
def controlMoved(e)
|
275
|
-
end
|
276
|
-
end
|
277
|
-
|
278
|
-
class MouseListener
|
279
|
-
def initialize app
|
280
|
-
@app = app
|
281
|
-
end
|
282
|
-
|
283
|
-
def mouseDown(e)
|
284
|
-
@app.dsl.mouse_button = e.button
|
285
|
-
@app.dsl.mouse_pos = [e.x, e.y]
|
286
|
-
end
|
287
|
-
|
288
|
-
def mouseUp(e)
|
289
|
-
@app.dsl.mouse_button = 0
|
290
|
-
@app.dsl.mouse_pos = [e.x, e.y]
|
291
|
-
end
|
292
|
-
|
293
|
-
def mouseDoubleClick(e)
|
294
|
-
# do nothing
|
295
|
-
end
|
296
|
-
end
|
297
|
-
|
298
|
-
end
|
299
|
-
end
|
300
|
-
|