.. |
block.js
|
Pulling in changes from blockly/variables_by_id.
|
2018-01-18 15:03:46 -05:00 |
block_drag_surface.js
|
Use unique IDs for drag shadow filter
|
2017-08-01 15:58:06 -04:00 |
block_dragger.js
|
Roll back drag definition deletion if it orphans call blocks.
|
2017-12-27 11:22:48 -05:00 |
block_render_svg_horizontal.js
|
Merge/05 24 (#903)
|
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
|
Wait to emit new block events until positioned and shadows are fixed.
|
2017-11-30 11:45:49 -05:00 |
blockly.js
|
Support for having different modal titles for new message/variable/list modals.
|
2017-12-22 13:47:35 -05:00 |
blocks.js
|
Merge google/blockly, May 2017 (#881)
|
2017-05-11 15:58:18 -04:00 |
bubble.js
|
Merge google/blockly, May 2017 (#881)
|
2017-05-11 15:58:18 -04:00 |
colours.js
|
Changing color of list blocks to differentiate from varaible blocks (according to color chart in issue #600).
|
2017-11-29 11:57:55 -05: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
|
Add data-lists to Blockly.Categories now that list blocks are a separate color from scalar variable blocks
|
2017-12-16 22:30:25 -07:00 |
contextmenu.js
|
Unify code for positioning the widget div (#1334)
|
2017-10-19 14:58:41 -04:00 |
css.js
|
Whitespace message dropdown menu option rendering fixed.
|
2017-12-21 14:56:42 -05:00 |
data_category.js
|
Add issue number to todos
|
2017-12-01 13:14:45 -05:00 |
dragged_connection_manager.js
|
Bring the most recently edited stack to the front at the end of a drag. (#1283)
|
2017-10-19 12:03:20 -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
|
Revert "Implement Blockly.Events.filter in linear time (#1205)"
|
2017-10-20 15:06:48 -04:00 |
extensions.js
|
Style improvements. No functional changes. (#1367)
|
2017-10-19 17:08:17 -04:00 |
field.js
|
Manually offset text for IE / Edge
|
2018-01-10 16:42:22 -05: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
|
Return early from field init if the field has already been initialized.
|
2017-11-16 14:27:31 -08:00 |
field_colour_slider.js
|
Return early from field init if the field has already been initialized.
|
2017-11-16 14:27:31 -08:00 |
field_date.js
|
Unify code for positioning the widget div (#1334)
|
2017-10-19 14:58:41 -04:00 |
field_dropdown.js
|
Do not explode if there are no options
|
2017-12-19 14:54:16 -05:00 |
field_iconmenu.js
|
Return early from field init if the field has already been initialized.
|
2017-11-16 14:27:31 -08:00 |
field_image.js
|
Merge/05 24 (#903)
|
2017-05-30 09:26:06 -04:00 |
field_label.js
|
Manually offset text for IE / Edge
|
2018-01-10 16:42:22 -05:00 |
field_label_serializable.js
|
rename field_label_editable to field_label_serializable
|
2017-10-20 14:00:09 -07:00 |
field_number.js
|
Feature/merge feb 2017 (#791)
|
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
|
Return early from field init if the field has already been initialized.
|
2017-11-16 14:27:31 -08:00 |
field_textinput.js
|
Render label with secondary color background and white text
|
2017-11-21 10:41:25 -05:00 |
field_textinput_removable.js
|
Move fromJson helper to new file and other nits.
|
2017-12-01 12:23:20 -05:00 |
field_variable.js
|
Setting field variable dropdown default type to the single type in the variables list if the list has only one element in it.
|
2018-01-18 15:03:46 -05:00 |
field_variable_getter.js
|
Add a serializable attribute to field, distinct from EDITABLE
|
2017-10-20 13:58:20 -07:00 |
field_vertical_separator.js
|
Lint and nits
|
2017-12-18 14:58:14 -05:00 |
flyout_base.js
|
Pulling in changes from blockly/variables_by_id.
|
2018-01-18 15:03:46 -05: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 (#891)
|
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 (#1309)
|
2017-10-19 16:57:54 -04:00 |
generator.js
|
Merge from Upstream Blockly (#776)
|
2017-02-02 14:17:43 -05:00 |
gesture.js
|
Fix enable without corresponding disable
|
2017-11-29 11:33:13 -05:00 |
grid.js
|
Merge/05 24 (#903)
|
2017-05-30 09:26:06 -04:00 |
icon.js
|
New dragging! Merge from google (#891)
|
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
|
Make inputs own input shapes, and dispose of them correctly
|
2017-11-09 13:29:51 -08:00 |
insertion_marker_manager.js
|
Revert "Improve insertion markers"
|
2017-11-01 14:30:13 -04: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
|
Don't parse the default toolbox if it doesn't exist
|
2017-10-24 18:03:17 -07:00 |
procedures.js
|
Search the target workspace if in flyout.
|
2017-12-27 08:40:24 -05:00 |
rendered_connection.js
|
New dragging! Merge from google (#891)
|
2017-05-22 13:08:22 -07:00 |
scrollbar.js
|
Add annotations for units to scrollbar.js (#1290)
|
2017-10-19 12:38:37 -04:00 |
toolbox.js
|
Add optional icon to category menu
|
2017-12-19 14:23:45 -05: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 (#891)
|
2017-05-22 13:08:22 -07:00 |
trashcan.js
|
Compatibility for Closure Compiler. (#1240)
|
2017-10-19 11:47:04 -04:00 |
ui_menu_utils.js
|
Unify code for positioning the widget div (#1334)
|
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
|
Pulling in changes from blockly/variables_by_id.
|
2018-01-18 15:03:46 -05:00 |
variable_model.js
|
Merge 06-22
|
2017-06-22 11:30:37 -04:00 |
variables.js
|
Fixing linter error.
|
2018-01-18 15:03:46 -05:00 |
warning.js
|
Merge from Upstream Blockly (#776)
|
2017-02-02 14:17:43 -05:00 |
widgetdiv.js
|
Unify code for positioning the widget div (#1334)
|
2017-10-19 14:58:41 -04:00 |
workspace.js
|
Pulling in changes from blockly/variables_by_id.
|
2018-01-18 15:03:46 -05:00 |
workspace_audio.js
|
Merge/05 24 (#903)
|
2017-05-30 09:26:06 -04:00 |
workspace_drag_surface_svg.js
|
Fix iOS toolbox flashing on tap (#1351)
|
2017-10-19 16:57:47 -04:00 |
workspace_dragger.js
|
New dragging! Merge from google (#891)
|
2017-05-22 13:08:22 -07:00 |
workspace_svg.js
|
More minor code cleanup.
|
2017-12-22 10:18:19 -05:00 |
xml.js
|
Fixing xml to block (and vice-versa) translation for variables.
|
2018-01-18 15:03:46 -05:00 |
zoom_controls.js
|
New dragging! Merge from google (#891)
|
2017-05-22 13:08:22 -07:00 |