alschmiedt
|
10444d76ec
|
Toolbox tests (#3846)
* Add tests for toolbox
|
2020-04-22 08:47:08 -07:00 |
|
Monica Kozbial
|
b934fdc93c
|
Converting generator tests to mocha. (#3845)
|
2020-04-21 17:38:26 -07:00 |
|
Monica Kozbial
|
61c60019fd
|
Converting widget div tests to mocha. (#3844)
|
2020-04-21 14:03:32 -07:00 |
|
Monica Kozbial
|
bb3b20443b
|
Convert remaining tests in workspace_test. (#3841)
|
2020-04-20 16:52:56 -07:00 |
|
Monica Kozbial
|
17eade1017
|
Partial conversion of workspace tests to mocha. (#3838)
|
2020-04-17 16:31:12 -07:00 |
|
Monica Kozbial
|
0adf7efd5f
|
Converting jsunit asserts to chai. (#3831)
* Converting jsunit asserts to chai.
* Move jsunit functions to test_utilities.
* Adding eslint exception for helper method.
|
2020-04-17 16:08:46 -07:00 |
|
Monica Kozbial
|
a74cd0898c
|
Converting variable map tests to mocha. (#3827)
* Converting variable map tests to mocha.
* Removing TODO updating chai syntax.
|
2020-04-16 17:47:17 -07:00 |
|
Monica Kozbial
|
e838027629
|
Convert variable model tests to mocha. (#3829)
* Convert variable model tests to mocha.
* Delete old jsunit test.
* Updating to use chai syntax.
|
2020-04-16 17:39:38 -07:00 |
|
Monica Kozbial
|
9c400f2bf0
|
Converting variable tests to mocha. (#3828)
|
2020-04-16 14:18:12 -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
|
d61f3c6f38
|
Converting extensions_test to mocha. (#3820)
* Converting extensions_test to mocha.
* Add spacing between test cases.
* Fix cleanup for block type.
* Add cleanup for event state.
|
2020-04-15 15:55:49 -07:00 |
|
Monica Kozbial
|
ab5f7d8a00
|
Converting event tests to mocha. (#3811)
* Convert remaining jsunit tests for events to mocha.
* Fix eslint.
|
2020-04-15 11:29:17 -07:00 |
|
alschmiedt
|
3a902ee970
|
Update ast node (#3808)
* Update ast node
|
2020-04-15 10:10:21 -07:00 |
|
Monica Kozbial
|
c740d2781c
|
Converting json junit test to mocha. (#3809)
* Converting json_test to mocha.
* Adding exceptions to mocha eslint config.
* Address PR comments.
|
2020-04-14 18:17:34 -07:00 |
|
Monica Kozbial
|
8a2fe6411f
|
Converting xml tests to mocha. (#3818)
* Converting xml tests to mocha.
* Remove async
* Updating no variable test.
* Addressing PR comments.
|
2020-04-14 14:10:10 -07:00 |
|
Monica Kozbial
|
e0521265b2
|
Fixing event tests and removing duplicate tests. (#3810)
|
2020-04-14 13:22:06 -07:00 |
|
Monica Kozbial
|
b1b2af2a48
|
Converting utils tests to mocha and removing duplicates. (#3813)
* Converting utils tests to mocha and removing duplicates.
* Adding eslint exception for helper function.
* Splitting tokenizeInterpolation into chunks.
|
2020-04-14 13:21:48 -07:00 |
|
Monica Kozbial
|
d35b3659c8
|
Removed duplicate block tests and renamed tests. (#3812)
* Removed duplicate block tests and renamed tests.
* Refactor shared code and add comment about parent/middle/child.
|
2020-04-13 15:52:44 -07:00 |
|
Sam El-Husseini
|
4f9b4a707a
|
Add field set source block tests (#3796)
* Set the source block on fields in mocha tests.
|
2020-04-03 14:50:33 -07:00 |
|
Sam El-Husseini
|
71f7285333
|
Fix mutator field scale (#3763)
* Fix mutator zoom scale
|
2020-03-23 17:34:12 -07:00 |
|
Sam El-Husseini
|
1d3a1655c6
|
Support multiple renderer / theme combos on the same page. (#3732)
* Support multiple renderer / theme combos on the same page.
|
2020-03-11 20:09:00 -07:00 |
|
Sam El-Husseini
|
29dc7bd7f7
|
Adjust marker and cursor colours from the theme (#3735)
* Support adjusting marker and cursor colours from the theme
|
2020-03-11 11:23:29 -07:00 |
|
Sam El-Husseini
|
eb07793ba8
|
Cleanup Blockly UI components. (#3723)
* Cleanup Blockly UI components. Remove unnecessary getters
|
2020-03-11 10:40:16 -07:00 |
|
Beka Westberg
|
981c0b5d12
|
Fix checkbox field rerendering on setCheckChar (#3704)
* Fix checkbox field rerendering on setCheckChar
|
2020-02-24 11:13:48 -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 |
|
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 |
|
Monica Kozbial
|
c84ee46a89
|
Setting default options in workspace constructor. (#3592)
* Setting default options in workspace constructor.
* Changing logic for parsing workspace options.
* Adding gridPattern declaration to options and updating options handling for workspace.
* Addressing PR comments.
* Moving objects to constructor.
* Using constructor instead of casting for Blockly.Options.
* fix eslint
* Adding types.
* Change in type.
* eslint fix.
* Fix typings.
|
2020-01-17 15:16:20 -08:00 |
|
Beka Westberg
|
6d1bb201f7
|
feat: Improved procedure arg interaction. (#3527)
* feat: Improved procedure arg interaction.
* Added docs.
* Fixed typos and typings.
* Fixed typings?
* Changed visibility to private.
|
2020-01-07 13:55:46 -08:00 |
|
alschmiedt
|
6f82667d62
|
Fix key map (#3539)
* Update key map functions access to public
|
2020-01-03 16:12:40 -08:00 |
|
alschmiedt
|
bfa6fa6581
|
Removes ability to enter accessibility mode using shift click (#3538)
* Removes ability to enter accessibility mode using shift click
|
2020-01-03 11:21:42 -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 |
|
alschmiedt
|
481fe63302
|
Marker manager (#3497)
* Adds a marker manager
|
2019-12-10 10:53:34 -08:00 |
|
Sam El-Husseini
|
55997784ca
|
Move blockStyles into constants (#3485)
* Move blockStyles into constants.
|
2019-12-06 10:51:36 -08:00 |
|
Sam El-Husseini
|
9fc995425a
|
Support adjusting dropdowndiv default colours through CSS (#3469)
* Support setting the dropdown theme default colours through CSS. Update dark theme.
|
2019-11-25 14:18:28 -08:00 |
|
alschmiedt
|
ffb124c58d
|
Move basic cursor (#3460)
* Move basic cursor
|
2019-11-22 16:02:13 -08:00 |
|
Sam El-Husseini
|
329a21c572
|
Add theme and renderer classnames onto the widget and dropdown div. (#3456)
* Add theme and renderer classnames onto the widget and dropdown div.
|
2019-11-20 11:07:39 -08:00 |
|
Sam El-Husseini
|
139382e009
|
Field textinput pixel perfect input (#3443)
* Fix sizing of text input field in zelos, pixel perfect input in other browsers
|
2019-11-14 16:13:22 -08:00 |
|
Sam El-Husseini
|
2dea7038d5
|
Moves field layout constants into the renderer (#3437)
* Add field constants into renderer constants
|
2019-11-13 16:41:35 -08:00 |
|
Sam El-Husseini
|
95f2b232b9
|
Field constants (#3423)
* Move field text sizing constants to renderer constants
|
2019-11-11 16:13:50 -08:00 |
|
Sam El-Husseini
|
fdc50f2cd0
|
Add the theme name to the injection div (#3413)
* Set the theme name as a class on the injection div.
|
2019-11-07 15:19:58 -08:00 |
|
Sam El-Husseini
|
30343c8cf6
|
Move the theme manager into WorkspaceSvg (#3400)
|
2019-11-05 10:44:51 -08:00 |
|
Neil Fraser
|
123f436e04
|
Add parens around inline assignments (#3381)
|
2019-10-31 15:17:35 -07:00 |
|
Rachel Fenichel
|
207e0ebe7b
|
Add tests and better validation for block styles
|
2019-10-30 17:24:03 -07:00 |
|
Beka Westberg
|
c32c835088
|
Fixed programmatically added connections not being added to the connection db (#3318)
* Fixed programmatically added connections not getting added to the connection db.
|
2019-10-29 15:31:40 -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
|
52bef4463c
|
Fix warnings related to connections. (#3306)
* Fix warnings related to connections.
|
2019-10-23 17:56:52 -04:00 |
|
Sam El-Husseini
|
267deceb82
|
Dropdowndiv positioning (#3212)
* Fix positioning of the dropdown div
|
2019-10-16 10:20:40 -05:00 |
|
Beka Westberg
|
8f73fdb512
|
Fixed comments in trashcan.
|
2019-10-15 13:02:02 -07:00 |
|
RoboErikG
|
d09b85dc9e
|
Cleanup for #3179 (#3229)
|
2019-10-14 09:57:38 -07:00 |
|
alschmiedt
|
cf04a9529b
|
Fix compilier warnings for keyboard nav (#3196)
* Fix compilier warnings for keyboard nav
|
2019-10-08 11:34:39 -07:00 |
|