scratch-blocks/core
2023-03-02 13:46:07 -05:00
..
block_animations.js
block_drag_surface.js
block_dragger.js Merge pull request #2068 from adroitwhiz/fix-sensing-of 2020-07-09 14:33:04 -04:00
block_events.js
block_render_svg_horizontal.js
block_render_svg_vertical.js Make insertion markers for define blocks have the correct width (#1781) 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
block.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
bubble_dragger.js Merge pull request #1687 from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
bubble.js Merge pull request #1687 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_events.js
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 #1631 for full context. (#1757) 2018-10-30 16:54:19 -04:00
connection_db.js Improve connection db performance 2019-02-04 10:34:29 -08:00
connection.js Don't allow illegal connections to procedure prototype blocks (#1751) 2018-10-24 16:49:30 -04:00
constants.js
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_abstract.js
events.js Make event filtering stricter for move events 2020-05-17 20:06:13 -04:00
extensions.js
field_angle.js Track touch vs mouse origins of field interactions 2019-07-26 13:55:21 -04:00
field_checkbox.js
field_colour_slider.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
field_colour.js feat: add quaternary color for selected dropdowns 2023-03-02 13:46:07 -05:00
field_date.js
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
field_label_serializable.js
field_label.js
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 #1968 from paulkaplan/touch-numpad 2019-08-02 14:12:50 -04:00
field_numberdropdown.js
field_textdropdown.js
field_textinput_removable.js
field_textinput.js Allow quiet inputs to be focused by typing 2019-07-01 11:30:00 -04:00
field_variable_getter.js
field_variable.js Use different text for variable and list deletion/renaming (#1750) 2018-10-24 13:48:40 -04:00
field_vertical_separator.js
field.js Track touch vs mouse origins of field interactions 2019-07-26 13:55:21 -04:00
flyout_base.js
flyout_button.js Fix typo 2019-02-11 13:29:11 -05:00
flyout_dragger.js
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
flyout_vertical.js Change checkboxes_ from array to object map 2020-05-22 22:58:37 -04:00
generator.js
gesture.js Remove unneeded logs (#1748) 2018-10-24 11:42:42 -04:00
grid.js
icon.js
inject.js Merge pull request #1687 from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
input.js
insertion_marker_manager.js Add wouldConnectBlock to InsertionMarkerManager 2020-05-13 16:46:28 -04:00
msg.js
mutator.js
names.js
options.js
procedures.js
rendered_connection.js
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 #1975 from paulkaplan/better-touch-comments 2019-07-31 09:56:52 -04:00
scratch_events.js
scratch_msgs.js
scrollbar.js Merge pull request #1687 from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
toolbox.js Merge pull request #1790 from wdr-data/fix/category-item-ids 2019-01-28 10:53:43 -05:00
tooltip.js
touch.js
trashcan.js
ui_events.js
ui_menu_utils.js
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
widgetdiv.js scroll very long context menus 2018-12-13 12:49:22 -08:00
workspace_audio.js Fixed indentation 2019-07-01 08:49:38 +02:00
workspace_comment_render_svg.js Merge pull request #1975 from paulkaplan/better-touch-comments 2019-07-31 09:56:52 -04:00
workspace_comment_svg.js
workspace_comment.js
workspace_drag_surface_svg.js Merge pull request #1687 from rachel-fenichel/merge_cleanup_1 2018-10-25 08:52:11 -04:00
workspace_dragger.js
workspace_svg.js Now using correct delete count to check if should show dialog 2019-08-13 13:56:44 +02:00
workspace.js Track cloud variable info and handle naming and renaming cloud variables. 2018-11-13 16:43:00 -05:00
xml.js Fix importing cloud vars from xml. 2018-11-29 22:58:41 -05:00
zoom_controls.js