Scratch Blocks is a library for building creative computing interfaces.
Find a file
Emma Dauterman 7b854f85a4 Blockly Factory: Update Workspace Factory Tab (#562)
* Updated tab in blockly factory to reflect changes made to workspace factory, changes mainly in index.html and wfactory_init.js

* Added tab for workspace editing mode

* Changed font size in dropdown menu

* Added class for options inputs to add event listeners more easily
2016-08-17 15:56:30 -07:00
accessible Update text for marked spot and 'more options' labels. 2016-08-15 14:05:06 -07:00
appengine Updating URLs to reflect new docs. (#418) 2016-06-14 10:15:35 -07:00
blocks Revert "Convert createDom calls to createUntypedDom" 2016-07-21 12:52:59 -07:00
core Fix for #521. 2016-08-16 11:19:29 -07:00
demos Blockly Factory: Update Workspace Factory Tab (#562) 2016-08-17 15:56:30 -07:00
generators Remove apparently unneeded scrub on procedures. 2016-08-03 18:33:18 -07:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media Add functionality for playing audio files. 2016-08-09 17:29:53 -07:00
msg Routine recompile. 2016-07-26 17:23:57 -07:00
tests Add a test for domToWorkspace 2016-08-09 15:50:34 +02:00
.eslintignore More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
.eslintrc More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
.gitignore Add lists_sort block. 2016-05-04 17:03:24 -04:00
.jshintignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
blockly_compressed.js Allow a placeholder for empty fields to be specified when generating block descriptions. (#509) 2016-08-03 17:47:34 -07:00
blockly_uncompressed.js Allow a placeholder for empty fields to be specified when generating block descriptions. (#509) 2016-08-03 17:47:34 -07:00
blocks_compressed.js Recompile to pick up #487. 2016-07-21 15:46:54 -07:00
build.py Updating URLs to reflect new docs. (#418) 2016-06-14 10:15:35 -07:00
dart_compressed.js Routine recompile. 2016-07-19 16:44:12 -07:00
javascript_compressed.js Routine recompile. 2016-07-08 16:53:42 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07:00
lua_compressed.js Routine recompile. 2016-07-08 16:53:42 -07:00
package.json Cleanup accessible Blockly. 2016-05-23 17:34:46 -07:00
php_compressed.js Routine recompile. 2016-07-08 16:53:42 -07:00
python_compressed.js Routine recompile. 2016-07-08 16:53:42 -07:00
README.md Updating image link in readme. (#470) 2016-07-02 23:29:20 -07:00

Blockly

Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.

The project page is https://developers.google.com/blockly/