Rachel Fenichel
|
88e666a499
|
Merge pull request #2913 from rachel-fenichel/renames
Rename rendering files and folders
|
2019-08-26 11:23:57 -07:00 |
|
Sam El-Husseini
|
f23b659898
|
Remove this.text_ (#2910)
* Remove this.text_ and have every field handle its own properties.
|
2019-08-26 10:56:36 -07:00 |
|
Rachel Fenichel
|
d28c5dd8be
|
Rename rendering files and folders
|
2019-08-26 10:48:44 -07:00 |
|
Sam El-Husseini
|
cd56a0c0b2
|
No Edge/IE close input icon (#2912)
* Don't show close icon in widgetdiv input in edge and IE
|
2019-08-26 10:38:44 -07:00 |
|
Rachel Fenichel
|
fd9fdf494f
|
Merge pull request #2908 from rachel-fenichel/move_measurables
Move the rest of the measurables into their own folder
|
2019-08-26 10:36:30 -07:00 |
|
Rachel Fenichel
|
8436f3f0c6
|
Rebuild
|
2019-08-26 10:26:46 -07:00 |
|
Rachel Fenichel
|
9c27b878d7
|
Move the rest of the measurables into their own folder
|
2019-08-26 10:25:35 -07:00 |
|
mirandago
|
d9d234363c
|
Dropdown scrolls to selected element (#2897)
* Dropdown scrolls to selected element
|
2019-08-26 10:23:41 -07:00 |
|
Rachel Fenichel
|
8800f70cb0
|
Merge pull request #2909 from rachel-fenichel/connection_shapes
Add a function to get the shape object of a connection, and use it
|
2019-08-26 10:23:13 -07:00 |
|
Rachel Fenichel
|
7c40ddf141
|
Update warning
|
2019-08-26 10:22:58 -07:00 |
|
alschmiedt
|
a14275c04b
|
Update connect to work with multiple connecting blocks (#2905)
* Update connect to work with multiple connecting blocks
* Make logic for connect more readable
|
2019-08-26 10:14:18 -07:00 |
|
Sam El-Husseini
|
b7097d1add
|
Field widgetdiv flicker (#2911)
* Stop field flickering when the text input is initially shown.
|
2019-08-26 08:53:55 -07:00 |
|
Rachel Fenichel
|
27cd26b264
|
Add a function to get the shape object of a connection, and use it
|
2019-08-23 17:34:41 -07:00 |
|
Rachel Fenichel
|
08bd15d676
|
Merge pull request #2907 from rachel-fenichel/zelos_constants
Add a constant provider for zelos
|
2019-08-23 17:10:01 -07:00 |
|
Rachel Fenichel
|
f4dc626439
|
lint
|
2019-08-23 17:05:36 -07:00 |
|
Rachel Fenichel
|
f75d0fe66d
|
Update comments
|
2019-08-23 16:48:41 -07:00 |
|
Rachel Fenichel
|
81c06281e0
|
Add a constant provider for zelos
|
2019-08-23 16:44:21 -07:00 |
|
Rachel Fenichel
|
47b276e024
|
Merge pull request #2906 from rachel-fenichel/geras_highlight_drawer
Geras highlight drawer
|
2019-08-23 16:10:24 -07:00 |
|
Rachel Fenichel
|
70eb19ae09
|
Get rid of unnecessary cast
|
2019-08-23 15:58:24 -07:00 |
|
Rachel Fenichel
|
a9189f01bc
|
Fix up annotations
|
2019-08-23 14:52:42 -07:00 |
|
Rachel Fenichel
|
a57f4691c7
|
Move highlighting code into geras.
|
2019-08-23 14:43:56 -07:00 |
|
Rachel Fenichel
|
59645c010b
|
Merge pull request #2903 from rachel-fenichel/constant_provider_objects
Constant provider objects
|
2019-08-23 13:49:38 -07:00 |
|
Rachel Fenichel
|
916ba8e5b8
|
Move rendering init call into workspace svg.
|
2019-08-23 13:36:56 -07:00 |
|
Rachel Fenichel
|
81fc9bf32c
|
Switch constants to objects
|
2019-08-23 11:21:30 -07:00 |
|
Beka Westberg
|
23e0733f21
|
Changed field and colour constructors to use better organization. (#2900)
|
2019-08-23 10:54:44 -07:00 |
|
Rachel Fenichel
|
121840bedf
|
Add a function for initializing rendering
|
2019-08-23 10:52:25 -07:00 |
|
Rachel Fenichel
|
7434bae9d0
|
Merge pull request #2902 from rachel-fenichel/highlight_constants
Centralize references to highlight constants
|
2019-08-23 10:51:06 -07:00 |
|
Rachel Fenichel
|
3e8ea99d34
|
Centralize references to highlight constants
|
2019-08-23 10:44:46 -07:00 |
|
Rachel Fenichel
|
73ce1607a4
|
Merge pull request #2898 from rachel-fenichel/constant_property
Centralize references to Blockly.blockRendering.constants
|
2019-08-23 10:40:01 -07:00 |
|
Rachel Fenichel
|
7c9cf16821
|
Update measurables.js
|
2019-08-23 10:34:03 -07:00 |
|
translatewiki.net
|
0db024923c
|
Localisation updates from https://translatewiki.net.
|
2019-08-23 06:18:37 +02:00 |
|
Rachel Fenichel
|
a81c633be7
|
Centralize references to Blockly.blockRendering.constants
|
2019-08-22 18:08:59 -07:00 |
|
Beka Westberg
|
821edb7e22
|
Changed Checkbox Field to New Configuration Paradigm (#2876)
* Moved checkbox field to new configuration paradigm.
|
2019-08-22 13:55:41 -07:00 |
|
Sam El-Husseini
|
4deb166007
|
Remove closure from the build script and blockly_uncompressed (#2891)
* Remove closure from the build script and blockly_uncompressed.
|
2019-08-22 11:22:55 -07:00 |
|
Sam El-Husseini
|
6d2a0ac31b
|
Remove closure dependency from tests (#2889)
* Remove goog.testing dependency and use mocha as a test runner instead of goog.testing.jsunit
|
2019-08-22 11:10:53 -07:00 |
|
Sam El-Husseini
|
1d1401e00e
|
Add local build tasks to gulp (#2895)
* Support compiling from the npm closure compiler and add gulp tasks
|
2019-08-22 10:04:41 -07:00 |
|
Sam El-Husseini
|
5af3d46341
|
Reorder package.json. (#2893)
|
2019-08-21 16:37:56 -07:00 |
|
alschmiedt
|
7bba4fa59c
|
Moves the cursor to correct location when block is deleted (#2887)
* Moves the cursor to correct location when block is deleted
* Moves cursor on block mutation
|
2019-08-21 16:33:16 -07:00 |
|
Beka Westberg
|
33e6fa6ed9
|
Fixed Block Factory XML not Getting Properly Cleaned (#2801)
* Fixed factory XML not getting properly cleaned.
* Added jsdoc.
|
2019-08-21 15:59:21 -07:00 |
|
Rachel Fenichel
|
aa3925c8dc
|
Merge pull request #2896 from rachel-fenichel/split_render_info
Split render info
|
2019-08-21 15:43:09 -07:00 |
|
Rachel Fenichel
|
73ecde2497
|
Lint
|
2019-08-21 15:38:59 -07:00 |
|
Rachel Fenichel
|
dd9fdf908f
|
Slightly less fragile
|
2019-08-21 15:24:37 -07:00 |
|
Rachel Fenichel
|
d19614439f
|
Fix icons in geras
|
2019-08-21 14:35:36 -07:00 |
|
Rachel Fenichel
|
e86c852936
|
Split render_info
|
2019-08-21 14:33:43 -07:00 |
|
Sam El-Husseini
|
705730df0c
|
Convert connection_db jsunit tests to mocha (#2872)
* Convert connection_db jsunit tests to mocha
|
2019-08-21 13:35:20 -07:00 |
|
Sam El-Husseini
|
f15f9ebd13
|
Convert metrics jsunit test to mocha (#2871)
* Convert metrics jsunit test to mocha
|
2019-08-20 20:15:39 -07:00 |
|
Sam El-Husseini
|
eada00a692
|
Convert theme jsunit test to mocha (#2874)
|
2019-08-20 20:14:38 -07:00 |
|
Sam El-Husseini
|
1d4cfb8dfa
|
Field angle keyboard navigation (#2853)
Field angle keyboard accessibility
|
2019-08-20 18:25:15 -07:00 |
|
Rachel Fenichel
|
fe92d56d95
|
Merge pull request #2886 from rachel-fenichel/measurables_inputs
Move input measurables to their own file
|
2019-08-20 16:40:41 -07:00 |
|
Rachel Fenichel
|
0a6113aca7
|
Rebuild
|
2019-08-20 15:53:32 -07:00 |
|