scratch-blocks/core
2017-10-19 11:47:04 -04:00
..
block.js render the internal custom block, and get the argument reporters right 2017-10-05 18:34:24 -07:00
block_drag_surface.js Use unique IDs for drag shadow filter 2017-08-01 15:58:06 -04:00
block_dragger.js Merge 06-22 2017-06-22 11:30:37 -04:00
block_render_svg_horizontal.js Merge/05 24 () 2017-05-30 09:26:06 -04:00
block_render_svg_vertical.js Fix argument reporter rendering with short text 2017-10-12 17:28:13 -07:00
block_svg.js Compatibility for Closure Compiler. () 2017-10-19 11:47:04 -04:00
blockly.js Move new slider picker into new field_colour_slider field file 2017-09-19 10:34:32 -04: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 Default Colors To "Light Colors" () 2017-02-22 11:59:32 -05:00
comment.js Merge 06-22 2017-06-22 11:30:37 -04:00
connection.js Fix problem with insertion markers () 2017-07-11 13:01:07 -07:00
connection_db.js More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
constants.js Merge/05 24 () 2017-05-30 09:26:06 -04:00
contextmenu.js Cleanup of workspace context menu code 2017-10-13 13:36:37 -07:00
css.js Merge pull request from ericrosenbaum/feature/all-the-blocks-flyout 2017-09-26 16:36:05 -04:00
data_category.js Disable add list button 2017-08-11 08:56:31 -04:00
dragged_connection_manager.js Merge remote-tracking branch 'google/develop' into pull-connection-effect-fix 2017-06-30 14:09:53 -04: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 Merge 06-22 2017-06-22 11:30:37 -04:00
extensions.js Compatibility for Closure Compiler. () 2017-10-19 11:47:04 -04:00
field.js Allow className changes by field subclass to prevent layout thrashing 2017-10-13 16:00:37 -04:00
field_angle.js Fix linting 2017-08-16 14:59:41 -04:00
field_checkbox.js Merge 06-22 2017-06-22 11:30:37 -04:00
field_colour.js Remove eyedropper code from grid colour picker 2017-09-19 10:54:33 -04:00
field_colour_slider.js Fix the ranges on the sliders to go the entire range. 2017-10-18 12:36:54 -04:00
field_date.js Merge from Upstream Blockly () 2017-02-02 14:17:43 -05:00
field_dropdown.js Allow className changes by field subclass to prevent layout thrashing 2017-10-13 16:00:37 -04:00
field_iconmenu.js Merge from Upstream Blockly () 2017-02-02 14:17:43 -05:00
field_image.js Merge/05 24 () 2017-05-30 09:26:06 -04:00
field_label.js Merge from Upstream Blockly () 2017-02-02 14:17:43 -05:00
field_label_editable.js Fix argument reporter rendering with short text 2017-10-12 17:28:13 -07:00
field_number.js Feature/merge feb 2017 () 2017-02-21 15:09:23 -05:00
field_numberdropdown.js Fix setting constraints for number dropdown fields 2016-11-10 14:24:59 -08:00
field_textdropdown.js Merge from Upstream Blockly () 2017-02-02 14:17:43 -05:00
field_textinput.js Fix traversal of tab order 2017-07-27 15:13:06 -04:00
field_variable.js Check for the existence of a message before calling replace on it, to avoid a crash 2017-10-13 16:16:22 -07:00
field_variable_getter.js Add variable getter field 2017-02-22 13:49:39 -08:00
flyout_base.js Add a bulkUpdate flag to avoid expensive operations (such as toolbox refresh) during workspace loading. 2017-10-09 12:04:59 -07: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 Move selectCategoryByScrollPosition into setMetrics 2017-10-04 13:56:51 -04:00
generator.js Merge from Upstream Blockly () 2017-02-02 14:17:43 -05:00
gesture.js Fix argument reporter rendering with short text 2017-10-12 17:28:13 -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 Open field cache and leave it open 2017-09-11 14:25:59 -04:00
input.js Merge google/blockly, May 2017 () 2017-05-11 15:58:18 -04:00
insertion_marker_manager.js Bring the most recently edited stack to the front 2017-08-18 11:00:42 -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 Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00
options.js Implement new zoom controls. Resolves GH-43 2017-02-22 11:33:39 -05:00
procedures.js Fix findCallers 2017-10-17 16:58:41 -07:00
rendered_connection.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
scrollbar.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
toolbox.js Public function to select and scroll to a category by name 2017-10-05 15:30:59 -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
utils.js Compatibility for Closure Compiler. () 2017-10-19 11:47:04 -04:00
variable_map.js Merge remote-tracking branch 'google/develop' into merge/06-28 2017-06-29 15:07:30 -04:00
variable_model.js Merge 06-22 2017-06-22 11:30:37 -04:00
variables.js Adding lists! 2017-07-25 15:03:40 -07:00
warning.js Merge from Upstream Blockly () 2017-02-02 14:17:43 -05:00
widgetdiv.js Remove unecessary setGroup(false). 2017-07-06 10:44:55 -07:00
workspace.js Cleanup of workspace context menu code 2017-10-13 13:36:37 -07:00
workspace_audio.js Merge/05 24 () 2017-05-30 09:26:06 -04:00
workspace_drag_surface_svg.js Merge google/blockly, May 2017 () 2017-05-11 15:58:18 -04:00
workspace_dragger.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00
workspace_svg.js Compatibility for Closure Compiler. () 2017-10-19 11:47:04 -04:00
xml.js Compatibility for Closure Compiler. () 2017-10-19 11:47:04 -04:00
zoom_controls.js New dragging! Merge from google () 2017-05-22 13:08:22 -07:00