scratch-blocks/core
2018-08-02 12:46:27 -04:00
..
block.js Merge pull request 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 Require spaces around infix ops 2018-06-21 10:03:37 -04: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 Require spaces around infix ops 2018-06-21 10:03:37 -04:00
block_render_svg_vertical.js Require spaces around infix ops 2018-06-21 10:03:37 -04:00
block_svg.js Merge pull request from kchadha/comment-events 2018-06-07 14:31:16 -04:00
blockly.js Change the extension button status so it can be kept up-to-date. 2018-07-10 16:06:16 -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 Move line scroll multiplier to constants.js 2018-07-23 14:00:29 -03:00
contextmenu.js WorkspaceCommentSvg constructor arg order should match WorkspaceComment. 2018-06-12 14:50:45 -04:00
css.js Set pointer-events: all on FlyoutButton instead 2018-08-01 11:33:33 -04:00
data_category.js Fix indents 2018-07-24 08:09:46 -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 Require spaces around infix ops 2018-06-21 10:03:37 -04: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_matrix.js Refine field matrix menu 2018-07-05 22:05:13 -04: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 Require spaces around infix ops 2018-06-21 10:03:37 -04: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 Make sure to push gaps for status button labels 2018-07-10 16:47:27 -04:00
flyout_button.js Move duplicated constructor code into helper 2018-06-27 16:14:45 -04:00
flyout_dragger.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
flyout_extension_category_header.js RTL positioning for category labels and buttons in the flyout. 2018-08-02 12:46:27 -04:00
flyout_horizontal.js Add ordered option to getDescendants and all uses. 2018-05-16 12:51:41 -07:00
flyout_vertical.js RTL positioning for category labels and buttons in the flyout. 2018-08-02 12:46:27 -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 review amendments 2018-07-19 20:29:02 +02:00
procedures.js Addressing comment 2018-07-17 18:49:43 -04:00
rendered_connection.js Add ordered option to getDescendants and all uses. 2018-05-16 12:51:41 -07:00
scratch_block_comment.js Change label length to accommodate for the fact that capital letters are bigger. 2018-06-20 14:48:07 -04:00
scratch_blocks_utils.js Merge pull request from rachel-fenichel/ordered_children 2018-05-25 11:00:55 -07:00
scratch_bubble.js Fix issues with scrolling workspace just after resizing a comment. 2018-06-15 12:59:25 -04:00
scratch_events.js Add back some checks 2018-05-10 14:28:14 -07:00
scratch_msgs.js Separate updating translations from generating src. 2018-07-12 11:04:50 -04:00
scrollbar.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
toolbox.js Widen the category menu 2018-07-16 08:14:30 -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 Allow for local variables by passing in extra scope information (provided by the gui). This information is included in the varCreate event. Pass in a list of additional var names to check against when creating a variable (e.g. local var names from all sprites when checking for name conflicts to create a global var. 2018-07-03 14:01:49 -04:00
variable_map.js Log a warning instead of throwing an error when a variable conflict occurs. Throwing an error makes blocks in projects disappear or even worse can crash a project. 2018-07-18 11:09:51 -04:00
variable_model.js Allow for local variables by passing in extra scope information (provided by the gui). This information is included in the varCreate event. Pass in a list of additional var names to check against when creating a variable (e.g. local var names from all sprites when checking for name conflicts to create a global var. 2018-07-03 14:01:49 -04:00
variables.js Fix issue with renameVariable which didn't know about additionalVars. Decide whether or not to use additionalVars based on the new variable isLocal flag. 2018-07-12 19:15:49 -04: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 Allow for local variables by passing in extra scope information (provided by the gui). This information is included in the varCreate event. Pass in a list of additional var names to check against when creating a variable (e.g. local var names from all sprites when checking for name conflicts to create a global var. 2018-07-03 14:01:49 -04:00
workspace_audio.js Add missing require 2018-06-07 17:14:09 -07:00
workspace_comment.js Change label length to accommodate for the fact that capital letters are bigger. 2018-06-20 14:48:07 -04:00
workspace_comment_render_svg.js Add a character limit to the comment textareas. 2018-06-15 17:32:19 -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 Move line scroll multiplier to constants.js 2018-07-23 14:00:29 -03:00
xml.js When opt_noId is specified to true, shadow ids should also be removed. 2018-07-23 11:29:01 -04:00
zoom_controls.js Decompose functions in core/zoom_controls.js 2018-04-26 12:29:12 -07:00