<!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/d61741474fb098671b2f9de61f1d3845c7dd9619">d6174147</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-05T19:19:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ScrollArea and all its children classes now can animate their scrolling.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* NEW: Option dialog: Add an option to enable control animations. Move the toolbar size option to the 'Fonts' panel.

[GB.GTK]
* NEW: Application.Animations is a new property that enable or disable control animations.

[GB.GTK3]
* NEW: Application.Animations is a new property that enable or disable control animations.
* NEW: Control.Font is now implemented using GTK+ CSS.

[GB.GUI.BASE]
* NEW: ScrollArea: Animate scrolling if Application.Animations is set.

[GB.QT4]
* NEW: Application.Animations is a new property that enable or disable control animations.

[GB.QT5]
* NEW: Application.Animations is a new property that enable or disable control animations.
</pre>
</li>
</ul>
<h4>20 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#d215263265a559aae0d8ca54a4415c3ede871344">
app/src/gambas3/.hidden/font/GambasBold-13.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#3724e386b8f68ccbed8bcbdeee72740530a8d72d">
app/src/gambas3/.hidden/font/GambasMedium-13.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#f65e9d14a60eb8093842367e3fce8f45f3bf4b65">
app/src/gambas3/.lang/fr.mo
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#e627a994922e67a848e78ef2bfffc313e401af98">
app/src/gambas3/.src/Debug/FDebugExpr.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#938f374765451b74d9eb3a75ea68904695c3be52">
app/src/gambas3/.src/Options/FOption.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#49342f64fcd2a1f890bd3b762da633dd86844116">
app/src/gambas3/.src/Options/FOption.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#72814657a25bdc3f9bb3dc5a5343e1dab0dae769">
app/src/gambas3/font/GambasBold-13.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#e9529f209f2a03d9f5a55a2dedeefacc75e1ea61">
app/src/gambas3/font/GambasMedium-12.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#11d190fa8f144747e6991ab42c62da8577756479">
app/src/gambas3/font/GambasMedium-13.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#f618f7c0d59254124316067be124e2b6d65cbfa0">
comp/src/gb.gui.base/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#4c26e56af46a789c385d158fdc09094a8f487dab">
comp/src/gb.gui.base/.src/ScrollArea.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#8d711a16c04823c6bddab7a2f02892f290dc974f">
comp/src/gb.gui.base/.src/Test/FScrollArea.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#bf814abdc9b8d033f83ae8cb3f06baacaca09cd0">
comp/src/gb.gui.base/.src/Test/FTestCombo.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#eeb2cb15bee40655de52fc9c0f7118f186454bb9">
comp/src/gb.gui.base/.src/Test/FTestCombo.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#3f6ebbd38a1f18778fde163db8e85457ec103d9d">
gb.gtk/src/CScreen.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#dfa3ed2cfe1cc8d30455c3c767d2901b9010c112">
gb.gtk/src/gcombobox.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#19f1e2c6c433f7a3ff8d1f0b7cfb884236508df8">
gb.gtk/src/gcontrol.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#d1dcb04ec0bc8040020ca5b754148b201e7314df">
gb.gtk/src/gframe.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619#a94b3b787a5d0ac074857bd334d180f389819c38">
gb.qt4/src/CScreen.cpp
</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/commit/d61741474fb098671b2f9de61f1d3845c7dd9619">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.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/gambas/gambas/commit/d61741474fb098671b2f9de61f1d3845c7dd9619"}}</script>
</p>
</div>
</body>
</html>