scratch-blocks/core
2023-03-02 13:46:07 -05:00
..
block.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
block_animations.js Fix lint 2018-04-17 14:35:54 -07:00
block_drag_surface.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
block_dragger.js Merge pull request from adroitwhiz/fix-sensing-of 2020-07-09 14:33:04 -04:00
block_events.js Remove unnecessary assignment of 'this.workspace' 2018-10-03 22:22:18 -04:00
block_render_svg_horizontal.js Require spaces around infix ops 2018-06-21 10:03:37 -04:00
block_render_svg_vertical.js Make insertion markers for define blocks have the correct width () 2018-11-13 09:49:37 -05:00
block_svg.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
blockly.js Add note field with SVG piano keys 2018-10-26 16:44:47 -04:00
blocks.js Lint that caused conflicts with Blockly 2018-04-26 14:28:59 -07:00
bubble.js Merge pull request from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
bubble_dragger.js Merge pull request from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
colours.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
comment.js Allow block comments to be editable on mobile by catching the mousedown event and grabbing focus instead of the mouse up. This makes the experience a bit worse in firefox (you have to click twice to focus the comment now), but fixing this the right way is invovled. See for full context. () 2018-10-30 16:54:19 -04:00
comment_events.js Block and comment events should report language agnostic coordinates so that switching locales (between LTR and RTL languages) does not affect the x position of the blocks and comments on the workspace. 2018-10-02 19:13:08 -04:00
connection.js Don't allow illegal connections to procedure prototype blocks () 2018-10-24 16:49:30 -04:00
connection_db.js Improve connection db performance 2019-02-04 10:34:29 -08:00
constants.js Move line scroll multiplier to constants.js 2018-07-23 14:00:29 -03:00
contextmenu.js Force focus after block comments are created 2019-07-29 14:41:57 -04:00
css.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
data_category.js Use opt_secondValue in addBlock as expected 2019-04-21 14:06:37 +03:00
dragged_connection_manager.js Fix comment in dragged_connection_manager.js 2020-05-17 20:06:13 -04:00
dropdowndiv.js Clear dropdown width 2018-12-10 10:16:29 -08:00
events.js Make event filtering stricter for move events 2020-05-17 20:06:13 -04:00
events_abstract.js Split events.js into multiple files and update tests 2018-05-09 15:34:36 -07:00
extensions.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
field.js Track touch vs mouse origins of field interactions 2019-07-26 13:55:21 -04:00
field_angle.js Track touch vs mouse origins of field interactions 2019-07-26 13:55:21 -04:00
field_checkbox.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_colour.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
field_colour_slider.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
field_date.js More lint and small changes from Blockly 2018-04-30 15:42:02 -07:00
field_dropdown.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
field_iconmenu.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05: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 Use click event to avoid gesture problems freezing workspace 2019-08-07 14:35:28 -04:00
field_note.js Track touch vs mouse origins of field interactions 2019-07-26 13:55:21 -04:00
field_number.js Merge pull request from paulkaplan/touch-numpad 2019-08-02 14:12:50 -04: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 Allow quiet inputs to be focused by typing 2019-07-01 11:30:00 -04:00
field_textinput_removable.js Switch to Blockly.Field.fromJson 2018-04-17 14:15:18 -07:00
field_variable.js Use different text for variable and list deletion/renaming () 2018-10-24 13:48:40 -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 Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
flyout_button.js Fix typo 2019-02-11 13:29:11 -05:00
flyout_dragger.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
flyout_extension_category_header.js Increase touchable size of checkboxes and extension status buttons. 2019-06-10 11:15:58 -04:00
flyout_horizontal.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
flyout_vertical.js Change checkboxes_ from array to object map 2020-05-22 22:58:37 -04:00
generator.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
gesture.js Remove unneeded logs () 2018-10-24 11:42:42 -04: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 Merge pull request from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
input.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
insertion_marker_manager.js Add wouldConnectBlock to InsertionMarkerManager 2020-05-13 16:46:28 -04: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 Merge branch 'develop' into feature/colours_file 2018-08-20 10:25:59 -07:00
procedures.js Place new custom blocks in top right if RTL 2018-08-10 14:05:06 -03:00
rendered_connection.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
scratch_block_comment.js Fix offset of comments in stacks 2019-12-18 15:42:06 -05:00
scratch_blocks_utils.js Grammar 2018-12-17 09:52:10 -05:00
scratch_bubble.js Merge pull request from paulkaplan/better-touch-comments 2019-07-31 09:56:52 -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 Merge pull request from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
toolbox.js Merge pull request from wdr-data/fix/category-item-ids 2019-01-28 10:53:43 -05:00
tooltip.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
touch.js Utility function cleanup for merges 2018-08-16 16:54:20 -07:00
trashcan.js Utility function cleanup for merges 2018-08-16 16:54:20 -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 Fix style matching in Firefox 67 2019-05-24 19:47:59 -03:00
variable_events.js Track cloud variable info and handle naming and renaming cloud variables. 2018-11-13 16:43:00 -05:00
variable_map.js Track cloud variable info and handle naming and renaming cloud variables. 2018-11-13 16:43:00 -05:00
variable_model.js Track cloud variable info and handle naming and renaming cloud variables. 2018-11-13 16:43:00 -05:00
variables.js Lint (fix long line) 2018-12-13 12:38:00 -04:00
warning.js Break events.js into multiple files 2018-05-09 13:34:21 -07:00
widgetdiv.js scroll very long context menus 2018-12-13 12:49:22 -08:00
workspace.js Track cloud variable info and handle naming and renaming cloud variables. 2018-11-13 16:43:00 -05:00
workspace_audio.js Fixed indentation 2019-07-01 08:49:38 +02: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 Merge pull request from paulkaplan/better-touch-comments 2019-07-31 09:56:52 -04:00
workspace_comment_svg.js Block and comment events should report language agnostic coordinates so that switching locales (between LTR and RTL languages) does not affect the x position of the blocks and comments on the workspace. 2018-10-02 19:13:08 -04:00
workspace_drag_surface_svg.js Merge pull request from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
workspace_dragger.js Revert "Throw Errors instead of using goog.asserts" 2018-08-22 15:29:43 -04:00
workspace_svg.js Now using correct delete count to check if should show dialog 2019-08-13 13:56:44 +02:00
xml.js Fix importing cloud vars from xml. 2018-11-29 22:58:41 -05:00
zoom_controls.js Decompose functions in core/zoom_controls.js 2018-04-26 12:29:12 -07:00