Commit graph

412 commits

Author SHA1 Message Date
Tim Mickel
9cfe992b5a Remove block transparency during drag 2016-02-29 16:20:19 -05:00
Tim Mickel
1d4a730e07 Remove disconnection wiggle 2016-02-29 16:15:03 -05:00
Tim Mickel
822b70a95f Remove connection ripple 2016-02-29 16:14:47 -05:00
Tim Mickel
6b40056bb4 Merge pull request #89 from tmickel/feature/audio-separation
Remove Blockly sound playing and replace with a callback from correct fork
2016-02-26 11:55:49 -05:00
rachel-fenichel
2f8ed1f10a Merge pull request #88 from rachel-fenichel/feature/connection_refactor
Feature/connection refactor
2016-02-25 12:43:48 -08:00
rachel-fenichel
be889cb7b4 Merge pull request #83 from rachel-fenichel/feature/svg_refactor
Refactor block_svg to share code between horizontal and vertical vers…
2016-02-25 10:52:22 -08:00
Rachel Fenichel
25c0eb7405 Clean up comment 2016-02-24 16:14:49 -08:00
Rachel Fenichel
aeb61291be minor refactor of connection code, plus fix for #87 2016-02-24 16:11:32 -08:00
Tim Mickel
fd9f6a6d00 Remove Blockly sound playing and replace with a callback 2016-02-24 15:50:36 -05:00
Rachel Fenichel
6ee0744b5c Refactor block_svg to share code between horizontal and vertical versionss. 2016-02-24 10:19:59 -08:00
rachel-fenichel
48a449b63a Merge pull request #67 from rachel-fenichel/feature/multi-playground
Additional playground with multiple instances of blockly
2016-02-23 15:46:19 -08:00
Rachel Fenichel
b4256247fb fix annotations and rename 2016-02-23 14:55:15 -08:00
Ray Schamp
9defd1ae79 Merge pull request #79 from rschamp/feature/input-rendering
Match string and number inputs to spec
2016-02-23 17:48:11 -05:00
Ray Schamp
9d82e79e9c Update inputs to match spec 2016-02-23 16:59:53 -05:00
Ray Schamp
7de680b718 Fix value input positioning on nested statements
Thank you @tmickel
2016-02-23 16:58:21 -05:00
Ray Schamp
75c877848d WIP: Position inputs 2016-02-23 16:58:21 -05:00
Ray Schamp
4e08ad8002 Fix empty pants width 2016-02-23 16:54:53 -05:00
Rachel Fenichel
1bbc386ec8 Round flyout corners properly. 2016-02-19 17:37:18 -08:00
Rachel Fenichel
4230dd2b83 Fix checking deletion rectangles and fix toolbox config. 2016-02-19 16:23:32 -08:00
Rachel Fenichel
5464f52910 remove zombie code 2016-02-19 10:42:10 -08:00
Ray Schamp
8b0b1dfda6 Update build.py to account for block_svg.js rename
And rebuild.

Thanks @rachel-fenichel
2016-02-18 17:38:57 -05:00
Ray Schamp
1a6dff7f42 Merge branch 'master' of github.com:google/blockly into merge/google-2016
# Conflicts:
#	blockly_compressed_vertical.js
#	blockly_uncompressed_vertical.js
#	blocks/text.js
#	blocks_compressed.js
#	core/block_svg.js
#	core/connection.js
#	core/field_textinput.js
#	core/flyout.js
#	core/toolbox.js
#	tests/playground.html
2016-02-18 13:29:25 -05:00
Ray Schamp
ca0c0f2c86 Rename block_horizontal_scratch to block_svg 2016-02-18 10:43:28 -05:00
Rachel Fenichel
c0e28dcb15 switch to an enum 2016-02-17 16:32:31 -08:00
Rachel Fenichel
8f23434703 render toolbox and flyout at start/end in horizontal mode 2016-02-17 11:02:26 -08:00
Neil Fraser
aeabf0ec6f Fix issue 251, $ in ID. 2016-02-16 22:16:36 -08:00
Neil Fraser
6e6a04b879 Add X/Y coordinates and block ID to create event. 2016-02-16 21:57:22 -08:00
Neil Fraser
5297344a8b Fix RTL XML. 2016-02-16 13:04:47 -08:00
Neil Fraser
a0a61d2f33 Add event grouping. Add event monitoring to playground. 2016-02-12 22:09:21 -08:00
Neil Fraser
1d44036cf9 Add missing move when unshadowing and missing XY when deleting. 2016-02-12 19:34:51 -08:00
Rachel Fenichel
7cd8135125 Render toolbox and flyout at start/end in vertical mode. 2016-02-12 14:48:13 -08:00
Rachel Fenichel
970c6ad8fa Merge branch 'develop' into feature/toolbox_position 2016-02-12 10:58:24 -08:00
Rachel Fenichel
3462a5a2c1 position toolbox 2016-02-12 10:57:33 -08:00
Ray Schamp
5e65f52a81 Merge pull request #58 from rschamp/feature/pants-rendering
Fix pants blocks width, height and connection positions
2016-02-12 13:50:02 -05:00
Neil Fraser
0fab13400a Fire function events instead of DOM events. 2016-02-11 21:40:33 -08:00
Ray Schamp
61c98422f3 Fix pants blocks width, height and connection positions
TODO: RTL, figure out why we need to add 3 corner radii to the height sometimes.

Thank you @NeilFraser for your help on this.
2016-02-11 17:56:24 -05:00
Rachel Fenichel
803d0e72b2 Turn toolbox sideways in the horizontal playground. 2016-02-11 14:46:51 -08:00
Rachel Fenichel
136e24a132 fix typo in scrollbar.js 2016-02-11 13:34:43 -08:00
rachel-fenichel
0ccdf83e18 Merge pull request #52 from rachel-fenichel/feature/horizontal_flyout
Horizontal flyout rendering
2016-02-11 11:03:05 -08:00
Rachel Fenichel
e00fb1a590 Style fixes 2016-02-11 11:01:46 -08:00
Neil Fraser
d310b96f84 Add mutation events. 2016-02-10 21:40:51 -08:00
Neil Fraser
cf257ea5e9 Add event filtering. 2016-02-10 19:25:17 -08:00
Rachel Fenichel
39b4980867 horizontal flyout rendering. 2016-02-10 17:09:20 -08:00
Neil Fraser
63c112932b Rename Field.setChangeHandler to Field.setValidator 2016-02-10 14:33:13 -08:00
rachel-fenichel
c70edbb8f3 Merge pull request #49 from rachel-fenichel/feature/horizontal_playground
Generate both horizontal and vertical versions of blockly
2016-02-10 10:55:32 -08:00
Ray Schamp
f5e129b3c1 Fix radius value 2016-02-10 10:18:57 -05:00
Ray Schamp
b41ac824aa Simplify rounded corners, make them circular 2016-02-10 10:16:13 -05:00
Ray Schamp
07f6df14f3 Document NOTCH_BASE_HEIGHT vs NOTCH_HEIGHT 2016-02-10 10:16:13 -05:00
Ray Schamp
e2c8d61399 Round notch corners
The rounding adds some height to the notch, so this is compensated by removing height from the notch "tab". For this reason the radius should stay relatively small.
2016-02-10 10:16:13 -05:00
Neil Fraser
a481c1cff8 Customizable angle pickers. 2016-02-09 22:36:15 -08:00