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

Commit 7092f3f

Browse files
committed
Merge remote-tracking branch 'origin/feature-av_foundation' into feature-multimedia_all
Conflicts: engine/engine.xcodeproj/project.pbxproj engine/src/desktop.cpp engine/src/mac-player.mm engine/src/player.cpp
2 parents 1f1f8a2 + ddc838f commit 7092f3f

File tree

139 files changed

+4685
-2120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+4685
-2120
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<doc>
2+
<legacy_id></legacy_id>
3+
<name>ignoreMouseEvents</name>
4+
<type>property</type>
5+
<syntax>
6+
<example>set the ignoreMouseEvents of stack "Notification" to true</example>
7+
<example>get the ignoreMouseEvents of stack "Splash"</example>
8+
</syntax>
9+
<library></library>
10+
<objects>
11+
<global/>
12+
</objects>
13+
<synonyms>
14+
</synonyms>
15+
<classification>
16+
</classification>
17+
<references>
18+
</references>
19+
<history>
20+
<introduced version="6.7.0">Added.</introduced>
21+
</history>
22+
<platforms>
23+
<mac/>
24+
<windows/>
25+
</platforms>
26+
<classes>
27+
<desktop/>
28+
</classes>
29+
<security>
30+
</security>
31+
<summary>The ignoreMouseEvents stack property provides a way to make a the mouse events on a stack's window pass through the window to windows or the desktop beneath the window.</summary>
32+
<examples>
33+
</examples>
34+
<description>
35+
<p>Set the <b>ignoreMouseEvents</b> of a stack to true so any mouse events that would normally be sent to the stack instead pass through the stack to whatever is beneath. The mouse events may go to a stack underneath the window, another application or the underlying desktop. The default value for ignoreMouseEvents on a newly created stack is false.</p>
36+
</description>
37+
</doc>
38+
39+
40+

docs/notes/bugfix-10593.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# When setting the styledText of a range, if the styledText is an empty paragraph with styles the styles are lost.

docs/notes/bugfix-11383.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Help menu: duplicate name

docs/notes/bugfix-11493.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Buttons in Ask, Answer dialogs incorrect in Ubuntu

docs/notes/bugfix-11878.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Pasting with the middle mouse button on linux doesn't work correctly.

docs/notes/bugfix-11895.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mobileComposeMail missing attachment in Android (Android Mail)

docs/notes/bugfix-12303.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Setting the text of a field chunk should not clear the paragraph styles of an empty line.

docs/notes/bugfix-12319.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Drag and drop going wrong when Display switched to 150%

docs/notes/bugfix-12321.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# On Windows 7 Fullscreen set to false does not return to previous size

docs/notes/bugfix-12341.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix vGrid rendering for non-fixed-width table field mode.

0 commit comments

Comments
 (0)