scratch-blocks/core
2018-05-30 10:28:14 -04:00
..
block.js Add require for ScratchBlockComment. 2018-05-25 17:44:09 -04:00
block_animations.js Fix lint 2018-04-17 14:35:54 -07:00
block_drag_surface.js All remaining lint in core 2018-05-02 15:32:28 -07:00
block_dragger.js Add the bubble dragger and ws comment basics 2018-05-11 16:35:31 -07:00
block_events.js Split events.js into multiple files and update tests 2018-05-09 15:34:36 -07:00
block_render_svg_horizontal.js All remaining lint in core 2018-05-02 15:32:28 -07:00
block_render_svg_vertical.js Scratch block comments. 2018-05-25 17:21:31 -04:00
block_svg.js Use ScratchBlockComment everywhere and break out comment to dom translation into a helper function. 2018-05-30 10:28:14 -04:00
blockly.js Merge pull request #1520 from rachel-fenichel/bugfix/copy_paste_flyout 2018-05-18 09:59:40 -07:00
blocks.js Lint that caused conflicts with Blockly 2018-04-26 14:28:59 -07:00
bubble.js Add the bubble dragger and ws comment basics 2018-05-11 16:35:31 -07:00
bubble_dragger.js Add the bubble dragger and ws comment basics 2018-05-11 16:35:31 -07:00
colours.js Update the default stack glow size to be larger. 2018-03-20 11:07:06 -04:00
comment.js Break events.js into multiple files 2018-05-09 13:34:21 -07:00
connection.js Break events.js into multiple files 2018-05-09 13:34:21 -07:00
connection_db.js Lint that caused conflicts with Blockly 2018-04-26 14:28:59 -07:00
constants.js update ctm logic to fit with upstream change 2018-05-07 15:38:17 -04:00
contextmenu.js Use ScratchBlockComment everywhere and break out comment to dom translation into a helper function. 2018-05-30 10:28:14 -04:00
css.js Scratch block comments. 2018-05-25 17:21:31 -04:00
data_category.js Show the show/hide blocks in the data category now that they are done. 2018-05-09 14:37:02 -04:00
dragged_connection_manager.js All remaining lint in core 2018-05-02 15:32:28 -07:00
dropdowndiv.js All remaining lint in core 2018-05-02 15:32:28 -07:00
events.js Split events.js into multiple files and update tests 2018-05-09 15:34:36 -07:00
events_abstract.js Split events.js into multiple files and update tests 2018-05-09 15:34:36 -07:00
extensions.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
field.js Break events.js into multiple files 2018-05-09 13:34:21 -07:00
field_angle.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_checkbox.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_colour.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
field_colour_slider.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_date.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
field_dropdown.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_iconmenu.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_image.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_label.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_label_serializable.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_number.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_numberdropdown.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_textdropdown.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_textinput.js All remaining lint in core 2018-05-02 15:32:28 -07:00
field_textinput_removable.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_variable.js Merge branch 'develop' into newmessage-top 2018-05-03 16:56:14 -04:00
field_variable_getter.js Add referencesVariables function to fields 2018-04-25 15:21:55 -07:00
field_vertical_separator.js All remaining lint in core 2018-05-02 15:32:28 -07:00
flyout_base.js Merge pull request #1517 from ericrosenbaum/feature/scroll-by-id 2018-05-14 16:26:01 -04:00
flyout_button.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
flyout_dragger.js New dragging! Merge from google (#891) 2017-05-22 13:08:22 -07:00
flyout_horizontal.js All remaining lint in core 2018-05-02 15:32:28 -07:00
flyout_vertical.js Handle very long extension categories 2018-05-15 15:20:58 -04:00
generator.js Merge from Upstream Blockly (#776) 2017-02-02 14:17:43 -05:00
gesture.js Respond to review feedback 2018-05-15 17:02:35 -07:00
grid.js Lint that caused conflicts with Blockly 2018-04-26 14:28:59 -07:00
icon.js Lint that caused conflicts with Blockly 2018-04-26 14:28:59 -07:00
inject.js All remaining lint in core 2018-05-02 15:32:28 -07:00
input.js More lint 2018-05-02 11:05:43 -07:00
insertion_marker_manager.js Break events.js into multiple files 2018-05-09 13:34:21 -07:00
msg.js Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
mutator.js Break events.js into multiple files 2018-05-09 13:34:21 -07:00
names.js Lint that caused conflicts with Blockly 2018-04-26 14:28:59 -07:00
options.js Don't parse the default toolbox if it doesn't exist 2017-10-24 18:03:17 -07:00
procedures.js Move compareStrings to scratchBlocksUtils 2018-05-16 16:57:05 -06:00
rendered_connection.js Lint that caused conflicts with Blockly 2018-04-26 14:28:59 -07:00
scratch_block_comment.js Fix functions referring to parent class instead of ScratchBlockComment. 2018-05-29 16:20:08 -04:00
scratch_blocks_utils.js Replace undefined locale with empty array 2018-05-16 21:46:26 -06:00
scratch_bubble.js Scratch block comments. 2018-05-25 17:21:31 -04:00
scratch_events.js Add back some checks 2018-05-10 14:28:14 -07:00
scrollbar.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
toolbox.js Merge pull request #1519 from rachel-fenichel/feature/merge_workspace_comments 2018-05-16 10:48:13 -04:00
tooltip.js More small stuff from google, and allow unused vars with _names 2018-04-26 17:06:12 -07:00
touch.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
trashcan.js More small stuff from google, and allow unused vars with _names 2018-04-26 17:06:12 -07:00
ui_events.js Add back some checks 2018-05-10 14:28:14 -07:00
ui_menu_utils.js More small stuff from google, and allow unused vars with _names 2018-04-26 17:06:12 -07:00
utils.js More lint 2018-05-02 11:05:43 -07:00
variable_events.js Break events.js into multiple files 2018-05-09 13:34:21 -07:00
variable_map.js Add back missing require 2018-05-10 14:12:33 -07:00
variable_model.js Move compareStrings to scratchBlocksUtils 2018-05-16 16:57:05 -06:00
variables.js Adding variable type info to blockly prompt so scratch-gui can pick it up. 2018-01-29 18:23:49 -05:00
warning.js Break events.js into multiple files 2018-05-09 13:34:21 -07:00
widgetdiv.js More lint 2018-05-02 11:05:43 -07:00
workspace.js Add the bubble dragger and ws comment basics 2018-05-11 16:35:31 -07:00
workspace_audio.js More small stuff from google, and allow unused vars with _names 2018-04-26 17:06:12 -07:00
workspace_comment.js Update comment 2018-05-15 17:09:08 -07:00
workspace_comment_render_svg.js Respond to review feedback 2018-05-15 17:02:35 -07:00
workspace_comment_svg.js Respond to review feedback 2018-05-15 17:02:35 -07:00
workspace_drag_surface_svg.js More small stuff from google, and allow unused vars with _names 2018-04-26 17:06:12 -07:00
workspace_dragger.js More small stuff from google, and allow unused vars with _names 2018-04-26 17:06:12 -07:00
workspace_svg.js Add the require for WorkspaceCommentSvg.rener 2018-05-21 11:35:31 -04:00
ws_comment_events.js Respond to review feedback 2018-05-15 17:02:35 -07:00
xml.js Use ScratchBlockComment everywhere and break out comment to dom translation into a helper function. 2018-05-30 10:28:14 -04:00
zoom_controls.js Decompose functions in core/zoom_controls.js 2018-04-26 12:29:12 -07:00