Neil Fraser
1e88c35a0a
Fix duplicated blocks in Safari.
2015-02-23 22:51:19 -08:00
Neil Fraser
d609675ccf
Merge pull request #69 from smalruby/fix_ime_bug
...
Fixed issue with pressed enter key with IME.
2015-02-23 16:44:18 -08:00
Neil Fraser
0b1efa2eab
Don't treat ctrl-click as a right-click except on Mac.
2015-02-23 16:04:18 -08:00
Kouji Takao
033a6b88aa
Fixed issue with pressed enter key with IME.
...
keyup and keypress don't care IME on or off. so, I added handling
keydown event to check pressing enter key with IME (keycode is 229) or
without IME (keycode is 13).
2015-02-17 23:20:36 +09:00
Ryan Loader
b950e56c0d
Fixed issue with calculating input focus on different input types
2015-02-11 10:20:27 +13:00
Neil Fraser
d05177e17c
Fix error when creating uneditable blocks with mutators.
2015-02-06 17:06:16 -08:00
Neil Fraser
c9addf7e31
Improve accuracy of goog.require calls.
2015-02-06 15:27:25 -08:00
Neil Fraser
0c0258c833
Translate 'Today' in date picker.
2015-02-05 13:07:13 -08:00
Neil Fraser
cbb7204c27
Internationalize date picker.
2015-02-04 22:57:45 -08:00
Paul Kendall
3f82fa60ad
Merge branch 'master' into date-field
2015-02-05 07:46:00 +13:00
Paul Kendall
b3b9ef8ce3
Add a new FieldDate input type
2015-02-05 07:29:48 +13: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
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
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