scratch-blocks/core
2018-06-15 09:43:26 -04:00
..
block.js Merge pull request #1544 from kchadha/comments 2018-05-30 19:31:06 -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 ordered option to getDescendants and all uses. 2018-05-16 12:51:41 -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 Randomized id for svg filters 2018-05-31 12:23:20 -07:00
block_render_svg_vertical.js Randomized id for svg filters 2018-05-31 12:23:20 -07:00
block_svg.js Merge pull request #1557 from kchadha/comment-events 2018-06-07 14:31:16 -04:00
blockly.js Add extension status button 2018-06-13 17:34:36 -04: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 Remove code duplication. 2018-06-06 17:22:05 -04: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
comment_events.js Remove instanceof check when checking for comment minimized state. 2018-06-12 14:50:45 -04: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 WorkspaceCommentSvg constructor arg order should match WorkspaceComment. 2018-06-12 14:50:45 -04:00
css.js Remove explicit z-index from comment foreign body. 2018-06-14 17:26:00 -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 Code cleanup addressing PR comments 2018-06-06 18:45:32 -04: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 Style fixes 2018-06-14 16:36:54 -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 Add ordered option to getDescendants and all uses. 2018-05-16 12:51:41 -07:00
flyout_vertical.js Merge pull request #1544 from kchadha/comments 2018-05-30 19:31:06 -04:00
generator.js Add ordered option to getDescendants and all uses. 2018-05-16 12:51:41 -07: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 Randomized id for svg filters 2018-05-31 12:23:20 -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 Add ordered option to getDescendants and all uses. 2018-05-16 12:51:41 -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 Merge pull request #1533 from rachel-fenichel/ordered_children 2018-05-25 11:00:55 -07:00
rendered_connection.js Add ordered option to getDescendants and all uses. 2018-05-16 12:51:41 -07:00
scratch_block_comment.js Merge pull request #1589 from kchadha/overlapping-comment-fix 2018-06-14 18:44:36 -04:00
scratch_blocks_utils.js Merge pull request #1533 from rachel-fenichel/ordered_children 2018-05-25 11:00:55 -07:00
scratch_bubble.js Add a piece of state to keep track of whether the same icon that had a mouse up event also first had a mouse down event on it. 2018-06-12 14:56:21 -04:00
scratch_events.js Add back some checks 2018-05-10 14:28:14 -07:00
scratch_msgs.js Clarifications and consistency 2018-06-13 10:50:20 -04:00
scrollbar.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
toolbox.js Use the main workspaces stack glow filter for both flyout and toolbox 2018-06-01 10:18:42 -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 Add ordered option to getDescendants and all uses. 2018-05-16 12:51:41 -07: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 Unselect any currently-selected block before executing an undo/redo 2018-05-31 14:52:40 -07:00
workspace_audio.js Add missing require 2018-06-07 17:14:09 -07:00
workspace_comment.js Import workspace comment minimized state correctly. 2018-06-12 14:50:45 -04:00
workspace_comment_render_svg.js Remove explicit z-index from comment foreign body. 2018-06-14 17:26:00 -04:00
workspace_comment_svg.js Add comment target back so that workspace comments can be dragged from center of comment as well as top bar. 2018-06-12 14:50:45 -04: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 Use the main workspaces stack glow filter for both flyout and toolbox 2018-06-01 10:18:42 -04:00
xml.js ScratchBlockComment constructor should handle NaN inputs. 2018-06-14 09:21:44 -04:00
zoom_controls.js Decompose functions in core/zoom_controls.js 2018-04-26 12:29:12 -07:00