scratch-blocks/core
Rachel Fenichel f699fad5ee
Merge pull request from rachel-fenichel/feature/field_fromJson
Switch to Blockly.Field.fromJson
2018-04-20 16:35:33 -07:00
..
block.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
block_animations.js Fix lint 2018-04-17 14:35:54 -07:00
block_drag_surface.js Use unique IDs for drag shadow filter 2017-08-01 15:58:06 -04:00
block_dragger.js Move block animation code to a new file 2018-04-16 15:33:10 -07:00
block_render_svg_horizontal.js Merge/05 24 () 2017-05-30 09:26:06 -04:00
block_render_svg_vertical.js Adjust separator height for hats 2017-12-15 13:47:23 -05:00
block_svg.js Move block animation code to a new file 2018-04-16 15:33:10 -07:00
blockly.js Adding variable type info to blockly prompt so scratch-gui can pick it up. 2018-01-29 18:23:49 -05:00
blocks.js Merge google/blockly, May 2017 () 2017-05-11 15:58:18 -04:00
bubble.js Merge google/blockly, May 2017 () 2017-05-11 15:58:18 -04:00
colours.js Update the default stack glow size to be larger. 2018-03-20 11:07:06 -04:00
comment.js Merge 06-22 2017-06-22 11:30:37 -04:00
connection.js Apply new names for procedure components 2017-11-16 13:18:53 -08:00
connection_db.js More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
constants.js Move stack glow size into a settable parameter like the colors. 2018-03-20 11:07:01 -04:00
contextmenu.js Unify code for positioning the widget div () 2017-10-19 14:58:41 -04:00
css.js Fix 2018-03-09 15:25:02 -05:00
data_category.js It's better to provide as much information about the variable as we have available. When using the 'Make a Variable' button, we know that we want to make a scalar variable, so pass in that information. 2018-01-18 15:03:46 -05:00
dragged_connection_manager.js Move block animation code to a new file 2018-04-16 15:33:10 -07:00
dropdowndiv.js Fix bug with dropdowndiv placement. It was using getPage Offset to do positioning calculations. GetPageOffset takes into account the scroll position which we do not want. It is not noticable if the body has overflow:hidden like the playgrounds do. 2016-11-16 10:15:21 -08:00
events.js Code review 2018-02-16 17:37:49 -05:00
extensions.js Style improvements. No functional changes. () 2017-10-19 17:08:17 -04:00
field.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_angle.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_checkbox.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_colour.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_colour_slider.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_date.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_dropdown.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_iconmenu.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_image.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_label.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_label_serializable.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_number.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_numberdropdown.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_textdropdown.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_textinput.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_textinput_removable.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_variable.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_variable_getter.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_vertical_separator.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
flyout_base.js Fix indent 2018-03-14 20:56:05 -04:00
flyout_button.js Remove initial updateTransform from flyout button 2017-10-13 16:00:37 -04:00
flyout_dragger.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
flyout_horizontal.js Move selectCategoryByScrollPosition into setMetrics 2017-10-04 15:46:27 -04:00
flyout_vertical.js Subtract metrics.contentTop from metrics.viewTop so that the flyout does not begin to scroll down once the delta is smaller than the value of metrics.contentTop () 2017-10-19 16:57:54 -04:00
generator.js Merge from Upstream Blockly () 2017-02-02 14:17:43 -05:00
gesture.js Move block animation code to a new file 2018-04-16 15:33:10 -07:00
grid.js Merge/05 24 () 2017-05-30 09:26:06 -04:00
icon.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
inject.js Move stack glow size into a settable parameter like the colors. 2018-03-20 11:07:01 -04:00
input.js Make inputs own input shapes, and dispose of them correctly 2017-11-09 13:29:51 -08:00
insertion_marker_manager.js Move block animation code to a new file 2018-04-16 15:33:10 -07:00
msg.js Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
mutator.js Merge 06-22 2017-06-22 11:30:37 -04:00
names.js Pulling in the latest changes from google/blockly/variables_by_id branch, 2018-01-18 15:03:46 -05:00
options.js Don't parse the default toolbox if it doesn't exist 2017-10-24 18:03:17 -07:00
procedures.js Add an opt_generateShadows param to procedure mutationToDom where needed 2018-04-09 15:39:11 -07:00
rendered_connection.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
scrollbar.js Shrink scrollbar size on touch devices. Resolves GH-1344 2018-03-28 09:05:12 -04:00
toolbox.js Merge pull request from ericrosenbaum/bugfix/scroll-position-stability 2018-03-15 15:18:54 -04:00
tooltip.js Check for timeout pid before calling clearTimeout 2017-10-13 16:00:37 -04:00
touch.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
trashcan.js Compatibility for Closure Compiler. () 2017-10-19 11:47:04 -04:00
ui_menu_utils.js Unify code for positioning the widget div () 2017-10-19 14:58:41 -04:00
utils.js Revert "Improve insertion markers" 2017-11-01 14:32:21 -04:00
variable_map.js Comment cleanup, and noting where tests differ from blockly. 2018-01-23 09:27:39 -05:00
variable_model.js Code cleanup, removing todo comments. 2018-01-18 15:03:46 -05: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 Merge from Upstream Blockly () 2017-02-02 14:17:43 -05:00
widgetdiv.js Unify code for positioning the widget div () 2017-10-19 14:58:41 -04:00
workspace.js Merge pull request from kchadha/variables_by_id 2018-01-22 16:30:34 -05:00
workspace_audio.js Merge/05 24 () 2017-05-30 09:26:06 -04:00
workspace_drag_surface_svg.js Fix iOS toolbox flashing on tap () 2017-10-19 16:57:47 -04:00
workspace_dragger.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
workspace_svg.js Move stack glow size into a settable parameter like the colors. 2018-03-20 11:07:01 -04:00
xml.js trim whitespace 2018-03-10 21:52:17 -05:00
zoom_controls.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00