Commit Graph

3234 Commits

Author SHA1 Message Date
Rachel Fenichel
3167da688f Add new message 2019-02-11 15:56:01 -08:00
Rachel Fenichel
59dc52c103 Rebuild 2019-02-11 15:55:44 -08:00
Rachel Fenichel
1dd1180c96 Merge pull request #2284 from rachel-fenichel/update_dependencies
Update dependencies
2019-02-11 13:16:21 -08:00
Rachel Fenichel
d13ee11d18 Update dependencies 2019-02-11 11:53:24 -08:00
Rachel Fenichel
d2b68f4d04 Merge pull request #2282 from BeksOmega/fixes/ScrollingOnResize
Fixed Horizontal Scrolling on Window Resize for Simple Toolboxes
2019-02-11 11:19:49 -08:00
Rachel Fenichel
077bd963a4 Merge pull request #2281 from BeksOmega/fixes/FlyoutScrollbarAnchors
Fixed Flyout Scrollbars Not Being Repositioned on Window Resize
2019-02-11 09:43:15 -08:00
Beka Westberg
627c521c29 Fixed flyout scrollbars not being repositioned on window resize. 2019-02-09 20:30:21 -08:00
Beka Westberg
c96330c207 Fixed horizontal scrolling on window resize. 2019-02-09 15:07:22 -08:00
Beka Westberg
b015d67f24 Fixed next blocks not being disabled in flyout. (#2278) 2019-02-08 13:36:08 -08:00
Andrew n marshall
4603082d73 Check against healing child shadow blocks. Fix #2227 (PR#2271)
Merge from AnmAtAnm/fix2227-heal-shadows
2019-02-07 13:33:13 -08:00
Andrew n marshall
f05eed64eb Check against healing child shadow blocks.
Fixes #2227, healing values.
Also applies to shadow next blocks.
Added a playground test block group with a shadow statement.
2019-02-07 13:15:41 -08:00
Andrew n marshall
221a194424 Update to latest Closure Template jars, recompile (PR#2263)
Merged from google/SoyUpdate
2019-02-07 10:29:06 -08:00
Andrew n marshall
b61ce94e8d Added a Test Block for a Dynamic Dropdown (PR#2252)
Merged from BeksOmega/tests/DynamicDropdown
2019-02-07 10:26:33 -08:00
Andrew n marshall
114171ada8 language-neutral text -> language-neutral id 2019-02-07 10:22:36 -08:00
alschmiedt
c7b748c4d1 Merge pull request #2270 from alschmiedt/changeStyleNames
Changes colour names
2019-02-06 15:35:59 -08:00
alschmiedt
58c365e377 Changes colour names 2019-02-06 14:24:41 -08:00
Deniz Susman
eb5bf10911 Typo fix in code comment (#2269)
"independent" instead of "independant".
2019-02-06 13:00:28 -08:00
Neil Fraser
e01f7865d2 Update to latest Closure Template jars, recompile.
There was a small chance that the existing Soy jar files contained a denial of service vulnerability.  Not that this affects Blockly in any way.
https://buganizer.corp.google.com/issues/123937301
2019-02-05 22:12:34 -08:00
Beka Westberg
74e5c49e0d Fixed comments and defaults. 2019-02-05 14:32:40 -08:00
alschmiedt
4eee0d6393 Merge pull request #2259 from alschmiedt/fix_theme_event
Fix event description for theme
2019-02-05 14:17:49 -08:00
alschmiedt
99f4f48321 Fix event description for theme 2019-02-05 13:43:54 -08:00
Andrew n marshall
463e42e375 New label and title case 2019-02-05 09:13:53 -08:00
Andrew n marshall
16a8de1b35 Update procedure callers on var rename (PR#2251)
Merge from TangHu2018/develop
2019-02-05 09:08:08 -08:00
Rachel Fenichel
108fc346d4 Merge pull request #2246 from BeksOmega/fixes/DisabledDropdowns
Fixed Image Dropdowns on Disabled Blocks not Rendering Correctly.
2019-02-04 14:41:57 -08:00
Rachel Fenichel
38bcb87139 Merge pull request #2254 from google/connection-array
Speed up the connection DB
2019-02-04 09:12:22 -08:00
Rachel Fenichel
71e91534e8 Update connection_db_test 2019-02-04 08:59:55 -08:00
translatewiki.net
4d76c9e26b Localisation updates from https://translatewiki.net. 2019-02-04 08:56:05 +01:00
Beka Westberg
a47ddcb976 Added a test block for a dynamic dropdown. 2019-02-02 09:57:07 -08:00
Neil Fraser
1d3742a3dc Use a real JS array for the connection DB.
Previously “Array.isArray(connectionDB)” was false, even through “connectionDB instanceof Array” was true.
2019-02-01 15:25:19 -08:00
TangHu2018
6b9d98f592 Update procedures.js
When I use [Rename variable...] in procedure definition block.
The argument name for calling procedure has not changed.
2019-02-02 05:54:45 +09:00
Rachel Fenichel
62fa03f866 Merge pull request #2243 from rachel-fenichel/getAllBlocks_insertionMarkers
Ignore insertion markers in getAllBlocks; add accessors for insertion markers
2019-02-01 10:13:09 -08:00
translatewiki.net
38e3051fa0 Localisation updates from https://translatewiki.net. 2019-01-30 23:37:50 +01:00
Beka Westberg
2db7055827 Removed render_ call, which was causing fields to calculate their size incorrectly. 2019-01-29 15:18:18 -08:00
Rachel Fenichel
8e6f39175a Ignore insertion markers in getAllBlocks; add accessors for inseriton markers 2019-01-29 11:57:43 -08:00
Rachel Fenichel
e9b37d70ed Merge pull request #2242 from BeksOmega/fixes/TrashcanLidDirection
Changed Trashcan Lid Opening Direction
2019-01-29 10:23:29 -08:00
Beka Westberg
4f51ea222c Changed the trashcan lid to always open towards the workspace. 2019-01-28 18:04:37 -08:00
Rachel Fenichel
8fc4ea19ed Merge pull request #2241 from BeksOmega/fixes/DisabledContentsBlocks
RetrieveDisabled Blocks from the Trashcan
2019-01-28 16:47:53 -08:00
Beka Westberg
999a204dbd Added the ability to drag disabled blocks out of the trashcan flyout. 2019-01-28 16:26:21 -08:00
Rachel Fenichel
b8a028e63c Merge pull request #2240 from BeksOmega/fixes/TrashcanHotspot
Fixed Trashcan Hotspot & Changed Positioning
2019-01-28 16:21:43 -08:00
Beka Westberg
363ff487a4 Changed trashcan and zoom controls to be positioned in the opposite corner of the toolbox. Fixed trashcan hotspot being incorrect. 2019-01-28 15:24:56 -08:00
Rachel Fenichel
b7fc1f8dab Merge pull request #2235 from BeksOmega/feature/FinishedLoading
Added FinishedLoading Event
2019-01-28 10:19:55 -08:00
Beka Westberg
bad1b39502 Changed require's to be in correct lexicographical order. 2019-01-26 07:03:47 -08:00
Beka Westberg
b4e643f22e Fixed Xml goog.require's. Changed Blockly.Events.Ui functions to Blockly.Events.FinishedLoading. 2019-01-25 17:08:30 -08:00
Rachel Fenichel
22f11b937e Update copyright year 2019-01-25 16:45:51 -08:00
Beka Westberg
47cbb3b1b8 Updated blockly_uncompressed file. 2019-01-25 16:11:16 -08:00
Beka Westberg
bb2260fd91 Added a Finished Loading event. 2019-01-25 16:04:02 -08:00
Rachel Fenichel
6fce2dcd1a Merge pull request #2233 from rachel-fenichel/bugfix/2216
Ignore insertion markers when checking remaining capacity
2019-01-25 13:27:51 -08:00
Rachel Fenichel
d0fb99918f Ignore insertion markers when checking remaining capacity 2019-01-25 11:28:51 -08:00
Rachel Fenichel
a778ce0384 Merge pull request #2212 from rachel-fenichel/cleanup/remove_eslintrc
Remove old eslintrc and use .json for mocha eslintrc
2019-01-22 17:39:05 -08:00
Imran S Shah
1f8ed8cda8 local_build: Add build for local_blocks_compressed.js (#2204)
* local_build.sh: Add generation of local_blocks_compressed.js

* Added comments to local_build.sh
2019-01-22 13:58:09 -08:00