<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/12c0ebda465d0c1179cfd5baba455b077815a0ae">12c0ebda</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T11:39:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">String.InStr() starting position is correctly taken into account now.

[INTERPRETER]
* BUG: String.InStr() starting position is correctly taken into account now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/751059946c50bba937a534871fa548144bda901a">75105994</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T11:51:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove ScrollView control, add a Change event to the DrawingArea control, and propagate MouseWheel events automatically.

[GB.QT4]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.

[GB.QT5]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4ade5c25bce8cbcc852374104ad1779865edc5c2">4ade5c25</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T11:54:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove ScrollView link files.

[GB.QT5]
* NEW: Remove ScrollView link files.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/386ef35e44cff40ef062c9177b7d544e517d06ed">386ef35e</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T11:54:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove ScrollView control, add a Change event to the DrawingArea control, and propagate MouseWheel events automatically.

[GB.GTK]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
* BUG: ScrollBar: Correctly raise the Change event in all cases.
* BUG: Slider: Correctly raise the Change event in all cases.

[GB.GTK3]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
* BUG: ScrollBar: Correctly raise the Change event in all cases.
* BUG: Slider: Correctly raise the Change event in all cases.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5bb286aa80adeea30da7290ec53f701f6ba5a11a">5bb286aa</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T12:38:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Implement ScrollView in Gambas.

[GB.GUI.BASE]
* NEW: ScrollArea: ContentsWidth and ContentsW are two new synonymous of the ScrollWidth property.
* NEW: ScrollArea: ContentsHeight and ContentsH are two new synonymous of the ScrollHeight property.
* NEW: ScrollArea: Shadow is a new property that displays inner shadows when scrolling is possible.
* NEW: ScrollArea: Rework scrolling animation.
* NEW: ScrollView: That control is now implemented in Gambas.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f191a6ed7227c73f7a0e762d64536a8d49b0432d">f191a6ed</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T12:39:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">SidePanel: The height is now zero when the panel is closed. Does not work completly yet.

[GB.FORM]
* NEW: SidePanel: The height is now zero when the panel is closed. Does not work completly yet.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d152d887c24cc1eaf8d393c0e60645dd0f0d4027">d152d887</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T12:55:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TerminalView: Fix smooth scrolling support.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Fix smooth scrolling support.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/813798a3ebe7dd0f0a9b7b3e94b97060787886db">813798a3</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T12:56:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TextEditor: HighlightString() is a new method that highlights a specific string everywhere.

[GB.FORM.EDITOR]
* NEW: TextEditor: HighlightString() is a new method that highlights a specific string everywhere.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/740af72781b79346a9cacb2d5976c0ddd9b384e1">740af727</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-12T12:57:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">The search string now can be highlighted. Add a global option to toggle shadows.

[DEVELOPMENT ENVIRONMENT]
* NEW: Search dialog: The option to highlight the search string is back. It takes "ignore case" and "word-only" options into account.
* NEW: Search dialog: A word now includes the "$" character.
* NEW: Option dialog: Add an option to toggle shadows.
* NEW: Project properties dialog: Add icons to the left panel.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#f65e9d14a60eb8093842367e3fce8f45f3bf4b65">
app/src/gambas3/.lang/fr.mo
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#e14c68be2cef057a7cd2413ee382131af159d2a9">
app/src/gambas3/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#421c92e5aacfa4fbbb94da476b9e64da250ae4d4">
app/src/gambas3/.src/Editor/Code/FCompletion.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#d6c16ac77938ccd9bfb464c77136dd554ba8134b">
app/src/gambas3/.src/Editor/Code/FConflictEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#849ac54013d161d7504fef33a483c3917bccd308">
app/src/gambas3/.src/Editor/Code/FEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#35d7b7baf8ec0f1ec7143bdff8a6ee6b9753369c">
app/src/gambas3/.src/Editor/Code/FTextEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#f0e6e51b4382cb961db9d7b316bbb2170c39b306">
app/src/gambas3/.src/Editor/Form/FProperty.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#d972cb4a44ae5112eb286a70e4f322987d1ac459">
app/src/gambas3/.src/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#938f374765451b74d9eb3a75ea68904695c3be52">
app/src/gambas3/.src/Options/FOption.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#49342f64fcd2a1f890bd3b762da633dd86844116">
app/src/gambas3/.src/Options/FOption.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#689584499b055093e7f252f5271a06477512a0c1">
app/src/gambas3/.src/Project.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#ba3f69e853a6a0c0eb85264f30e40db31fcd5495">
app/src/gambas3/.src/Project/CProjectList.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#086855f14d52bd9da8e4da531b48079b5ed89fa8">
app/src/gambas3/.src/Project/Component/FComponentChooser.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#b7e3745aa11124026f5e117804ff10f6e47b6c6f">
app/src/gambas3/.src/Project/Component/FComponentChooser.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#9ffe35a562e22600f822cfba7b658e90f26b18ca">
app/src/gambas3/.src/Project/FProjectProperty.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#c979cf67b413a1006ec9cbdabb507a7549b9afbd">
app/src/gambas3/.src/Project/FProjectProperty.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#49ac7ff8a4642a1a7c50993a6ab7cb24fecd6640">
app/src/gambas3/.src/Search/FSearch.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#1bbc63e796374758c2353a1bdc96e1450506973e">
app/src/gambas3/.src/Search/FSearch.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#f6903bfdf2b91f064b2b1bcd07fd3362590d51ce">
comp/src/gb.form.editor/.src/FTestEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#e278fc65f80ce717c189ae414bc8abd6604b2d1e">
comp/src/gb.form.editor/.src/TextEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#65257aeb42f9e25714e9b823d049855f342eca3c">
<span class="deleted-file">

comp/src/gb.form.editor/smallarrow.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#46f4c88aca1fb65957fa48d43f170626c479f54a">
comp/src/gb.form.terminal/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#4976073f1f4de304e659c99d46da03ddfc8f0018">
comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#22ef34a651fe624064b7fb23f45b4ee121e5aaaa">
comp/src/gb.form/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#111d65ae20741ba2ac7394824471d791bd430e1e">
comp/src/gb.form/.src/Color/ColorPalette.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#cdede4d97372c14989227b394c64301b1cb54a26">
comp/src/gb.form/.src/SidePanel/FSidePanel.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#f618f7c0d59254124316067be124e2b6d65cbfa0">
comp/src/gb.gui.base/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#4c26e56af46a789c385d158fdc09094a8f487dab">
comp/src/gb.gui.base/.src/ScrollArea.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1#be398e6f78465abf9a39ff36b9ecd4e6653878b0">
<span class="new-file">
+
comp/src/gb.gui.base/.src/ScrollView.class
</span>
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>