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/swt/font.rb
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
|
3
|
-
module Swt
|
4
|
-
module Font
|
5
|
-
class << self
|
6
|
-
def add_font(path)
|
7
|
-
if File.exist? path
|
8
|
-
::Shoes::Font.add_font_to_fonts(path) if load_font(path)
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
def initial_fonts
|
13
|
-
load_shoes_fonts #system fonts are loaded automatically by SWT
|
14
|
-
::Swt.display.get_font_list(nil, true).map(&:name)
|
15
|
-
end
|
16
|
-
|
17
|
-
private
|
18
|
-
def load_font(path)
|
19
|
-
::Swt.display.load_font path
|
20
|
-
end
|
21
|
-
|
22
|
-
def load_shoes_fonts
|
23
|
-
::Shoes::Font.font_paths_from_dir(::Shoes::FONT_DIR).each do |font_path|
|
24
|
-
add_font font_path
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
::Shoes::Font.initial_fonts.each {|font| Shoes::FONTS << font}
|
32
|
-
end
|
data/lib/shoes/swt/gradient.rb
DELETED
@@ -1,77 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class Gradient
|
4
|
-
def initialize(dsl)
|
5
|
-
@dsl = dsl
|
6
|
-
end
|
7
|
-
|
8
|
-
def color1
|
9
|
-
@color1 ||= Color.create @dsl.color1
|
10
|
-
end
|
11
|
-
|
12
|
-
def color2
|
13
|
-
@color2 ||= Color.create @dsl.color2
|
14
|
-
end
|
15
|
-
|
16
|
-
def alpha
|
17
|
-
@dsl.alpha
|
18
|
-
end
|
19
|
-
|
20
|
-
def apply_as_fill(gc, left, top, width, height, angle = 0)
|
21
|
-
pattern = create_pattern(left, top, width, height, -angle)
|
22
|
-
gc.set_background_pattern pattern
|
23
|
-
end
|
24
|
-
|
25
|
-
def apply_as_stroke(gc, left, top, width, height, angle = 0)
|
26
|
-
pattern = create_pattern(left, top, width, height, -angle)
|
27
|
-
gc.set_foreground_pattern pattern
|
28
|
-
end
|
29
|
-
|
30
|
-
private
|
31
|
-
def create_pattern left, top, width, height, angle
|
32
|
-
width = width * 0.5
|
33
|
-
height = height * 0.5
|
34
|
-
angle = normalize_angle(angle)
|
35
|
-
left, top, width, height = determine_args_based_on_angle(angle, left, top, width, height)
|
36
|
-
::Swt::Pattern.new Shoes.display, left, top, width, height, color1.real, color2.real
|
37
|
-
end
|
38
|
-
|
39
|
-
def normalize_angle(angle)
|
40
|
-
angle = Math::PI * (angle/180.0)
|
41
|
-
angle % (Math::PI*2.0)
|
42
|
-
end
|
43
|
-
|
44
|
-
def determine_args_based_on_angle(angle, left, top, width, height)
|
45
|
-
x, y = calculate_x_and_y(angle, height, width)
|
46
|
-
if 0 <= angle and angle < Math::PI*0.5
|
47
|
-
args = [left+width+x, top+height-y, left+width-x, top+height+y]
|
48
|
-
elsif Math::PI*0.5 <= angle and angle < Math::PI
|
49
|
-
args = [left+width+y, top+height+x, left+width-y, top+height-x]
|
50
|
-
elsif Math::PI <= angle and angle < Math::PI*1.5
|
51
|
-
args = [left+width-x, top+height+y, left+width+x, top+height-y]
|
52
|
-
elsif Math::PI*1.5 <= angle and angle < Math::PI*2.0
|
53
|
-
args = [left+width-y, top+height-x, left+width+y, top+height+x]
|
54
|
-
end
|
55
|
-
args
|
56
|
-
end
|
57
|
-
|
58
|
-
def calculate_x_and_y(angle, height, width)
|
59
|
-
if angle % Math::PI >= (Math::PI * 0.5)
|
60
|
-
my_width = height
|
61
|
-
my_height = width
|
62
|
-
else
|
63
|
-
my_width = width
|
64
|
-
my_height = height
|
65
|
-
end
|
66
|
-
my_angle = angle % (Math::PI * 0.5)
|
67
|
-
length = Math.sqrt(my_width**2 + my_height**2)
|
68
|
-
b = (my_height==0 and my_width==0) ? 0 : Math.atan(my_height/my_width)
|
69
|
-
c = Math::PI*0.5 - my_angle - b
|
70
|
-
r = length * Math.cos(c.abs)
|
71
|
-
x = r * Math.cos(b+c)
|
72
|
-
y = r * Math.sin(b+c)
|
73
|
-
return x, y
|
74
|
-
end
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
data/lib/shoes/swt/image.rb
DELETED
@@ -1,130 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class Image
|
4
|
-
import java.io.ByteArrayInputStream
|
5
|
-
|
6
|
-
include Common::Child
|
7
|
-
include Common::Resource
|
8
|
-
include Common::Clickable
|
9
|
-
include Common::PainterUpdatesPosition
|
10
|
-
include Common::Toggle
|
11
|
-
include Common::Clear
|
12
|
-
include ::Shoes::BackendDimensionsDelegations
|
13
|
-
|
14
|
-
BINARY_ENCODING = Encoding.find('binary')
|
15
|
-
|
16
|
-
attr_reader :parent, :real, :dsl, :painter
|
17
|
-
|
18
|
-
def initialize(dsl, parent, blk)
|
19
|
-
@dsl = dsl
|
20
|
-
@parent = parent
|
21
|
-
|
22
|
-
load_image(@dsl.file_path)
|
23
|
-
|
24
|
-
add_paint_listener
|
25
|
-
|
26
|
-
clickable blk if blk
|
27
|
-
end
|
28
|
-
|
29
|
-
def update_image
|
30
|
-
load_image(@dsl.file_path)
|
31
|
-
end
|
32
|
-
|
33
|
-
private
|
34
|
-
def load_image(name_or_data)
|
35
|
-
if url?(name_or_data)
|
36
|
-
save_width_and_height
|
37
|
-
display_temporary_download_image
|
38
|
-
download_and_display_real_image(name_or_data)
|
39
|
-
else
|
40
|
-
display_image(name_or_data)
|
41
|
-
end
|
42
|
-
end
|
43
|
-
|
44
|
-
def url?(name_or_data)
|
45
|
-
name_or_data =~ /^(http|https):\/\//
|
46
|
-
end
|
47
|
-
|
48
|
-
def save_width_and_height
|
49
|
-
@saved_width = dsl.element_width
|
50
|
-
@saved_height = dsl.element_height
|
51
|
-
end
|
52
|
-
|
53
|
-
def display_temporary_download_image
|
54
|
-
temporary_download_image = File.join(DIR, 'static/downloading.png')
|
55
|
-
create_image(temporary_download_image)
|
56
|
-
end
|
57
|
-
|
58
|
-
def create_image(data)
|
59
|
-
@real = ::Swt::Graphics::Image.new(::Swt.display, data)
|
60
|
-
@full_width = @real.getImageData.width
|
61
|
-
@full_height = @real.getImageData.height
|
62
|
-
dsl.element_width ||= default_width
|
63
|
-
dsl.element_height ||= default_height
|
64
|
-
end
|
65
|
-
|
66
|
-
def default_width
|
67
|
-
if dsl.element_height
|
68
|
-
ratio = dsl.element_height.to_r / @full_height
|
69
|
-
(@full_width * ratio).to_i
|
70
|
-
else
|
71
|
-
@full_width
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
def default_height
|
76
|
-
if dsl.element_width
|
77
|
-
ratio = dsl.element_width.to_r / @full_width
|
78
|
-
(@full_height * ratio).to_i
|
79
|
-
else
|
80
|
-
@full_height
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
def download_and_display_real_image(url)
|
85
|
-
@tmpname = File.join(Dir.tmpdir, "__shoes4_#{Time.now.to_f}.png") unless @tmpname_or_data
|
86
|
-
@dsl.app.download url, save: @tmpname do
|
87
|
-
restore_width_and_height
|
88
|
-
create_image @tmpname
|
89
|
-
end
|
90
|
-
end
|
91
|
-
|
92
|
-
def restore_width_and_height
|
93
|
-
dsl.element_width = @saved_width
|
94
|
-
dsl.element_height = @saved_height
|
95
|
-
end
|
96
|
-
|
97
|
-
def display_image(name_or_data)
|
98
|
-
if raw_image_data?(name_or_data)
|
99
|
-
data = load_raw_image_data(name_or_data)
|
100
|
-
else
|
101
|
-
data = name_or_data
|
102
|
-
end
|
103
|
-
create_image(data)
|
104
|
-
end
|
105
|
-
|
106
|
-
def raw_image_data?(name_or_data)
|
107
|
-
name_or_data.encoding == BINARY_ENCODING
|
108
|
-
end
|
109
|
-
|
110
|
-
def load_raw_image_data(name_or_data)
|
111
|
-
stream = ByteArrayInputStream.new(name_or_data.to_java_bytes)
|
112
|
-
begin
|
113
|
-
data = ::Swt::Graphics::ImageLoader.new.load(stream).first
|
114
|
-
rescue ::Swt::SWTException
|
115
|
-
data = name_or_data
|
116
|
-
end
|
117
|
-
data
|
118
|
-
end
|
119
|
-
|
120
|
-
def add_paint_listener
|
121
|
-
@painter = lambda do |event|
|
122
|
-
graphics_context = event.gc
|
123
|
-
graphics_context.drawImage @real, 0, 0, @full_width, @full_height, dsl.element_left, dsl.element_top, dsl.element_width, dsl.element_height unless @dsl.hidden
|
124
|
-
end
|
125
|
-
app.add_paint_listener(@painter)
|
126
|
-
end
|
127
|
-
|
128
|
-
end
|
129
|
-
end
|
130
|
-
end
|
@@ -1,19 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class ImagePattern
|
4
|
-
def initialize(dsl)
|
5
|
-
@dsl = dsl
|
6
|
-
end
|
7
|
-
|
8
|
-
def apply_as_fill(gc, left, top, width, height, angle = 0)
|
9
|
-
pattern = ::Swt::Pattern.new(Shoes.display, ::Swt::Image.new(Shoes.display, @dsl.path))
|
10
|
-
gc.set_background_pattern pattern
|
11
|
-
end
|
12
|
-
|
13
|
-
def apply_as_stroke(gc, left, top, width, height, angle = 0)
|
14
|
-
pattern = ::Swt::Pattern.new(Shoes.display, ::Swt::Image.new(Shoes.display, @dsl.path))
|
15
|
-
gc.set_foreground_pattern pattern
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
data/lib/shoes/swt/input_box.rb
DELETED
@@ -1,73 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
# Class is used by edit_box and edit_line
|
4
|
-
class InputBox
|
5
|
-
include Common::Child
|
6
|
-
include Common::Clear
|
7
|
-
include Common::PainterUpdatesPosition
|
8
|
-
include Common::Toggle
|
9
|
-
include Common::UpdatePosition
|
10
|
-
include ::Shoes::BackendDimensionsDelegations
|
11
|
-
|
12
|
-
attr_reader :real, :dsl, :parent
|
13
|
-
|
14
|
-
def initialize(dsl, parent, text_options)
|
15
|
-
@dsl = dsl
|
16
|
-
@parent = parent
|
17
|
-
|
18
|
-
@real = ::Swt::Widgets::Text.new(@parent.real, text_options)
|
19
|
-
@real.set_size dsl.element_width, dsl.element_height
|
20
|
-
@real.set_text dsl.initial_text.to_s
|
21
|
-
@real.add_modify_listener do |event|
|
22
|
-
@dsl.call_change_listeners unless nothing_changed?(event)
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
def text
|
27
|
-
@real.text
|
28
|
-
end
|
29
|
-
|
30
|
-
def text=(value)
|
31
|
-
@last_text = @real.text
|
32
|
-
@real.text = value
|
33
|
-
end
|
34
|
-
|
35
|
-
def enabled(value)
|
36
|
-
@real.enable_widget value
|
37
|
-
end
|
38
|
-
|
39
|
-
def highlight_text(start_index, final_index)
|
40
|
-
@real.set_selection(start_index, final_index)
|
41
|
-
end
|
42
|
-
|
43
|
-
def caret_to(index)
|
44
|
-
@real.set_selection(index)
|
45
|
-
end
|
46
|
-
|
47
|
-
private
|
48
|
-
def nothing_changed?(event)
|
49
|
-
source = event.source
|
50
|
-
event.class == Java::OrgEclipseSwtEvents::ModifyEvent &&
|
51
|
-
source.class == Java::OrgEclipseSwtWidgets::Text &&
|
52
|
-
source.text == @last_text
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
class EditLine < InputBox
|
57
|
-
DEFAULT_STYLES = ::Swt::SWT::SINGLE | ::Swt::SWT::BORDER
|
58
|
-
def initialize(dsl, parent)
|
59
|
-
styles = DEFAULT_STYLES
|
60
|
-
styles |= ::Swt::SWT::PASSWORD if dsl.secret?
|
61
|
-
super(dsl, parent, styles)
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
class EditBox < InputBox
|
66
|
-
DEFAULT_STYLES = ::Swt::SWT::MULTI | ::Swt::SWT::BORDER | ::Swt::SWT::WRAP | ::Swt::SWT::V_SCROLL
|
67
|
-
def initialize(dsl, parent)
|
68
|
-
super(dsl, parent, DEFAULT_STYLES)
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
end
|
73
|
-
end
|
@@ -1,145 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class KeyListener
|
4
|
-
include ::Swt::KeyListener
|
5
|
-
|
6
|
-
def self.get_swt_constant(name)
|
7
|
-
::Swt::SWT.const_get name
|
8
|
-
end
|
9
|
-
|
10
|
-
SPECIAL_KEY_NAMES = {}
|
11
|
-
|
12
|
-
%w[TAB PAGE_UP PAGE_DOWN HOME END F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12
|
13
|
-
F13 F14 F15].each do|key|
|
14
|
-
SPECIAL_KEY_NAMES[get_swt_constant key] = key.downcase
|
15
|
-
end
|
16
|
-
%w[UP DOWN LEFT RIGHT].each do |key|
|
17
|
-
SPECIAL_KEY_NAMES[get_swt_constant "ARROW_#{key}"] = key.downcase
|
18
|
-
end
|
19
|
-
|
20
|
-
SPECIAL_KEY_NAMES[::Swt::SWT::DEL] = "delete"
|
21
|
-
SPECIAL_KEY_NAMES[::Swt::SWT::BS] = "backspace"
|
22
|
-
SPECIAL_KEY_NAMES[::Swt::SWT::ESC] = "escape"
|
23
|
-
SPECIAL_KEY_NAMES[::Swt::SWT::CR] = "\n"
|
24
|
-
|
25
|
-
MODIFIER_KEYS = %w[CTRL SHIFT ALT CAPS_LOCK COMMAND].map do |key|
|
26
|
-
get_swt_constant key
|
27
|
-
end
|
28
|
-
|
29
|
-
def initialize(dsl, app, &blk)
|
30
|
-
@block = blk
|
31
|
-
@app = app
|
32
|
-
@app.add_key_listener(self)
|
33
|
-
end
|
34
|
-
|
35
|
-
def handle_key_event(event)
|
36
|
-
modifiers = modifier_keys(event)
|
37
|
-
character = character_key(event)
|
38
|
-
key_string = modifiers + character
|
39
|
-
key_string = key_string.to_sym if should_be_symbol?(event, modifiers)
|
40
|
-
eval_block key_string unless character.empty?
|
41
|
-
end
|
42
|
-
|
43
|
-
def clear
|
44
|
-
@app.remove_key_listener(@key_listener)
|
45
|
-
end
|
46
|
-
|
47
|
-
BUTTON_EXCLUDES = ["\n", " "]
|
48
|
-
COMBO_EXCLUDES = %w[up down] + BUTTON_EXCLUDES
|
49
|
-
|
50
|
-
# For a variety of SWT controls, certain characters should not be passed
|
51
|
-
# to Shoes key listeners, since they're already handled by the controls.
|
52
|
-
#
|
53
|
-
# * Buttons ignore activating key press (enter, space depending on OS)
|
54
|
-
# * Text boxes ignore all key presses
|
55
|
-
# * Combo boxes ignore up/down and activating key presses
|
56
|
-
def ignore_event?(event)
|
57
|
-
char = character_key(event)
|
58
|
-
case event.widget
|
59
|
-
when Java::OrgEclipseSwtWidgets::Button
|
60
|
-
BUTTON_EXCLUDES.include?(char)
|
61
|
-
when Java::OrgEclipseSwtWidgets::Text
|
62
|
-
true
|
63
|
-
when Java::OrgEclipseSwtWidgets::Combo
|
64
|
-
COMBO_EXCLUDES.include?(char)
|
65
|
-
else
|
66
|
-
# Default? Don't ignore it!
|
67
|
-
false
|
68
|
-
end
|
69
|
-
end
|
70
|
-
|
71
|
-
private
|
72
|
-
|
73
|
-
def eval_block(key_string)
|
74
|
-
@block.call key_string
|
75
|
-
end
|
76
|
-
|
77
|
-
def modifier_keys(event)
|
78
|
-
modifier_keys = ''
|
79
|
-
modifier_keys += 'control_' if control?(event)
|
80
|
-
modifier_keys += 'shift_' if shift?(event) && special_key?(event)
|
81
|
-
modifier_keys += 'alt_' if alt?(event)
|
82
|
-
modifier_keys
|
83
|
-
end
|
84
|
-
|
85
|
-
def alt?(event)
|
86
|
-
is_this_modifier_key?(event, ::Swt::SWT::ALT)
|
87
|
-
end
|
88
|
-
|
89
|
-
# NOTE: state_mask and key_code error for me so the java version is used
|
90
|
-
def is_this_modifier_key?(event, key)
|
91
|
-
(event.stateMask & key) == key
|
92
|
-
end
|
93
|
-
|
94
|
-
def shift?(event)
|
95
|
-
is_this_modifier_key?(event, ::Swt::SWT::SHIFT)
|
96
|
-
end
|
97
|
-
|
98
|
-
def control?(event)
|
99
|
-
is_this_modifier_key?(event, ::Swt::SWT::CTRL)
|
100
|
-
end
|
101
|
-
|
102
|
-
def character_key(event)
|
103
|
-
return '' if current_key_is_modifier?(event)
|
104
|
-
if special_key?(event)
|
105
|
-
SPECIAL_KEY_NAMES[event.keyCode]
|
106
|
-
elsif control?(event) || alt?(event)
|
107
|
-
character_for_modified_keypress(event)
|
108
|
-
else
|
109
|
-
event.character.chr('UTF-8')
|
110
|
-
end
|
111
|
-
end
|
112
|
-
|
113
|
-
def character_for_modified_keypress(event)
|
114
|
-
character = event.keyCode.chr('UTF-8')
|
115
|
-
if shift?(event)
|
116
|
-
character.upcase
|
117
|
-
else
|
118
|
-
character
|
119
|
-
end
|
120
|
-
end
|
121
|
-
|
122
|
-
def special_key?(event)
|
123
|
-
SPECIAL_KEY_NAMES[event.keyCode]
|
124
|
-
end
|
125
|
-
|
126
|
-
def current_key_is_modifier?(event)
|
127
|
-
MODIFIER_KEYS.include? event.keyCode
|
128
|
-
end
|
129
|
-
|
130
|
-
def should_be_symbol?(event, modifiers)
|
131
|
-
!modifiers.empty? || (special_key?(event) && !enter?(event))
|
132
|
-
end
|
133
|
-
|
134
|
-
def enter?(event)
|
135
|
-
event.keyCode == ::Swt::SWT::CR
|
136
|
-
end
|
137
|
-
end
|
138
|
-
|
139
|
-
class Keypress < KeyListener
|
140
|
-
end
|
141
|
-
|
142
|
-
class Keyrelease < KeyListener
|
143
|
-
end
|
144
|
-
end
|
145
|
-
end
|