Commit Graph

8708 Commits

Author SHA1 Message Date
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
Siebrand Mazeland
e11c11fabb Remove references to no longer existing code.google.com 2014-11-14 14:44:28 +01:00
Siebrand Mazeland
114f784d4d Localisation updates from https://translatewiki.net. 2014-11-14 14:34:57 +01:00
Neil Fraser
17d86eaf2b Redirect Maze and Turtle to Blockly Games. Redirect Graph to demos. 2014-11-12 14:56:25 -08:00
Neil Fraser
a633f7b961 Completed Graph demo. 2014-11-12 14:30:45 -08:00
Neil Fraser
1db43afb30 Initial version of simplified Graph demo. 2014-11-12 14:12:34 -08:00
Neil Fraser
ca966979a4 Fix Block Factory when types are saved. 2014-11-11 14:06:02 -08:00
Neil Fraser
0f187fc392 Add starting blocks to JS generator/interpreter demos. 2014-11-10 12:52:59 -08:00
Neil Fraser
0798e24eee RTL demo now in Arabic instead of English. 2014-11-09 21:07:21 -08:00
Neil Fraser
9f06ace138 Sound URLs now relative to page, not media directory. 2014-11-09 18:24:20 -08:00
Neil Fraser
0cb49f2682 Add 'media' config option. Deprecate 'path' config option. 2014-11-09 16:02:24 -08:00
Neil Fraser
49fa610f0b Improve Python compatibility of build file. 2014-11-06 17:16:41 -08:00
Neil Fraser
2025c479f9 Recompile. 2014-11-04 12:28:39 -08:00
Neil Fraser
01a9750806 Fix parasitic transitivity of setPreviousStatement and setNextStatement. 2014-11-04 12:27:27 -08:00
Jordi Orlando
df7814f4d8 Updated delete icon to Material Design
Copied from the official Google Material Design icon repo
2014-10-31 19:25:07 -05:00
Neil Fraser
c31e8dc4ca Merge pull request #2 from yoyoyvr/dev.unit-test-precision
fix: unit tests were using strict equality testing for numeric results; now check 15 decimals
2014-10-30 11:20:54 -07:00
Neil Fraser
d99a04a6ed Detect old Closure directory and prompt to rename. 2014-10-30 11:14:31 -07:00
Neil Fraser
448be04e59 Add help button to Block Factory. 2014-10-29 23:38:02 -07:00
Neil Fraser
f5108ba043 Move closure-library-read-only to closure-library (due to the Closure project's move). 2014-10-29 22:51:12 -07:00
Neil Fraser
6909e38fc8 Move Block Factory from apps to demos. Add icons to demos. 2014-10-16 16:58:32 -07:00
yggy
38c576620b fix: unit tests were using strict equality testing for numeric results. Modified to check for 15 decimals of precision. Now the exp unit test passes. 2014-10-15 22:59:53 -07:00
Neil Fraser
6748e43d30 Remove Puzzle app (now in Blockly Games). 2014-10-15 17:02:22 -07:00
Neil Fraser
70b9925218 Updating wiki links. 2014-10-15 14:44:31 -07:00
Neil Fraser
6539211104 Change official project URL. 2014-10-07 13:09:55 -07:00
Neil Fraser
fd5ba0863c Linking README to wiki. 2014-09-22 11:30:08 -07:00