Commit graph

1536 commits

Author SHA1 Message Date
Paul Kaplan
ddb623455f Merge pull request #1028 from paulkaplan/fix-duplicate-on-duplicate
Add shadow dom ID uniquifier to 'Duplicate' code path
2017-08-09 09:33:43 -04:00
Paul Kaplan
3efae4ce3f Move function into helper 2017-08-05 13:37:10 -04:00
Paul Kaplan
bdbe98e359 Merge pull request #1030 from paulkaplan/fix-tab-order
Fix traversal for tab ordering
2017-08-03 17:14:30 -04:00
Paul Kaplan
0ac67a75e7 Make tab more succinct 2017-08-03 15:38:55 -04:00
Paul Kaplan
2da4523c9f Merge pull request #1029 from paulkaplan/reinstate-drag-shadow
Add back the block drag shadow
2017-08-01 16:28:37 -04:00
Paul Kaplan
2190742136 Use unique IDs for drag shadow filter 2017-08-01 15:58:06 -04:00
Tim Mickel
9be92744f3 Center variable reporter; fix field centering to work for it 2017-08-01 00:21:32 -04:00
Paul Kaplan
15a2fa7aeb Remove drag transparency 2017-07-27 15:35:08 -04:00
Paul Kaplan
9bb9996478 Fix traversal of tab order 2017-07-27 15:13:06 -04:00
Andrew Sliwinski
129c392257 Merge pull request #1018 from tmickel/gh-983
Move non-label fields to min X (fix #983)
2017-07-26 16:32:12 -04:00
Paul Kaplan
4000c719d0 Add back drag shadow 2017-07-26 16:22:00 -04:00
Paul Kaplan
ea89be63d9 Add shadow dom ID uniquifier to 'Duplicate' code path 2017-07-26 15:21:50 -04:00
Ken
9904ba6bc1 Fix block count in deletion confirmation dialog (#1022)
* Solved #978

Replaced deleteList.length with String(deleteCount)

* oops
2017-07-24 10:59:41 -07:00
Paul Kaplan
081ebe9e39 Merge pull request #997 from marisaleung/develop_widgetDivSetGroup
Remove unecessary setGroup(false).
2017-07-24 08:21:37 -04:00
Paul Kaplan
e451a1fe5e Merge pull request #1016 from paulkaplan/merge-07-19
Merge from blockly/develop 07/19
2017-07-24 08:21:04 -04:00
Tim Mickel
8fc99ad7c7 INPUT_AND_FIELD_MIN for RTL 2017-07-21 00:16:15 -04:00
Tim Mickel
67d418ae1a Move non-label fields to min X (fix #983) 2017-07-20 23:53:14 -04:00
Paul Kaplan
a257d49442 Add back accidentally deleted code 2017-07-20 08:49:21 -04:00
Paul Kaplan
f542536c88 Fix merge fails 2017-07-19 17:00:34 -04:00
Paul Kaplan
03cd3a454b Merge remote-tracking branch 'google/develop' into merge-07-19 2017-07-19 16:47:44 -04:00
Paul Kaplan
50db913460 Explain comment 2017-07-19 14:31:45 -04:00
Rachel Fenichel
d2f7d5a71a Use the same math for dragging blocks out of horizontal and vertical flyouts. (#1215)
* Use the same math for dragging blocks out of horizontal and vertical flyouts.

* Update flyout_base.js
2017-07-19 11:30:08 -07:00
Paul Kaplan
6a903b74c3 Set primary, secondary and tertiary colours on setValue 2017-07-19 13:40:26 -04:00
Tom
c85106a920 Typo in a deprecated variable's value (#1228)
Misspelled variable name, should be Blockly.PROCEDURE_CATEGORY_NAME.
2017-07-18 11:23:29 -07:00
Rachel Fenichel
4be8218ddc Make duplicated blocks stick to the cursor. (#1001)
* Hack at making the duplicated block stick to the mouse cursor

* Make sticky duplication work as long as the upper left corner of the injection div is at exactly (346, 15)

* Duplicated blocks stick to the mouse pointer.

* cleanup

* Cleanup
2017-07-17 11:28:12 -07:00
marisaleung
a64dd54db4 Merge pull request #990 from marisaleung/develop_refreshToolbox
Add customcontextmenu in flyout for variable getter.
2017-07-17 10:26:11 -07:00
Paul Kaplan
2a0afbfa70 Merge pull request #1012 from paulkaplan/fix-selectable-text
Disable text selection on blocks and categories
2017-07-17 10:30:18 -04:00
Paul Kaplan
c6558fa2d3 Disable text selection on blocks and categories 2017-07-17 08:10:04 -04:00
Rachel Fenichel
597583feb8 Fix problem with insertion markers (#1003)
* Fix #946

* else if -> if
2017-07-11 13:01:07 -07:00
DD Liu
48be561e7a Merge pull request #1002 from fsih/deleteMonitors
Make variable id match block id in the flyout.
2017-07-10 18:18:55 -04:00
DD Liu
c0e1335a3d make variable id match block id 2017-07-10 15:57:54 -04:00
Rachel Fenichel
b54c930fd3 Correctly place blocks when the flyout and main workspace are at different zoom levels. (#1000) 2017-07-07 11:03:25 -07:00
marisaleung
170b16706f Modularize Rename Variable prompt and allow custom context menus for flyout. 2017-07-06 15:41:18 -07:00
marisaleung
2396faacd8 Add customcontextmenu in flyout. 2017-07-06 13:06:48 -07:00
marisaleung
1056297c7d Remove unecessary setGroup(false). 2017-07-06 10:44:55 -07:00
Sam El-Husseini
21b05d2a69 Only add a block in the flyout if it is not disabled (#1204)
* Only add a block in the flyout if it is not disabled

* PR feedback

* remove previous fix
2017-06-30 14:51:18 -07:00
Paul Kaplan
e43fefb796 Update fix for insertion marker code 2017-06-30 14:42:39 -04:00
Paul Kaplan
4b77d04bbd Merge remote-tracking branch 'google/develop' into pull-connection-effect-fix 2017-06-30 14:09:53 -04:00
Rachel Fenichel
de67108b17 Fix #1160 (#1197)
Fix "Connection UI Effect not playing on block connect"
2017-06-29 15:13:56 -07:00
Paul Kaplan
7853f47ec4 Merge remote-tracking branch 'google/develop' into merge/06-28 2017-06-29 15:07:30 -04:00
marisaleung
15d47840b1 Fire field variable change event with variable value, not name. 2017-06-29 11:24:25 -07:00
Paul Kaplan
166d41c93c Merge remote-tracking branch 'google/develop' into merge/06-28 2017-06-28 17:10:38 -04:00
marisaleung
3c8e0ebbeb Dropdown Create does not create a missing variable twice. 2017-06-27 16:51:19 -07:00
marisaleung
fba60bf7a5 Fix flyout dropdown bug. 2017-06-26 10:41:17 -07:00
Paul Kaplan
e1c4b8a5d2 Merge branch 'develop' into merge/06-22 2017-06-23 11:49:36 -04:00
Paul Kaplan
2af85c92b4 Fix errant newlines 2017-06-23 11:45:48 -04:00
Paul Kaplan
a793911bc9 Fix checkbox delete bug. (marisaleung) 2017-06-23 11:44:36 -04:00
marisaleung
11167ca28c Merge pull request #1181 from marisaleung/develop_fixCheckBoxBug
Fix checkbox delete bug.
2017-06-22 14:41:48 -07:00
DD Liu
dd24b9e4e1 Merge pull request #951 from fsih/cleanup
Fix typo and duplicate line of code
2017-06-22 15:54:52 -04:00
marisaleung
95594bd070 Always open flyout fields are editable. 2017-06-22 10:59:12 -07:00