Neil Fraser
|
cbb7204c27
|
Internationalize date picker.
|
2015-02-04 22:57:45 -08:00 |
|
Neil Fraser
|
144798b0d7
|
Don't maintain a connections database in a flyout (speed-up).
|
2015-02-03 16:33:16 -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
|
67963f7293
|
Don't delete undeletable blocks dragged onto a delete area (issue 52).
|
2015-01-28 13:30:26 -08: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 |
|
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
|
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
|
7e47df59a9
|
Routine recompile.
|
2015-01-15 14:29:42 -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
|
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
|
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
|
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 |
|
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
|
8c3f180669
|
Procedure blocks no longer destruct with hardcoded parent (no functional change).
|
2014-12-18 17:26:08 -08:00 |
|
Neil Fraser
|
4fe83ba452
|
Tweak highlight path on inputs by a few pixels.
|
2014-12-09 11:59:21 -08:00 |
|
Neil Fraser
|
244a3cce68
|
Allow scrollbars without categories.
|
2014-12-03 17:46:05 -08:00 |
|
Neil Fraser
|
63c2cc8ca4
|
Fix stylesheet lookup to get correct sheet.
|
2014-12-02 23:38:51 -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
|
5aed33b678
|
Add separators to toolbox.
|
2014-11-24 17:34:27 -08:00 |
|