This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merge release 9.0.1 27 08 2018 - #6658
Merged
livecodepanos merged 27 commits intoAug 28, 2018
Merged
Conversation
This patch fixes a regresion from a previous patch that changed the behavior of the `showBitmapView` method to only set the visibility of `m_bitmap_view` to visible if the OpenGL view is not visible. This interfered with visual effects as they uset the bitmap view rather than OpenGL view.
[[ Bug 21434 ]] Force bitmap view visible for visual effects
[Android API 23+] Request for permissions on runtime
This patch ensures that groups with `m_layer_id` of 0 still have their effective rect dirtied. Previously a `return` was causing the dirtying of the rect to be skipped.
[[ Bug 21443 ]] Dirty rect even if layer id is 0
…0.1-rc-2 [9.0.1-rc-2] Updated version
…ule section Previously the emscripten startup script was a startup handler for a boot stack. Now that emscripten deploy uses the deploy command and capsule format, it needs to be a script snippet (that will ultimately be placed in a generated `on message` handler which is called on startup).
Now that the deploy command is used on emscripten, we need to empty the externals deploy param as they are not supported for emscripten builds.
This patch fixes an issue where the view layer appears to be retaining the `CGDataProvider` from an image when it is drawn via `CGContextDrawImage`. As we were freeing the raster directly after the draw the `CALayer` could not access it from the `CGDataProvider` when rendering causing a crash. This patch therefore changes the behavior of `MCGRasterCreateCGDataProvider` where previously when calling it with the copy parameter `false` it would be left to the caller to free the buffer the data provider now takes ownership of it and it is freed via the data provider free callback. As a consequence of the change custom cursor creation on mac now copies the buffer for simplicity.
[[ Bug 21417 ]] Remove externals list from emscripten deploy params
[[ Bug 21496 ]] Ensure emscripten startup_script is suitable for capsule section
[[ Bug 21396 ]] Fix crash on startup in iOS 12 beta
…ase-9.0.1-27_08_2018
Contributor
|
@livecode-vulcan review ok 9d83967 |
Contributor
|
💙 review by @montegoulding ok 9d83967 |
livecode-vulcan
added a commit
that referenced
this pull request
Aug 27, 2018
…27_08_2018 Merge release 9.0.1 27 08 2018 Trivial conflict in `version`
Contributor
|
😎 test success 9d83967
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trivial conflict in
version