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.
Files changed (361) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +84 -32
  3. data/Gemfile +22 -1
  4. data/README.md +28 -13
  5. data/Rakefile +7 -210
  6. data/bin/ruby-shoes +2 -2
  7. data/ext/install/shoes.bat +4 -1
  8. data/lib/shoes.rb +1 -121
  9. data/lib/shoes/{cli.rb → ui/cli.rb} +7 -1
  10. data/lib/shoes/{help.rb → ui/help.rb} +2 -2
  11. data/lib/shoes/{manual.rb → ui/manual.rb} +1 -1
  12. data/lib/shoes/version.rb +1 -1
  13. data/manifests/common.rb +34 -0
  14. data/manifests/shoes.rb +44 -0
  15. data/samples/Gemfile +3 -0
  16. data/samples/Gemfile.lock +35 -0
  17. data/samples/README +16 -5
  18. data/samples/boom.rb +239 -0
  19. data/samples/clicky.rb +24 -0
  20. data/samples/flow.rb +63 -0
  21. data/samples/gray.rb +11 -0
  22. data/samples/nks_booklist.rb +24 -0
  23. data/samples/nks_breadsticks.rb +7 -0
  24. data/samples/nks_dancing_circle.rb +13 -0
  25. data/samples/nks_dictionary.rb +23 -0
  26. data/samples/nks_edit_box.rb +4 -0
  27. data/samples/nks_edit_line.rb +6 -0
  28. data/samples/nks_notes.rb +16 -0
  29. data/samples/nks_self.rb +6 -0
  30. data/samples/nks_text_sizes.rb +10 -0
  31. data/samples/nks_trurl.rb +5 -0
  32. data/samples/packaging/package_me.rb +6 -0
  33. data/samples/present.rb +27 -0
  34. data/samples/progress.rb +10 -0
  35. data/samples/sample31.rb +1 -1
  36. data/samples/simple-calc.rb +1 -1
  37. data/samples/simple-tictactoe.rb +238 -0
  38. data/samples/simple-visibility.rb +11 -0
  39. data/samples/simple-widget.rb +9 -0
  40. data/samples/swt-raw.rb +20 -0
  41. data/samples/troll.rb +22 -0
  42. data/shoes.gemspec +10 -22
  43. data/snapshots/sample56.png +0 -0
  44. data/static/manual-en.txt +16 -7
  45. data/tasks/changelog.rb +92 -0
  46. data/tasks/gem.rb +38 -0
  47. data/tasks/rspec.rb +106 -0
  48. data/tasks/sample.rb +66 -0
  49. data/tasks/yard.rb +13 -0
  50. metadata +55 -488
  51. data/.gitignore +0 -53
  52. data/.rspec +0 -3
  53. data/.ruby-gemset +0 -1
  54. data/.ruby-version +0 -1
  55. data/.travis.yml +0 -31
  56. data/bin/shoes +0 -59
  57. data/bin/shoes.bat +0 -6
  58. data/fonts/Coolvetica.ttf +0 -0
  59. data/fonts/Lacuna.ttf +0 -0
  60. data/lib/ext/highlighter.rb +0 -2
  61. data/lib/ext/highlighter/common.rb +0 -197
  62. data/lib/ext/highlighter/lang/ruby.rb +0 -316
  63. data/lib/ext/highlighter/markup.rb +0 -222
  64. data/lib/rubygems_plugin.rb +0 -19
  65. data/lib/shoes/animation.rb +0 -55
  66. data/lib/shoes/app.rb +0 -320
  67. data/lib/shoes/arc.rb +0 -35
  68. data/lib/shoes/background.rb +0 -30
  69. data/lib/shoes/border.rb +0 -33
  70. data/lib/shoes/builtin_methods.rb +0 -73
  71. data/lib/shoes/button.rb +0 -32
  72. data/lib/shoes/check_button.rb +0 -43
  73. data/lib/shoes/color.rb +0 -375
  74. data/lib/shoes/common/background_element.rb +0 -9
  75. data/lib/shoes/common/changeable.rb +0 -34
  76. data/lib/shoes/common/clickable.rb +0 -17
  77. data/lib/shoes/common/common_methods.rb +0 -70
  78. data/lib/shoes/common/fill.rb +0 -21
  79. data/lib/shoes/common/registration.rb +0 -33
  80. data/lib/shoes/common/state.rb +0 -18
  81. data/lib/shoes/common/stroke.rb +0 -28
  82. data/lib/shoes/common/style.rb +0 -34
  83. data/lib/shoes/common/style_normalizer.rb +0 -16
  84. data/lib/shoes/configuration.rb +0 -96
  85. data/lib/shoes/dialog.rb +0 -27
  86. data/lib/shoes/dimension.rb +0 -237
  87. data/lib/shoes/dimensions.rb +0 -194
  88. data/lib/shoes/download.rb +0 -117
  89. data/lib/shoes/dsl.rb +0 -478
  90. data/lib/shoes/font.rb +0 -49
  91. data/lib/shoes/gradient.rb +0 -18
  92. data/lib/shoes/image.rb +0 -33
  93. data/lib/shoes/image_pattern.rb +0 -10
  94. data/lib/shoes/input_box.rb +0 -68
  95. data/lib/shoes/key_event.rb +0 -17
  96. data/lib/shoes/line.rb +0 -38
  97. data/lib/shoes/link.rb +0 -49
  98. data/lib/shoes/link_hover.rb +0 -5
  99. data/lib/shoes/list_box.rb +0 -44
  100. data/lib/shoes/logger.rb +0 -66
  101. data/lib/shoes/logger/ruby.rb +0 -18
  102. data/lib/shoes/mock.rb +0 -30
  103. data/lib/shoes/mock/animation.rb +0 -8
  104. data/lib/shoes/mock/app.rb +0 -44
  105. data/lib/shoes/mock/arc.rb +0 -8
  106. data/lib/shoes/mock/background.rb +0 -10
  107. data/lib/shoes/mock/border.rb +0 -7
  108. data/lib/shoes/mock/button.rb +0 -10
  109. data/lib/shoes/mock/check.rb +0 -24
  110. data/lib/shoes/mock/common_methods.rb +0 -11
  111. data/lib/shoes/mock/dialog.rb +0 -13
  112. data/lib/shoes/mock/download.rb +0 -18
  113. data/lib/shoes/mock/font.rb +0 -17
  114. data/lib/shoes/mock/image.rb +0 -12
  115. data/lib/shoes/mock/image_pattern.rb +0 -9
  116. data/lib/shoes/mock/input_box.rb +0 -23
  117. data/lib/shoes/mock/keypress.rb +0 -8
  118. data/lib/shoes/mock/keyrelease.rb +0 -8
  119. data/lib/shoes/mock/line.rb +0 -14
  120. data/lib/shoes/mock/link.rb +0 -11
  121. data/lib/shoes/mock/list_box.rb +0 -16
  122. data/lib/shoes/mock/oval.rb +0 -11
  123. data/lib/shoes/mock/progress.rb +0 -10
  124. data/lib/shoes/mock/radio.rb +0 -26
  125. data/lib/shoes/mock/rect.rb +0 -13
  126. data/lib/shoes/mock/shape.rb +0 -19
  127. data/lib/shoes/mock/slot.rb +0 -14
  128. data/lib/shoes/mock/sound.rb +0 -8
  129. data/lib/shoes/mock/star.rb +0 -13
  130. data/lib/shoes/mock/text_block.rb +0 -29
  131. data/lib/shoes/mock/timer.rb +0 -8
  132. data/lib/shoes/oval.rb +0 -28
  133. data/lib/shoes/point.rb +0 -43
  134. data/lib/shoes/progress.rb +0 -26
  135. data/lib/shoes/radio.rb +0 -15
  136. data/lib/shoes/rect.rb +0 -28
  137. data/lib/shoes/renamed_delegate.rb +0 -15
  138. data/lib/shoes/shape.rb +0 -175
  139. data/lib/shoes/slot.rb +0 -232
  140. data/lib/shoes/slot_contents.rb +0 -56
  141. data/lib/shoes/sound.rb +0 -16
  142. data/lib/shoes/span.rb +0 -16
  143. data/lib/shoes/star.rb +0 -49
  144. data/lib/shoes/swt.rb +0 -114
  145. data/lib/shoes/swt/animation.rb +0 -46
  146. data/lib/shoes/swt/app.rb +0 -300
  147. data/lib/shoes/swt/arc.rb +0 -70
  148. data/lib/shoes/swt/background.rb +0 -31
  149. data/lib/shoes/swt/border.rb +0 -37
  150. data/lib/shoes/swt/button.rb +0 -18
  151. data/lib/shoes/swt/check.rb +0 -14
  152. data/lib/shoes/swt/check_button.rb +0 -19
  153. data/lib/shoes/swt/color.rb +0 -45
  154. data/lib/shoes/swt/common/child.rb +0 -16
  155. data/lib/shoes/swt/common/clear.rb +0 -24
  156. data/lib/shoes/swt/common/clickable.rb +0 -62
  157. data/lib/shoes/swt/common/container.rb +0 -28
  158. data/lib/shoes/swt/common/fill.rb +0 -37
  159. data/lib/shoes/swt/common/painter.rb +0 -83
  160. data/lib/shoes/swt/common/painter_updates_position.rb +0 -12
  161. data/lib/shoes/swt/common/resource.rb +0 -14
  162. data/lib/shoes/swt/common/selection_listener.rb +0 -14
  163. data/lib/shoes/swt/common/stroke.rb +0 -41
  164. data/lib/shoes/swt/common/toggle.rb +0 -13
  165. data/lib/shoes/swt/common/update_position.rb +0 -15
  166. data/lib/shoes/swt/dialog.rb +0 -89
  167. data/lib/shoes/swt/disposed_protection.rb +0 -23
  168. data/lib/shoes/swt/download.rb +0 -24
  169. data/lib/shoes/swt/fitted_text_layout.rb +0 -94
  170. data/lib/shoes/swt/fitted_text_layout_collection.rb +0 -108
  171. data/lib/shoes/swt/font.rb +0 -32
  172. data/lib/shoes/swt/gradient.rb +0 -77
  173. data/lib/shoes/swt/image.rb +0 -130
  174. data/lib/shoes/swt/image_pattern.rb +0 -19
  175. data/lib/shoes/swt/input_box.rb +0 -73
  176. data/lib/shoes/swt/key_listener.rb +0 -145
  177. data/lib/shoes/swt/line.rb +0 -57
  178. data/lib/shoes/swt/link.rb +0 -37
  179. data/lib/shoes/swt/link_segment.rb +0 -108
  180. data/lib/shoes/swt/list_box.rb +0 -49
  181. data/lib/shoes/swt/mouse_move_listener.rb +0 -61
  182. data/lib/shoes/swt/oval.rb +0 -53
  183. data/lib/shoes/swt/progress.rb +0 -35
  184. data/lib/shoes/swt/radio.rb +0 -29
  185. data/lib/shoes/swt/radio_group.rb +0 -54
  186. data/lib/shoes/swt/rect.rb +0 -31
  187. data/lib/shoes/swt/rect_painter.rb +0 -23
  188. data/lib/shoes/swt/redrawing_aspect.rb +0 -122
  189. data/lib/shoes/swt/shape.rb +0 -101
  190. data/lib/shoes/swt/shoes_layout.rb +0 -43
  191. data/lib/shoes/swt/slot.rb +0 -25
  192. data/lib/shoes/swt/sound.rb +0 -119
  193. data/lib/shoes/swt/star.rb +0 -51
  194. data/lib/shoes/swt/swt_button.rb +0 -49
  195. data/lib/shoes/swt/text_block.rb +0 -133
  196. data/lib/shoes/swt/text_block_cursor_painter.rb +0 -112
  197. data/lib/shoes/swt/text_block_fitter.rb +0 -180
  198. data/lib/shoes/swt/text_block_painter.rb +0 -49
  199. data/lib/shoes/swt/text_font_factory.rb +0 -27
  200. data/lib/shoes/swt/text_style_factory.rb +0 -88
  201. data/lib/shoes/swt/timer.rb +0 -19
  202. data/lib/shoes/swt/tooling/leak_hunter.rb +0 -84
  203. data/lib/shoes/text.rb +0 -14
  204. data/lib/shoes/text_block.rb +0 -162
  205. data/lib/shoes/timer.rb +0 -10
  206. data/lib/shoes/url.rb +0 -47
  207. data/lib/shoes/widget.rb +0 -73
  208. data/lib/support/jl1.0.1.jar +0 -0
  209. data/lib/support/jogg-0.0.7.jar +0 -0
  210. data/lib/support/jorbis-0.0.15.jar +0 -0
  211. data/lib/support/log4j-1.2.16.jar +0 -0
  212. data/lib/support/mp3spi1.9.5.jar +0 -0
  213. data/lib/support/tritonus_share.jar +0 -0
  214. data/lib/support/vorbisspi1.0.3.jar +0 -0
  215. data/samples/good-clock-adjusted.rb +0 -49
  216. data/spec/async_helper.rb +0 -21
  217. data/spec/code_coverage.rb +0 -11
  218. data/spec/shoes/animation_spec.rb +0 -65
  219. data/spec/shoes/app_spec.rb +0 -411
  220. data/spec/shoes/arc_spec.rb +0 -53
  221. data/spec/shoes/background_spec.rb +0 -48
  222. data/spec/shoes/border_spec.rb +0 -43
  223. data/spec/shoes/builtin_methods_spec.rb +0 -84
  224. data/spec/shoes/button_spec.rb +0 -41
  225. data/spec/shoes/check_spec.rb +0 -31
  226. data/spec/shoes/cli_spec.rb +0 -16
  227. data/spec/shoes/color_spec.rb +0 -396
  228. data/spec/shoes/common/style_normalizer_spec.rb +0 -28
  229. data/spec/shoes/common/style_spec.rb +0 -58
  230. data/spec/shoes/configuration_spec.rb +0 -37
  231. data/spec/shoes/constants_spec.rb +0 -38
  232. data/spec/shoes/dialog_spec.rb +0 -163
  233. data/spec/shoes/dimension_spec.rb +0 -381
  234. data/spec/shoes/dimensions_spec.rb +0 -831
  235. data/spec/shoes/download_spec.rb +0 -133
  236. data/spec/shoes/flow_spec.rb +0 -92
  237. data/spec/shoes/font_spec.rb +0 -38
  238. data/spec/shoes/framework_learning_spec.rb +0 -30
  239. data/spec/shoes/helpers/fake_element.rb +0 -11
  240. data/spec/shoes/helpers/sample17_helper.rb +0 -66
  241. data/spec/shoes/image_spec.rb +0 -45
  242. data/spec/shoes/images/shoe.jpg +0 -0
  243. data/spec/shoes/input_box_spec.rb +0 -44
  244. data/spec/shoes/integration_spec.rb +0 -20
  245. data/spec/shoes/keypress_spec.rb +0 -11
  246. data/spec/shoes/keyrelease_spec.rb +0 -12
  247. data/spec/shoes/line_spec.rb +0 -47
  248. data/spec/shoes/link_spec.rb +0 -89
  249. data/spec/shoes/list_box_spec.rb +0 -63
  250. data/spec/shoes/logger/ruby_spec.rb +0 -9
  251. data/spec/shoes/logger_spec.rb +0 -45
  252. data/spec/shoes/oval_spec.rb +0 -20
  253. data/spec/shoes/point_spec.rb +0 -51
  254. data/spec/shoes/progress_spec.rb +0 -40
  255. data/spec/shoes/radio_spec.rb +0 -28
  256. data/spec/shoes/rect_spec.rb +0 -38
  257. data/spec/shoes/renamed_delegate_spec.rb +0 -70
  258. data/spec/shoes/shape_spec.rb +0 -54
  259. data/spec/shoes/shared_examples/button.rb +0 -6
  260. data/spec/shoes/shared_examples/changeable.rb +0 -26
  261. data/spec/shoes/shared_examples/clickable.rb +0 -5
  262. data/spec/shoes/shared_examples/common_methods.rb +0 -42
  263. data/spec/shoes/shared_examples/dimensions.rb +0 -32
  264. data/spec/shoes/shared_examples/dsl.rb +0 -42
  265. data/spec/shoes/shared_examples/dsl/animate.rb +0 -29
  266. data/spec/shoes/shared_examples/dsl/arc.rb +0 -45
  267. data/spec/shoes/shared_examples/dsl/background.rb +0 -26
  268. data/spec/shoes/shared_examples/dsl/border.rb +0 -10
  269. data/spec/shoes/shared_examples/dsl/cap.rb +0 -6
  270. data/spec/shoes/shared_examples/dsl/check.rb +0 -11
  271. data/spec/shoes/shared_examples/dsl/edit_box.rb +0 -8
  272. data/spec/shoes/shared_examples/dsl/edit_line.rb +0 -8
  273. data/spec/shoes/shared_examples/dsl/editable_element.rb +0 -29
  274. data/spec/shoes/shared_examples/dsl/fill.rb +0 -27
  275. data/spec/shoes/shared_examples/dsl/flow.rb +0 -15
  276. data/spec/shoes/shared_examples/dsl/gradient.rb +0 -52
  277. data/spec/shoes/shared_examples/dsl/image.rb +0 -21
  278. data/spec/shoes/shared_examples/dsl/line.rb +0 -9
  279. data/spec/shoes/shared_examples/dsl/nofill.rb +0 -6
  280. data/spec/shoes/shared_examples/dsl/nostroke.rb +0 -6
  281. data/spec/shoes/shared_examples/dsl/oval.rb +0 -60
  282. data/spec/shoes/shared_examples/dsl/pattern.rb +0 -34
  283. data/spec/shoes/shared_examples/dsl/progress.rb +0 -7
  284. data/spec/shoes/shared_examples/dsl/rect.rb +0 -92
  285. data/spec/shoes/shared_examples/dsl/rgb.rb +0 -26
  286. data/spec/shoes/shared_examples/dsl/shape.rb +0 -21
  287. data/spec/shoes/shared_examples/dsl/star.rb +0 -48
  288. data/spec/shoes/shared_examples/dsl/stroke.rb +0 -30
  289. data/spec/shoes/shared_examples/dsl/strokewidth.rb +0 -19
  290. data/spec/shoes/shared_examples/dsl/style.rb +0 -32
  291. data/spec/shoes/shared_examples/dsl/text_elements.rb +0 -81
  292. data/spec/shoes/shared_examples/dsl_app_context.rb +0 -8
  293. data/spec/shoes/shared_examples/hover_leave.rb +0 -11
  294. data/spec/shoes/shared_examples/parent.rb +0 -6
  295. data/spec/shoes/shared_examples/shared_element_method.rb +0 -52
  296. data/spec/shoes/shared_examples/slot.rb +0 -272
  297. data/spec/shoes/shared_examples/state.rb +0 -19
  298. data/spec/shoes/shared_examples/style.rb +0 -24
  299. data/spec/shoes/slot_spec.rb +0 -60
  300. data/spec/shoes/sound_spec.rb +0 -15
  301. data/spec/shoes/span_spec.rb +0 -94
  302. data/spec/shoes/spec_helper.rb +0 -1
  303. data/spec/shoes/stack_spec.rb +0 -53
  304. data/spec/shoes/star_spec.rb +0 -30
  305. data/spec/shoes/text_block_spec.rb +0 -242
  306. data/spec/shoes/url_spec.rb +0 -66
  307. data/spec/shoes/widget_spec.rb +0 -34
  308. data/spec/shoes_spec.rb +0 -44
  309. data/spec/spec_helper.rb +0 -16
  310. data/spec/swt_shoes/animation_spec.rb +0 -86
  311. data/spec/swt_shoes/app_spec.rb +0 -75
  312. data/spec/swt_shoes/arc_spec.rb +0 -101
  313. data/spec/swt_shoes/background_spec.rb +0 -56
  314. data/spec/swt_shoes/border_spec.rb +0 -51
  315. data/spec/swt_shoes/button_spec.rb +0 -101
  316. data/spec/swt_shoes/check_spec.rb +0 -28
  317. data/spec/swt_shoes/color_spec.rb +0 -67
  318. data/spec/swt_shoes/common/painter_spec.rb +0 -29
  319. data/spec/swt_shoes/configuration_spec.rb +0 -12
  320. data/spec/swt_shoes/dialog_spec.rb +0 -106
  321. data/spec/swt_shoes/disposed_protection_spec.rb +0 -49
  322. data/spec/swt_shoes/fitted_text_layout_collection_spec.rb +0 -174
  323. data/spec/swt_shoes/fitted_text_layout_spec.rb +0 -130
  324. data/spec/swt_shoes/flow_spec.rb +0 -26
  325. data/spec/swt_shoes/font_spec.rb +0 -33
  326. data/spec/swt_shoes/gradient_spec.rb +0 -20
  327. data/spec/swt_shoes/image_pattern_spec.rb +0 -19
  328. data/spec/swt_shoes/image_spec.rb +0 -100
  329. data/spec/swt_shoes/input_box_spec.rb +0 -110
  330. data/spec/swt_shoes/integration_spec.rb +0 -18
  331. data/spec/swt_shoes/key_listener_spec.rb +0 -320
  332. data/spec/swt_shoes/line_spec.rb +0 -43
  333. data/spec/swt_shoes/link_segment_spec.rb +0 -103
  334. data/spec/swt_shoes/link_spec.rb +0 -59
  335. data/spec/swt_shoes/list_box_spec.rb +0 -51
  336. data/spec/swt_shoes/minimal.png +0 -0
  337. data/spec/swt_shoes/mouse_move_listener_spec.rb +0 -129
  338. data/spec/swt_shoes/oval_spec.rb +0 -51
  339. data/spec/swt_shoes/progress_spec.rb +0 -44
  340. data/spec/swt_shoes/radio_group_spec.rb +0 -73
  341. data/spec/swt_shoes/radio_spec.rb +0 -56
  342. data/spec/swt_shoes/rect_painter_spec.rb +0 -45
  343. data/spec/swt_shoes/rect_spec.rb +0 -19
  344. data/spec/swt_shoes/shape_spec.rb +0 -81
  345. data/spec/swt_shoes/shared_examples/button.rb +0 -24
  346. data/spec/swt_shoes/shared_examples/clearable.rb +0 -32
  347. data/spec/swt_shoes/shared_examples/clickable.rb +0 -60
  348. data/spec/swt_shoes/shared_examples/movable.rb +0 -36
  349. data/spec/swt_shoes/shared_examples/paintable_spec.rb +0 -7
  350. data/spec/swt_shoes/shared_examples/painter.rb +0 -83
  351. data/spec/swt_shoes/shared_examples/pattern.rb +0 -32
  352. data/spec/swt_shoes/shared_examples/swt_app_context.rb +0 -17
  353. data/spec/swt_shoes/shared_examples/togglable.rb +0 -15
  354. data/spec/swt_shoes/shell_control_listener_spec.rb +0 -23
  355. data/spec/swt_shoes/sound.rb +0 -10
  356. data/spec/swt_shoes/spec_helper.rb +0 -31
  357. data/spec/swt_shoes/star_spec.rb +0 -47
  358. data/spec/swt_shoes/text_block_cursor_painter_spec.rb +0 -202
  359. data/spec/swt_shoes/text_block_fitter_spec.rb +0 -181
  360. data/spec/swt_shoes/text_block_painter_spec.rb +0 -221
  361. data/spec/swt_shoes/text_block_spec.rb +0 -183
@@ -1,31 +0,0 @@
1
- class Shoes
2
- module Swt
3
- class Rect
4
- extend Forwardable
5
- include Common::Fill
6
- include Common::Stroke
7
- include Common::Clickable
8
- include Common::PainterUpdatesPosition
9
- include Common::Toggle
10
- include Common::Clear
11
- include ::Shoes::BackendDimensionsDelegations
12
-
13
- def_delegators :dsl, :angle, :corners
14
-
15
-
16
- attr_reader :dsl, :app, :transform, :painter, :container
17
-
18
- def initialize(dsl, app, opts ={}, &blk)
19
- @dsl = dsl
20
- @app = app
21
- @opts = opts
22
-
23
- @container = @app.real
24
-
25
- @painter = RectPainter.new(self)
26
- @app.add_paint_listener @painter
27
- clickable blk if blk
28
- end
29
- end
30
- end
31
- end
@@ -1,23 +0,0 @@
1
- class Shoes
2
- module Swt
3
- class RectPainter < Common::Painter
4
- def fill(graphics_context)
5
- graphics_context.fill_round_rectangle(@obj.element_left,
6
- @obj.element_top,
7
- @obj.element_width,
8
- @obj.element_height,
9
- @obj.corners*2,
10
- @obj.corners*2)
11
- end
12
-
13
- def draw(gc)
14
- stroke_width = gc.get_line_width
15
- gc.draw_round_rectangle(@obj.element_left+stroke_width/2,
16
- @obj.element_top+stroke_width/2,
17
- @obj.element_width-stroke_width,
18
- @obj.element_height-stroke_width,
19
- @obj.corners*2, @obj.corners*2)
20
- end
21
- end
22
- end
23
- end
@@ -1,122 +0,0 @@
1
- # This file uses the after_do gem, which you probably haven't heard of (yet)
2
- # It basically works like Class.after :method do ... end
3
- # So for every instance of Class, after method is executed the block you
4
- # gave it is executed.
5
- # Here it is used to redraw the application, after specific methods are called.
6
- # So that everything belonging to the aspect of redrawing is in one file.
7
- # There is more documentation up here: https://github.com/PragTob/after_do
8
-
9
- class Shoes
10
- module Swt
11
- class RedrawingAspect
12
-
13
- NEED_TO_UPDATE = {Animation => [:eval_block],
14
- Button => [:eval_block],
15
- Common::Clickable::ClickListener => [:eval_block],
16
- ::Shoes::InternalApp => [:execute_block],
17
- Keypress => [:eval_block],
18
- Keyrelease => [:eval_block],
19
- MouseMoveListener => [:eval_move_block],
20
- TextBlockCursorPainter => [:move_textcursor],
21
- Timer => [:eval_block],
22
- ::Shoes::Common::Changeable => [:call_change_listeners]}
23
- # only the main thread may draw
24
- NEED_TO_ASYNC_UPDATE_GUI = {::Shoes::Download => [:eval_block]}
25
-
26
- # These need to trigger a redraw
27
- SAME_POSITION = {Common::Toggle => [:toggle],
28
- ::Shoes::Common::Style => [:update_style],
29
- ::Shoes::TextBlock => [:replace]}
30
-
31
- CHANGED_POSITION = {::Shoes::CommonMethods => [:_position],
32
- ::Shoes::Dimensions => [:left=, :top=, :width=,
33
- :height=,
34
- :displace_left=, :displace_top=],
35
- }
36
-
37
- # These methods trigger SWT painting listeners, so we need to be sure
38
- # that positioning has run properly before allowing them to continue.
39
- NEED_CONTENTS_ALIGNMENT = {
40
- ::Shoes::Swt::Dialog => [:ask_color,
41
- :dialog_chooser,
42
- :open_message_box],
43
- ::Shoes::Swt::AskDialog => [:open]
44
- }
45
-
46
-
47
- attr_reader :app
48
-
49
- def initialize(swt_app, display)
50
- @app = swt_app
51
- @display = display
52
- extend_needed_classes
53
- add_redraws
54
- end
55
-
56
- def remove_redraws
57
- affected_classes.each {|klass| klass.remove_all_callbacks}
58
- end
59
-
60
- private
61
- def extend_needed_classes
62
- affected_classes.each {|klass| klass.extend AfterDo}
63
- end
64
-
65
- def affected_classes
66
- classes = NEED_TO_UPDATE.keys +
67
- NEED_TO_ASYNC_UPDATE_GUI.keys +
68
- NEED_CONTENTS_ALIGNMENT.keys +
69
- SAME_POSITION.keys +
70
- CHANGED_POSITION.keys
71
- classes.uniq
72
- end
73
-
74
- def add_redraws
75
- after_every NEED_TO_UPDATE do update_gui end
76
- after_every NEED_TO_ASYNC_UPDATE_GUI do
77
- @display.asyncExec do update_gui end
78
- end
79
- after_every SAME_POSITION do |*args, element|
80
- element = element.dsl if element.respond_to? :dsl
81
- redraw_element element, false
82
- end
83
- # need to redraw old occupied area and newly occupied area
84
- before_and_after_every CHANGED_POSITION do |*args, element|
85
- redraw_element element
86
- end
87
- before_every NEED_CONTENTS_ALIGNMENT do |*args|
88
- app.dsl.top_slot.contents_alignment
89
- end
90
- end
91
-
92
- def update_gui
93
- app.flush unless app.disposed?
94
- end
95
-
96
- def redraw_element(element, include_children = true)
97
- redraw_area element.element_left, element.element_top,
98
- element.element_width, element.element_height,
99
- include_children
100
- end
101
-
102
- def redraw_area(left, top, width, height, include_children = true)
103
- unless app.disposed?
104
- app.redraw left, top, width, height, include_children
105
- end
106
- end
107
-
108
- def after_every(hash, &blk)
109
- hash.each {|klass, methods| klass.after methods, &blk }
110
- end
111
-
112
- def before_and_after_every(hash, &blk)
113
- before_every hash, &blk
114
- after_every hash, &blk
115
- end
116
-
117
- def before_every(hash, &blk)
118
- hash.each {|klass, methods| klass.before methods, &blk }
119
- end
120
- end
121
- end
122
- end
@@ -1,101 +0,0 @@
1
- class Shoes
2
- module Swt
3
- class Shape
4
- include Common::Fill
5
- include Common::Stroke
6
- include Common::PainterUpdatesPosition
7
-
8
-
9
- # Creates a new Shoes::Swt::Shape
10
- #
11
- # @param [Shoes::Shape] dsl The dsl object to provide gui for
12
- # @param [Hash] opts Initialization options
13
- # If this shape is part of another shape (i.e. it is not responsible
14
- # for drawing itself), `opts` should be omitted
15
- def initialize(dsl, app, opts = {})
16
- @dsl = dsl
17
- @app = app
18
- @element = ::Swt::Path.new(::Swt.display)
19
- @painter = Painter.new(self)
20
- @app.add_paint_listener @painter
21
- end
22
-
23
- attr_reader :dsl, :app
24
- attr_reader :element, :transform
25
- attr_reader :painter
26
-
27
- def line_to(x, y)
28
- @element.line_to(x, y)
29
- end
30
-
31
- def move_to(x, y)
32
- @element.move_to(x, y)
33
- end
34
-
35
- def quad_to *args
36
- @element.quad_to *args
37
- end
38
-
39
- def curve_to(cx1, cy1, cx2, cy2, x, y)
40
- @element.cubic_to(cx1, cy1, cx2, cy2, x, y)
41
- end
42
-
43
- def arc(x, y, width, height, start_angle, arc_angle)
44
- @element.add_arc(x - (width / 2), y - (height / 2), width, height,
45
- -start_angle * 180 / ::Shoes::PI,
46
- (start_angle - arc_angle) * 180 / ::Shoes::PI)
47
- end
48
-
49
- def update_position
50
- transform.translate(dsl.element_left, dsl.element_top)
51
- end
52
-
53
- def left
54
- elements = Java::float[6].new
55
- transform.get_elements(elements)
56
- elements[4]
57
- end
58
-
59
- def top
60
- elements = Java::float[6].new
61
- transform.get_elements(elements)
62
- elements[5]
63
- end
64
-
65
- alias_method :absolute_left, :left
66
- alias_method :absolute_top, :top
67
- alias_method :element_left, :left
68
- alias_method :element_top, :top
69
-
70
- def width
71
- bounds = Java::float[4].new
72
- @element.get_bounds(bounds)
73
- bounds[2]
74
- end
75
-
76
- def height
77
- bounds = Java::float[4].new
78
- @element.get_bounds(bounds)
79
- bounds[3]
80
- end
81
-
82
- alias_method :element_width, :width
83
- alias_method :element_height, :height
84
-
85
- def transform
86
- @transform ||= ::Swt::Transform.new(::Swt.display)
87
- end
88
-
89
- class Painter < Common::Painter
90
-
91
- def fill(gc)
92
- gc.fill_path(@obj.element)
93
- end
94
-
95
- def draw(gc)
96
- gc.draw_path(@obj.element)
97
- end
98
- end
99
- end
100
- end
101
- end
@@ -1,43 +0,0 @@
1
- class Shoes
2
- module Swt
3
- class ShoesLayout < ::Swt::Widgets::Layout
4
-
5
- attr_accessor :gui_app
6
-
7
- def layout(*dontcare)
8
- dsl_app = @gui_app.dsl
9
- height = dsl_app.height
10
- scrollable_height = dsl_app.top_slot.contents_alignment
11
- set_gui_size(height, scrollable_height)
12
-
13
- vertical_bar = @gui_app.shell.getVerticalBar
14
- vertical_bar.setVisible(scrollable_height > height)
15
- if scrollable_height > height
16
- handle_scroll_bar(vertical_bar, height, scrollable_height)
17
- else
18
- set_gui_location
19
- end
20
- end
21
-
22
- private
23
- def set_gui_size(height, scrollable_height)
24
- width = @gui_app.dsl.width
25
- maximum_height = [scrollable_height, height].max
26
- size = @gui_app.real.compute_trim 0, 0, width, maximum_height
27
- @gui_app.real.set_size(size.width, size.height)
28
- end
29
-
30
- def handle_scroll_bar(vertical_bar, height, scrollable_height)
31
- vertical_bar.setThumb height * height / scrollable_height
32
- vertical_bar.setMaximum scrollable_height - height + vertical_bar.getThumb
33
- vertical_bar.increment = 10
34
- end
35
-
36
- def set_gui_location
37
- location = @gui_app.real.getLocation
38
- location.y = 0
39
- @gui_app.real.setLocation location
40
- end
41
- end
42
- end
43
- end
@@ -1,25 +0,0 @@
1
- class Shoes
2
- module Swt
3
- class Slot
4
- include Common::Container
5
- include Common::Clickable
6
- include Common::Toggle
7
-
8
- def initialize(dsl, parent)
9
- @dsl = dsl
10
- @parent = parent
11
- @real = parent.real
12
-
13
- @app = @parent.app
14
- end
15
-
16
- # needed by Layouter code, but slots are no physical elements so they
17
- def update_position
18
- end
19
-
20
- attr_reader :real, :dsl, :parent, :app
21
- end
22
- class Flow < Slot; end
23
- class Stack < Slot; end
24
- end
25
- end
@@ -1,119 +0,0 @@
1
- # JavaZOOM Sound-API Projects
2
- # - Shared lib
3
- require 'support/tritonus_share.jar'
4
- # - MP3 lib
5
- require 'support/mp3spi1.9.5.jar'
6
- require 'support/jl1.0.1.jar'
7
- # - Ogg/Vorbis lib
8
- require 'support/jogg-0.0.7.jar'
9
- require 'support/jorbis-0.0.15.jar'
10
- require 'support/vorbisspi1.0.3.jar'
11
-
12
- class Shoes
13
- module Swt
14
- class Sound
15
- JFile = java.io.File
16
- import java.io.BufferedInputStream
17
- import javax.sound.sampled
18
- import java.io.IOException
19
-
20
- BufferSize = 4096
21
-
22
- def initialize(dsl)
23
- @dsl = dsl
24
- end
25
-
26
- def filepath
27
- @dsl.filepath
28
- end
29
-
30
- attr_accessor :mixer_channel, :audio_input_stream, :audio_format
31
-
32
- def play
33
- Thread.new do
34
- begin
35
- sound_file = JFile.new(self.filepath)
36
-
37
- audio_input_stream = AudioSystem.getAudioInputStream(sound_file)
38
- audio_format = audio_input_stream.getFormat
39
-
40
- decoded_audio_format, decoded_audio_input_stream = decode_input_stream(audio_format, audio_input_stream)
41
-
42
- # Play now.
43
- rawplay(decoded_audio_format, decoded_audio_input_stream)
44
- audio_input_stream.close
45
-
46
- rescue UnsupportedAudioFileException => uafex
47
- puts uafex.inspect, uafex.backtrace
48
- rescue IOException => ioex
49
- puts ioex.inspect, ioex.backtrace
50
- #rescue JIOException => jioex
51
- # jioex.stacktrace
52
- rescue LineUnavailableException => luex
53
- puts luex.inspect, luex.backtrace
54
- rescue Exception => e
55
- puts e.inspect, e.backtrace
56
- end
57
- end
58
- end
59
-
60
- def decode_input_stream(audio_format, audio_input_stream)
61
- case audio_format.encoding
62
- when Java::JavazoomSpiVorbisSampledFile::VorbisEncoding, Java::JavazoomSpiMpegSampledFile::MpegEncoding
63
- decoded_format = AudioFormat.new(AudioFormat::Encoding::PCM_SIGNED,
64
- audio_format.getSampleRate(),
65
- 16,
66
- audio_format.getChannels(),
67
- audio_format.getChannels() * 2,
68
- audio_format.getSampleRate(),
69
- false)
70
- decoded_audio_input_stream = AudioSystem.getAudioInputStream(decoded_format, audio_input_stream)
71
-
72
- return decoded_format, decoded_audio_input_stream
73
-
74
- else
75
- return audio_format, audio_input_stream
76
- end
77
- end
78
-
79
- def rawplay(decoded_audio_format, decoded_audio_input_stream)
80
-
81
- #throws IOException, LineUnavailableException
82
-
83
- sampled_data = Java::byte[BufferSize].new
84
-
85
- line = getLine(decoded_audio_format)
86
- if line != nil
87
-
88
- # Start
89
- line.start()
90
- bytes_read = 0, bytes_written = 0
91
- while bytes_read != -1
92
-
93
- bytes_read = decoded_audio_input_stream.read(sampled_data, 0, sampled_data.length)
94
- if bytes_read != -1
95
-
96
- bytes_written = line.write(sampled_data, 0, bytes_read)
97
- end
98
- end
99
- # Stop
100
- line.drain()
101
- line.stop()
102
- line.close()
103
- decoded_audio_input_stream.close()
104
- end
105
- end
106
-
107
- def getLine(audioFormat)
108
-
109
- #throws LineUnavailableException
110
-
111
- res = nil
112
- info = DataLine::Info.new(SourceDataLine.java_class, audioFormat)
113
- res = AudioSystem.getLine(info)
114
- res.open(audioFormat)
115
- res
116
- end
117
- end
118
- end
119
- end