Commit Graph

158 Commits

Author SHA1 Message Date
Markus Bordihn d1ff77824b Add basic lint options for npm
To use this linter, make sure npm is installed and execute the following
commands inside the main folder.

1.) Only once to update the package "npm install"
2.) To run the linter "npm run lint"

This would make it easier to clean up some of the code.
2015-08-03 20:34:07 +02:00
Markus Bordihn b182482a4d Update package.json 2015-07-24 21:14:40 +02:00
Markus Bordihn 30f280ba37 Update package.json 2015-07-24 20:31:37 +02:00
Markus Bordihn d6139e3ac6 Update package.json 2015-07-24 19:58:56 +02:00
Markus Bordihn 0e71d972d1 Create package.json 2015-07-24 19:51:44 +02:00
Neil Fraser 2844da768f Speed up rendering. 2015-01-21 18:23:10 -08:00
Neil Fraser 0d857e0aa7 Add spaghetti stress test to playground. 2015-01-20 17:14:47 -08:00
Siebrand Mazeland dafc89e101 Localisation updates from https://translatewiki.net. 2015-01-19 09:27:42 +01:00
Neil Fraser e69f5f4502 Add list/text join/split block. 2015-01-18 16:54:30 -08:00
Neil Fraser 8dce3aa271 Fix preview position in Block Factory. 2015-01-17 09:35:39 -08:00
Neil Fraser 90c58d51db Fix Plane demo. 2015-01-15 15:35:41 -08:00
Neil Fraser 7e47df59a9 Routine recompile. 2015-01-15 14:29:42 -08:00
Neil Fraser 3a14ea3952 Merge pull request #25 from BrianGeppert/bugfix/dont-ignore-ios-events
Don't ignore touch events on iOS 7.1.2 or later.
2015-01-15 14:11:41 -08:00
Neil Fraser 6436cc1569 Merge pull request #41 from carlosperate/master
Fixes google/blockly#40
2015-01-15 13:58:29 -08:00
Neil Fraser a0ebb7a1a3 Fix deleting in RTL toolbox-less workspaces (issue 29). 2015-01-12 17:31:03 -08:00
Neil Fraser 8d358b96a0 Toolbox no longer hardcoded to main workspace. 2015-01-12 15:11:24 -08:00
Neil Fraser 315a5fc762 Remove global workspace references from variable and procedure utilities. 2015-01-12 14:57:00 -08:00
Neil Fraser 6cc26f07ac Adding unit tests for workspace. 2015-01-11 14:18:50 -08:00
Neil Fraser ca7b56b76c Fix RTL workspace save. 2015-01-11 12:14:27 -08:00
Neil Fraser ae69c3fbcf Improve porformance of colour changes. 2015-01-08 16:06:05 -08:00
Neil Fraser c5ba39ef72 Speed up rendering on deep trees. 2015-01-08 13:38:40 -08:00
Neil Fraser b6a068a7fe Readme typo (issue 42). 2015-01-08 09:57:28 -08:00
Neil Fraser c6fc29b4a2 Make 'WITH' text field be optional (for Blockly Games). 2015-01-06 16:29:27 -08:00
Neil Fraser 14e76b2bc5 Remove DOM objects from headless checkboxen, dropdowns, and images. 2015-01-06 15:23:45 -08:00
Neil Fraser a624b5d2da Hide hidden fields (issue 37). 2015-01-05 12:04:01 -08:00
Neil Fraser 86f79502ce Fix double-initialization of blocks with mutators (issue 38). 2015-01-05 11:08:41 -08:00
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