Commit Graph

3772 Commits

Author SHA1 Message Date
Sam El-Husseini
9d593f2cb8 TypeScript Definition file (#2738)
* Add Typescript definition file for Blockly
2019-07-30 11:17:57 -07:00
Sam El-Husseini
5ce8c68833 Fix node build and add node tests (#2736)
* Fix node build and add node tests
2019-07-30 11:13:52 -07:00
alschmiedt
8ef540a8dc Used moveBy in moveTo (#2741) 2019-07-30 10:50:59 -07:00
Sam El-Husseini
4622c95629 Fix screenToWsCoordinates jsdoc (#2737)
Fix typos in jsdoc
2019-07-30 10:08:52 -07:00
Rachel Fenichel
d6acc66c4d Merge pull request #2732 from rachel-fenichel/render/constants
More work to move constants into objects
2019-07-29 16:12:21 -07:00
Rachel Fenichel
b74fe2a6cc lint 2019-07-29 16:09:03 -07:00
Rachel Fenichel
fd398ce75a Review cleanup 2019-07-29 16:04:44 -07:00
Sam El-Husseini
4c626e7b76 Fix setOnClickHandler jsdoc casing (#2730) 2019-07-29 15:29:06 -07:00
Rachel Fenichel
bed30dfa68 Cleanup 2019-07-29 15:26:53 -07:00
Rachel Fenichel
97c8275bdf Merge pull request #2731 from BeksOmega/fixes/FlyoutDragging
Fixed flyout scrollbars not being updated when the flyout was dragged.
2019-07-29 15:17:37 -07:00
Rachel Fenichel
9ce8282568 Remove references to distance45outside 2019-07-29 14:58:51 -07:00
Neil Fraser
95b26d3f23 Basic linting
Untested.
2019-07-29 14:49:50 -07:00
Beka Westberg
b45492c4b3 Fixed flyout scrollbars not being updated when the flyout was dragged. 2019-07-29 13:39:06 -07:00
alschmiedt
826409b01a Add tests for keyboard navigation (#2725) 2019-07-29 13:12:09 -07:00
alschmiedt
7dcc03e791 Fixes mocha tests (#2723) 2019-07-29 12:40:20 -07:00
Sam El-Husseini
0c75664b06 Fix IE flyout button callback (#2719) 2019-07-29 10:58:38 -07:00
Sandeep Dubey
44e559c4d9 Add correct link for blockly doc. (#2721) 2019-07-27 11:47:58 -07:00
Rachel Fenichel
36b4b18492 Quarantine highlights. 2019-07-26 17:33:10 -07:00
Rachel Fenichel
64cc3c5de6 Reduce number of direct references to the constants file 2019-07-26 16:41:06 -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
dbea4615e8 More corner work 2019-07-26 16:10:03 -07:00
Rachel Fenichel
b54ec1e2db Corners and notches 2019-07-26 15:17:25 -07:00
alschmiedt
e0d7ed4d4f Keyboard demo (#2715)
* Create keyboard navigation demo

* Updates name and adds demo image

* Update keyboard navigation demo

* Fixes formatting

* Fix demo description
2019-07-26 13:29:27 -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
Monica Kozbial
3197c7940c Merge pull request #2716 from moniika/moniika-debug-rendering-centerline
Using centerline for debug rendering.
2019-07-26 09:20:18 -07:00
Rachel Fenichel
20bec74282 Move all references to PUZZLE_TAB.height and width into measurables 2019-07-25 15:42:27 -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
translatewiki.net
e8ec83a4a7 Localisation updates from https://translatewiki.net. 2019-07-25 10:06:08 +02: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
Beka Westberg
0ec7667f13 Added warning icons to individual turtle properties to help demonstrate multi-part value validation. (#2691) 2019-07-24 14:27:46 -07:00
Rachel Fenichel
e621a68716 Merge pull request #2703 from rachel-fenichel/choose_renderer
Add a flag for choosing the renderer.
2019-07-24 14:25:46 -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
alschmiedt
e46af3df58 Merge pull request #2700 from alschmiedt/keyboard_helper_functions
Adds helper functions for keyboard nav
2019-07-24 14:17:43 -07:00
Rachel Fenichel
01d643c0e6 use compatibility mode in playgrounds, and rebuild 2019-07-24 14:11:23 -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
Rachel Fenichel
252ddf90e6 Add "What" section to documentation template 2019-07-24 11:49:07 -07:00