Commit Graph

185 Commits

Author SHA1 Message Date
Neil Fraser
37777828f4 Fix disconnect sound in FF. 2015-09-22 11:14:25 -07:00
Neil Fraser
c00f95f45b Stub out Realtime. Saves 15kb in blockly_compressed.js 2015-09-21 15:11:51 -07:00
Neil Fraser
bd77e4c1bf Fix deletion or cutting block that is being dragged. 2015-09-21 15:08:35 -07:00
Neil Fraser
2b345bbcb6 Fix centering of fields. 2015-09-17 17:12:18 -07:00
Neil Fraser
0061482977 Disallow output coupled with next statement. 2015-09-17 16:47:13 -07:00
Neil Fraser
6f2f3914f6 Double rendering speeds by adding a cache to prevent repeated calls to getComputedTextLength. 2015-09-15 16:20:13 -07:00
Neil Fraser
76697301e7 Fix IE's failure to scroll grid (issue 173)
IE does not realize that when a pattern changes, objects painted with
said pattern need to be rerendered.
2015-09-14 16:17:36 -07:00
Neil Fraser
db940ca493 Fix reversed height and width on image fields. 2015-09-07 18:52:07 -07:00
Neil Fraser
8660bbe6e9 Make XML parser less fragile.
This allows fields and inputs to be deprecated.
2015-09-03 08:21:31 -07:00
Neil Fraser
ea96266408 Routine recompile. 2015-09-02 15:15:28 -07:00
Neil Fraser
8aa8bbb53e Fix placement of blocks on zoomed flyouts. 2015-08-27 16:46:45 +01:00
Neil Fraser
218fdc667d Fix duplicate procedure naming.
https://groups.google.com/forum/#!topic/blockly/2q0pleoMIco
2015-08-25 14:11:07 +01:00
Neil Fraser
20820b5861 Fix drag events. 2015-08-21 19:37:57 -07:00
Neil Fraser
d4a8012b72 Routine recompile. 2015-08-21 14:54:11 -07:00
Neil Fraser
f601bdc3c7 Fix FF editor location by a pixel. 2015-08-21 14:13:07 -07:00
Neil Fraser
53f5424801 Skc memory leaks (PR #159) 2015-08-20 15:46:44 -07:00
Neil Fraser
96d5987db1 Fix Audio test in IE (issue 272) and fix error when deleting block with warning. 2015-08-19 18:42:35 -07:00
Neil Fraser
f3ea66a796 Dragging on an icon should not pop open a bubble.
Issue #145.
2015-08-19 18:25:26 -07:00
Neil Fraser
058760e30d Merge pull request #158 from carlosperate/ie_comment_fix
Rename Warning getAllText function for Comment object compatibility.
2015-08-19 17:36:03 -07:00
Neil Fraser
5b7fec7092 Add zooming feature.
By carloslfu.
2015-08-19 17:21:05 -07:00
carlosperate
d773adb7b3 Rename Warning getAllText function for Comment object compatibility. 2015-08-17 15:23:08 +01:00
Neil Fraser
3ed9e09355 Refresh XML in generator unit tests. 2015-08-07 10:04:07 -07:00
Neil Fraser
bd144f14ea Fix tooltip location when page is scrolled.
Also of note, Closure Compiler is no longer preserving licences.
2015-08-06 11:12:41 -07:00
Neil Fraser
877b5d3fa0 Fix generating null blocks (issue 142). 2015-07-30 08:31:13 -07:00
Neil Fraser
6f3520f045 Routine recompile. 2015-07-23 19:01:58 -07:00
Neil Fraser
2201f16505 Angle field tweaks. 2015-07-23 14:32:15 -07:00
Neil Fraser
ce6ad13fbb Recompile after translations. 2015-07-23 13:09:06 -07:00
Neil Fraser
83abc988a7 Remove unused changeOutput func. 2015-07-22 17:17:36 -07:00
Neil Fraser
94d3b6f4ea Add ellipsis to long fields. 2015-07-21 18:24:07 -07:00
Neil Fraser
07e4b92443 Fix cross-linked validators (issue #133) 2015-07-20 16:18:40 -07:00
Neil Fraser
98a76a62db Corrections to warning bubbling. 2015-07-20 11:54:03 -07:00
Neil Fraser
0b9749166c Make warnings bubble up to collapsed parents. 2015-07-19 16:49:11 -07:00
Neil Fraser
f2c9c89dd3 Darken the flyout scrollbars. 2015-07-15 14:09:19 -07:00
Neil Fraser
1ca2fdc844 Add classes to svg groups. 2015-07-14 23:13:09 -07:00
Neil Fraser
6291e98473 Remove scrollbar background UI. 2015-07-14 17:22:35 -07:00
Neil Fraser
782676071a Fix page scrolling in flyout. 2015-07-14 17:04:47 -07:00
Neil Fraser
09f5ac6f7b Remove non-functioning workspace long-click. 2015-07-13 17:48:50 -07:00
Neil Fraser
64bd9d498d Stop calling onchange on deleted blocks. 2015-07-13 14:16:09 -07:00
Neil Fraser
daa7145ee4 Remove change event on injection. 2015-07-13 13:47:19 -07:00
Neil Fraser
a939235959 Fix path glitch when block selected (issue 121) 2015-07-12 15:38:59 -07:00
Neil Fraser
f97a19dc2b Add spellcheck to field_input in JSON. 2015-07-11 00:55:48 -07:00
Neil Fraser
916a5f56b0 Fix %% escaping in interpolation. 2015-07-10 16:08:27 -07:00
Neil Fraser
bcebb0776b Allow flights to be initially expanded in toolbox. 2015-07-09 11:57:06 -07:00
Neil Fraser
d8a72df17f Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00
Neil Fraser
d1f6bdb173 Make Block.getField public. 2015-07-02 16:14:10 -07:00
Neil Fraser
fe34c26872 Add optional alt prop for JSON. 2015-07-01 22:49:44 -07:00
Neil Fraser
798312a6b8 Fix open trashcan with undeletable block. 2015-07-01 14:04:59 -07:00
Neil Fraser
345b0cb668 Remove selection in Block Factory when switching modes. 2015-06-29 17:06:36 -07:00
Neil Fraser
e300931071 Allow multiple interpolation messages. Fix variable context menus. 2015-06-27 12:49:01 -07:00
Neil Fraser
4858d9ecfe Routine recompile. 2015-06-22 15:45:18 -07:00