Commit Graph

9310 Commits

Author SHA1 Message Date
Siebrand Mazeland 5fd42cc884 Localisation updates from https://translatewiki.net. 2015-05-04 10:29:34 +02: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 4b550b9d06 Switch from iframe to overlay in resize demo. 2015-04-30 14:57:31 -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 89d1aafd5b Update demos to use non-deprecated workspace calls. 2015-04-28 15:07:33 -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 67140282a0 Rountine recompile. 2015-04-19 16:53:32 -07:00
Neil Fraser 2619bdd8eb Reduce file size of quote images. 2015-04-14 16:34:17 -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
Neil Fraser 6dc6837981 Fix procedure param error. 2015-04-06 14:27:55 -07:00
Neil Fraser f899b5bed7 Lint cleanup. 2015-04-03 16:07:25 -07:00
Neil Fraser 626a29a5ca Allow colour fields to set custom colours. 2015-04-02 15:36:01 -07:00
Neil Fraser 272b95602d Recompile German. 2015-03-30 15:52:02 -07:00
Neil Fraser b35c0fbfa2 Merge pull request #91 from niccokunzmann/fixed_german_typo
Fixed german spalling
2015-03-30 15:33:18 -07:00
Nicco Kunzmann 678239c88e Merge branch 'master' of https://github.com/google/blockly into fixed_german_typo 2015-03-27 11:37:14 +01:00
Nicco Kunzmann 5ef7f381da Checked German spelling and Grammar 2015-03-27 11:34:52 +01:00
Neil Fraser afda263f23 Lint warning cleanup. 2015-03-26 20:47:36 -07:00
Neil Fraser 2c7618597e Fix comments' cursor in Chrome. 2015-03-26 15:08:36 -07:00
Neil Fraser 0d376386f2 Replace 8-tooth gear with 6-tooth gear for mutator icon. 2015-03-26 14:21:14 -07:00
Neil Fraser e2af14c32f Replace drawn icons with images (issue 45). 2015-03-25 23:58:58 -07:00
Neil Fraser 1916f2351d Remove failed attempt at spriting icons. 2015-03-25 17:24:28 -07:00
Neil Fraser 3e12c1ea5e Render sprites from vectors. Remove blurry shadow from trash. 2015-03-23 23:55:13 -07:00
Neil Fraser 706080c7ae Prevent 'c?a:b' block from performing type violations. 2015-03-22 01:53:17 -07:00
Neil Fraser e571533f6a Cache list value in JS foreach loops. 2015-03-20 16:24:09 -07:00
Neil Fraser c4d3fb721e Make scrolling margins be more accurate (issue 82). 2015-03-17 17:07:44 -07:00
Neil Fraser da122e2a31 Enable long-press context menus. 2015-03-17 15:37:33 -07:00
Neil Fraser 764452eb10 Squeltch double-click highlighting on workspace and toolbox. 2015-03-17 12:20:56 -07:00
Neil Fraser 329fd3757a Merge pull request #85 from carlosperate/ie_deselect
IE deselect exception fix.
2015-03-17 12:08:46 -07:00
carlosperate 5b3c411eaf IE deselect exception fix.
IE11 with the developer tools open would still throw an exception on this line of code, so remove it as it is also executed and caught in the setTimeout.
2015-03-13 06:38:21 +00:00
Neil Fraser a0e214367f Fix headless rendering of uneditable blocks. 2015-03-12 15:24:29 -07:00
Neil Fraser 0f2fc4911e Prevent fractional drift of sub-blocks when snapping to grid. 2015-03-10 22:36:48 -07:00
Neil Fraser b06c6b3a94 Add grid to code demo. 2015-03-10 18:28:11 -07:00
Neil Fraser d13df0de42 Don't bump when expanding blocks. 2015-03-10 17:47:03 -07:00
Neil Fraser a257e143c4 Add warning to build if not using Python 2. 2015-03-09 10:01:51 -07:00
Neil Fraser 7414c59b89 Fix headless procedure arguments (issue 268). 2015-03-08 19:17:12 -07:00
Neil Fraser 1214b8cca8 Merge pull request #78 from carloslfu/fix_collapse_bug
fix collapse bug
2015-03-08 18:51:05 -07:00
Neil Fraser 4d2aac4f19 Bug-fixes to background grid. 2015-03-08 17:39:30 -07:00
Neil Fraser 612b190ef4 Add background grid for snapping. 2015-03-08 12:48:42 -07:00
Neil Fraser bdc4795fb6 Simplify workspace construction. 2015-03-06 15:27:41 -06:00
Neil Fraser 0d6a3bf99f Replace trimLeft/trimRight functions (not supported by IE). 2015-03-05 16:41:55 -06:00
Neil Fraser adc1c5a381 Restore order of operations on same-order groups. 2015-03-03 21:42:29 -08:00
Neil Fraser 57d0ffa68b Fix order of operations on same-order groups. 2015-03-03 14:41:51 -08:00
carloslfu e0313dd6f1 fix collapse bug 2015-03-02 12:45:20 -05:00