9382 Commits

Author SHA1 Message Date
carlosperate 23388d51dd Fixes google/blockly#40
ontouchstart was not defined within goog.global, using the closure browser capability checks instead
2015-01-04 03:42:01 +00:00
Neil Fraser b9fdd5d7e3 Recompile of new translations. 2015-01-01 14:34:52 -08:00
Neil Fraser 37424e84a3 Merge branch 'master' of https://github.com/google/blockly 2015-01-01 14:31:58 -08:00
Neil Fraser 48bffac316 Partially fix mutators (issue 38). 2015-01-01 14:30:37 -08:00
Siebrand Mazeland 9fc7752a4c Localisation updates from https://translatewiki.net. 2014-12-27 17:59:13 +01:00
Siebrand Mazeland 20f2f30dac Localisation updates from https://translatewiki.net. 2014-12-27 17:23:58 +01:00
Neil Fraser bd6b80e2f5 Merge pull request #36 from carlosperate/master
Fixes google/blockly#35
2014-12-27 08:58:55 -05:00
carlosperate 79e3fac39b Fixes google/blockly#35 2014-12-26 23:34:28 +00:00
Neil Fraser 9e5b4b2856 Fix bug 34. 2014-12-24 13:48:45 -08:00
Neil Fraser df89e1060a Remove some DOM creation from headless fields. 2014-12-24 00:22:01 -08:00
Neil Fraser 255b116de4 Fix onchange handler handler. 2014-12-23 17:21:25 -08:00
Neil Fraser 1fac311224 Convert cumbersome conditionals into calls to goog.getObjectByName. 2014-12-23 17:02:53 -08:00
Neil Fraser 4973db4df6 Use goog.global instead of this or window. 2014-12-23 16:44:00 -08:00
Neil Fraser 0f8d01209c Headless workspaces and blocks. 2014-12-23 11:22:02 -08:00
Neil Fraser 9a605e90e7 Reduce duplicated code in text and list blocks. 2014-12-19 18:14:41 -08:00
Neil Fraser 8c3f180669 Procedure blocks no longer destruct with hardcoded parent (no functional change). 2014-12-18 17:26:08 -08:00
Neil Fraser e095147b11 Fix alignment of blocks tab in Code demo. 2014-12-17 20:25:14 -08:00
Neil Fraser 7da8998d5a Fix broken mouse cursor in Safari. 2014-12-16 15:58:08 -08:00
Neil Fraser 26f956416d Improve error messages during build. 2014-12-12 12:34:28 -08:00
Neil Fraser 4fe83ba452 Tweak highlight path on inputs by a few pixels. 2014-12-09 11:59:21 -08:00
Neil Fraser b81bff8855 Merge pull request #27 from BrianGeppert/bugfix/prompt-cancel
Don't crash on prompt cancel.
2014-12-08 14:42:26 -08:00
Brian Geppert 713397b008 Don't crash on prompt cancel. 2014-12-07 19:19:35 -06:00
Brian Geppert 0b06776404 Don't ignore touch events on iOS 7.1.2 or later. 2014-12-07 11:35:41 -06:00
Neil Fraser 1d3cf36ba5 Merge pull request #24 from BrianGeppert/patch-2
Don't crash when HSV_VALUE == 1
2014-12-05 16:27:48 -08:00
Brian Geppert dd0c5b4721 Don't crash when HSV_VALUE == 1
256 isn't a valid value (valid values range from 0-255, inclusive).  So the correct constant to multiply by is 255.
2014-12-05 11:44:47 -06:00
Neil Fraser 66c3816012 Comment typos. 2014-12-04 12:14:11 -08:00
Neil Fraser 244a3cce68 Allow scrollbars without categories. 2014-12-03 17:46:05 -08:00
Neil Fraser ad7d0a1318 Merge pull request #22 from BrianGeppert/master
Use possessive 'its' instead of contraction for 'it is'.
2014-12-03 17:17:54 -08:00
Brian Geppert be0d37b735 Use possessive 'its' instead of contraction for 'it is'. 2014-12-03 19:11:17 -06:00
Neil Fraser 63c2cc8ca4 Fix stylesheet lookup to get correct sheet. 2014-12-02 23:38:51 -08:00
Neil Fraser a8414a0ecb Remove unneeded HTML attributes (Google style guide). 2014-12-02 18:22:46 -08:00
Neil Fraser c9169285d9 Add red 'X' to mouse cursor if blocks are over toolbox. 2014-12-02 15:00:10 -08:00
Neil Fraser 3bc81bd543 Use existing path constant for notch highlighting (issue #18). 2014-12-01 11:21:10 -08:00
Neil Fraser 62525c83d8 Fix coordinate bug introduced yesterday. 2014-11-29 23:03:25 -08:00
Neil Fraser 0a191c1c50 Convert Blockly.Toolbox from a singleton to an instance. 2014-11-29 15:41:27 -08:00
Neil Fraser 674625c47e Add red 'X' to mouse cursor if blocks are over flyout. 2014-11-28 21:43:39 -08:00
Neil Fraser 208e49c9e6 Add red 'X' to mouse cursor if blocks are over the trash can. 2014-11-26 12:03:21 -08:00
Neil Fraser 1467f746f6 Add XML unit tests. 2014-11-25 15:57:31 -08:00
Neil Fraser 5aed33b678 Add separators to toolbox. 2014-11-24 17:34:27 -08:00
Neil Fraser 1235c1e80c Fade out trashcan when closed. 2014-11-24 15:08:19 -08:00
Neil Fraser cefb9385ae Merge pull request #11 from JordiOrlando/master
Update delete icon to Material Design

Google has always been suspicious of the old trashcan artwork.  It came from MIT's Open Blocks, which despite claiming to be open source is known to have some copyrighted resources (click sound is stolen from MS Windows 95).  A thorough search could not locate any known origin for the trashcan, so we used it, warily.
2014-11-21 19:07:02 -08:00
Neil Fraser 7cac5febca Fix illegal connections in stacks after a healing delete (issue 15). 2014-11-21 14:57:30 -08:00
Neil Fraser 6e14380fd2 Fix redirect on Code demo. 2014-11-20 17:23:05 -08:00
Neil Fraser a2ddb04f21 Remove core-unsupported languages from Code demo. Fix resize in Graph. 2014-11-20 16:48:03 -08:00
Neil Fraser ab133cb539 Move Code app to demos directory. 2014-11-20 15:37:12 -08:00
Neil Fraser db1360e423 Add momentary highlighting to Plane's language menu. 2014-11-19 00:04:26 -08:00
Neil Fraser c05240691f Merge branch 'master' of https://github.com/google/blockly
Conflicts:
	apps/json/en.json
2014-11-18 22:28:24 -08:00
Neil Fraser 8d53788810 Move Plane app to demos. 2014-11-18 22:21:00 -08:00
Neil Fraser cd538382f4 Recompile after TranslateWiki push. 2014-11-14 14:21:03 -08:00
Siebrand Mazeland 9caaef0ceb Remove double spaces 2014-11-14 16:05:42 +01:00