Commit Graph

3871 Commits

Author SHA1 Message Date
carlosperate
055c11155d Update getScaledBBox_ to return new object to fix issue in IE. 2015-08-21 18:51:25 +01:00
carlosperate
a43c426986 Remove additional height to the FieldImage size. 2015-08-21 17:25:05 +01:00
Neil Fraser
53f5424801 Skc memory leaks (PR #159) 2015-08-20 15:46:44 -07:00
Winston
575b712462 fix: https://github.com/google/blockly/issues/161
On iOS, if I use a pinch gesture in the workspace, these errors appear in the console:

Error: Invalid value for <rect> attribute x="NaN"
2015-08-20 15:26:56 -07:00
Neil Fraser
e8f1de3bdf Fix bottom-right workspace metrics when not at 100% zoom. 2015-08-20 14:09:14 -07:00
Neil Fraser
84838a67f3 Don't delete connected child blocks. 2015-08-20 12:07:48 -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
Neil Fraser
0478d308a6 Trivial cleanup. 2015-08-18 11:34:22 -07:00
Neil Fraser
6d8bae4836 Fix 'this' in field change handler calls.
Caught by toebes.
2015-08-17 23:20:29 -07:00
carlosperate
d773adb7b3 Rename Warning getAllText function for Comment object compatibility. 2015-08-17 15:23:08 +01:00
Allison Lamm
02fa8cb605 more type annotation updates 2015-08-10 14:34:42 -05:00
Allison Lamm
6070b9473d Update type annotation for Blockly cursor 2015-08-10 14:17:11 -05:00
Allison Lamm
cca88beb30 adding type annotation to field text input 2015-08-10 13:46:16 -05: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
Troy McKinnon
37a3c74aea add another type annotation 2015-07-27 14:18:43 -05:00
Neil Fraser
75582660a3 Merge pull request #131 from carlosperate/menu_height
Contain the height of the field dropdown to the window viewport height.
2015-07-23 14:39:55 -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
45fd0e9d44 Remove unused field clone. 2015-07-20 16:17:21 -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
carlosperate
3cc4c4e141 Contain the height of the field dropdown to the window viewport height. 2015-07-16 22:08:50 +01:00
Neil Fraser
855301cd65 Merge pull request #128 from carlosperate/multiple_warnings
setWarningText can now take optional ID to maintain multiple warnings.
2015-07-16 10:21:30 -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
carlosperate
e829f30f1a setWarningText can now take optional ID to maintain multiple warnings. 2015-07-14 22:22:13 +01:00
Neil Fraser
09f5ac6f7b Remove non-functioning workspace long-click. 2015-07-13 17:48:50 -07:00
Neil Fraser
fd1e63e250 Merge pull request #96 from carloslfu/workspaces_longpress
Enable long-press context menu for Workspaces.
2015-07-13 17:15:29 -07:00
Neil Fraser
e0f90e6e33 Adding more type documentation. 2015-07-13 15:03:22 -07:00
Neil Fraser
f737b3ea48 Merge pull request #127 from trodi/master
adding missing type documentation to public fields
2015-07-13 14:47:54 -07:00
Troy McKinnon
68dbb71610 adding missing type documentation to public fields 2015-07-13 16:44:11 -05: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
662160e8af Merge pull request #122 from carlosperate/paste_block
Offset pasted block if in range of a snap connection.
2015-07-11 19:47:21 -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
carlosperate
bfd3834e7d Offset pasted block if in range of a snap connection. 2015-07-04 05:34:59 +01:00
Neil Fraser
d8a72df17f Generalize PHP $ hack for variables. 2015-07-02 19:59:32 -07:00