Sam El-Husseini
|
f97730e83c
|
Sort requires (#4658)
* Cleanup gulp method to sort requires
|
2021-02-25 17:17:42 -08:00 |
|
Sam El-Husseini
|
ab8a11784d
|
Fix event related missing requires (#4656)
* Fix event related missing requires
|
2021-02-25 14:28:11 -08:00 |
|
Beka Westberg
|
87f4799be7
|
Remove last FieldLabel call and fix adding dummy inputs to json (#4601)
* Change insertFieldAt to use registry
* Fix adding dummy input for non field_ prefixed fields
* Remove bad new keyword
* Add type cast
|
2021-02-05 16:03:32 -08:00 |
|
Beka Westberg
|
75f118b4f9
|
Refactor interpolate_ into multiple functions & remove direct new Field call (#4585)
* Refactor interpolation
* Added docs
* Add tests
* Add test for dummy input after field not prefixed with field_
* Fix typings
* Pr comments
|
2021-01-22 12:44:50 -08:00 |
|
alschmiedt
|
a3adc42e8a
|
Remove keyboard navigation from core (#4593)
|
2021-01-19 11:50:51 -08:00 |
|
Rachel Fenichel
|
40928634e5
|
Add some missing requires and requireTypes
|
2021-01-08 15:03:55 -08:00 |
|
Monica Kozbial
|
4922cdccd3
|
Make isInsertionMarker public (#4525)
|
2020-12-11 15:56:00 -08:00 |
|
Monica Kozbial
|
b8cfab62e8
|
Remove warning from Block bumpNeighbors (#4484)
* Remove warning
|
2020-12-02 16:39:30 -08:00 |
|
Sam El-Husseini
|
fba35d342c
|
Add missing require Blockly.constants (#4366)
|
2020-10-12 17:56:42 -04:00 |
|
Rachel Fenichel
|
3bf8a38020
|
Delete some deprecated functions
|
2020-09-28 13:09:19 -07:00 |
|
Maribeth Bottorff
|
6017a953d1
|
Fix bugs related to events firing during block create (#4278)
Fix bugs related to events firing during block create and add test for expected block init behavior
|
2020-09-15 20:02:07 -07:00 |
|
Beka Westberg
|
47cc3b97b0
|
Add getTooltip (#4254)
* Add getTooltip
* Add tests
* Fix typings?
* Fix typings?
* PR Comments
|
2020-09-10 08:57:05 -07:00 |
|
Beka Westberg
|
af9be6d9c3
|
Update some inline docs in block.js (#4241)
* Update some inline docs in block.js
* Fix build error
|
2020-09-01 10:27:17 -07:00 |
|
Rachel Fenichel
|
7288c66294
|
Rename connectionTypeChecker->connectionChecker
|
2020-07-16 17:40:13 -06:00 |
|
Rachel Fenichel
|
8ae3dc3d5e
|
Cleanup
|
2020-07-16 17:40:13 -06:00 |
|
Rachel Fenichel
|
e24f3cef9b
|
Add isDragging to canConnectWithReason and delete newly unused code paths.
|
2020-07-16 17:40:13 -06:00 |
|
Rachel Fenichel
|
450aed0aa2
|
More work on connection type checks
|
2020-07-16 17:40:12 -06:00 |
|
Rachel Fenichel
|
5b393eed76
|
More cleanup
|
2020-07-16 14:11:48 -06:00 |
|
Rachel Fenichel
|
6990ac5efd
|
Fix annotation and remove redundant 'Blockly.'
|
2020-07-16 14:08:27 -06:00 |
|
Rachel Fenichel
|
2f5663b1ec
|
Add deprecation helper + 2 uses
|
2020-07-16 13:59:32 -06:00 |
|
Sam El-Husseini
|
9e7f3b07e9
|
Advanced compilation fixes (#3995)
* Advanced compilation fixes
|
2020-06-25 11:59:03 -07:00 |
|
alschmiedt
|
4335bb6452
|
Add opt quiet to remove field (#3968)
* Add opt quiet to remove field
|
2020-06-12 14:18:28 -07:00 |
|
alschmiedt
|
9ec8305889
|
Update documentation (#3965)
|
2020-06-12 10:48:49 -07:00 |
|
Sam El-Husseini
|
b84d25fe2d
|
Strict types in input (#3912)
* Strict types in input.js
|
2020-05-21 17:57:13 -07:00 |
|
Sam El-Husseini
|
317834ff59
|
Add accessibility interfaces and fix navigation types (#3908)
* Add accessibility interfaces and fix navigation types
|
2020-05-21 11:18:10 -07:00 |
|
Sam El-Husseini
|
a5a3b045d3
|
Use the Blockly AST for block toString (#3895)
* Use the AST tree to populate block toString, add paranthesis around Number and Boolean connections
|
2020-05-14 17:06:35 -07:00 |
|
Maribeth Bottorff
|
781dbd974d
|
Make block.removeInput return a boolean. (#3832)
Make block.removeInput return a boolean.
|
2020-04-17 17:47:58 -07:00 |
|
Beka Westberg
|
9e98df9949
|
Fix collapsed blocks not updating when modified (#3806)
* Stop recursive render calls
* Fix visibility bugs.
* Make toString ignore collapsed input.
* Add automatic collapse rendering handling
* Fix insertion markers with collapsed
* Add tests
* Fix build?
* PR comments
* Add missing jsdoc
|
2020-04-16 13:02:05 -07:00 |
|
Monica Kozbial
|
a9223b0b22
|
Typo fixes. (#3769)
|
2020-03-25 15:47:27 -07:00 |
|
Sam El-Husseini
|
56ca1e4330
|
[zelos] Fix centered textinputs (#3703)
* Fix bug in centering text inputs. Shouldn't add right corner element for output only blocks.
|
2020-02-21 12:03:28 -08:00 |
|
Neil Fraser
|
4e2f8e6e02
|
Use SPDX licences.
This is a followup to #3127.
At the time, SPDX licenses were pending approval by Google.
|
2020-02-11 13:27:20 -08:00 |
|
Sam El-Husseini
|
8151b94c2c
|
Add output shape on a block. Add squared shape. (#3558)
* Add output shape on the block. Add squared shape.
|
2020-01-07 14:10:51 -08:00 |
|
alschmiedt
|
4ce67bb108
|
Fix moving cursor when block mutates (#3535)
* Fix moving cursor when block mutates
|
2020-01-02 15:12:06 -08:00 |
|
Neil Fraser
|
a15d9611d0
|
Add missing requires.
|
2019-11-12 13:15:06 -08:00 |
|
Rachel Fenichel
|
a038bfde94
|
Merge pull request #3395 from BeksOmega/fixes/EqualsDynamicChecks
Fixed logic_compare type checks for disposed blocks
|
2019-11-07 15:10:47 -08:00 |
|
Sam El-Husseini
|
43224afbf7
|
Move parseBlockColour into Blockly.utils (#3399)
* Move parseBlockColour into utils and add missing require.
|
2019-11-04 22:39:18 -08:00 |
|
Beka Westberg
|
1ce97d1c50
|
Added checking if the block is disposed before trying to reconnect in logic_compare block.
|
2019-11-04 14:41:45 -08:00 |
|
Neil Fraser
|
123f436e04
|
Add parens around inline assignments (#3381)
|
2019-10-31 15:17:35 -07:00 |
|
Rachel Fenichel
|
5ef08fc0d4
|
Switch to using the style object in the path object.
|
2019-10-30 14:47:23 -07:00 |
|
Rachel Fenichel
|
ca1e49bf8e
|
Fields now go through blockSvg for colours.
|
2019-10-30 14:43:42 -07:00 |
|
Rachel Fenichel
|
7e84dcd3c4
|
Remove colourSecondary/tertiary from block.
|
2019-10-30 14:42:13 -07:00 |
|
Rachel Fenichel
|
6f520335ea
|
Cleanup of colouring code, and move it into path_object.
|
2019-10-30 14:42:13 -07:00 |
|
Rachel Fenichel
|
85c4db5a10
|
First pass at colourers
|
2019-10-30 14:42:13 -07:00 |
|
Sam El-Husseini
|
7d174727b0
|
Fix warnings for code used by blocks (#3362)
|
2019-10-30 08:11:18 -07:00 |
|
Sam El-Husseini
|
942068314f
|
Accept lowercase alignment (#3359)
* Accept lowercase alignment
|
2019-10-29 11:45:30 -07:00 |
|
alschmiedt
|
cbf867f441
|
Add keyboard navigation support for multiple workspaces (#3352)
* Add keyboard navigation support for multiple workspaces
|
2019-10-28 12:53:51 -07:00 |
|
Sam El-Husseini
|
759875a6c0
|
Resolve remaining compiler type warnings (#3334)
* Resolve remaining compiler warnings with inconsistent types.
|
2019-10-25 19:07:17 -04:00 |
|
Sam El-Husseini
|
d387841db2
|
Resolve remaining compiler warnings with visibility issues (#3335)
|
2019-10-24 19:13:51 -04:00 |
|
Sam El-Husseini
|
bfe62f98ca
|
Dispose makes the types we use inconsistent. Suppress checkTypes in dispose. (#3336)
|
2019-10-24 15:47:42 -04:00 |
|
Sam El-Husseini
|
52bef4463c
|
Fix warnings related to connections. (#3306)
* Fix warnings related to connections.
|
2019-10-23 17:56:52 -04:00 |
|