scratch-blocks/core
2016-10-20 16:30:40 -07:00
..
block.js Improve bubble arrow paths for extreme ratios. 2016-09-27 18:26:29 -07:00
block_render_svg.js Prefer functions in workspaceSvg to functions in blockly.js 2016-08-19 14:13:20 -07:00
block_svg.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
blockly.js Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior. 2016-10-20 16:30:40 -07:00
blocks.js Change tooltips on get/set list blocks to be 0/1 index aware. All languages. 2016-07-09 04:23:01 -07:00
bubble.js Improve bubble arrow paths for extreme ratios. 2016-09-27 18:26:29 -07:00
comment.js Use direct call to comment's resize rather than event. 2016-05-04 14:49:00 -07:00
connection.js Allow terminal blocks to replace other terminal blocks (#433) 2016-06-17 14:34:28 -07:00
connection_db.js More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
constants.js Record whether the workspace has been dragged (#475) 2016-07-12 11:34:02 -07:00
contextmenu.js Re-enable events even when an exception is thrown 2016-06-29 14:46:06 +02:00
css.js Update demo to latest interpreter. 2016-09-20 12:52:22 -07:00
events.js Revert "Convert createDom calls to createUntypedDom" 2016-07-20 15:21:45 -07:00
field.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
field_angle.js Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior. 2016-10-20 16:30:40 -07:00
field_checkbox.js Simplify field validator chaining. 2016-06-29 17:44:12 -07:00
field_colour.js Simplify field validator chaining. 2016-06-29 17:44:12 -07:00
field_date.js Simplify field validator chaining. 2016-06-29 17:44:12 -07:00
field_dropdown.js Adding indexing settings, tests and fixing bugs (#464) 2016-07-08 11:43:48 -07:00
field_image.js Set field.sourceBlock in headless Blockly. 2016-04-04 17:47:15 -07:00
field_label.js Set field.sourceBlock in headless Blockly. 2016-04-04 17:47:15 -07:00
field_number.js Use isFinite instead of Number.isFinite 2016-08-19 15:04:07 -07:00
field_textinput.js Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior. 2016-10-20 16:30:40 -07:00
field_variable.js Move functions for updating variables on a workspace into workspace.js, and some lint 2016-08-17 16:07:50 -07:00
flyout.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
flyout_button.js Add shadow to flyout buttons. 2016-09-15 18:39:50 -07:00
generator.js Adding indexing settings, tests and fixing bugs (#464) 2016-07-08 11:43:48 -07:00
icon.js Fix mutator/warning/comment icons to highlight on mouse over only if they are usable. 2016-07-19 16:34:48 -07:00
inject.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
input.js Adding indexing settings, tests and fixing bugs (#464) 2016-07-08 11:43:48 -07:00
msg.js Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
mutator.js Fix for #521. 2016-08-16 11:19:29 -07:00
names.js Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00
options.js Prefer functions in workspaceSvg to functions in blockly.js 2016-08-19 14:13:20 -07:00
procedures.js Revert "Convert createDom calls to createUntypedDom" 2016-07-20 15:21:45 -07:00
rendered_connection.js Fix selection bug on bumps caused by mutator actions. 2016-08-03 18:33:18 -07:00
scrollbar.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
toolbox.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
tooltip.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
touch.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
trashcan.js cache delete areas instead of recalculating them onMouseDown 2016-06-17 12:39:18 -07:00
utils.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00
variables.js Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior. 2016-10-20 16:30:40 -07:00
warning.js Use goog.math.Coordinate instead of separate X and Y properties. 2016-04-19 21:14:49 -07:00
widgetdiv.js Convert string tag name to goog.dom.TagName (#515) 2016-08-19 03:55:45 -07:00
workspace.js Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior. 2016-10-20 16:30:40 -07:00
workspace_svg.js Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior. 2016-10-20 16:30:40 -07:00
xml.js Prefer functions in workspaceSvg to functions in blockly.js 2016-08-19 14:13:20 -07:00
zoom_controls.js Revert "Revert "Ignore everything but the first touch stream"" 2016-09-23 13:36:53 -07:00