scratch-blocks/core
Airhogs777 d00c2942e4 Dropdown menu categories ()
* add getter for category

* set dropdown's data-category to parent block's category

* remove unused parameter
2016-10-03 08:17:45 -04:00
..
block.js Dropdown menu categories () 2016-10-03 08:17:45 -04:00
block_render_svg_horizontal.js Dropdown menu categories () 2016-10-03 08:17:45 -04:00
block_render_svg_vertical.js Dropdown menu categories () 2016-10-03 08:17:45 -04:00
block_svg.js add an explicit class for block background () 2016-09-30 17:48:57 -04:00
blockly.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_22 2016-09-22 14:55:57 -07:00
blocks.js Change tooltips on get/set list blocks to be 0/1 index aware. All languages. 2016-07-09 04:23:01 -07:00
bubble.js Cleanup 2016-09-07 18:14:05 -07:00
colours.js Add special case for colour picker stroke () 2016-07-26 14:30:09 -04:00
comment.js Stripping old blocks code; moving blocks -> blocks_common, project-wide lint () 2016-08-30 15:50:59 -04:00
connection.js Merge branch 'develop' of https://github.com/google/blockly into feature/pull_google/7_11 2016-07-11 15:53:14 -07:00
connection_db.js More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
constants.js Classify blocks by category () 2016-09-30 16:42:39 -04:00
contextmenu.js Re-enable events even when an exception is thrown 2016-06-29 14:46:06 +02:00
css.js Set checkboxes in drop-downs to scroll with menu () 2016-09-30 13:33:20 -04:00
dragsurface_svg.js Force drag-surface positions to two decimal places () 2016-05-25 14:01:03 -04:00
dropdowndiv.js Dropdown menu categories () 2016-10-03 08:17:45 -04:00
events.js Stripping old blocks code; moving blocks -> blocks_common, project-wide lint () 2016-08-30 15:50:59 -04:00
field.js Add attribute for argument type (take 2) () 2016-10-02 13:36:32 -04:00
field_angle.js Dropdown menu categories () 2016-10-03 08:17:45 -04:00
field_checkbox.js Add attribute for argument type (take 2) () 2016-10-02 13:36:32 -04:00
field_colour.js Add attribute for argument type (take 2) () 2016-10-02 13:36:32 -04:00
field_date.js Add attribute for argument type (take 2) () 2016-10-02 13:36:32 -04:00
field_dropdown.js Dropdown menu categories () 2016-10-03 08:17:45 -04:00
field_iconmenu.js Dropdown menu categories () 2016-10-03 08:17:45 -04:00
field_image.js Merge branch 'develop' of https://github.com/google/blockly into google-blockly/develop 2016-05-12 18:30:42 -07:00
field_label.js Various tweaks to shape and size () 2016-07-26 11:52:05 -04:00
field_number.js Add attribute for argument type (take 2) () 2016-10-02 13:36:32 -04:00
field_textinput.js Add attribute for argument type (take 2) () 2016-10-02 13:36:32 -04:00
field_variable.js Add attribute for argument type (take 2) () 2016-10-02 13:36:32 -04:00
flyout.js Check startFlyout_ correctly 2016-09-23 16:28:42 -07:00
flyout_button.js Merge google/develop, recompile () 2016-09-22 16:39:52 -04:00
generator.js Stripping old blocks code; moving blocks -> blocks_common, project-wide lint () 2016-08-30 15:50:59 -04:00
icon.js Fix mutator/warning/comment icons to highlight on mouse over only if they are usable. 2016-07-19 16:34:48 -07:00
inject.js Constants adjustments () 2016-09-28 11:17:55 -04:00
input.js Merge branch 'develop' of https://github.com/google/blockly into feature/pull_google/7_11 2016-07-11 15:53:14 -07:00
msg.js Add workspace.newBlock, deprecate Blockly.Block.obtain. 2015-12-07 16:40:45 +01:00
mutator.js Drop goog.Timer, replacing with setTimeout/clearTimeout () 2016-09-27 10:42:37 -04:00
names.js Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00
options.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_01 2016-09-01 16:52:08 -07:00
procedures.js Import procedures from Blockly () 2016-09-16 18:29:15 -04:00
rendered_connection.js Merge branch 'feature/variable_management' of https://github.com/google/blockly into feature/variable_management 2016-08-12 15:52:48 -07:00
scrollbar.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_22 2016-09-22 14:55:57 -07:00
toolbox.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_22 2016-09-22 14:55:57 -07:00
tooltip.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_22 2016-09-22 14:55:57 -07:00
touch.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_22 2016-09-22 14:55:57 -07:00
trashcan.js Drop goog.Timer, replacing with setTimeout/clearTimeout () 2016-09-27 10:42:37 -04:00
utils.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_22 2016-09-22 14:55:57 -07:00
variables.js Allow text in "set var"; default "change var" = 1 () 2016-09-27 14:22:46 -04:00
warning.js Stripping old blocks code; moving blocks -> blocks_common, project-wide lint () 2016-08-30 15:50:59 -04:00
widgetdiv.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_01 2016-09-01 16:52:08 -07:00
workspace.js Hide DropDownDivs and WidgetDivs on workspace clear () 2016-09-28 16:41:35 -04:00
workspace_svg.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_22 2016-09-22 14:55:57 -07:00
xml.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_01 2016-09-01 16:52:08 -07:00
zoom_controls.js Merge branch 'develop' of https://github.com/google/blockly into merge_sept_22 2016-09-22 14:55:57 -07:00