Commit graph

147 commits

Author SHA1 Message Date
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
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