Commit Graph

1851 Commits

Author SHA1 Message Date
Rachel Fenichel
f2f522d77a Miscellaneous comment cleanup 2017-04-05 15:52:49 -07:00
Rachel Fenichel
352719235d Merge pull request #1018 from rachel-fenichel/bugfix/block_context_menu
Block browser context menu in the toolbox and flyout
2017-04-05 10:42:27 -07:00
RoboErikG
ba37894b51 Merge pull request #1021 from google/RoboErikG-readme-dev
Add links to the dev registration form and contributor guidelines
2017-04-04 16:47:39 -07:00
RoboErikG
eea01e3e06 Add links to the dev registration form and contributor guidelines 2017-04-04 16:40:40 -07:00
Rachel Fenichel
077547ec90 Block browser context menu in the toolbox and flyout 2017-04-04 14:36:01 -07:00
CoryDCode
8e199ec04b Adding an add variable modal to accessible Blockly. (#1015)
* Adding the remove variable modal and functionality to accessible Blockly.

* Adding the add variable modal for accessible Blockly.
2017-04-03 16:16:50 -07:00
Rachel Fenichel
1ad3359730 Merge pull request #965 from K-ran/feature/minimap
Adding new minimap demo.
2017-04-03 11:30:49 -07:00
Karan Purohit
619237c05d Minimap position bug fix for browsers other than chrome. Added touch support. 2017-04-02 13:31:46 +05:30
CoryDCode
537bf17b7d Adding the remove variable modal and functionality to accessible Blockly. (#1011) 2017-03-30 11:31:31 -07:00
Katelyn Mann
3ed3f5ba84 Merge branch 'master' into develop 2017-03-28 12:42:57 -07:00
Rachel Fenichel
b25ab029e4 Merge pull request #1005 from rachel-fenichel/bugfix/IE10_offsets
RemoveAttribute doesn't work on SVG elements in IE 10.  Use setAttrib…
2017-03-28 09:06:23 -07:00
Rachel Fenichel
92f3880008 RemoveAttribute doesn't work on SVG elements in IE 10. Use setAttribute to null instead. 2017-03-27 17:25:41 -07:00
Niklas Laxström
65371a69cf Localisation updates from https://translatewiki.net. 2017-03-27 08:11:50 +02:00
CoryDCode
b0856b879d Fixing commenting from the last commit. (#1000) 2017-03-23 14:49:05 -07:00
CoryDCode
6cc6848961 Added the variable modal and component and implemented basic renaming functionality. (#991) 2017-03-23 13:47:26 -07:00
Katelyn Mann
06ebf52dd1 Merge branch 'develop' 2017-03-23 11:35:11 -07:00
picklesrus
bfe23ea1b3 rebuild develop (#996) 2017-03-23 11:33:25 -07:00
picklesrus
36fa5f6016 Fix #986. Looks like the original PR just forgot this block. (#992) 2017-03-23 10:20:42 -07:00
Katelyn Mann
23f645dfc7 Merge remote-tracking branch 'origin/develop' into develop 2017-03-22 14:24:28 -07:00
Rachel Fenichel
815fd6fd79 Merge pull request #982 from rachel-fenichel/bugfix/IE_text_rendering
Bugfix/ie text rendering
2017-03-22 10:14:21 -07:00
Katelyn Mann
9e4ed972b0 update from master + build 2017-03-22 10:05:20 -07:00
Niklas Laxström
aba79e2735 Localisation updates from https://translatewiki.net. 2017-03-20 07:21:00 +01:00
Rachel Fenichel
85b4f5f1a8 Fix #969 2017-03-17 16:25:45 -07:00
picklesrus
fd7d8b1ac8 Fix #967 by overriding the updateWidth method in FieldImage blocks to be a no-op. FieldImage fields should not change size after the width is set in init. The updateWidth and, therefore, getCachedWidth is now being called by BlockSvg renderFields_ (see commit d55d9cbd9f). IIUC, updateWidth/getCachedWidth was only called from render before which is overridden in FieldImage to be a no-op already. (#979) 2017-03-17 16:15:40 -07:00
Niklas Laxström
33fce3f62f Localisation updates from https://translatewiki.net. 2017-03-16 07:59:13 +01:00
Karan Purohit
ac18e207a2 Registering mousemove and mouseup listener in mousedown event. Mousemove and Mouseup events are now listening over document. 2017-03-14 08:58:03 +05:30
Rachel Fenichel
036f364e57 Merge pull request #978 from rachel-fenichel/feature/developer_background
Set background color to lilac if opening the playground from file:
2017-03-13 14:55:43 -07:00
Rachel Fenichel
a6a70a647c set background color to lilac if opening the playground from file: 2017-03-13 14:37:27 -07:00
Karan Purohit
4e9055a343 Adding horizontal scrolling. Changed scroll change callbacks from onScroll_ to setHandlePosition. onScroll_ is not challed when workspace is dragged. 2017-03-12 15:29:05 +05:30
picklesrus
847d83e4af Another attempt to fix #904 to keep the page from jumping to the focused workspace in IE 11 (#974) 2017-03-10 14:58:09 -08:00
Niklas Laxström
e4bfd9a128 Localisation updates from https://translatewiki.net. 2017-03-09 07:41:27 +01:00
picklesrus
9b98573327 Cross browser friendly fix for #904. This calls blur and focus from … (#972)
* Cross browser friendly fix for #904.  This calls blur and focus from workspace.markFocused and removes the event listener on focus events.  markFocused is called from all of our mouse down handlers, which triggers the focus event leading to an infinite loop of focus.  As far as I can tell, there are no uses of the focus handler that actually did anything for us.
2017-03-08 14:27:53 -08:00
Andrew n marshall
6313b202f7 unction to function corrects #962 (#970) 2017-03-08 07:47:48 -08:00
Karan Purohit
f77325f289 Basic code style changes. Adding a few more comments. Return early if disableScrollChange in onScrollChange listener. 2017-03-08 10:17:38 +05:30
Karan Purohit
738d5d6669 Adding new minimap demo 2017-03-08 00:12:22 +05:30
picklesrus
63c899e4e1 Potential fix for #888. Stops checking whether we are mid workspace drag since we do not always get mosue up events when blockly is in an iframe. (#899) 2017-03-06 16:19:29 -08:00
picklesrus
ab042d4dd8 Fix bug #904 by explicitly grabbing focus on the workspace svg element. (#964) 2017-03-03 16:15:02 -08:00
Rachel Fenichel
aff78ccc45 Merge pull request #963 from rachel-fenichel/bugfix/blocks_object_annotation
Annotation fix
2017-03-03 13:53:55 -08:00
Rachel Fenichel
72256a187d Annotation fixes 2017-03-03 13:22:50 -08:00
Andrew n marshall
6e1ffe09c2 Adding Blockly.Xml.appendDomToWorkspace() (#962)
This is a copy (with additional comments) of PR #822 (and also #961) by @qnoirhomme with unrelated files removed. See #822 for full review.
2017-03-03 08:40:00 -08:00
Rachel Fenichel
ef34ee5433 Merge pull request #959 from rachel-fenichel/cleanup/variable_category_xml
Make it easier to read the code that creates the variable category in…
2017-03-02 14:12:51 -08:00
Rachel Fenichel
4b75b6271b Make it easier to read the code that creates the variable category in the tolbox 2017-03-02 13:55:25 -08:00
Andrew n marshall
27a20b1be2 Extra character in comment. (#958 from AnmAtAnm/typo) 2017-03-02 09:02:06 -08:00
Andrew n marshall
b5f91dd054 Typo in comment. 2017-03-02 08:34:27 -08:00
Andrew n marshall
16380ab8f6 Merge pull request #956 from AnmAtAnm/msg-urls
Update help URL per #937.
2017-02-28 11:00:15 -08:00
Andrew n marshall
2c349a3152 Update help URL per #937.
Replace URL usages of %28 and %29 with normal parenthesis characters. (They aren't replaced by JavaScript's encodeURIComponent() function, and seem to work just fine without them.)
Added missing semicolon in build.py.
2017-02-28 08:38:37 -08:00
Rachel Fenichel
05312c9bf7 Merge pull request #952 from rachel-fenichel/feature/if_else_update
Use mutator extension for controls_if block
2017-02-27 19:56:32 -08:00
Niklas Laxström
c797250ffc Localisation updates from https://translatewiki.net. 2017-02-27 07:45:31 +01:00
Rachel Fenichel
c30928a177 Make some functions private and add tests 2017-02-24 15:51:59 -08:00
Andrew n marshall
c0677100fd Merge pull request #954 from AnmAtAnm/warn-on-overwrite
Adding warning on duplicate JSON block definition.
2017-02-24 15:51:20 -08:00