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
|
cbc79444f6
|
Fix touch gesture code (#3351)
|
2019-10-28 12:11:35 -07:00 |
|
Monica Kozbial
|
17af987de0
|
Adding pinch zoom config option. (#3317)
* Adding pinch zoom config option.
|
2019-10-25 16:45:55 -07:00 |
|
Sam El-Husseini
|
7e82d0d201
|
Remove @deprecated annotation on Blockly.bindEvent_ (#3333)
|
2019-10-25 19:15:27 -04:00 |
|
Sam El-Husseini
|
3b25c514c2
|
Fix warnings related to icons and bubbles (#3308)
* Fix warnings related to bubbles.
|
2019-10-25 19:14:26 -04:00 |
|
Sam El-Husseini
|
759875a6c0
|
Resolve remaining compiler type warnings (#3334)
* Resolve remaining compiler warnings with inconsistent types.
|
2019-10-25 19:07:17 -04:00 |
|
alschmiedt
|
ae1a41fd20
|
Fire UI events when cursor moves or a marker is added (#3338)
* Fire UI events when cursor moves or a marker is added
|
2019-10-25 10:55:24 -07:00 |
|
Sam El-Husseini
|
100da4a66c
|
Revert "Wrap dummy inputs in a measurable so that it can be aligned appropriately. (#3337)"
This reverts commit 7fc733b81f.
|
2019-10-24 21:53:30 -07:00 |
|
Sam El-Husseini
|
a79ea1652a
|
[Zelos] Fix dynamic connection shape size (#3324)
* Better reporting of connection height and width for dynamic connections
|
2019-10-25 00:33:53 -04:00 |
|
Sam El-Husseini
|
7fc733b81f
|
Wrap dummy inputs in a measurable so that it can be aligned appropriately. (#3337)
|
2019-10-24 21:42:44 -04:00 |
|
Sam El-Husseini
|
d387841db2
|
Resolve remaining compiler warnings with visibility issues (#3335)
|
2019-10-24 19:13:51 -04:00 |
|
Sam El-Husseini
|
bfe62f98ca
|
Dispose makes the types we use inconsistent. Suppress checkTypes in dispose. (#3336)
|
2019-10-24 15:47:42 -04:00 |
|
Sam El-Husseini
|
649dc116ed
|
Using a HTML canvas for computing the text width (#3000)
* Use a helper HTML canvas element to measure text width for better performance
|
2019-10-24 13:02:32 -04:00 |
|
Sam El-Husseini
|
06b5bb1945
|
Might right corner support to common. Making it so there's always a right corner element, square by default. (#3311)
|
2019-10-23 21:58:43 -04:00 |
|
Sam El-Husseini
|
3d6eb48937
|
Render a notch after a statement input in zelos (#3326)
|
2019-10-23 21:58:18 -04: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
|
730dee7aca
|
Fix warnings in procedures. (#3304)
|
2019-10-23 17:51:24 -04:00 |
|
alschmiedt
|
fdc9074540
|
Color blind themes (#3322)
* Add themes for deuteranopia, protanopia, and tritanopia
|
2019-10-23 14:23:37 -07:00 |
|
Rachel Fenichel
|
3c64deceec
|
Merge pull request #3297 from rachel-fenichel/bugfix/3228
Fix #3228 by only using the dark path offset in Geras.
|
2019-10-23 11:17:09 -07:00 |
|
Rachel Fenichel
|
d11b7228c2
|
Fix #3228 by only using the dark path offset in Geras.
|
2019-10-23 11:06:12 -07:00 |
|
Sam El-Husseini
|
ad2c5f69ce
|
Fix for #3313 (#3316)
* Account for output connection with when aligning statement row
|
2019-10-23 13:07:04 -04:00 |
|
Sam El-Husseini
|
c0c9c0e3d4
|
Fix scrollbar warnings. (#3310)
|
2019-10-22 15:52:30 -04:00 |
|
Sam El-Husseini
|
18fea2adb3
|
Fix 8 warnings related to utils. (#3294)
|
2019-10-22 14:28:17 -04:00 |
|
Sam El-Husseini
|
90ad0789f6
|
Fix 11 warnings related to variables and variable_model. (#3278)
* Fix 10 warnings related to variables and variable_model.
|
2019-10-22 14:26:59 -04:00 |
|
Sam El-Husseini
|
270781113d
|
Fix warnings related to gestures and drag. (#3307)
* Fix warnings related to gestures and drag.
|
2019-10-22 14:21:00 -04:00 |
|
Sam El-Husseini
|
91717854c0
|
Fix warnings related to insertion markers. (#3309)
|
2019-10-22 14:20:42 -04:00 |
|
Sam El-Husseini
|
4f02ceeba0
|
Make Blockly options an interface (#3312)
* Make workspace options an interface so it can be extended in the d.ts.
|
2019-10-22 14:20:26 -04:00 |
|
Sam El-Husseini
|
36d7e4ff8c
|
Suppress workspace comment module not included while Workspace comments are not bundled in. (#3303)
|
2019-10-22 08:49:17 -04:00 |
|
Sam El-Husseini
|
a9cd25f2a4
|
Fix 6 warnings related to generators. (#3293)
|
2019-10-21 22:20:04 -04:00 |
|
Beka Westberg
|
c00ee908e4
|
Removed positionNewBlock (#3300)
* Removed positionNewBlock
|
2019-10-21 21:51:04 -04:00 |
|
Sam El-Husseini
|
6d8f22f39a
|
Add a lint plugin to ensure we only use ES5 syntax. (#3160)
* Add a lint plugin to ensure we only use ES5 only syntax.
|
2019-10-21 21:26:26 -04:00 |
|
Rachel Fenichel
|
d48859e338
|
Fix #3191
|
2019-10-21 15:35:53 -07:00 |
|
Sam El-Husseini
|
42552b5b22
|
Fix 6 warnings related to rendering. (#3292)
|
2019-10-21 17:49:38 -04:00 |
|
Neil Fraser
|
6d4c52fb6f
|
Make finished-loading events be UI events
|
2019-10-18 02:25:25 -07:00 |
|
Sam El-Husseini
|
19018a5e8e
|
Fix compiler warnings related to XML (#3277)
* Fix 5 warnings.
|
2019-10-17 17:58:15 -05:00 |
|
navilperez
|
15d37d436c
|
Add dragStart and dragEnd UI events
Add dragStart and dragEnd UI events
|
2019-10-17 15:35:51 -07:00 |
|
Navil Perez
|
c0784a61e7
|
Linting Fix
|
2019-10-17 15:23:10 -07:00 |
|
Navil Perez
|
ce4163c7e4
|
Fix capitalization in the docstring.
|
2019-10-17 15:13:26 -07:00 |
|
Sam El-Husseini
|
8eba82b906
|
Fix 4 misc warnings (#3283)
|
2019-10-17 16:52:52 -05:00 |
|
Sam El-Husseini
|
a5a4e5161c
|
Fix 11 warnings related to block_svg (#3276)
* Fix 11 warnings related to block_svg
|
2019-10-17 16:30:48 -05:00 |
|
Sam El-Husseini
|
e07a3f03a9
|
Fix 14 warnings related to workspace svg (#3273)
* Fix warnings related to workspace svg
|
2019-10-17 15:06:22 -05:00 |
|
Sam El-Husseini
|
36524a3b4a
|
Only add a hat if there's no output connection or previous connection (#3280)
* Only add a hat if there's no output connection or previous connection
|
2019-10-17 14:08:06 -05:00 |
|
Navil Perez
|
bde1edff85
|
Add dragStart and dragEnd UI events
|
2019-10-17 11:41:31 -07:00 |
|
Sam El-Husseini
|
664cc3d6cd
|
Fix warnings related to number of arguments passed. (#3270)
|
2019-10-17 11:47:30 -05:00 |
|
Sam El-Husseini
|
526528354f
|
Fix 10 warnings related to visibility (#3275)
|
2019-10-17 11:46:57 -05:00 |
|
Sam El-Husseini
|
c1c9121fcc
|
Fix jsdoc. @return instead of @returns (#3271)
* Fix jsdoc. @return instead of @returns
|
2019-10-16 17:01:36 -05:00 |
|
Beka Westberg
|
8407428e8f
|
Reverted scrollbar resize change. (#3274)
|
2019-10-16 16:54:47 -05:00 |
|
Rachel Fenichel
|
b4b3ae316f
|
Merge pull request #3224 from zochris/variable-exists-phrasing
Rephrase "variable already exists" message
|
2019-10-16 12:37:15 -06:00 |
|
Rachel Fenichel
|
35e894af13
|
Fix #1714
|
2019-10-16 11:53:08 -06:00 |
|
Sam El-Husseini
|
3c2c4677df
|
Fix 55 warnings related to flyouts. (#3211)
* Fix 55 warnings related to flyouts.
|
2019-10-16 12:13:37 -05:00 |
|