Sam El-Husseini
0c75664b06
Fix IE flyout button callback ( #2719 )
2019-07-29 10:58:38 -07:00
Ashwin Ramaswami
980412e723
Properly handle cases when sound.play() does not return a promise ( #2614 )
...
* Properly handle cases when sound.play() does not return a promise
2019-07-26 16:40:39 -07:00
Rachel Fenichel
08982ce55e
Merge pull request #2668 from BeksOmega/fixes/DeprecateSetText
...
Deprecated Field.setText
2019-07-26 13:02:35 -07:00
Beka Westberg
3d813803ca
updateVariableName -> refreshVariableName
2019-07-26 12:55:43 -07:00
kozbial
5a5d0b698a
Using centerline for debug rendering.
2019-07-25 14:13:34 -07:00
Monica Kozbial
15ca31650f
Merge pull request #2709 from moniika/moniika-render-debug-top-bottom
...
Updating debug rendering for top and bottom block rows.
2019-07-25 13:32:24 -07:00
kozbial
c858153ea0
Updating indentation.
2019-07-25 12:37:01 -07:00
Sam El-Husseini
c1b49a1da7
Fix some jsdoc types ( #2701 )
...
* Fix JSDoc regarding type inconsistencies. Make image field src required and update image field tests.
2019-07-25 12:24:36 -07:00
kozbial
01f24a81db
Adding line wrap to drawSpacerElem function definition.
2019-07-25 11:42:48 -07:00
Rachel Fenichel
94bc23ff7e
Merge pull request #2713 from rachel-fenichel/render/constants
...
Move puzzle tab and start hat information into objects
2019-07-25 11:33:41 -07:00
Neil Fraser
84f5afd0e3
Typo: enutral -> neutral
2019-07-25 11:32:02 -07:00
Rachel Fenichel
b9f6c27b32
More cleanup
2019-07-25 11:18:50 -07:00
alschmiedt
6dc9a07810
Integrates cursor into develop ( #2710 )
...
* Integrates cursor into blockly
* Fix review comments
* Add dispose to cursor
* Fixes dispose functionality
* Remove unnecessary dispose method
2019-07-25 11:14:40 -07:00
Rachel Fenichel
f49ab0c4a7
Create PUZZLE_TAB and PUZZLE_TAB_HIGHLIGHT objects
2019-07-24 16:26:20 -07:00
kozbial
8e477f0313
Updating debug rendering for top and bottom block rows.
2019-07-24 15:41:14 -07:00
Rachel Fenichel
d5bc0eecc4
Move start hat information into a single object
2019-07-24 14:58:26 -07:00
Rachel Fenichel
2a528c38b4
Merge pull request #2669 from BeksOmega/feature/SetOnClickImage
...
Added a setOnClickHandler Function to the Image Field
2019-07-24 14:28:26 -07:00
Rachel Fenichel
5ab6977c89
Merge branch 'develop' into feature/SetOnClickImage
2019-07-24 14:23:54 -07:00
Rachel Fenichel
4901c6c040
Merge branch 'develop' into choose_renderer
2019-07-24 14:21:30 -07:00
Rachel Fenichel
eb8f1819e2
Make it possible to choose the renderer at runtime, with a constant.
2019-07-24 14:04:58 -07:00
Abby
3dd1973a5a
Ran the rename script
2019-07-24 13:48:25 -07:00
Abby
1c26b6d79b
Adds helper functions for keyboard nav
2019-07-24 11:42:37 -07:00
Rachel Fenichel
571623a47e
uncomment use stricts
2019-07-23 17:15:05 -07:00
Rachel Fenichel
7b3a442499
Rename BRC->Blockly.blockRendering.constants
2019-07-23 17:14:16 -07:00
Rachel Fenichel
c3eb0ed3c4
Merge pull request #2690 from rachel-fenichel/border_rect_default_height
...
Define BORDER_RECT_DEFAULT_HEIGHT constant
2019-07-23 16:21:10 -07:00
Rachel Fenichel
3a88890a65
Merge pull request #2688 from rachel-fenichel/block_rendering_namespace
...
Block rendering namespace
2019-07-23 16:20:51 -07:00
Rachel Fenichel
3f0b51c7b5
Merge pull request #2686 from rachel-fenichel/svgPaths
...
Paths->svgPaths
2019-07-23 16:18:28 -07:00
Rachel Fenichel
24866deae9
Use BORDER_RECT_DEFAULT_HEIGHT constant
2019-07-23 13:38:28 -07:00
Rachel Fenichel
71ef4b86b8
Merge pull request #2670 from BeksOmega/fixes/RemoveChangeListener
...
Removed Useless Text Input Workspace Change Listener.
2019-07-23 12:56:32 -07:00
Rachel Fenichel
e523943ee9
Merge pull request #2615 from BeksOmega/fixes/Procedures
...
Fixed Procedure Empty Names & Procedure Parameters
2019-07-23 11:21:22 -07:00
Rachel Fenichel
e599ec2abe
Create block_rendering file and move render definition there
2019-07-23 11:06:36 -07:00
Rachel Fenichel
b9bfc37fd4
Rename Blockly.BlockRendering to Blockly.blockRendering
2019-07-23 10:58:24 -07:00
Rachel Fenichel
134b064282
Paths->svgPaths
2019-07-23 10:51:18 -07:00
alschmiedt
698375ac26
Merge pull request #2652 from alschmiedt/base_keyboard
...
Add initial keyboard navigation files
2019-07-22 16:50:48 -07:00
Rachel Fenichel
b5c75ff24d
Merge pull request #2651 from rachel-fenichel/field_corrected_sizes
...
Add getCorrectedSize functions to fields
2019-07-22 16:45:13 -07:00
Rachel Fenichel
e473af84d8
Rename function
2019-07-22 16:32:54 -07:00
Rachel Fenichel
fc4372dbc2
Add TODOs with github issue number
2019-07-22 16:29:44 -07:00
Rachel Fenichel
91a8f4de16
Pull all the new rendering files into develop
2019-07-22 14:10:14 -07:00
Abby
be43df9e8c
Run the renaming script
2019-07-22 10:45:05 -07:00
Erik Pasternak
d59c4a92db
Redo the fixes to event groups in connection.js
2019-07-19 16:08:53 -07:00
Erik Pasternak
5911e54dc0
Revert "Propagate the visible state when blocks connect ( #2003 )"
...
This reverts commit ec78eeb39b .
2019-07-19 16:03:40 -07:00
Erik Pasternak
73f13b7d9c
Revert "Properly set the display style on blocks when connections are unhidden"
...
This reverts commit bacfae24dd .
2019-07-19 15:56:23 -07:00
Erik Pasternak
1af59813d9
Revert "Fix wrong method call"
...
This reverts commit 3adc554f6b .
2019-07-19 15:56:06 -07:00
Beka Westberg
7e3344cf17
Removed useless text input workspace change listener.
2019-07-19 09:55:29 -07:00
Beka Westberg
ed41b7f900
Added a setOnClickHandler function to the image field.
2019-07-19 09:17:09 -07:00
Beka Westberg
20837da54f
Deprecated field setText function.
2019-07-19 08:57:34 -07:00
Rachel Fenichel
674b2621ea
Merge pull request #2666 from RoboErikG/roboerikg-hidden
...
Properly set the display style on blocks when connections are unhidden
2019-07-18 16:11:49 -07:00
Rachel Fenichel
a5ec37a78f
Merge pull request #2658 from rachel-fenichel/rename_paths
...
Rename Blockly.utils.Paths -> Blockly.utils.svgPath
2019-07-18 15:16:16 -07:00
Erik Pasternak
3adc554f6b
Fix wrong method call
2019-07-18 14:19:22 -07:00
Erik Pasternak
bacfae24dd
Properly set the display style on blocks when connections are unhidden
...
We weren't always setting the display style on blocks when the hidden
state changed on a connection. This meant that sometimes unhiding a
connection would cause the attached block to be invisible.
This moves the display style code into the setHidden so it is never
skipped.
2019-07-18 14:08:53 -07:00