Commit Graph

180 Commits

Author SHA1 Message Date
Neil Fraser
43261ef086 Merge pull request #59 from orionhealth/bump-fix
Fix the logic block to bump the correct block.
2015-02-02 16:18:24 -08:00
Paul Kendall
82f1ab1157 Fix the logic block to bump the correct block.
Previously it was always bumping the first block added
even if you are putting the new block over the first block, so it
bumped the new block as well.
2015-02-03 11:06:57 +13:00
Neil Fraser
4db568a9bc Add help URLs to Block Factory. 2015-02-02 11:31:33 -08:00
Neil Fraser
984d35593e Merge pull request #55 from carlosperate/scrollbar_thickness
Restore thicker scrollbar on touch devices
2015-01-29 17:46:02 -08:00
carlosperate
b1d3b019f1 Uses closure to check for touchscreens and set the scrollbar thickness accordingly. 2015-01-30 01:18:25 +00:00
Neil Fraser
69294d8344 Change logic compare block to eject mismatched blocks. 2015-01-28 17:45:13 -08:00
Neil Fraser
193c47420c Refactor previous merge. 2015-01-28 17:07:22 -08:00
Neil Fraser
051208548f Merge pull request #53 from orionhealth/logic
Update logic block so it is reactive to the input attached to it. (Refactoring coming shortly)
2015-01-28 16:47:53 -08:00
Paul Kendall
1bf394ad83 Update logic block so it is reactive to the input attahced to it.
i.e. if you place a number in an input the other input changes it's type to number as well.
When you remove all inputs it reverts back to allowing any input type.
2015-01-29 13:26:18 +13:00
Neil Fraser
67963f7293 Don't delete undeletable blocks dragged onto a delete area (issue 52). 2015-01-28 13:30:26 -08:00
Neil Fraser
cf88bd1756 Merge pull request #51 from TechplexEngineer/patch-1
Make the "seats =" block not deletable.
2015-01-28 13:22:50 -08:00
Blake Bourque
dd58c2a776 Make the "seats =" block not deletable.
If this block is removed, the puzzle cannot be completed. THis will make a good example users can be pointed to for a use example of setDeletable(boolean).
2015-01-28 16:07:30 -05:00
Neil Fraser
906b62f7ef Speed up Firefox on mobile (same as previous commit). 2015-01-27 20:28:33 -08:00
Neil Fraser
f79b42ab70 Speedup Firefox with black magic. Seriously, WTF? 2015-01-27 17:14:44 -08:00
Neil Fraser
e7444120ca Merge duplicate event calls. 2015-01-27 15:57:45 -08:00
Neil Fraser
247782c72a Fix duplicated stacks of collapsed connected blocks. 2015-01-27 14:33:15 -08:00
Neil Fraser
28829f3f34 Fix duplicated collapsed block connection bug (issue 262). Recompile language update. 2015-01-27 12:51:29 -08:00
Siebrand Mazeland
543e8fe0d2 Localisation updates from https://translatewiki.net. 2015-01-26 22:57:43 +01:00
Neil Fraser
69ffae6466 Speed up rendering by defering connection database construction. 2015-01-26 06:57:28 -08:00
Neil Fraser
03e53d2d68 Fix runaway trashcan lid task (issue 261 on code.google.com). 2015-01-26 06:06:46 -08:00
Neil Fraser
aa5afd18f6 Improve rendering speed. 2015-01-26 04:56:58 -08:00
Neil Fraser
3e893da239 Rename 'text' to 'texts' to avoid collision with 'text' block. 2015-01-26 02:45:03 -08:00
Neil Fraser
ddcf1ac969 Factor out hues into constants. 2015-01-26 01:20:03 -08:00
Neil Fraser
816aa86992 Replace <hr> with <sep></sep> (issue 50). Alphabetize CSS. 2015-01-23 18:24:15 -08:00
Neil Fraser
1c39a638e3 Lint fixes. 2015-01-22 15:58:10 -08:00
Neil Fraser
f8365e9eba Inject CSS rule for cursors regardless of CSS flag. 2015-01-22 13:54:00 -08:00
Neil Fraser
6e45f933e7 Add option flag to supress internal CSS. 2015-01-22 13:31:55 -08: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