Commit Graph

1464 Commits

Author SHA1 Message Date
alschmiedt
d747bb080a Access colours using bracket notation 2019-01-19 11:53:09 -08:00
alschmiedt
67147124de Moved theme scripts out of core 2019-01-11 14:39:01 -08:00
alschmiedt
0d78f1dcd5 Fixing compiler error for blockly themes 2019-01-11 14:28:49 -08:00
Rachel Fenichel
c4b2436e05 Merge pull request #2210 from BeksOmega/feature/HorizTrashcanFlyout
Added Displaying Trashcan Flyout Horizontally When Layout is Horizontal
2019-01-11 12:23:02 -08:00
alschmiedt
7941651444 Merge pull request #2184 from alschmiedt/blockly_colours
Blockly Themes
2019-01-11 10:57:57 -08:00
Beka Westberg
7f160bd322 Fixed comments not being recorded in delete event. (#2211) 2019-01-10 14:35:06 -08:00
Beka Westberg
2b05b83c74 Added displaying flyout horizontally when layout is horizontal. 2019-01-10 13:21:14 -08:00
alschmiedt
af35702f3e Final fixes 2019-01-10 12:04:47 -08:00
alschmiedt
9bfb30bcf2 Fixing review comments 2019-01-10 09:13:02 -08:00
Beka Westberg
969687ec34 Added flipRtl Support for FieldImages (#2203)
* Added flipRtl support for FieldImages. Added a flipRtl test block.

* Added blockfactory support.

* Fixed JSDoc.
2019-01-10 08:59:35 -08:00
alschmiedt
caf664db04 Small fixes 2019-01-09 15:38:30 -08:00
alschmiedt
55a46f8299 Fixes error thrown for style defined inline 2019-01-09 13:44:22 -08:00
alschmiedt
40a1ae752b Adds support for category styles 2019-01-09 11:18:44 -08:00
Rachel Fenichel
a1127fec7c Merge pull request #2201 from BeksOmega/fixes/BubblePosition
Changed how Bubbles Position Themselves
2019-01-09 10:53:28 -08:00
alschmiedt
bac9a16da0 Adds hat style 2019-01-08 15:13:00 -08:00
alschmiedt
e7a120e69f Merge branch 'develop' of https://github.com/alschmiedt/blockly into blockly_colours 2019-01-08 13:36:39 -08:00
alschmiedt
f480b1ff79 Changes Blockly style to be Blockly theme. 2019-01-08 11:40:57 -08:00
Rachel Fenichel
d95f56f546 Enable insertion markers 2019-01-08 11:19:54 -08:00
Rachel Fenichel
fe514b1006 Merge pull request #2185 from BeksOmega/fixes/Issue2035
Trashcan/Zoom Anchored to Top when Toolbox is on Bottom.
2019-01-08 10:29:07 -08:00
Beka Westberg
d2277f0c4b Updated createZoomSVG comments. 2019-01-07 16:04:10 -08:00
Rachel Fenichel
2cce50db7b Merge pull request #2196 from BeksOmega/fixes/FlyoutButtons
Fixed Being Unable to Register Button Callbacks in Category-less Toolbox
2019-01-07 15:45:17 -05:00
alschmiedt
1f742bf83d Fixing review comments 2019-01-07 10:38:49 -08:00
alschmiedt
bca5fd36d3 Fix failing test 2019-01-03 13:20:28 -08:00
alschmiedt
bfc55ada27 Fixes refresh on simple toolbox withno categories 2019-01-03 12:56:19 -08:00
Beka Westberg
05fb75dc3e Fixed RTL mistake. 2018-12-29 13:29:14 -08:00
Beka Westberg
fdeb6bb778 Changed how bubbles position themselves. 2018-12-28 08:18:15 -08:00
Beka Westberg
46545e5691 Changed callback to be looked up dynamically when the button is clicked. 2018-12-26 12:45:22 -08:00
Beka Westberg
ab84d5fb77 Fixed scrolling horizontal flyouts with mousewheel. 2018-12-26 11:50:36 -08:00
alschmiedt
d3a603ffd9 Update the style on blocks in the mutator 2018-12-21 09:00:55 -08:00
alschmiedt
1b3955d9d6 Fixing review comments 2018-12-21 07:52:50 -08:00
alschmiedt
ebe8492d3d Add error message for when style is not set 2018-12-20 09:04:45 -08:00
Beka Westberg
96e754cf36 Updated Comments. 2018-12-19 18:10:57 -08:00
alschmiedt
f125065a17 Merge branch 'develop' of https://github.com/alschmiedt/blockly into blockly_colours 2018-12-19 10:39:10 -08:00
Beka Westberg
9ee7319ac5 Trashcan/Zoom Anchored to Top when Toolbox is on Bottom. 2018-12-19 10:26:07 -08:00
alschmiedt
9afe497b7e Fixes jsdocs 2018-12-19 08:45:20 -08:00
alschmiedt
b9efa72161 Small cleanup 2018-12-18 14:05:44 -08:00
Sandeep Dubey
b5146036e1 Fix #1632: Added alt attribute to the field image. (#2178)
* Added alt for field image.

* Removed lint issues.
2018-12-18 13:38:53 -08:00
alschmiedt
2481274406 Small cleanup 2018-12-18 13:36:23 -08:00
Beka Westberg
dcae85dd4f Added maxTrashcanContents Property to Workspace Options (#2183)
* Added maxTrashcanContents property to workspace options.

* Changed default with trashcan to 32.
2018-12-18 13:22:43 -08:00
Rachel Fenichel
468df8749f Merge pull request #2176 from BeksOmega/fixes/2175
Changed Warnings to Interact Properly with Collapsing/Expanding.
2018-12-18 11:09:49 -08:00
alschmiedt
2fa7ab2825 Fixes setting border and updating shadow color 2018-12-18 10:57:20 -08:00
alschmiedt
5ba66a3418 Removes unnecessary event firing 2018-12-18 10:56:40 -08:00
alschmiedt
be78838335 Allows user to define style name using variables in json 2018-12-18 10:50:49 -08:00
Rachel Fenichel
b3ef429d74 Merge pull request #2180 from epicfaace/feature/scroll
Scroll very long context menus
2018-12-18 09:21:33 -08:00
Ashwin Ramaswami
2cc3a8b3d9 Scroll very long context menus 2018-12-18 08:41:14 -05:00
Beka Westberg
8241068630 Updated JSDoc. 2018-12-17 15:29:25 -08:00
Rachel Fenichel
261a067a31 Merge pull request #2157 from BeksOmega/feature/TrashcanContents
Added flyout to trashcan to "get back" deleted blocks.`
2018-12-17 15:23:17 -08:00
Beka Westberg
44df2d4680 Changed parent blocks to display "Collapsed blocks contain warnings." instead of having warnings "bubble up" from children. Added message to msg/messages.js . 2018-12-17 14:54:56 -08:00
Beka Westberg
f16cdf912d Changed Warnings to Interact Properly with Collapsing/Expanding. 2018-12-15 15:52:34 -08:00
Rachel Fenichel
e182f43d12 Disable insertion markers for the December 2018 release 2018-12-14 10:57:39 -08:00