Commit Graph

3778 Commits

Author SHA1 Message Date
Neil Fraser a939235959 Fix path glitch when block selected (issue 121) 2015-07-12 15:38:59 -07:00
Neil Fraser 662160e8af Merge pull request #122 from carlosperate/paste_block
Offset pasted block if in range of a snap connection.
2015-07-11 19:47:21 -07:00
Neil Fraser f97a19dc2b Add spellcheck to field_input in JSON. 2015-07-11 00:55:48 -07:00
Neil Fraser 916a5f56b0 Fix %% escaping in interpolation. 2015-07-10 16:08:27 -07:00
Neil Fraser bcebb0776b Allow flights to be initially expanded in toolbox. 2015-07-09 11:57:06 -07:00
carlosperate bfd3834e7d Offset pasted block if in range of a snap connection. 2015-07-04 05:34:59 +01:00
Neil Fraser d8a72df17f Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00
Neil Fraser d819db2acf Lint corrections. 2015-07-02 19:41:10 -07:00
Neil Fraser d1f6bdb173 Make Block.getField public. 2015-07-02 16:14:10 -07:00
Neil Fraser fe34c26872 Add optional alt prop for JSON. 2015-07-01 22:49:44 -07:00
Neil Fraser 798312a6b8 Fix open trashcan with undeletable block. 2015-07-01 14:04:59 -07:00
Neil Fraser 345b0cb668 Remove selection in Block Factory when switching modes. 2015-06-29 17:06:36 -07:00
Neil Fraser e300931071 Allow multiple interpolation messages. Fix variable context menus. 2015-06-27 12:49:01 -07:00
Neil Fraser 1be9437544 Support content editable (issue 113). 2015-06-22 15:45:18 -07:00
Neil Fraser edd3e3bf33 Lint corrections. 2015-06-17 13:05:24 -07:00
Neil Fraser b37fb2bf8c Move datepicker CSS out of main codebase. 2015-06-13 16:29:21 -07:00
Neil Fraser ab7984fa75 Add field_label to JSON format. 2015-06-12 11:37:07 -07:00
Neil Fraser 842783f442 Add block name as JSON id. 2015-06-11 18:06:44 -07:00
Neil Fraser 9bfca8b019 Tighten statement connections. 2015-06-11 15:28:45 -07:00
Neil Fraser ffba7fafc4 Fix missing fields in json mode. 2015-06-10 21:59:27 -07:00
Neil Fraser 059c2f1778 Add automatic mode for internal/external input layout. 2015-06-10 18:45:15 -07:00
Neil Fraser 838a6a954b Remove interpolateMsg. 2015-06-08 18:38:33 -07:00
Neil Fraser 9050e32954 Adding JsonInit method of creating blocks. 2015-06-08 15:54:18 -07:00
Chris Jackson 4272cfb1c1 Add option to set id on toolbox 2015-06-05 22:18:22 +01:00
Neil Fraser 9c1e8588ba Merge pull request #101 from daarond/master
PHP Generator Support
2015-06-04 15:06:26 -07:00
Neil Fraser 8202ebf07d Dispose of toolbox when workspace is disposed. 2015-06-04 12:04:43 -07:00
Neil Fraser af056f9028 Reduce highlight width by a pixel. 2015-06-03 23:04:28 -07:00
Neil Fraser 4fb40b95f6 Fix fractional-pixel connection drift. 2015-05-27 18:54:37 -07:00
Neil Fraser 8b57ae5387 More single pixel connection tweaks. 2015-05-26 23:31:09 -07:00
Neil Fraser 9e8edc8c3f One pixel glitch in inline connections. 2015-05-26 19:07:21 -07:00
Neil Fraser e8ab929b6a Fix visibility changes with toolbox. 2015-05-22 17:08:59 -07:00
Neil Fraser 767d7fe556 Add expanded property to toolbox XML. 2015-05-22 13:10:58 -07:00
daarond f240b6dcda Merge branch 'master' of https://github.com/google/blockly 2015-05-21 11:45:15 -05:00
Neil Fraser 6fdab711b2 Fix several RTL bugs. 2015-05-19 12:02:49 -07:00
daarond 6809e9b49e Merge remote-tracking branch 'googleblockly/master'
Conflicts:
	blockly_uncompressed.js
2015-05-15 16:58:22 -05:00
Neil Fraser 3cf4b51c31 Remove bubble's filter for JavaFX (issue 99). 2015-05-13 23:04:09 -07:00
daarond 0faf2b7a53 still working on tests, lists are the only unfinished 2015-05-12 21:35:49 -05:00
Neil Fraser bfee4277e9 Suppress redefinition warning. 2015-05-10 23:21:11 -07:00
Carlos Galarza 9c4b83f774 Enable long-press context menu for Workspaces. 2015-05-06 17:34:58 -05:00
Neil Fraser c5b88b1116 Kill SVG when disposing main workspace. 2015-05-02 21:08:18 -07:00
Neil Fraser d83f5872c6 Don't allow snapping to grid with 0 spacing. 2015-04-30 17:59:56 -07:00
Neil Fraser f454f77910 Break out procedure call argument rendering into separate function. 2015-04-30 14:57:14 -07:00
Neil Fraser 3ff69d47fe Inject can now take an ID. Also, fix unit tests. 2015-04-29 20:26:04 -07:00
Neil Fraser 9924498485 Enable trashcans in mutators. 2015-04-29 00:13:05 -07:00
Neil Fraser ede636361d Simplify workspace resizing. 2015-04-28 17:55:45 -07:00
Neil Fraser c014799df8 Fix black workspace background in IE11. 2015-04-28 15:06:22 -07:00
Neil Fraser 17961f7f58 Support multiple Blockly instances. 2015-04-28 13:51:25 -07:00
Neil Fraser 6d1df4dfb5 Revert "De-singleton Blockly. Part 1."
This reverts commit 3122c8a93f.
2015-04-07 21:01:37 -07:00
Neil Fraser 29976c4c4d Remove outside border from Blockly (issue 92). 2015-04-07 20:27:26 -07:00
Neil Fraser 3122c8a93f De-singleton Blockly. Part 1. 2015-04-06 18:36:53 -07:00