Monte Goulding
Monte Goulding
This patch moves IME activation to screen redraw. This has the benefit of limiting repeated IME activation/deactivation when setting field properties. It additionally allows `lock screen` to be used to...
This patch implements the `onShowFileChooser` callback in the android browser implementation to support picking files in web forms. Depends on #7458
A new handler has been added to facilitate starting activities by Intent and handling results. The `StartActivityForResult` handler registers a listener to handle the `onActivityResult` method of the engine activity...
This patch implements the `canCancelTouches` property for android scrollers. Additionally it resolves a regression causing `scrollerBeginDrag` and `scrollerEndDrag` messages not to be sent.
This patch implements: `{modal | sheet} without waiting` and `go as {modal | sheet} without waiting`
This patch ensures `mouseRelease` sent in `MCEventQueueDispatchEvent` is sent to the object with the mouse focus rather than the mouse stack.
This patch implements escaped literals wrapped in single quotes. For example: put 'foo\n"bar"' Equals: foo "bar" This patch has the side effect that `'` is no longer an acceptable char...
This PR is a placeholder for try fixes. It can be split up as needed. Based on https://github.com/livecode/livecode/pull/5572
This patch makes `leftIndent`, `rightIndent`, `spaceAbove` and `spaceBelow` which were previously only line chunk properties properties of fields similar to `firstIndent` etc. This allows them to be set for all...