<!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/63cf3a235df606eaa261acb6438a280f7870d8ef">63cf3a23</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-10-08T14:34:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">MouseWheel events on disabled controls are correctly propagated now.
[GB.QT4]
* NEW: Mouse.State has now flags for keyboard modifiers too.
* BUG: MouseWheel events on disabled controls are correctly propagated now.
[GB.QT5]
* NEW: Mouse.State has now flags for keyboard modifiers too.
* BUG: MouseWheel events on disabled controls are correctly propagated now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a94bc793fe14fa2c6f5feec889bf805dc80ad985">a94bc793</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-10-08T14:35:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Mouse.State has flags for keyboard modifiers now.
[GB.GTK]
* NEW: Mouse.State has flags for keyboard modifiers now.
[GB.GTK3]
* NEW: Mouse.State has flags for keyboard modifiers now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/31929e1e44e5dfeee680f8aff2e1b5290176ea4b">31929e1e</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-10-08T14:36:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Overriding public variables is forbidden, and JIT compiler correctly handles public constants.
[INTERPRETER]
* NEW: Overriding public variables was useless, and is now forbidden to help JIT compiler optimizations.
[GB.JIT]
* BUG: Correctly compile dynamic accesses to public constants.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/89184ba8dccd20f25b435117688e7bbd5ad00c5f">89184ba8</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-10-08T14:42:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
</ul>
<h4>8 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f#0c5a852463d63dd1f863357a4943add417b97061">
gb.gtk/src/CMouse.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f#82767c9e1dd12ee6d7e251e4cca737feaf0b8379">
gb.qt4/share/gb.form.const.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f#7c4a46edb17ccd6e7f26ad4f71110550c2ac1e32">
gb.qt4/src/CMouse.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f#a70e6f7d135bff0b29296c40faa99cdd07745791">
gb.qt4/src/CWidget.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f#9ca0c4060eb26c697e0cbc01d853b26e7df186f6">
main/gbx/gbx_c_observer.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f#73941ab0e5fed400bb895272a531c0844b2e02b2">
main/gbx/gbx_c_observer.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f#c08f8e391128cf1b4981a9b9dc5d783aac634184">
main/gbx/gbx_class.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f#f28de36d0ef8dba5af466ee48efbf119548d967f">
main/lib/jit/jit_body.c
</a>
</li>
</ul>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777777;">
—
<br>
<a href="https://gitlab.com/gambas/gambas/compare/6b7a8792322fff5e592df5a5d50f49c03688d292...89184ba8dccd20f25b435117688e7bbd5ad00c5f">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>