alschmiedt
35341959d3
Fixes eslint error
2019-07-09 11:28:36 -07:00
alschmiedt
f30d79fbc8
Fixes bug with using dynamic variable in toolbox
2019-07-09 11:02:02 -07:00
Beka Westberg
39e414c2bf
Rebuild.
2019-07-09 10:25:40 -07:00
Beka Westberg
f837b7ca04
Moved SVG creation into a separate function.
2019-07-09 10:21:22 -07:00
Beka Westberg
69ea81fba8
Changed modifier validator turtle field example.
2019-07-09 10:21:22 -07:00
Beka Westberg
fa57ab23e5
Adding XML example.
2019-07-09 10:21:22 -07:00
Beka Westberg
b74254662e
Added custom fields demo.
2019-07-09 10:21:22 -07:00
Neil Fraser
e06d4e648c
Rename BlockAnimation > blockAnimation
...
Issue 2102. And do a full recompile due to changed the dependency name.
2019-07-08 17:31:38 -07:00
Neil Fraser
d1fb3f0480
Fix typo in Blockly Factory.
2019-07-08 13:29:43 -07:00
Neil Fraser
dd6cb19f5d
Backward compatibility check for ‘variableType’
2019-07-08 13:29:43 -07:00
Neil Fraser
52b6ce18a5
Fix unit tests
2019-07-08 13:29:43 -07:00
Neil Fraser
20d4a27f0a
Add namespacing to XML
...
Fixes #1978 .
2019-07-08 13:29:43 -07:00
Neil Fraser
74be35e23d
Rename Blockly.Xml.utils to Blockly.utils.xml
2019-07-08 13:29:43 -07:00
translatewiki.net
880dc4cbef
Localisation updates from https://translatewiki.net .
2019-07-08 20:00:49 +02:00
Beka Westberg
7b02728ff2
Cleaned up unamed handling w/ safename.
2019-07-08 10:48:42 -07:00
Beka Westberg
bb19b4ce0c
Reenabled parameter case tests.
2019-07-08 10:44:20 -07:00
Beka Westberg
ab352114b7
Fixed renaming procedure parameters.
2019-07-08 10:39:29 -07:00
Beka Westberg
87fbe0447b
Fixed procedures not handling empty names. Renenabled/fixed tests.
2019-07-08 09:23:16 -07:00
Beka Westberg
efde04b7dc
Unskipped whitespace then text.
2019-07-08 09:20:51 -07:00
translatewiki.net
a5892f8e27
Localisation updates from https://translatewiki.net .
2019-07-05 07:00:23 +02:00
alschmiedt
7c57432faf
Merge pull request #2611 from alschmiedt/shadow_fixes
...
Adds fill to svg dark path
2019-07-03 16:08:42 -07:00
alschmiedt
06f31e31c2
Merge pull request #2610 from alschmiedt/procedure_fix
...
Fixes spacing problem in procedure name
2019-07-03 16:08:19 -07:00
alschmiedt
a7ec185c69
Adds fill to svg dark path
2019-07-03 14:10:56 -07:00
alschmiedt
c45be91f7a
Fixes spacing problem in procedure name
2019-07-03 11:40:55 -07:00
alschmiedt
674bc27516
Merge pull request #2609 from alschmiedt/update_templates
...
Update github templates
2019-07-02 16:31:34 -07:00
alschmiedt
878c85acaf
Delete old issue template
2019-07-02 14:19:53 -07:00
alschmiedt
11d368e415
Merge pull request #2607 from alschmiedt/input_number
...
Adds type to FieldNumber editor
2019-07-02 14:10:34 -07:00
alschmiedt
0141c9f51a
Updates issue template
2019-07-02 14:09:29 -07:00
alschmiedt
6a32e196bf
Update github templates
2019-07-02 13:29:50 -07:00
alschmiedt
45387faab7
Adds type to FieldNumber editor
2019-07-02 10:53:45 -07:00
alschmiedt
ef1ecfdd66
Merge pull request #2605 from alschmiedt/headless_theme
...
Fixes theme error for headless workspaces
2019-07-01 16:41:24 -07:00
alschmiedt
dfd393ae41
Remove typo
2019-07-01 16:29:19 -07:00
alschmiedt
e75628bf9d
Properly tear down tests
2019-07-01 14:46:46 -07:00
alschmiedt
13f466cd6f
Adds accessiblity files
2019-07-01 10:50:08 -07:00
alschmiedt
8ef9be2fdf
Fixes theme error for headless workspaces
2019-07-01 10:38:28 -07:00
Abhinav Sagar
c5dd137745
Update .travis.yml
2019-06-30 13:23:50 +05:30
Rachel Fenichel
a45b0b1d85
Merge pull request #2597 from rachel-fenichel/svg_utils
...
Create svg_utils file
2019-06-28 16:55:39 -07:00
Rachel Fenichel
f2be890f9f
More cleanup
2019-06-28 16:55:04 -07:00
Neil Fraser
d23dc0ae55
Minor cleanup from #2581
2019-06-28 16:47:12 -07:00
Neil Fraser
712576a5b1
Fix IE not unhighlighting
...
This is a rework of PR #2580 .
2019-06-28 16:47:12 -07:00
Rachel Fenichel
2aa1bed83f
Add some spaces
2019-06-28 16:36:59 -07:00
Rachel Fenichel
f1e05b1e68
Lowercase l in comments
2019-06-28 15:09:59 -07:00
Rachel Fenichel
1f82f9d9e2
Create svg_utils file
2019-06-28 15:00:09 -07:00
Neil Fraser
cbd944106c
Strip silly code
...
Sigh.
2019-06-26 13:55:55 -07:00
Neil Fraser
3a77a3d7ce
Define colours of standard categories by hue.
...
Previously they were defined in hex.
This meant that saturation and value were hardcoded.
This also resulted in off-by-one errors (Math was hardcoded as #5C68A6, but is calculated as #5B67A5) which in turn resulted in the colour not being highlighted in the picker.
2019-06-26 13:55:55 -07:00
Neil Fraser
ef28773a52
Enable selection of “no colour” on categories.
...
Near complete rewrite of colour picker for Blockly Factory.
* Drop IE6 support.
* Flip picker as needed so it doesn’t go offscreen.
* Add support for no colour.
* Factor CSS out of JS.
* Provide palette of our standard colours.
2019-06-26 13:55:55 -07:00
Neil Fraser
7e048f2e09
Remove last Closure from Block Factory.
...
Improves UI, but is still pretty clunky. For example there’s still not way to choose “no colour”.
Closes #668 .
2019-06-26 13:55:55 -07:00
alschmiedt
83c5d27143
Merge pull request #2576 from BeksOmega/fixes/ProcedureRenaming
...
Added Procedure Tests
2019-06-26 07:33:28 -07:00
Beka Westberg
b34ca2f93b
Fixed review comments.
2019-06-25 15:08:01 -07:00
Beka Westberg
347519b2a1
Added all block files to mocha index.
2019-06-25 15:08:01 -07:00