<!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=US-ASCII" 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/ed25f184f0837e70c2c5e56229ee07b0f36d08fa">ed25f184</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-02T13:07:44+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Default message icons are now visible when 'gb.form' component is not used.

[GB.GUI.BASE]
* BUG: Default message icons are now visible when 'gb.form' component is not used.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/63000a27fe666f9395b0efa2876ad52f8cedf8f6">63000a27</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-02T13:08:45+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">WAIT NEXT is a new instruction that waits for the next event and process it.

[INTERPRETER]
* NEW: WAIT NEXT is a new instruction that waits for the next event and process it.

[COMPILER]
* NEW: Support for the new WAIT NEXT instruction.

[GB.GTK]
* NEW: Support for the new WAIT NEXT instruction.

[GB.GTK3]
* NEW: Support for the new WAIT NEXT instruction.

[GB.QT4]
* NEW: Support for the new WAIT NEXT instruction.

[GB.QT5]
* NEW: Support for the new WAIT NEXT instruction.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/552ab50bf00390d62590d2cfb367e3cba9eef7cf">552ab50b</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-02T13:21:22+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Support for the new WAIT EVENT instruction.

[GB.SDL2]
* NEW: Support for the new WAIT EVENT instruction.
</pre>
</li>
</ul>
<h4>13 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#6e571b92a63cfe013cf1207b8478216f4b6c1430">
comp/src/gb.gui.base/.src/Message/FMessage.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#d4a2a7516f98a05de6a74adb60e73765621bbef2">
comp/src/gb.gui.base/.src/Picture.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#0ff6a78808372c149b590015b78f7f26e2f5054f">
gb.gtk/src/main.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#4bf8d5945c5317b22ea3ca85854de32d91e52b68">
gb.gtk/src/main.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#92769ac7f3b691f8048fd3a547451633cae6742e">
gb.qt4/src/main.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#32520467994c53b95c809e58ad3a2154b6640fde">
gb.sdl2/src/main.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#40729bc12212df14d276f166eb41076e7bac7231">
main/gbc/gbc_trans.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#4ab02753d86970acb5c57c2554516ebdfe40ab41">
main/gbc/gbc_trans_subr.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#fd10e05c490840763c81233be1803ebbf1f854f2">
main/gbx/gbx_api.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#46c1b29dc5e6499121f365f69d214c50570d1ed4">
main/gbx/gbx_subr_misc.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#502bbb7fd26f38feb9668c9c702e89c743de3981">
main/gbx/gbx_watch.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#5ca6bbaacddef92b846f83c5777f50a0c89ccd3c">
main/share/gb_reserved_keyword.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf#62edff31a0ab59daaeaace7af2827f0929286edb">
main/share/gb_reserved_temp.h
</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/c48ebfacef36a44eb0c8754101586deaa8f08c7e...552ab50bf00390d62590d2cfb367e3cba9eef7cf">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>