Rachel Fenichel
339a65374b
Merge pull request #2514 from rachel-fenichel/master_node_versions
...
Set node version explicitly for travis on master
2019-05-28 13:56:30 -07:00
Rachel Fenichel
abd55acc44
Set node version explicitly for travis on master
2019-05-28 12:50:16 -07:00
Neil Fraser
0e0cd666c0
Recompile to pick up XY regex fix.
2019-05-24 09:11:35 -07:00
Neil Fraser
d023f9d4f5
Fix style matching in Firefox 67
...
Chrome returns ‘transform: translate(107px, 0px);’ whereas Firefox now returns ‘transform: translate(107px);’ if the y value is 0. This is consistent with existing behaviour in the translate SVG attribute.
The comment in our code specifically states:
// Accounts for same exceptions as XY_REGEX_
Yet that was not true at all.
This PR makes the y argument optional (as falsely described in the comment). It also merges the 2D and 3D regeps together to simplify the code.
Resolves issue #2482 . Needs to be cherrypicked to Master and everything rebuilt and pushed.
2019-05-24 09:11:35 -07:00
Rachel Fenichel
9c4f9d6c16
Merge pull request #2373 from google/rc/Apr_19
...
April 2019 release candidate
1.20190419.0
2019-04-19 11:46:02 -07:00
Rachel Fenichel
50ef963d38
Merge branch 'master' into rc/Apr_19
2019-04-19 11:40:10 -07:00
Rachel Fenichel
a4ff534b41
Update version number to 1.20190419.0
2019-04-19 11:37:10 -07:00
Rachel Fenichel
d1597875b3
rebuild
2019-04-15 11:08:30 -07:00
Beka Westberg
5fe2bc66eb
Fixed Mutator Flyout Being Positioned Incorrectly RTL ( #2378 )
...
* Fixed mutator flyout being positioned incorrectly.
* Changed flyout_horizonal and flyout_vertical to check this.targetWorkspace_.toolboxPosition instead of targetWorkspaceMetrics.toolboxPosition.
2019-04-15 11:06:51 -07:00
alschmiedt
dbda2eab58
Reverts hideChaff fix
2019-04-11 14:28:38 -07:00
Rachel Fenichel
a4af4c8c58
Merge pull request #2372 from rachel-fenichel/rebuild_04_08_19
...
Rebuild
2019-04-08 19:22:59 -07:00
Rachel Fenichel
e264105a78
Rebuild
2019-04-08 19:21:02 -07:00
Rachel Fenichel
9c0e138e22
Merge pull request #2367 from alschmiedt/mutator_fix
...
Updates function call
2019-04-08 17:30:33 -07:00
Rachel Fenichel
5e49771216
Merge pull request #2371 from nyu-ossd-s19/typofix
...
typo fix in line 134 of field.js for documentation
2019-04-08 16:59:35 -07:00
asunwoo98
ef1c6d08d4
typo fix in line 134 of field.js for documentation
2019-04-08 18:00:38 -04:00
alschmiedt
c4f8313792
Updates function call
2019-04-08 14:14:56 -07:00
translatewiki.net
2e5d585f24
Localisation updates from https://translatewiki.net .
2019-04-08 16:39:34 +02:00
Neil Fraser
9561ecffa6
Common prefix for test blocks
...
Fixes #2103 .
This will break any saved XML involving the playground’s test blocks. I don’t think any such XML exists on this planet.
2019-04-05 16:03:43 -07:00
RoboErikG
5056e23389
Fix margins/checkbox in RTL dropdown menus ( #2356 )
...
Fixes #2337 by adding in correct positioning for RTL selected states
and fixing an incorrect margin value.
2019-04-05 15:55:00 -07:00
alschmiedt
dcbac91ba3
Merge pull request #2360 from alschmiedt/Bump_RTL
...
Fixes bumping too much when in RTL
2019-04-04 16:26:14 -07:00
alschmiedt
a759fffcc1
Fixes bumping too much when in RTL
2019-04-04 15:54:17 -07:00
alschmiedt
124a8f1e40
Merge pull request #2359 from alschmiedt/Hide_chaff_bug
...
Hides chaff on document mouseup
2019-04-04 14:08:55 -07:00
alschmiedt
db7a87555f
Hides chaff on document mouseup
2019-04-04 11:24:22 -07:00
translatewiki.net
7210148776
Localisation updates from https://translatewiki.net .
2019-04-04 19:56:17 +02:00
Thomas Lim
80b835e04c
Develop1709 ( #2358 )
...
* Remove Python references in Dart math generator
Resolves #2329
Commit in develop branch
* first commit for Thomas
* Created entry for custom-dialogs
Part of issue #1709
* icon.png for custom dialog demo added
2019-04-03 19:25:07 -07:00
Tiara Tan
e79dcecb22
Rename WorkspaceSvg.getFlyout_ ( #2357 )
2019-04-03 14:22:42 -07:00
alschmiedt
380d05dd08
Merge pull request #2355 from alschmiedt/unplug_fix
...
Adds check for a targetConnection
2019-04-02 17:18:07 -07:00
alschmiedt
d3f8464876
Fixes test case for unplug
2019-04-02 16:45:43 -07:00
alschmiedt
1034ba835c
Adds check for a targetConnection
2019-04-02 14:42:41 -07:00
RoboErikG
1a2cf96a5a
Update selected menu sizing to fix #2351 ( #2353 )
2019-04-01 12:43:19 -07:00
translatewiki.net
5867960817
Localisation updates from https://translatewiki.net .
2019-04-01 20:22:55 +02:00
Neil Fraser
0a2d32c583
Update help URLs to be https.
2019-04-01 11:15:46 -07:00
Neil Fraser
767495cf76
Don’t drop newValue from bubble open events.
2019-04-01 11:15:46 -07:00
Neil Fraser
f118d33855
Corrections to JSDoc comments
2019-03-29 15:24:37 -07:00
Neil Fraser
51bfa9455d
More comprehensive approach to gesture detection.
...
Search all workspaces. The flaw with looking at the workspace of the selected block is that dragging a workspace is a gesture but has no selected block.
2019-03-29 15:24:37 -07:00
Neil Fraser
e9de083361
Fix @return JSDocs.
2019-03-29 15:24:37 -07:00
Neil Fraser
68e134b073
No keyboard access to quarks during drag.
...
Same issue as zooming with the mouse wheel.
2019-03-29 15:24:37 -07:00
Neil Fraser
6862a7fe70
Use hashes instead of objects.
2019-03-29 15:24:37 -07:00
Neil Fraser
45e24c2b98
No need to check non-null before nullifying
2019-03-29 15:24:37 -07:00
Neil Fraser
6fb95f9038
Consistent speling.
2019-03-29 15:24:37 -07:00
Neil Fraser
87385b0721
Make drag detection more robust.
...
Previously, one could drag (and hold) a quark outside the bounds of a mutator bubble, then scroll, and the old code wouldn’t query the mutator for gestures.
2019-03-29 15:24:37 -07:00
Neil Fraser
46a4f33e4e
Fix JSDoc
2019-03-29 15:24:37 -07:00
Neil Fraser
8254e2aa22
Failing unit tests no longer show useful info.
2019-03-29 15:24:37 -07:00
Neil Fraser
d6096accca
Remove Blockly.WidgetDiv.position
...
Nobody appears to call it.
2019-03-29 15:24:37 -07:00
Neil Fraser
2fd931cab9
Add comment regarding async nature of listening.
2019-03-29 15:24:37 -07:00
Neil Fraser
6b06f8eefc
Listener functions are no longer wrapped opaquely.
2019-03-29 15:24:37 -07:00
Neil Fraser
fd56526dfe
Delete bad translation
...
This translates back as “% 1 is the name of the renamed variable” which is the translator’s description, not the message.
2019-03-29 15:24:37 -07:00
Neil Fraser
50519413d0
Line length
2019-03-29 15:24:37 -07:00
alschmiedt
8113e736c5
Merge pull request #2350 from alschmiedt/ignoreUrlsInEslint
...
Ignores urls for eslint
2019-03-29 11:17:48 -07:00
alschmiedt
ecd9c52fba
Ignores urls for eslint
2019-03-29 11:06:08 -07:00