Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 66a97f2

Browse files
committed
Merge remote-tracking branch 'upstream/develop-8.2' into merge-develop-8.2_03.08.17
Conflicts: engine/src/hndlrlst.cpp engine/src/hndlrlst.h engine/src/module-engine.cpp engine/src/parsedef.h ide version
2 parents 1f2812e + 57e0ac4 commit 66a97f2

36 files changed

Lines changed: 708 additions & 31 deletions

docs/dictionary/function/revBrowserOpenCef.lcdoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Opens and initialises a new Chrome-based browser.
99

1010
Introduced: 6.7
1111

12-
OS: mac, windows
12+
OS: windows
1313

1414
Platforms: desktop
1515

@@ -60,6 +60,9 @@ The <revBrowserOpenCef> function creates a new Chrome-baseed browser in
6060
the window with the given windowId. If a url is given, the browser
6161
immediately navigates to this url.
6262

63+
Changes:
64+
In LiveCode 8.0+, this function is no longer supported on Mac.
65+
6366
References: revBrowserStop (command), revBrowserPrint (command),
6467
revBrowserSet (command), revBrowserMakeTextBigger (command),
6568
revBrowserNavigate (command), revBrowserAddJavaScriptHandler (command),

docs/dictionary/object/button.lcdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Name: button
22

3+
Synonyms: btn
4+
35
Type: object
46

57
Syntax: button

docs/notes/bugfix-16131.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure backdrop is sized to fill the screen on Linux

docs/notes/bugfix-17323.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure backdrop window is behind all other windows on Linux

docs/notes/bugfix-18369.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add explicit instruction to DMG images

docs/notes/bugfix-19080.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Do not show linking warnings when building iOS standalones

docs/notes/bugfix-20144.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Corrected hiliteChanged dictionary entry for the switch button extension.

docs/notes/bugfix-20167.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix capitalization of menu item "Hide Others" on Mac

docs/notes/bugfix-20187.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Implement [effective] revScriptDescription property
2+
3+
A new property has been implemented object reflection. The property is
4+
currently undocumented and subject to change without notice as it is
5+
intended largely for internal use.
6+
7+
The `revScriptDescription` of an object returns a multi-dimensional
8+
array description detailing the constants, variables and handlers of
9+
and object. The `effective revScriptDescription` of an object returns
10+
a sequence of arrays with keys `object` and `description` in the order
11+
that messages are passed through an object.

docs/notes/bugfix-20201.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure `the controlNames` does not return numbers instead of names for controls in groups

0 commit comments

Comments
 (0)