Beka Westberg
|
fabb8c44b1
|
Fix procedure args handling case incorrectly
|
2020-02-23 10:12:08 -08: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 |
|
Rachel Fenichel
|
b8535e7d56
|
Merge pull request #3693 from rachel-fenichel/decompose_gulpfile
Break gulpfile into multiple subfiles
|
2020-02-20 17:58:21 -08:00 |
|
Rachel Fenichel
|
adeed59fed
|
Fix package output location
|
2020-02-20 17:54:21 -08:00 |
|
Rachel Fenichel
|
b4a448c632
|
Update task names in another file
|
2020-02-20 17:44:29 -08:00 |
|
Sam El-Husseini
|
eb40ca44ba
|
Dynamic fonts (#3698)
* Piping themes into the renderer and ensuring fields update their size information when constants change.
|
2020-02-20 17:16:01 -08:00 |
|
Sam El-Husseini
|
8524da903b
|
Support renderers that are ES6 classes (#3702)
|
2020-02-20 15:03:24 -08:00 |
|
translatewiki.net
|
9c4c58246e
|
Localisation updates from https://translatewiki.net.
|
2020-02-20 15:56:50 +01:00 |
|
Rachel Fenichel
|
f61c4d6c89
|
Merge pull request #3697 from BeksOmega/fix/break-break-undo-2
fix: Break breaking undo.
|
2020-02-19 15:37:41 -08:00 |
|
Beka Westberg
|
5445cf4cf8
|
Add comments to break block change listener.
|
2020-02-19 14:40:28 -08:00 |
|
Neil Fraser
|
3ba6fec6a1
|
Security update to JS-Interpreter
The past week has been ‘exciting’ over in the JS-Interpreter repo.
|
2020-02-18 23:16:15 -08:00 |
|
Beka Westberg
|
392d25eb39
|
fix: Break breaking undo.
|
2020-02-18 16:01:18 -08:00 |
|
alschmiedt
|
0c60c119a2
|
Update to use knew variable (#3694)
|
2020-02-17 14:08:27 -08:00 |
|
translatewiki.net
|
ba6e93a564
|
Localisation updates from https://translatewiki.net.
|
2020-02-17 14:53:03 +01:00 |
|
Rachel Fenichel
|
e78a87a1e5
|
Break gulpfile into multiple subfiles
|
2020-02-14 13:42:38 -08:00 |
|
vhermecz
|
199db7e8af
|
#3613 fixing off-by-one error on compiler errors (#3692)
As both the python filename array and the Input_X indexing is 0 based, the `-1` operation is not needed.
fromFileArray in closure-compiler uses 0 based indexing. see:
09cca3b536/src/com/google/javascript/jscomp/gwt/client/JsRunnerMain.java (L816)
|
2020-02-14 08:42:45 -08:00 |
|
Rachel Fenichel
|
db93514451
|
Merge pull request #3691 from rachel-fenichel/gulp_task_exports
Update gulpfile to use exports instead of gulp.task syntax
|
2020-02-13 16:36:31 -08:00 |
|
Rachel Fenichel
|
9f356fa27d
|
Add package to exports
|
2020-02-13 16:29:03 -08:00 |
|
Rachel Fenichel
|
633fa9a5e2
|
Update gulpfile to use exports instead of gulp.task syntax
|
2020-02-13 16:11:34 -08:00 |
|
Rachel Fenichel
|
01c6471c80
|
Merge pull request #3687 from google/fraser-spdx
Use SPDX licences.
|
2020-02-11 14:10:39 -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 |
|
Rachel Fenichel
|
d2ef7f1c68
|
Merge pull request #3675 from BeksOmega/feat/empty-trashcan
Added empty trashcan function.
|
2020-02-10 13:52:30 -08:00 |
|
Sam El-Husseini
|
33e082414d
|
Adjust what the spacers at after the top and before the bottom rows depend on. Make them depend on the top row's minHeight and desired height. (#3686)
|
2020-02-10 08:58:07 -08:00 |
|
translatewiki.net
|
55241d7d96
|
Localisation updates from https://translatewiki.net.
|
2020-02-10 14:49:26 +01:00 |
|
Sam El-Husseini
|
95aadbffb1
|
[zelos] Set a maximum width for dynamic connection shapes. (#3685)
* Set a maximum width for dynamic connection shapes.
* Only render the left side connection if a block has a statement input
|
2020-02-07 15:13:51 -08:00 |
|
Beka Westberg
|
4416be2a30
|
Added const tags and fixed visibility.
|
2020-02-07 13:34:09 -08:00 |
|
alschmiedt
|
e1bb1d667e
|
Add back setters for theme (#3674)
|
2020-02-07 09:20:21 -08:00 |
|
translatewiki.net
|
d3f8278c39
|
Localisation updates from https://translatewiki.net.
|
2020-02-06 14:53:08 +01:00 |
|
Monica Kozbial
|
3182b6ec66
|
Fix main.py redirect. (#3680)
|
2020-02-03 16:51:03 -08:00 |
|
Neil Fraser
|
7dad4c48f6
|
Delete unneeded code.
|
2020-02-03 16:50:59 -08:00 |
|
Neil Fraser
|
85641fd1fb
|
‘Upgrade’ from Python 2.7 to Python 3.7
Python is a non-issue. But App Engine took the opportunity to change everything.
|
2020-02-03 16:50:54 -08:00 |
|
translatewiki.net
|
819ed243c4
|
Localisation updates from https://translatewiki.net.
|
2020-02-03 15:38:27 +01:00 |
|
Beka Westberg
|
b0cd803211
|
Added empty trashcan function.
|
2020-01-31 13:15:03 -08:00 |
|
Beka Westberg
|
c02f703629
|
Added constants to animation code.
|
2020-01-31 13:14:39 -08:00 |
|
Sam El-Husseini
|
0bc8960d79
|
Update list and text create block to right align its value inputs (#3667)
|
2020-01-30 17:05:00 -08:00 |
|
alschmiedt
|
88ad660c51
|
Remove check for same theme when refreshing (#3672)
* Remove check for same theme when refreshing
|
2020-01-30 16:05:24 -08:00 |
|
Sam El-Husseini
|
97d0001512
|
Unhighlight current item when hovering over disabled menu items (#3655)
|
2020-01-30 16:04:21 -08:00 |
|
alschmiedt
|
513e85bf4a
|
Checks keyboardAccessibility flag before rendering (#3671)
|
2020-01-30 14:11:47 -08:00 |
|
Sam El-Husseini
|
4a94dc8a85
|
Unpack self-closing tags when converting domToText (#3665)
* Unpack self-closing tags when converting domToText
|
2020-01-27 15:32:12 -08:00 |
|
Monica Kozbial
|
6dbb023a1d
|
Fixing path typo. (#3663)
|
2020-01-27 11:19:21 -08:00 |
|
translatewiki.net
|
a03ded59f7
|
Localisation updates from https://translatewiki.net.
|
2020-01-27 17:36:03 +01:00 |
|
Monica Kozbial
|
e2b510662c
|
Fixing typo on "programmatically". (#3654)
|
2020-01-24 15:10:22 -08:00 |
|
Sam El-Husseini
|
07e9e21527
|
Merge branch 'master' into develop
|
2020-01-24 13:38:16 -08:00 |
|
Sam El-Husseini
|
249d484773
|
Merge start hat fix into master (#3652)
* Fix start hats (#3651)
* Rebuild
3.20200123.1
|
2020-01-24 13:31:07 -08:00 |
|
Sam El-Husseini
|
8475976103
|
Fix start hats (#3651)
|
2020-01-24 13:02:27 -08:00 |
|
Beka Westberg
|
025d087e6a
|
fix: Fixed insertion preview logic. And fixed markers not handling typed statements. (#3526)
* Added planned functions.
* Added default getConnectionPreviewMethod method.
* Moved show preview logic into their new functions.
* Fixed default getConnectinPreviewMethod logic.
* Reverted to lastConnectionInRow call (for output connections) for behavioral backwards-compat.
* Added zelos logic.
* Removed unused functions, and added docs.
|
2020-01-24 07:49:31 -08:00 |
|
Sam El-Husseini
|
7ef5fe8cec
|
Update gulp task for package-json to remove scripts. (#3650)
|
2020-01-23 16:23:52 -08:00 |
|
Sam El-Husseini
|
f6b5e9ebb4
|
Add test block for field image with a click handler (#3642)
|
2020-01-23 16:19:24 -08:00 |
|
alschmiedt
|
ae1058c3ea
|
Merge pull request #3649 from alschmiedt/merge_master
Merge master
|
2020-01-23 15:36:36 -08:00 |
|
Abby
|
c3c9cc372b
|
Merge with master for release
|
2020-01-23 15:21:26 -08:00 |
|