<!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 stable
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/21b06e89b361b07bfa8b15a5abf172f31a64574f">21b06e89</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-04-20T13:34:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Image editor: Selection drawing tool now works correctly when sanpping lines to 15° angles by pressing the ALT key.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Selection drawing tool now works correctly when sanpping lines to 15° angles by pressing the ALT key.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1ef5252a1078e445d28a2f4ea8f6607f43202988">1ef5252a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-04-21T11:30:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add support for extra references, i.e. external executables that add their symbol information to the automatic completion.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for extra references, i.e. external executables that add their symbol information to the automatic completion. This is useful if your project is a library loaded by the extra reference that uses its exported classes.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2f4095922b5ac690923e2978f80e96247f995679">2f409592</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-04-22T01:25:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enhance ListEditor control.

[GB.FORM]
* NEW: ListEditor: ReadOnly is a new property that makes ListEditor enter read-only mode.
* NEW: ListEditor: Add is new event that is raised when the add button is clicked.
* NEW: ListEditor: Add() is a new method that insert a new element in the list.
* NEW: ListEditor: Exist() is a new method that returns if an item exists in the list.
* NEW: Update some translations.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/516de91f93e5f5cc478c56b12b5a0670636e4564">516de91f</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-04-22T01:27:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update French translation.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5fdb22660a600eff76bc5625ed35c32bc701ca3c">5fdb2266</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-04-22T15:52:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Contains fix and new Italian translations

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.

[GB.FORM]
* NEW: Italian translations improvements

[GB.WEB.FEED]
* NEW: The translations is now complete.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7c0a6730cd7fbc6c794539df0785621d950c14ca">7c0a6730</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-04-23T10:31:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Complete support for project extra references.

[CONFIGURATION]
* NEW: Update version to 3.13.90.

[DEVELOPMENT ENVIRONMENT]
* NEW: Redone extra references support.

[COMPILER]
* NEW: Take project extra references into account.

[GB.TERM.FORM]
* BUG: Fix project description.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/92a54677b5138ef7cabf3beee90a46de2c663560">92a54677</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-04-29T16:37:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">SpinBox: Forgot to implement the ReadOnly property.

[GB.GUI.BASE]
* BUG: SpinBox: Forgot to implement the ReadOnly property.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/44e3f4f7a3507ca7a2b283059539c414a4c9b9b6">44e3f4f7</a></strong>
<div>
<span>by bgermann</span>
<i>at 2019-05-01T09:59:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add missing wait header

WIFEXITED and WEXITSTATUS are used, so add sys/wait.h
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0617136258e1a163b47cd30915addf3f0927951e">06171362</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-01T11:47:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'italian-translations' into 'master'

Contains fix and new Italian translations

See merge request gambas/gambas!88</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/cae967dedb9aa5c1d4a317070d7f40e8c999513d">cae967de</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-01T11:52:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Try to compile with poppler >= 0.76.

[GB.PDF]
* BUG: Try to compile with poppler >= 0.76.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c14a481b95cef64d507610670b84de551446d853">c14a481b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-01T11:53:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0f044b9512d29916bcd83e89fb07de6fa5b9ea61">0f044b95</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-01T12:39:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Try again to compile with poppler 0.76.

[GB.PDF]
* BUG: Try again to compile with poppler 0.76.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d721a82377075ae3b6735f404435a2ef68ce2beb">d721a823</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-01T13:16:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Try again to compile with poppler 0.76.

[GB.PDF]
* BUG: Try again to compile with poppler 0.76.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8a6543b5b9ec1f5aadb2dd9a19652cdf89d51288">8a6543b5</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-01T22:27:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Database editor: Locating SQLite database inside the home directory or inside the project now works correctly.

[DEVELOPMENT ENVIRONMENT]
* BUG: Database editor: Locating SQLite database inside the home directory or inside the project now works correctly.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d0e24c483f66c82e1573136616110d523ea657cc">d0e24c48</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-05-03T21:35:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: add linking exception for OpenSSL

[GB.OPENSSL]
* NEW: Add linking exception for OpenSSL (Thanks, Bastian Germann).
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c9344bc2081bd2158d9353a04d741ff5599b392e">c9344bc2</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-03T21:43:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Add missing wait header

See merge request gambas/gambas!89</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/adac3c097e90e8af15ffb27e3b04873b46b0b244">adac3c09</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-05-03T23:09:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'openssl-linking-exception' into 'master'

gb.openssl: add linking exception for OpenSSL

See merge request gambas/gambas!90</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/22b5e802ffae11bf4eca4b339d2f4bea64fa99d3">22b5e802</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-05-04T15:35:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Wiki: Discount comments in .info files when calculating number of symbols

[WIKI]
* BUG: Discount comments in .info files when calculating number of symbols.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5f4bcb012db0b4a987c1a508df923ac1759f3f49">5f4bcb01</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-06T23:27:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Dialog.SelectDirectory() now correctly shows hidden files when Dialog.ShowHidden is TRUE.

[GB.QT4]
* BUG: Dialog.SelectDirectory() now correctly shows hidden files when Dialog.ShowHidden is TRUE.

[GB.QT5]
* BUG: Dialog.SelectDirectory() now correctly shows hidden files when Dialog.ShowHidden is TRUE.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e365356c8bb3ccf3ac1a5e6eb86f67d400681c5b">e365356c</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-07T08:35:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Workaround a bug in system header files on PPC systems.

[GB.NET]
* BUG: Workaround a bug in system header files on PPC systems.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8ef91cc36a3d2d07d06c77c7765a6414e1602a2e">8ef91cc3</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-07T09:25:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Debugger: Make debugging windows fully readable with dark themes.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Make debugging windows fully readable with dark themes.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/37a11f35c53e7655d0512050ee99d986de848107">37a11f35</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-07T21:08:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Version control: Add a new tab in the bottom panel for managing version control.

[DEVELOPMENT ENVIRONMENT]
* NEW: Version control: Add a new tab in the bottom panel for managing version control.
* NEW: Version control: Command timeout is now 15 seconds instead of 30.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7ffe5ff169bd9e6fada19bec122ad1e28f505f83">7ffe5ff1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-07T21:11:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Date.IsWeekEnd() is a new method that returns if a date is a week end.

[GB.UTIL]
* NEW: Date.IsWeekEnd() is a new method that returns if a date is a week end.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/9f2da35cbeacdb84b44f23ecbc0baba24ece9b40">9f2da35c</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-08T04:20:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Emit column position in almost all error messages.

[COMPILER]
* OPT: Some optimizations in symbol table routines.
* NEW: Emit column position in almost all error messages. It makes the compiler 2.5% slower, even with the optimizations.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7ea4fb4ca50a3ccc9c0a35eb9940750df3e3f476">7ea4fb4c</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-08T04:27:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove a useless memory allocation in column annotation. The compiler is now just 0.5% slower than before.

[COMPILER]
* OPT: Remove a useless memory allocation in column annotation. The compiler is now just 0.5% slower than before.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/beb79ec9522aa222e63aadb18673510f7d737ae3">beb79ec9</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-08T12:15:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix a forgotten '!' that broke the informer.

[INFORMER]
* BUG: Fix a forgotten '!' that broke the informer.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/cea4b4d1e4ae3a5ecbbe0d447df25b24cc2210d8">cea4b4d1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-08T13:32:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix column computation when compiling expression tree.

[COMPILER]
* BUG: Fix column computation when compiling expression tree.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/eb2934e9fa013b9cdb5615fd0b269fe3f06566b6">eb2934e9</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-08T17:40:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drawing text now respects right-to-left languages the same way on every drawing device.

[GB.QT4]
* BUG: Drawing text now respects right-to-left languages the same way on every drawing device.

[GB.QT5]
* BUG: Drawing text now respects right-to-left languages the same way on every drawing device.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/19b83e535d693f7dad83c5f89781e1974f1f7526">19b83e53</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-08T22:04:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix 'gb.Scientific' number format.

[INTERPRETER]
* BUG: Fix 'gb.Scientific' number format.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8c5a476bb6b72943b8863a979b958bd1b1fc3efb">8c5a476b</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-09T00:04:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update .gitlab-ci.yml</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3bf400c5b259b5837f81741f4564df8a4ab54b8a">3bf400c5</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-09T00:30:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update .gitlab-ci.yml</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8e0bf99ce1b357be6a9dd9757003f06d17fe0f4c">8e0bf99c</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-13T01:54:50Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fix typos
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/fefea3a647ff6af3d894f747a269da8840e5503d">fefea3a6</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-13T19:12:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Little changes in MenuBox, Expander and SliderBox.

[GB.FORM]
* NEW: MenuButton: Handle right-to-left written language correctly.
* NEW: Expander: Redesign the Expander title.
* NEW: SliderBox: Hitting the ESC key in the SpinBox resets the SliderBox to its default value.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/89df5d6abd1376f855a0e8e29c03db90f44184b5">89df5d6a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-13T19:14:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Automatic completion: Handle boxed strings.

[DEVELOPMENT ENVIRONMENT]
* NEW: Automatic completion: Handle boxed strings.
* NEW/ Update financial support.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f65bd6ebfc5c1d4b69700a8e09a28e197419581f">f65bd6eb</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-13T19:16:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">SpinBox: Hitting the ENTER or RETURN key triggers the Change event if needed.

[GB.GUI.BASE]
* NEW: SpinBox: Hitting the ENTER or RETURN key triggers the Change event if needed.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5eb8054854aabcabadde71b4227b87b44817eaa5">5eb80548</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-13T19:17:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Replace "mandrake" by "mandriva" in DnsClient example.

[EXAMPLES]
* BUG: Replace "mandrake" by "mandriva" in DnsClient example.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/11787a122ebea885b778006ced8ee6629b02f162">11787a12</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-13T19:17:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c1bc03ccfaeaac914b04354a31e68bc4b22cc2df">c1bc03cc</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-13T23:25:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Multiple statements in the same query does not leak memory anymore.

[GB.DB.SQLITE3]
* BUG: Multiple statements in the same query does not leak memory anymore. In that case, the result of the last statement is returned.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/69411f4026249fd790ce4fa70081a3e1ac90f6b2">69411f40</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-14T03:18:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">html formatting and typo for tips.en
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b073a75363b96123d1c05494bedd53e1304eec49">b073a753</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-14T05:38:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Some fixes

See merge request gambas/gambas!92</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/af45f827ecbd1543dca1b709704e0dfc4598567d">af45f827</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-14T05:58:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix Willy Raets' mail address.

[CONFIGURATION]
* BUG: Fix Willy Raets' mail address.

[DEVELOPMENT ENVIRONMENT]
* NEW: Remove now useless 'authors.txt' file.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a02713f14fc54c7b42c2c9f7fcd562944f532bf0">a02713f1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-14T05:59:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ca2dede0ec97264a00d702aff4bb6badc8487fa9">ca2dede0</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-14T06:07:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Really replace 'mandrake' by 'mandriva'.

[EXAMPLES]
* BUG: Really replace 'mandrake' by 'mandriva'.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b15564086f5bfe6b7f66440df3fe70500e410e1b">b1556408</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-14T06:13:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove useless void translation files.

[GB.TERM.FORM]
* BUG: Remove useless void translation files.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/54f47f43ab21bfdff9fd8f5f5c2780ef4e7c738a">54f47f43</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-14T22:39:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Code editor: Fix keyboard handling in procedure list.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: Fix keyboard handling in procedure list.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2f4f16c8c5c4099a9ebc7a230bd624eefee5a461">2f4f16c8</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-15T23:58:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: more translatable projects
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/530f6f0a2693512687120165faf519f48c87d213">530f6f0a</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-16T04:07:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Basic: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d5721ce3f4cd3cbf5f2843d80480efb28374319b">d5721ce3</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-16T04:35:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Control: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8317de3e55f48828f1faca5e1745b12233f857e0">8317de3e</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-16T06:21:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Database: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4d5cf06fae554abdb8032f09957c9451015da28e">4d5cf06f</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-16T06:33:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Printing: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/bbda6921afe8397448c7575e6b6e1b71f1c3921e">bbda6921</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-16T21:39:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Request: Posted field request using 'multipart/form-data' and having initial void lines were incorrectly trimmed.

[GB.WEB]
* BUG: Request: Posted field request using 'multipart/form-data' and having initial void lines were incorrectly trimmed. Posted files were not affected.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/af356974f4e0fda16f4ec6c781b652d4014d3b1c">af356974</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-17T02:13:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Drawing: improve i18n and fix RandomColorSort
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a030b6a0ba5f8e5b726f91c1f11e25bace100628">a030b6a0</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-17T03:44:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Games: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d8c678c63b3886971bdfef1164cbda06aaeb7ea4">d8c678c6</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-17T04:17:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Image: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f746a4acf61879dfe4e5d2d7f543de9e065a7dbc">f746a4ac</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-17T04:33:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Misc: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/baf93db0f2511ac5f76d6ce680d731d5f13e5bc2">baf93db0</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-17T06:29:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Multimedia: improve i18n and fix WebCam
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/bfd645ea164b758d7ffc28a36e8891743b2a789e">bfd645ea</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-17T07:04:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Networking: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a142c76b289d0a519b88dd8bee4e4e7031565011">a142c76b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-18T15:29:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove every 'nl.mo' files still present in the repository.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/85fb0743e2848dbe15de145d142cc88cd30f4934">85fb0743</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-18T15:32:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Revert "Remove every 'nl.mo' files still present in the repository."

This reverts commit a142c76b289d0a519b88dd8bee4e4e7031565011.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1f018b8404ac2b6372ee0d0fb0a949b693fb0a38">1f018b84</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-18T15:36:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Reallt remove every 'nl.mo' files still present in the repository.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0064a9a25323c1b8a74c81dff0e0b7f79ce58231">0064a9a2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-18T15:43:40Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix '.project' and '.component' files that incorrectly had conflict marks in it.

[GB.NET.POP3]
* BUG: Fix '.project' and '.component' files that incorrectly had conflict marks in it.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6f63a70ef3881deba976ff378a8bada779a5d903">6f63a70e</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-18T15:45:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">GridView: GridView.Rows[].TextAlign is a new property that allows to define the alignment of the row header text.

[GB.GUI.BASE]
* NEW: GridView: GridView.Rows[].TextAlign is a new property that allows to define the alignment of the row header text.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/947b0188ccfa6006a0ba4a2964b419686a42cd5f">947b0188</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-18T16:52:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">And finally replace 'mandriva' by 'mageia'. We should be ok now.

[EXAMPLES]
* BUG: And finally replace 'mandriva' by 'mageia'. We should be ok now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/fb68c84a8a41cc99c66fa155656eda20f3274498">fb68c84a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-18T17:12:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Always read the translation of project title and description when displaying a project box, and read them correctly.

[DEVELOPMENT ENVIRONMENT]
* BUG: Always read the translation of project title and description when displaying a project box, and read them correctly.

[TEMPLATES]
* NEW: Update french translation of some template projects.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/07326898008ae5282775952de7ea9390eaab0c55">07326898</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-18T17:26:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">About dialog: Wrap license text so that it is not truncated.

[DEVELOPMENT ENVIRONMENT]
* BUG: About dialog: Wrap license text so that it is not truncated.

[GB.GUI.BASE]
* BUG: Paint.DrawRichTextShadow() default radius is now the same as Paint.DrawTextShadow().
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/bee7558a2e7a5817c578804760475824230df62b">bee7558a</a></strong>
<div>
<span>by Alexey Loginov</span>
<i>at 2019-05-20T06:47:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">use old format for shortcuts for WebCam
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d7685bcd2c490705025151158807a21218daa2b0">d7685bcd</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-20T01:19:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Networking: WebBrowser: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6d90a6ac72a181e186200abfa459c2530c48fef7">6d90a6ac</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-20T02:29:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: OpenGL: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a33e14cf87d688b05ef8288b6f81f49d9fe04e6e">a33e14cf</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-20T03:43:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">typo
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5632fefb5c3d976a33e2e9fa829d5194bb798dcf">5632fefb</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-20T04:29:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">example: Collection: using local variable instead of global
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e9cf1cf597332f79d2fac7e919dd660f094c92ca">e9cf1cf5</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-20T05:11:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">example: NeHeTutorial: using local variable instead of global
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/675c5b2c6565bb4672f28c677f017327ed0bf3d8">675c5b2c</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-20T05:23:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Control: TreeView: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/51bebc49640168ca38e804e66149479155c06093">51bebc49</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-20T06:26:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d40fdebd7ccc2b3c1509ef432a626f72530aa2d7">d40fdebd</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-20T07:10:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: typo
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/609e3348dd4105a4c1d62e9bfaf6195a7d237130">609e3348</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-20T14:14:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Stream.Eof is a new property that returns if end of stream has been reached.

[INTERPRETER]
* NEW: Stream.Eof is a new property that returns if end of stream has been reached. It's the same thing as Eof(Stream).
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7faa79aa18dd91bd6c9a711595a79ccf99a484a7">7faa79aa</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-21T06:02:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/9a027af183845ecfb5eedc9999ceaab6e6bd2c42">9a027af1</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-21T06:34:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fix usage of TimeBox
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d7fc8cb6609ffa3c681e12536c529e9eef8b12e8">d7fc8cb6</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-21T06:41:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: fix MapView
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/94c00feb6c8914b9913a34d70ed028c3eb69d34d">94c00feb</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-05-21T14:04:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Contains fix and new Italian translations

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.

[GB.TERM.FORM]
* NEW: The complete new translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/fe0b86473916a4c0ca74dfdcf6aada84d2228ce9">fe0b8647</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-22T02:43:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: improve i18n and fix KeyPress events
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b7b5cbfe3134f3494c794b03d131c60c2e69b028">b7b5cbfe</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-22T02:57:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Pong: fix "out of bounds"
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3b563c1f64050afb929ab60cde88377ae6fd29e2">3b563c1f</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-22T03:12:28Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Games: RobotFindsKitten: reading localized nkis.txt if exists
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/615f5640e1e823a2461977359242bbef8dc8ea9f">615f5640</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-22T07:09:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Lighttable: fix html file opening
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/21fd8b86b68d2d97315f943adb2abd74ba8898f5">21fd8b86</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-23T01:04:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Games: BeastScroll: disable translation because of not drawing translated strings
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2d2bb373c2244104d25d0a2c2ac1d1f0bad60907">2d2bb373</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-23T04:15:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Russian translation
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e464a518eb8511549e3ba2093c99e62f8794c8ad">e464a518</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-23T04:24:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">s/mandriva/mageia/
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/42aed39f01ec81c55e5f30e4b652bf61383016dc">42aed39f</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-23T05:05:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">revert last commit to fix merge conflict
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/61567999b170dde5d485baa4d17477a5309fb003">61567999</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-23T05:50:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">add myself to AUTHORS
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/beb9e1fc1564b90cf0f28e7db88f5f96cd65aaa0">beb9e1fc</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-23T06:33:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: SerialPort: better caption of About dialog
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0bfe40ac76e4cd8cd16667962d6fd203e02946ba">0bfe40ac</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-23T17:15:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Message boxes now correctly use the translated title.

[GB.GTK]
* BUG: Message boxes now correctly use the translated title.

[GB.GTK3]
* BUG: Message boxes now correctly use the translated title.
* BUG: Rudimentary support for GDK backends that are not X11.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/de5cb9d26b3922f44adacbec1805a27619dca16c">de5cb9d2</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-05-23T17:49:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make Gambas/Invaders example compile

[EXAMPLES]
* BUG: Make Games/Invaders compile
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b2c6f917e441c7eeadad3d6733134962cce81ab4">b2c6f917</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-23T23:11:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Games: Pong: revert window size how it was before
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/44914102a5562eaefb87d959f874c93c4806c70a">44914102</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-23T23:27:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Embedder: fix wrong using richtext for tooltip
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/baa18e85220c3b7f77dbe6d8622265bc80a7c1e7">baa18e85</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-23T23:58:28Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tooltips now support rich text, like in the QT components.

[GB.GTK]
* BUG: Tooltips now support rich text, like in the QT components.

[GB.GTK3]
* BUG: Tooltips now support rich text, like in the QT components.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/58acdfe9a0d2fe2b0262fa89e84bfa9226a8c959">58acdfe9</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-23T23:59:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/615c5e89ed047c4169a4f04e3d315ad3eae8fc62">615c5e89</a></strong>
<div>
<span>by W. Raets</span>
<i>at 2019-05-24T00:14:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Updated all Dutch translations and dutch translator e-mail address

[DEVELOPMENT ENVIRONMENT]
* NEW: Updated Dutch translations

[WIKI CGI SCRIPT]
* NEW: Updated Dutch translations

[WEB SITE MAKER]
* NEW: Updated Dutch translations

[GB.ARGS]
* NEW: Updated Dutch translations

[GB.DB.FORM]
* NEW: Updated Dutch translations

[GB.FORM]
* NEW: Updated Dutch translations

[GB.FORM.DIALOG]
* NEW: Updated Dutch translations

[GB.FORM.MIDI]
* NEW: Updated Dutch translations

[GB.NET.POP3]
* NEW: Updated Dutch translations

[GB.REPORT]
* NEW: Updated Dutch translations

[GB.REPORT2]
* NEW: Updated Dutch translations

[GB.TERM.FORM]
* NEW: Updated Dutch translator e-mail

[GB.WEB.FEED]
* NEW: Updated Dutch translator e-mail

[GB.WEB.FORM]
* NEW: Updated Dutch translator e-mail
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d968c2f3ed5ef6ea0b78b8d3b5f550afbc6f525e">d968c2f3</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-24T00:14:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Dutch translations re-added to gb.term.form

See merge request gambas/gambas!94</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/19932f409a90282b383309c35530d6bc68a363b4">19932f40</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-24T00:15:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'italian-translations' into 'master'

Contains fix and new Italian translations

See merge request gambas/gambas!95</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1ca4f8d790dd553fa1c1bd329dca622699907535">1ca4f8d7</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-24T00:36:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add greek and cyrillic characters to the default font.

[GB.SDL2]
* NEW: Add greek and cyrillic characters to the default font.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5b63ae042ebfedfda6797a59133da53fe1d18816">5b63ae04</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-24T00:36:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/cd23bae03f3d8110f8b09e5cf5520c7cd6368612">cd23bae0</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-24T01:04:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Russian translation and examples fixes

See merge request gambas/gambas!96</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4b9c42bd2bfb58f95c4708fce99848c6bb09e73b">4b9c42bd</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-24T02:47:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">DnsClient: Fix mageia web site hostname.

[EXAMPLES]
* BUG: DnsClient: Fix mageia web site hostname.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0998197e4d0b8c7c68a7cd161265e4b6623bf9b7">0998197e</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-24T03:15:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Embedder: use richtext for tooltips back; BeastScroll: enable translation; HTTPPost: improve i18n
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c213afb46b6c3b99876bd0b17ae834c5a1927309">c213afb4</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-24T03:29:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Wizard: delete <blockquote>
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1f17e4e8ec84e125049ffcc626d77ac341889cce">1f17e4e8</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-24T04:43:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: update PO files after changing mandrake on mageia
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0ab84aa34a28ff86c7abeceb61188c431eb08f9f">0ab84aa3</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-25T20:25:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Disable top-level menus shortcuts when the window menu bar is hidden.

[GB.FORM]
* BUG: MenuButton: Use selected background color when the MenuOnly property is set and the MenuButton has the focus.

[GB.GTK]
* NEW: Disable top-level menus shortcuts when the window menu bar is hidden.

[GB.GTK3]
* NEW: Disable top-level menus shortcuts when the window menu bar is hidden.

[GB.GUI.BASE]
* NEW: Add helper function for disabling/enabling top-level menu shortcuts.

[GB.QT4]
* NEW: Disable top-level menus shortcuts when the window menu bar is hidden.

[GB.QT5]
* NEW: Disable top-level menus shortcuts when the window menu bar is hidden.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ea31dd7763d634d3e916a00ba241faa498ce361d">ea31dd77</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-25T20:28:47Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: Remove support for Mandriva and deprecated Mageia SPEC entries.

[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: The loading spinner is now always correctly centered.
* NEW: Packager: Remove support for mandriva.
* BUG: Packager: Remove deprecated entries in SPEC file for mageia.
* NEW: Farm client: ESC key now closes the window.
* NEW: Add cyrillic and greek character in the SDL default font generation function.
* BUG: Update French translation so that top-level menu does not use characters with diacritics for shortcuts.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0815d38a4bda207e9c65368177eca6d425429134">0815d38a</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-26T22:48:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Some more updates for examples

See merge request gambas/gambas!97</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4422698b1018e63cfcfc40eba94ca134cc3089c3">4422698b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-27T16:42:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Some translation-related fixes.

[DEVELOPMENT ENVIRONMENT]
* BUG: Correctly read multi-lines translations of project title and description.
* BUG: Automatic translation now works better with multi-line translations.
* NEW: Create project dialog: Forbid '<', '>', '(', ')', '{' and '}' in project names.
* BUG: Project properties dialog: Environment variables menus must not be translatable.
* BUG: Packager: Do not remove deprecated entries from SPEC file for Mageia, it does not work.
* NEW: Update translations of license.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/dfbe7313d4092d1083ce82b91e2b6aec96abda2d">dfbe7313</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-27T16:49:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/760d1be3564d4de172bbe14086fb3759fab7c50b">760d1be3</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-27T16:49:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">MenuButton: Focus should not be stolen anymore when clicking on a menu-only MenuButton.

[GB.FORM]
* NEW: MenuButton: Focus should not be stolen anymore when clicking on a menu-only MenuButton.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4fabcbec5542b7c9315d77b47be779d0c103fdc4">4fabcbec</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-28T02:51:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">rpm packaging improvement
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ff84013e3c060f39234de2af46c7e33f8baf49ec">ff84013e</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-28T04:40:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: add more descriptions in .project files
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/811eb241a6fa5bdcaf6b81ec11f408f62d697c90">811eb241</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-28T05:31:50Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">do not need Comment in desktop file if Description is missing
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c41c90b7cab32eb92d837ec4ef1a1abb97abb1ea">c41c90b7</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-28T05:48:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: workable url for HTTPPost
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5024b3d6f52caaacf17fe4880c6033a4a25ca1fe">5024b3d6</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-28T06:06:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update Russian translation
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/eb962b42d29ff8703c6edbf7340ab34ae0d7c5bb">eb962b42</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-28T23:10:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update groups for Mageia
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/073208ca3a325dff13e4fc2d775e359b2e819f6f">073208ca</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-28T23:15:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Patch CVE-2013-7447
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f6ba39112db41f690c566bb3afc06668da520b6a">f6ba3911</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-29T00:10:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update gambas3.desktop
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5c8f0e81998ffbc382a1b7dacc5ed082620c4636">5c8f0e81</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-29T00:49:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update AUTHORS
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1160b731618ab24b605410eebe1e7a97ad1a8cfe">1160b731</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-29T02:54:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: MyWebCam: fix segfault on pressing Stop
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d622001458cdec5cb5256e07051edc969e89ddfb">d6220014</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-29T03:45:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">more place for text for FTips.form, FMakePatch.form
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7d74bbc9aa3787a261dda5ea1a6cae1fa4f66de6">7d74bbc9</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-30T02:38:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">enable BuildRoot for spec file back to fix building Mageia on a host systems
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/129a2c83ea7b53df3d74a307e64d2c41ed9f4b4b">129a2c83</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-30T05:11:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update Russian translation
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/535e619b7bbae606bbd52fef6bfe8554b8157d41">535e619b</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-30T06:30:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">some fixes for examples
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6706900ddfb7dfff0a131c055c8824fbde348953">6706900d</a></strong>
<div>
<span>by -</span>
<i>at 2019-05-30T06:49:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">comp: gb.report: add more space for text
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/94e698e90d138fad1b25c38cc73f97f48f19d20c">94e698e9</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-05-30T18:55:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Some fixes

See merge request gambas/gambas!98</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/05d27c6ba5375e8f7c897086e2117b892778c96f">05d27c6b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-05-30T19:08:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't use absolute path for executable in desktop files.

[DEVELOPMENT ENVIRONMENT]
* NEW: Packager: Don't use absolute path for executable in desktop files.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0321d5b702ed38619d2e9c6f114e6c0f595d0c75">0321d5b7</a></strong>
<div>
<span>by -</span>
<i>at 2019-05-31T01:49:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: switch qt4 on qt5
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2c2147e97297af9e9860f2ce84a77f3ce0f67b58">2c2147e9</a></strong>
<div>
<span>by -</span>
<i>at 2019-05-31T02:08:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fix similar latin letter on cyrillic in gambas3.desktop
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6b9a727be458667fbf4b1e6e71c7e0fbc3846278">6b9a727b</a></strong>
<div>
<span>by -</span>
<i>at 2019-05-31T02:37:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: WebCam:  fix segfault on taking snapshot
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5f7968c3487efcb01a8c3dab4b6ca74b2f83fc97">5f7968c3</a></strong>
<div>
<span>by -</span>
<i>at 2019-05-31T03:06:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: WebCam: fix showing sliders
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ff47384a64455f4e11bec1542e61c34391c644bc">ff47384a</a></strong>
<div>
<span>by -</span>
<i>at 2019-05-31T05:17:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: disable looking for makeself, enable fakeroot
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d43ff737785dc54cea196ca38b3ceadd04674b2c">d43ff737</a></strong>
<div>
<span>by -</span>
<i>at 2019-05-31T05:35:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: sRelease for Fedora and Suse
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e89e561358cb8b6867d0c6e7c21f3e22096aa97c">e89e5613</a></strong>
<div>
<span>by -</span>
<i>at 2019-05-31T05:57:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: remove .orig directory before deb package building
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8a959070a344060b14d9f44da2a27927100dd58f">8a959070</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-05-31T12:49:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: differentiate fedora and suse pkgs</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f1ac2f553b6f690d81631fa2bd8b4630f8b12196">f1ac2f55</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-01T02:52:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Implement Drag.Show() in Gambas, and consequently fix it in 'gb.gtk3'.

[GB.GTK]
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.
* NEW: Drag.X and Drag.Y properties are now writable.

[GB.GTK3]
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.
* NEW: Drag.X and Drag.Y properties are now writable.
* BUG: Finishing a drag & drop now correclty releases the button grab.

[GB.GUI.BASE]
* NEW: GridView: The padding of column headers is at least half of Desktop.Scale.
* NEW: ScrollArea: The Scroll() method returns TRUE now if no scrolling actually occured.
* BUG: TreeView: Item X property now correctly takes the TreeView padding into account.
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.

[GB.QT4]
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.
* NEW: Drag.X and Drag.Y properties are now writable.

[GB.QT5]
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.
* NEW: Drag.X and Drag.Y properties are now writable.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ecb74c1cdb6f42a419002765ccf414fabeb8072e">ecb74c1c</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-06-01T12:58:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Some fixes

See merge request gambas/gambas!99</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/421ef10183a43f1a0146aa6e8810ee5f15f534c0">421ef101</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-01T13:01:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Gambas 3 desktop file and add french translations.

[CONFIGURATION]
* NEW: Update Gambas 3 desktop file and add french translations.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/70100954e068a5948d15f56280d91e4604c2c522">70100954</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-01T13:01:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translation dialog: New button that adds a new translation.

[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: New button that adds a new translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3b2d832fd5d3f4e97ff1fa772c5bb337a92cac50">3b2d832f</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-04T18:57:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">IconPanel: Fix cursor keys management, so that hidden tabs cannot be selected by keyboard.

[GB.FORM]
* BUG: IconPanel: Fix cursor keys management, so that hidden tabs cannot be selected by keyboard.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/593212020dd6c6554d1bd5d8c200be1d5e7802bb">59321202</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-04T19:33:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translation dialog: The "-" string is not used anymore for strings marked as not to be translated.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: The "-" string is not used anymore for strings marked as not to be translated. Instead a specific "# gb-ignore" comment and a void translation are written into the PO file.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/dd121d669fff18ccd83120ae1d05f3ed6b80fc26">dd121d66</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-05T01:08:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Replace the message box native implementation by a Gambas implementation.

[GB.FORM.STOCK]
* NEW: Add a 128 pixel version of the 'delete' stock icon.

[GB.GTK]
* NEW: Message: Remove the message box native implementation.

[GB.GTK3]
* NEW: Message: Remove the message box native implementation.

[GB.GUI.BASE]
* NEW: Message: Implement the message boxes entirely in Gambas.

[GB.QT4]
* NEW: Message: Remove the message box native implementation.

[GB.QT5]
* NEW: Message: Remove the message box native implementation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e2581fb1166e4f1c5263263107ba63502382befe">e2581fb1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-05T08:33:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Control: Fix the Tooltip property.

[GB.GTK]
* BUG: Control: Fix the symbol lookup error of the Tooltip property.
* BUG: Control: Fix the Tooltip property name.

[GB.GTK3]
* BUG: Control: Fix the symbol lookup error of the Tooltip property.
* BUG: Control: Fix the Tooltip property name.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f5a34023688bb932531a571a583383c353901a36">f5a34023</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-05T23:53:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">When a component of the opened project is not installed, do not remove it from the project component list. Keep it uncheckable.

[DEVELOPMENT ENVIRONMENT]
* NEW: When a component of the opened project is not installed, do not remove it from the project component list. Keep it uncheckable.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a1d9ffc57d275a3006c57a08107bd9649cd1b375">a1d9ffc5</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-05T23:59:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Message: Temporarily restore the default mouse cursor when displaying a message box.

[GB.GUI.BASE]
* BUG: Message: Temporarily restore the default mouse cursor when displaying a message box.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0b5efe146c6d0a7e322c3e3ac25140b7cd6b51fb">0b5efe14</a></strong>
<div>
<span>by -</span>
<i>at 2019-06-07T03:11:58Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Examples: Tablet: do not use Black on Black color, using DarkGray
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b68fce7d12f930fe3354bba9824ce3da6fe0f192">b68fce7d</a></strong>
<div>
<span>by -</span>
<i>at 2019-06-07T03:18:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Examples: Solitaire: less form size
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e269c9e307e59c06248c18df6aec500d1edcc1ea">e269c9e3</a></strong>
<div>
<span>by -</span>
<i>at 2019-06-07T03:48:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Gambas3: update Russian translation
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/9496b56b2b65d1715acb0604e157293837641b8b">9496b56b</a></strong>
<div>
<span>by -</span>
<i>at 2019-06-07T01:58:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Examples: MediaPlayer: shorter ru translation
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ce37d6ff6797272e646c013a1fff70c39fc4c6bd">ce37d6ff</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-11T20:32:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ignore errors when loading a class for the JIT compiler.

[INTERPRETER]
* BUG: Ignore errors when loading a class for the JIT compiler.

[GB.JIT]
* BUG: Loading a class during JIT compilation can fail. Take that into account.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d9858d07afd38c2b0812105b7ed52278b9d70c0a">d9858d07</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-13T22:55:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Compute prefered column width correctly and fix top-level menus initialization routine.

[GB.GUI.BASE]
* BUG: Top-level menus initialization routine takes invalid menus into account now.
* BUG: GridView: Compute prefered column width correctly.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e26934035f862ef156ead715a60c3c70076bd0e6">e2693403</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-06-13T23:22:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Minor changes

See merge request gambas/gambas!100</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/59431f13cf72e7d00599d8d83c3dcc8a673c6ebb">59431f13</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-13T23:23:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TabPanel: Fix drawing of tab header contents.

[GB.FORM]
* BUG: TabPanel: Fix drawing of tab header contents.
* NEW: TabPanel: Draw tab focus like hovered buttons.
* NEW: ListEditor: Use the 'remove' icon instead of the 'delete' one.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8d76cc99baacfcaee7188621cbd0174d286a4117">8d76cc99</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-13T23:26:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Component.Load() can load a component located at an absolute path now.

[INTERPRETER]
* NEW: Component.Load() can load a component located at an absolute path now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3aa6b545a7d490959766436edf7489061b7ccf1b">3aa6b545</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-13T23:27:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Search dialog: The "Public" folder is now correctly browsed in all cases.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Use icon-only tool buttons for configuring highlight style.
* BUG: Search dialog: The "Public" folder is now correctly browsed in all cases.
* NEW: Redraw some icons.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/988546ad28d15ac10ebfbcb9f83d0f02e649b1ca">988546ad</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-13T23:32:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update some translations.

[EXAMPLES]
* NEW: Update some translations.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/aa8bc2b4e362165c2fc9d6c289f8d0383eb778e4">aa8bc2b4</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-06-17T00:04:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Puzzle1To8: update Russian translation
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/43b7bd73434f408dc5a03e6ad35ef601957eeaac">43b7bd73</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-06-17T00:10:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Puzzle1To8: fix German translation
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/84dcb3e440a231b5abc573996b3831581b8cfe45">84dcb3e4</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-06-17T00:16:47Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: BeastScroll: remove testing fields from project file
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/cfb4a9d2a87d20355fd3a7e255fe1384abbbfaa9">cfb4a9d2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-18T07:50:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enumerating an unknown datatype does not raise an error automatically anymore.

[GB.JIT]
* BUG: Enumerating an unknown datatype does not raise an error automatically anymore.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/47d96cce3255ac4b91a1c215803c4efdaf96a920">47d96cce</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-06-18T07:57:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Examples fixes

See merge request gambas/gambas!101</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4f027d250f0374fb06b221f6cb53a8e356358f0f">4f027d25</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-19T11:09:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix drag & drop on drop targets that are children of another drop target.

[GB.GUI.BASE]
* BUG: Fix drag & drop on drop targets that are children of another drop target.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/89dcbf8af133429096e780aed41e67bb6afdc30a">89dcbf8a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-19T11:10:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/03432457cd63cb01ade06ca21511b0b0d514fb5d">03432457</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-21T17:53:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Project property dialog: Standardize the look of lists widgets.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support.
* NEW: About dialog: Update design.
* NEW: Project property dialog: Standardize the look of lists widgets.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/64a13bfab454b99e477d920ecddfde45bb440ce3">64a13bfa</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-21T17:56:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">MenuButton: Fix possible crashes with focus management.

[GB.FORM]
* BUG: MenuButton: Fix possible crashes with focus management.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0179eb5936d12563f25b4dba7e1cc08a6f8eac9d">0179eb59</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-21T18:00:58Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enhance language detection done by the Request.Language property.

[GB.WEB]
* NEW: Enhance language detection done by the Request.Language property.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/bc8223e2401b913ff4b6adbcad73faf85b8f8a90">bc8223e2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-21T23:20:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">If the current translation does not exist, try to use the first available translation of the same language in another country.

[INTERPRETER]
* NEW: If the current translation does not exist, try to use the first available translation of the same language in another country.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/860260802df32b0f10b771d3358753822379a609">86026080</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-22T05:45:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix translation strings in some components.

[GB.FORM.EDITOR]
* BUG: Translate popup menu.

[GB.NET.CURL]
* BUG: DownloadManager: Remove useless Message event.
* NEW: DownloadManager: Add a Connect event raised when the distant server is connected.

[GB.WEB]
* BUG: CGI error message is not translatable.

[GB.XML]
* BUG: Error messages must not be translatable.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a94d7dfa72dc43cf1ae12c093d8ae2f4976cd519">a94d7dfa</a></strong>
<div>
<span>by Matthew Collins</span>
<i>at 2019-06-23T15:08:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[WIKI] Updated Playground Url

NEW: Changed playground urls from http to https.
NEW: Switched to run examples from stable to daily builds.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/932fbb19f1778e11678bd5da25e50419e6376f36">932fbb19</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-25T22:26:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TextEditor: Undo now groups successive single character insertions, and successive single character deletions as well.

[GB.FORM.EDITOR]
* NEW: TextEditor: Don't enclose selection with quotes anymore, it is more annoying than anything else.
* NEW: TextEditor: Undo now groups successive single character insertions, and successive single character deletions as well.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/23c426857f5310ec36fbfc29c08fd25fb2f76b2c">23c42685</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-27T10:59:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't crash anymore when searching into an archive that failed to load.

[INTERPRETER]
* BUG: Don't crash anymore when searching into an archive that failed to load.
* BUG: The archive path is now a dynamic string.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/85d4293edd5ed2ca8f49502192518ef0b18cfe30">85d4293e</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-28T20:58:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: Allow to enter the minimum Gambas version required and translate the Name entry of desktop files.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* BUG: Fix a possible crash when disabling/enabling a breakpoint.
* NEW: Packager: Allow to enter the minimum Gambas version required.
* NEW: Packager: Extra desktop file entries can override default entries.
* NEW: Packager: The desktop file Name entry is now emitted with its translations.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ced6a42adfb1369079bca3d04723b81f835c38ec">ced6a42a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-28T21:57:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: Some bug fixes, and traslate the project description in the desktop file.

[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Doing the same package several times without closing the wizard works correctly now.
* BUG: Packager: When making a *.deb package, clean-up the target directory from possible already existing similar packages. Otherwise dpkg-buildpackage does not build.
* NEW: Packager: Translate project description in desktop file.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/def5aaf027a92a3a78151dc4067b8df0cba74cd3">def5aaf0</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-06-29T00:16:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

[WIKI] Updated Playground Url

See merge request gambas/gambas!102</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4128a33adf3e31f94f9bb33f0a87c337151b29d3">4128a33a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-29T14:10:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update library to version 6.4.2.

[GB.CLIPPER]
* NEW: Update library to version 6.4.2.
* BUG: Get rid of a gcc warning.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/01a3106d2085f0193f281af12be070d018c3b3ae">01a3106d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-29T14:11:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New Highlight.Alternate style, and make the matching braces blink with the cursor.

[GB.EVAL]
* NEW: Highlight.Alternate is a new constant that represents the background style used for coloring code embedded into webpages.

[GB.EVAL.HIGHLIGHT]
* NEW: Support for new Highlight.Alternate style.

[GB.FORM.EDITOR]
* NEW: Support for new Highlight.Alternate style.
* NEW: Matching braces now blink with the cursor.
* BUG: When the cursor moves, the blinking timer is reset so that the cursor blinks only when it is not moving.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8294c6a81aac089b4c9732b0400bb67853d5d427">8294c6a8</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-29T14:15:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New 'new-tab' stock icon and redraw a few icons.

[GB.FORM]
* NEW: New 'new-tab' stock icon.

[GB.FORM.STOCK]
* NEW: New 'new-tab' stock icon.
* NEW: Redraw a few icons.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e3eb23882142cda468f89ba82a4c849c54f61da0">e3eb2388</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-29T14:17:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Support for new Highlight.Alternate style.

[DEVELOPMENT ENVIRONMNENT]
* NEW: Support for new Highlight.Alternate style.
* NEW: Update highlight themes.
* NEW: Update French translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2e2c1c3b5198ccfb8f2489779b361876c2979b8c">2e2c1c3b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-29T14:19:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Try to enhance language detection in Request.Language property.

[GB.WEB]
* NEW: Try to enhance language detection in Request.Language property.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a4aac29545cf641e36b7a72f0666f135b14cecf1">a4aac295</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-06-29T15:18:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update .gitlab-ci.yml</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/68e085bb1015e5f43282b7007362a61d3e61c97b">68e085bb</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-30T18:32:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't crash when seeking if no media is played and emit standard control events from the inner DrawingArea.

[GB.MEDIA.FORM]
* BUG: Don't crash when seeking if no media is played.
* NEW: Emit standard control events from the inner DrawingArea.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e09f6a6fa9192c8977296c1ab001220da311c5d7">e09f6a6f</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-06-30T19:39:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/53a8b5bde8128e74036746ef36a4e5512101ce5f">53a8b5bd</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2019-07-03T08:27:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[GB.QT5]
* BUG: Fix build with Qt 5.13.

[GB.QT5.EXT]
* BUG: Fix build with Qt 5.13.

[GB.QT5.OPENGL]
* BUG: Fix build with Qt 5.13.

[GB.QT5.WEBKIT]
* BUG: Fix build with Qt 5.13.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6ef1ef4a6ea71fa2a4c089a9449b56bf48b5d5ff">6ef1ef4a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-03T09:49:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ShowLines is a new property that makes the tree views draw tree lines.

[GB.GUI.BASE]
* NEW: Paint.Arrow() is a new method that draws an arrow.
* NEW: TreeView & ColumnView: ShowLines is a new property that makes the control draw tree lines.
* NEW: TreeView & ColumnView: The arrow size now follows the font size.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/03d704c092af4f68c1974a847e5a2daf7c131c3b">03d704c0</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-03T17:16:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New stock icon named 'call'.

[GB.FORM]
* NEW: New stock icon named 'call'.

[GB.FORM.STOCK]
* NEW: Add 'call' stock icon and redraw 'archive' icon.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a0fd6a99b71af2fd3ce22374da36c10e4f9eb39d">a0fd6a99</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-03T17:18:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TerminalView: Update colors so that they are readable both on a light and a dark background.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Update colors so that they are readable both on a light and a dark background.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a9bd2fe844abb6b44d3a3abc7e5f56c11d06ac10">a9bd2fe8</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-07-03T17:20:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Contains fix and new Italian translations

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now fix and complete.

[GB.FORM.TERMINAL]
* NEW: The complete translation.

[GB.TERM.FORM]
* NEW: The translation is now complete.

[GB.UTIL]
* New: The translation is now fix
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d58e3c15dd5f89e70fe1b8af2fd8797d804459f2">d58e3c15</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-03T19:39:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add 128 pixels versions of stock icons used by mimetypes.

[GB.FORM.STOCK]
* NEW: Add 128 pixels versions of stock icons used by mimetypes.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/096d63af9aca062120612fe5c10c5c5d103742f9">096d63af</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-03T20:06:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'qt-5.13' into 'master'

Fix build with Qt 5.13

See merge request gambas/gambas!103</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/820c8cf9bb0fe84d70cc289308da03cdcd303b86">820c8cf9</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-03T20:06:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'italian-translations' into 'master'

Contains fix and new Italian translations

See merge request gambas/gambas!104</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e9da726b96438eadaf2069123db715a1e395562c">e9da726b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-04T00:54:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: Create lower-case symbolic links on executables for Debian, Slackware, ArchLinux and Autotools packages.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Show the grid below the selection and other tool strokes.
* NEW: Packager: Create lower-case symbolic links on executables for Debian, Slackware, ArchLinux and Autotools packages.
* NEW: Packager: Autotools package does not use the deprecated AM_INIT_AUTOMAKE syntax anymore.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5fcf191a1fb22208ef794e5e8153ceca1df2519c">5fcf191a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-04T18:52:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Editor: Fix Highlight.Alternate property.

[GB.QT4.EXT]
* BUG: Editor: Fix Highlight.Alternate property.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8479b7f6086803edcdfe225f09c01609c340dc99">8479b7f6</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-04T22:15:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Message: Workaround a text layout bug when computing the size of the message box.

[GB.GUI.BASE]
* BUG: Message: Workaround a text layout bug when computing the size of the message box.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ade69465d6f61e3c07b35bb463320c6e25948c02">ade69465</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-07-06T19:18:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Allow arbitrary digests in HMac()

[GB.OPENSSL]
* NEW: Allow arbitrary digest methods to be passed to HMac(). They are now identified by their name. The integer arguments are deprecated.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d913a599292b4df741bd92f81a198128e13a4e8e">d913a599</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-07-06T19:45:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.openssl: Add OpenSSL static class and RandomBytes method

[GB.OPENSSL]
* NEW: Add static class OpenSSL for general utility methods provided by OpenSSL
* NEW: Add OpenSSL.RandomBytes to generate a cryptographically strong pseudo-random string of given length
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/798b1d54cc1ce611955c3dd3ac473229e472fbe5">798b1d54</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-09T17:35:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Paint.FontScale, and make gb.gtk and gb.gtk3 printer drawing behave the same as QT components.

[GB.DRAW]
* NEW: Paint: FontScale is a new property that defines a scale applied to the size of the fonts assigned to the Paint.Font property.
* NEW: Paint: Scale() second argument is now optional, and takes the same value as the first argument if omitted.

[GB.GTK]
* NEW: Paint: Implementation of Paint.FontScale.
* BUG: Printer: All printer events are raised between a single Paint.Begin() / Paint.End().

[GB.GTK3]
* NEW: Paint: Implementation of Paint.FontScale.
* BUG: Printer: All printer events are raised between a single Paint.Begin() / Paint.End().
* BUG: Printer: Print() does now crash anymore.
* BUG: Printer: Font sizes now are the same as with QT components.

[GB.QT4]
* NEW: Paint: Implementation of Paint.FontScale.

[GB.QT5]
* NEW: Paint: Implementation of Paint.FontScale.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/63b503ca240ace85e208f6b5a60c62f1c1770934">63b503ca</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-09T17:41:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make the TreeView arrows a little bit thinner and darker

[GB.GUI.BASE]
* NEW: Make the TreeView arrows a little bit thinner and darker.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f44b12f14b5f84844fb302bdf6c0dd9128681b27">f44b12f1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-09T17:43:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">DocumentView: Fix some bugs and add ShowPage and Desaturate properties.

[GB.FORM]
* NEW: DocumentView: The default background color is now a mix of the default text foreground and background colors.
* BUG: DocumentView: Use Paint.Begin() instead of Draw.Begin(), so that preview uses anti-aliasing.
* BUG: DocumentView: Fix some cases of page drawing not correctly triggered.
* NEW: DocumentView: ShowPage is new property that displays the current page and the number of pages inside the preview.
* NEW: DocumentView: Desaturate is a new property that desaturates the preview. It's slow when the zoom is huge.
* NEW: DocumentView: Allow zoom up to 800%.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/be96ff02bcae4c55fcd0b27db2c8ceff1c8fbf80">be96ff02</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-09T17:48:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">'gb.form.print' is a new component extends the Printer class with a generic preview and print dialog.

[GB.FORM.PRINT]
* NEW: 'gb.form.print' is a new component extends the Printer class with a generic preview and print dialog.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c5b2b5087001f507a3d7dccebed1bf10546eeaab">c5b2b508</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-09T17:49:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Text and code editors now can print their contents.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for the new 'gb.form.print' component.
* NEW: Code editor: Add a print button and menu entry that prints the contents of the editor.
* NEW: Text editor: Add a print button and menu entry that prints the contents of the editor.
* NEW: Option dialog: Add an option to define the font used for printing.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7ac4287247232ba4f4e5a65a12d566762ab4493f">7ac42872</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-09T17:53:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ad7b2a4937feeb9a87d1ddb2a0588f2fe0a65684">ad7b2a49</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T02:19:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.

[GB.GTK]
* NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.

[GB.GTK3]
* NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.

[GB.QT4]
* NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.
* BUG: Fix rich text size margins between paragraphs and titles.
* BUG: Fix rich text size computation.

[GB.QT5]
* NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.
* BUG: Fix rich text size margins between paragraphs and titles.
* BUG: Fix rich text size computation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8e487e5b1870230b719df010bc07912be9c622cb">8e487e5b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T02:22:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Painting on an already painted device now correctly inherits the Paint.FontScale property.

[GB.DRAW]
* BUG: Painting on an already painted device now correctly inherits the Paint.FontScale property.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b0801ec749650fa02582553a1d9bb51c75163ca0">b0801ec7</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T02:23:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">DocumentView: Correctly reset the scroll position when setting Arrangement to Arrange.Fill.

[GB.FORM]
* BUG: DocumentView: Correctly reset the scroll position when setting Arrangement to Arrange.Fill.
* OPT: DocumentView: Desaturate is faster now as it is done only once per page drawing.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0310b5841492e5a72b70e552c72f16807f10397d">0310b584</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T02:25:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TextEditor: TextEditor[].Paint() is a new method that paint the contents of a line, without the margin.

[GB.FORM.EDITOR]
* NEW: TextEditor: TextEditor[].Paint() is a new method that paint the contents of a line, without the margin.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/52950c37ee36dcad34ca3a3ee9462e3f8a5df303">52950c37</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T02:27:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enhance and fix the interface of the preview dialog.

[GB.FORM.PRINT]
* NEW: Enhance and fix the interface of the preview dialog.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/aa9084e3dfa6a3a2675ffe5a2cdcfb3d45d57a80">aa9084e3</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-10T02:32:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix debian-oldstable</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/78bd93d4657f1b37692754a34b12dd014cc0eee5">78bd93d4</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-10T02:36:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix debian-oldstable again</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/cb1159377de7e135f687f549318b6de01551d904">cb115937</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-10T02:41:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix debian-oldstable by moving debian-stable to debian-oldstable</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/30a73a440fabfdb91dea7d645c8385e4d4e31be5">30a73a44</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-10T02:45:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix debian-stable by moving debian-testing to debian-stable.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4362ebbbbfb287c11a605b109687c479a09b643e">4362ebbb</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-10T02:59:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">No more 'gb.desktop.keyring' in debian-stable.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/9dfcfccb6a7dcc458b981670d1e488aae96960df">9dfcfccb</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T11:23:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't depend on 'gb.form', it breaks the compilation!

[GB.GUI.BASE]
* BUG: Don't depend on 'gb.form', it breaks the compilation!
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/fed1e209e9c136db2c9d778dc75761d5ad42d144">fed1e209</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T11:24:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0c0b2b64faaaec84e92701bb1891c3b438c0c723">0c0b2b64</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T20:38:47Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">DesktopMime: Correctly identify executables as "application/x-executable".

[GB.DESKTOP]
* BUG: DesktopMime: Correctly identify executables as "application/x-executable".
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8a4d713a4a8cac874fb900f955e37c0cf6f0216e">8a4d713a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-10T21:08:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Disable templates using components not installed on the system, and only propose GUI components actually installed when 'gb.gui' is in use.

[DEVELOPMENT ENVIRONMENT]
* NEW: Project creation dialog: Disable templates using components not installed on the system.
* NEW: When 'gb.gui' is used, only propose GUI components actually installed on the system.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d186bf852a60885b2cfc547b8fa131d6c3c7392d">d186bf85</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-11T22:10:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add a Scroll event to TreeView, ColumnView and ListView.

[GB.GUI.BASE]
* BUG: GridView: Border padding is now applied inside the cell, not outside like the margin.
* NEW: TreeView: A Scroll event is raised now then the TreeView, the ListView or the ColumnView scrolls.
* BUG: TreeView: Setting the item Font property to NULL does not crash anymore.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/99a72c01b6b7ddae01c13e91faedbd263437f7c3">99a72c01</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-11T22:16:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TabPanel: Use the TabPanel foreground color to draw the titles of the tabs.

[GB.FORM]
* NEW: Spinner: Use the foreground color to draw the spinner and its label.
* NEW: TabPanel: Use the TabPanel foreground color to draw the titles of the tabs.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f82a67a4f3b072cc9dc0773850f17cf577298501">f82a67a4</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-11T22:40:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TextEditor: Draw wrapped lines with a normal background, but with a gray hook to its right.

[GB.FORM.EDITOR]
* NEW: TextEditor: Draw wrapped lines with a normal background, but with a gray hook to its right.
* BUG: TextEditor: Now we can set up to 32 style colors without crashing.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f1cc289bfb80cde636c20af11bd952f7af025c8e">f1cc289b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-11T22:40:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add an option not to increment version, and draw the startup class with underline bold text instead of using an emblem.

[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: Startup class is now drawn with underline bold text instead of using an emblem.
* NEW: Make executable dialog: Add an option not to increment version. This is options is saved in the local project settings.
* NEW: Code printing: Use always the same font size for drawing page header and footer.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/72cb22f00b9e3ac71dd203272ab4f18dde2fbcc5">72cb22f0</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-07-13T14:05:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Contains new Italian translations

[GB.FORM.PRINT]
* NEW: The complete translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f6f7f85f8bc3f73468127c739733b083b9f7dbca">f6f7f85f</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-15T13:38:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add ByRef annotations to the ".info" files generated by the compiler.

[COMPILER]
* NEW: Add ByRef annotations to the ".info" files generated by the compiler. The name of "ByRef" method arguments is now prefixed with a '&' character.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/07398d8d821654f0872a70000f9a47a60cedf6b0">07398d8d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-15T15:42:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Always reload the project after a pull / update from the repository. Support for the 'ByRef' annotation in '*.info' files.

[DEVELOPMENT ENVIRONMENT]
* NEW: Support for the 'ByRef' annotation in '*.info' files.
* BUG: Version control: Always reload the project after a pull / update from the repository.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/739895c55a3290dc1f008ea37a007c81230bf800">739895c5</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-15T15:44:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Support for 'ByRef' annotations in '*.info' files.

[WIKI CGI SCRIPT]
* NEW: Support for 'ByRef' annotations in '*.info' files.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/77fdca92822df22bcd8d38a60ffe156c402646e2">77fdca92</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-07-15T16:03:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">DataComboView: Add parameter to signature of Event Validate

[GB.DB.FORM]
* BUG: DataComboView: Add parameter to signature of Event Validate
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/eb5172f4e509790d7099b319caa8287a1b7285b6">eb5172f4</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-15T21:47:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">FileView: Add information about each file next to the icon in icon view mode.

[GB.FORM]
* NEW: FileView: Add information about each file next to the icon in icon view mode.
* BUG: DocumentView: Remove erroneous public constant written in French.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6902893ddb50e6480a63aa2268207241aea021f3">6902893d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-15T22:29:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">DataSource: IgnoreParent is a new parent that tells the DataSource not to filter its contents with any parent DataSource.

[GB.DB.FORM]
* NEW: DataSource: IgnoreParent is a new parent that tells the DataSource not to filter its contents with any parent DataSource.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f1a86eb687925e0a1ffb611f2f506ad5deb43704">f1a86eb6</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-15T22:30:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3af421214947e704648e9c69a6da37e9e86edb29">3af42121</a></strong>
<div>
<span>by glixx</span>
<i>at 2019-07-16T06:07:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">update Russian translation
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8e54671d1bebe52e56aa28d5ebc28fef67ea5cb6">8e54671d</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-16T20:18:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'italian-translations' into 'master'

Contains new Italian translations

See merge request gambas/gambas!105</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6c7977163154ac0f59fdc112f2986417fddca94a">6c797716</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-07-16T20:19:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

update Russian translation

See merge request gambas/gambas!106</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/eba52aee1259a1dd816b5814b133eff907c70187">eba52aee</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-24T18:03:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">CSS highlighter: Support for CSS escaped characters.

[GB.EVAL.HIGHLIGHT]
* BUG: CSS highlighter: Support for CSS escaped characters.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a3b06b8aad67f4aadf444308729dca460be01054">a3b06b8a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-24T18:04:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/27f89780f92a5b146aa6079a7978d49c7018d964">27f89780</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-24T19:19:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">IconView: Draw selected icons with a rectangular frame.

[GB.GUI.BASE]
* NEW: IconView: Draw selected icons with a rectangular frame.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b11d422c1408327cfa209f24889f668b105ac905">b11d422c</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-30T22:20:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.

[INTERPRETER]
* NEW: Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.
* NEW: The "Embedded array" error message has been rewritten as "Read-only array".
* NEW: Add two new standard errors: "Multidimensional array" and "Unknown class".
* NEW: Replace some specific error messages by standard errors.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/43fa62e0d1e6eab8eaba03bc168bd2591e3a053a">43fa62e0</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-30T22:23:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[GB.DESKTOP]
* NEW: Desktop.Types is a new property that returns a read-only array of each desktop defined in Desktop.Type.
* NEW: Desktop.Passwords: Work correctly now when multiple desktops are included in the Desktop.Type property.
* OPT: DesktopFiles: Remove some useless array copies.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8134f37eccf577569d81604d51ecac9bc4186444">8134f37e</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-30T22:26:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* BUG: Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/11bd8ccac949a764fb535a628e1803f8f1e81689">11bd8cca</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-31T23:12:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">GridView: Rich-text in centered cells with no text wrapping is correctly drawn now.

[GB.GUI.BASE]
* BUG: GridView: Rich-text in centered cells with no text wrapping is correctly drawn now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5b7842e76c9e757dd3ad48e01a3e630b802b3ebc">5b7842e7</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-31T23:13:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">About dialog: Display financial support again.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support file.
* NEW: About dialog: Display financial support again.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a">c8d94ef9</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-02T00:36:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Request: Fix Language property and add ContentType and ContentLength properties.

[GB.WEB]
* NEW: Request.ContentType is a new property that returns the Content-Type HTTP header.
* NEW: Request.ContentLength is a new property that returns the Content-Length HTTP header, or -1 if the header is not present.
* BUG: Request.Language now uses an internal dictionary to convert the Accept-Language HTTP header to a correct system language.
* BUG: Request.Language now takes the priority of languages specified in the Accept-Language HTTP header into account.
* BUG: If the request exceeds the maximum size defined by Request.MaxFileSize, a "Request too big" error is raised instead of "Response too big".
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c3b4a13aac12fdd41f333a1d3695931eff6a6907">c3b4a13a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-02T00:42:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix links inside symbol syntax, so that they keep the current language.

[WIKI CGI SCRIPT]
* BUG: Fix links inside symbol syntax, so that they keep the current language.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/db50637bf4a789bdcb92f24963137ede0d7923db">db50637b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-02T22:13:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Static class initializer are now always correctly run in the context of their component.

[INTERPRETER]
* BUG: Static class initializer are now always correctly run in the context of their component.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/57d9196c90e514f6cacb116d21b4c197d168bdf4">57d9196c</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-02T22:25:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">The defaut country of language collection has been replaced by a string, faster to initialize.

[GB.WEB]
* OPT: The defaut country of language collection has been replaced by a string, faster to initialize.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f7292f3be8601d4134d2e5604aaf06e416d6f634">f7292f3b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-02T22:33:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update default font with latest version of Gambas font.

[GB.SDL2]
* NEW: Update default font with latest version of Gambas font.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5193e79d3df4ce980cb5b00387ef7968a012478a">5193e79d</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-08-03T20:55:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Contains new Italian translations

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3364074b48b61e180a3989fa331c410ac0ad05fc">3364074b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-19T23:23:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix incorrect datatype of some driver function arguments.

[GB.COMPRESS.BZLIB2]
* BUG: Fix incorrect datatype of some driver function arguments.
* BUG: Fix a few error messages.

[GB.COMPRESS.ZLIB]
* BUG: Fix a few error messages.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4d59c6062d11a69cebf9b7c31bce3438bf913d87">4d59c606</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-20T23:23:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix boolean datatype management.

[GB.JIT]
* BUG: Fix boolean datatype management.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/9bd4691ba6e26e7bc59bb5c0c3871e0819b0bb9c">9bd4691b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-21T00:40:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Form editor: Fix a possible crash when dragging a toolbox control on a form.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix a possible crash when dragging a toolbox control on a form.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/791ca46db68f90cafc3868cff288b4e54398a2d0">791ca46d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-21T19:18:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">WebForm: Forms embedded into other forms work correctly now.

[GB.WEB.FORM]
* BUG: WebForm: Forms embedded into other forms work correctly now.
* BUG: WebForm: An error is raised now when trying to show an embedded form.
* BUG: WebForm: Fix message box icons pre-loading.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/69231c5ab6c830fb0c10da563da7867cca587563">69231c5a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-21T19:20:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Automatic completion: Fix constructor signature computation.

[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Fix constructor signature computation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/411ee75e7dfd4a79d303627652b32902942e5146">411ee75e</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-21T20:08:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix JIT compilation when there are a lot of functions.

[INTERPRETER]
* BUG: Fix JIT compilation when there are a lot of functions.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7b74fec6cc70af95721d0e0ce2cdf24e8be52b86">7b74fec6</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-21T20:36:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">'&/' operator now automatically converts its arguments to strings.

[INTERPRETER]
* NEW: '&/' operator now automatically converts its arguments to strings.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/abf4dfb110583603f104c0d5bbc3774278949534">abf4dfb1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-22T01:13:58Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable.

[COMPILER]
* NEW: PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b6900124a0be9810f641ad01510cabc63f3bda78">b6900124</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-22T01:18:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update error messages.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update error messages.
* NEW: Update French translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/445784e8205df3b29902c2adefbffbbfa03e6bb0">445784e8</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-22T01:19:40Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Take the window menu bar into account when drawing drag and drop frame.

[GB.GUI.BASE]
* BUG: Take the window menu bar into account when drawing drag and drop frame.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/51e271f107581f1b22684470aa6556e3caddce60">51e271f1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-22T10:36:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix '&/' operator.

[INTERPRETER]
* BUG: Fix '&/' operator.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/56b7b9e3228312d5d037c473d027fbdf2e10b758">56b7b9e3</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-23T23:57:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Forgot a comma in the error message list, making the raise of the last error message crash.

[INTERPRETER]
* BUG: Forgot a comma in the error message list, making the raise of the last error message crash.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d1948373395efb45e259c183163f7731567d8f00">d1948373</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-25T22:27:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update French translation.

[GB.UTIL]
* NEW: Update French translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7ad9db74c49ee1b4f2e1ce1352e27b8925e642e2">7ad9db74</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-27T10:55:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TextEditor: Draw multi-line markers darker.

[GB.FORM.EDITOR]
* NEW: TextEditor: Draw multi-line markers darker.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/649d3cd92e7004f414c4b25160205eb24e15abe5">649d3cd9</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-27T10:56:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Project tree: 'Open in folder' menu entry is now visible on file items, not just directories.

[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: 'Open in folder' menu entry is now visible on file items, not just directories.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/cf5be5b63d9ae443e00b9a90993561ceeefa3580">cf5be5b6</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-27T10:57:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Some minus signs reformatting.

[GB.REPORT2]
* NEW: Some minus signs reformatting.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f7d07bae3daf7c33a2dbf206e727660bf0c59172">f7d07bae</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-27T10:58:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Component version is now taken from the VERSION file.

[GB.XML]
* BUG: Component version is now taken from the VERSION file.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1cc44adf7901442c170f67eb6559a08f87345b90">1cc44adf</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-27T11:00:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update component version.

[GB.NET.SMTP]
* NEW: Update component version.

[GB.SETTINGS]
* NEW: Update component version.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1a41272c4f44b73ff8c6a6e1166f232d773562e9">1a41272c</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-08-27T14:20:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of https://gitlab.com/gambas/gambas into italian-translations
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6a0540a700a8fb03e233734112eb85fbf52869fe">6a0540a7</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-08-27T16:01:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Contains fix and new Italian translations

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now fix and complete.

[GB.UTIL]
* NEW: The translation is now complete.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/cce5b3eb4274b6a4eadc29647d9bee80fddd5efb">cce5b3eb</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-08-27T22:02:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'italian-translations' into 'master'

Contains new Italian translations

See merge request gambas/gambas!108</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/46c63624f9424f852dc6217b18de08eb2a795136">46c63624</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-27T22:39:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu.

[DEVELOPMENT ENVIRONMENT]
* NEW: Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu.
* NEW: Translation dialog: The automatic translation now stops as soon as the translation program fails.
* NEW: Update common Spanish translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/30b1912ffaec541c14f53f5bee6cd4a369b216d3">30b1912f</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-29T20:21:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add a 16 point size version of the medium Gambas font.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add a 16 point size version of the medium Gambas font.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/17d57a712a18db5490a9004596048e8a9d6d83c6">17d57a71</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-29T21:32:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Gambas medium size 16 font.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas medium size 16 font.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/234c2c690a934a2146cccd9b7c9665be931a1abb">234c2c69</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-30T07:09:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[GB.DB]
* NEW: Add a driver API that handles debugging messages.
* NEW: Print the current date/time before any debugging message.

[GB.DB.MYSQL]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.ODBC]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.POSTGRESQL]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.SQLITE2]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.SQLITE3]
* NEW: Use the new driver API to print debugging messages.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a116861d8e41db0badb488022dbbc363f543e175">a116861d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-30T16:37:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Gambas fonts.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas Medium size 13 font.
* NEW: Update Gambas Medium size 16 font.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c044148d525d1eb61836c6eecd3d6cdcdd29e18b">c044148d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-31T22:03:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix some memory leaks in font management.

[GB.GTK]
* BUG: Fix a memory leak when getting the size of a piece of text.

[GB.GTK3]
* BUG: Fix a memory leak in font object creation.
* BUG: Fix a memory leak when getting the size of a piece of text.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0ae265976432c5d439cb44b6165e974cf9989b8a">0ae26597</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-02T21:47:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add a bold version of the 16 pt Gambas font.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update support file.
* NEW: Add a bold version of the 16 pt Gambas font.
* NEW: Update 16 pt Gambas medium font.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/24c3bdcf519bf1417bd01f868acd23a1cb9c713f">24c3bdcf</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-02T22:06:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix menu proxy management that could crash combo-box popups.

[GB.GTK]
* BUG: Fix menu proxy management that could crash combo-box popups.

[GB.GTK3]
* BUG: Fix menu proxy management that could crash combo-box popups.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ead1bb23c8b6238718e415839240ce66113ace86">ead1bb23</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-04T00:07:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Gambas 16 pt fonts.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 pt fonts.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/38b9915c425941b6289cbb5962a7b2034ae7922b">38b9915c</a></strong>
<div>
<span>by Christian Ehrhardt</span>
<i>at 2019-09-04T21:42:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build with newer mysql/mariadb

Recent releases only need to include mysql.h for a long time and in the
meantime even removed most other headers.
Un-break gb.db.mysql/configure.ac by not strictly requiring this old header.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/dbdb10f344d8248552ebfd31ae797ca3031bb6c2">dbdb10f3</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-09-04T23:06:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Patch forward from Ubuntu

See merge request gambas/gambas!110</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/630d2f4f3390353879b52ee22b4f21eb13784488">630d2f4f</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-05T21:23:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Automatic completion: Don't crash when displaying the signature of '_new'.

[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Don't crash when displaying the signature of '_new'.
* NEW: Update Gambas 16 fonts.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a3b14f765b0a14f85d822a20ec4822da09e70300">a3b14f76</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-05T21:31:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix the declaration of static properties using USE.

[COMPILER]
* BUG: Fix the declaration of static properties using USE.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/52b4f74325af882cd12db55fc322fbf437c35172">52b4f743</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-05T23:58:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Gambas 16 font.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 font.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c0a3767002ce3a569f2135288e9668e8fd571be8">c0a37670</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-09T02:37:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Take newlines, tabs, and backticks into account when analyzing a table schema.

[GB.DB.SQLITE3]
* BUG: Take newlines, tabs, and backticks into account when analyzing a table schema.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/53b0a9419edd2d2587d816d62763d368a8369dc8">53b0a941</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-09T11:22:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove a debugging message.

[GB.DB.SQLITE3]
* BUG: Remove a debugging message.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d3fdd6fdda18656db4d6fc64c3872d5a1282ec2a">d3fdd6fd</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-09T21:58:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Error.Clear() now clears the error flag returned by the ERROR function.

[INTERPRETER]
* NEW: Error.Clear() now clears the error flag returned by the ERROR function.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/51a9a1035d42034b2e85f094298cb1b60f65813f">51a9a103</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-11T17:38:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix crash when using the new PROPERTY ... USE syntax.

[COMPILER]
* BUG: Fix crash when using the new PROPERTY ... USE syntax.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/133fd6e2d99abed14921e52fe245f50286ad4ce6">133fd6e2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-11T17:50:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix again some crash when using the new PROPERTY ... USE syntax.

[COMPILER]
* BUG: Fix again some crash when using the new PROPERTY ... USE syntax.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ceae6929c32333605f5260b704192a3b92ec59c0">ceae6929</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-12T00:15:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Take column in compiler warning messages into account.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Take column in compiler warning messages into account.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/225f2833da30ee83b5b3e573e031f3e0b8ac400c">225f2833</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-12T01:23:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix again the management of the new new PROPERTY ... USE syntax.

[COMPILER]
* NEW: Don't emit debugging information for generated functions, but emit void sections for backward compatibility.
* NEW: Don't emit source file path in the debugging information.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a75610924a3390b0a9392816aff1678c133229a0">a7561092</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-12T01:37:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls.

[GB.FORM]
* NEW: Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls.
* NEW: Add separators between the different kind of bookmarks in the bookmark menu.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6c9e09730dbec54aa4385383b39019014f5b9919">6c9e0973</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-12T01:39:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add a bookmark on the current project in all directory and file choosers.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add a bookmark on the current project in all directory and file choosers.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f34989d4be240c3a5dbff5af4687bbbceed3565f">f34989d4</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-12T01:40:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work.

[GB.DBUS]
* BUG: Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4c1850e66c9470a672134fa460371611061c0449">4c1850e6</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-14T21:44:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Gambas 16 fonts.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7a49f039b536655c9e705bdd180672dce83b560a">7a49f039</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-17T08:10:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Uncatched errors raised from an event handler can be ignored now.

[INTERPRETER]
* NEW: Uncatched errors raised from an event handler can be ignored now.

[GB.GTK]
* NEW: Uncatched errors raised from an event handler can be ignored now.

[GB.GTK3]
* NEW: Uncatched errors raised from an event handler can be ignored now.

[GB.QT4]
* NEW: Uncatched errors raised from an event handler can be ignored now.

[GB.QT5]
* NEW: Uncatched errors raised from an event handler can be ignored now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8a188342ec197a8b46bf954e99ced05040bb4032">8a188342</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-17T08:12:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't leak control reference when raising an error from a click event handler.

[GB.GTK]
* BUG: Don't leak control reference when raising an error from a click event handler.

[GB.GTK3]
* BUG: Don't leak control reference when raising an error from a click event handler.

[GB.QT]
* BUG: Don't leak control reference when raising an error from a click event handler.

[GB.QT4]
* BUG: Don't leak control reference when raising an error from a click event handler.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8d7e08cdfeff80f9d08907e7477476e86bbcf6c1">8d7e08cd</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-17T08:19:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Handle the new error hook.

[GB.NCURSES]
* BUG: Handle the new error hook.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f2a64e16174f7520be142fddd75683ef1a70666f">f2a64e16</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-19T21:57:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix XmlExplorer constructor declaration.

[GB.XML]
* BUG: Fix XmlExplorer constructor declaration.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a7c52a856d43c35ddcfdee08a4d4bdeb794de5b3">a7c52a85</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-19T22:10:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add dark theme versions of component chooser icons (checked, partially checked, locked).

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Add dark theme versions of component chooser icons (checked, partially checked, locked).
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e5253aa78230f0a88c10721a90385d89ce30e982">e5253aa7</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-23T00:14:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Gambas π!

[DEVELOPMENT ENVIRONMENT]
* NEW: Gambas π!
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0fbb62d38a9107b639a8d800ed0e3564ff32e1ea">0fbb62d3</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-23T00:15:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Set version to 3.14.0.

[CONFIGURATION]
* NEW: Set version to 3.14.0.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/de3dcfa2651e845550914a955407329b16ffc8e8">de3dcfa2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-09-23T00:28:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into stable
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#dad57a4c245a8007c90257aef0514c8b6a0f600c">
AUTHORS
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#b33892fbddeffc3368077b4904ad0b3d562a7312">
VERSION
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#c6ec9ac9c8f79cf7cc4765f42e127177e598eecf">
app/desktop/gambas3.desktop
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#0be2b81b0f799234f969c0424a2e126556d763e6">
<span class="new-file">
+
app/examples/Basic/Blights/.lang/ru.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#5ae660d57de61b258a97de93ec1ff435e4733b46">
<span class="new-file">
+
app/examples/Basic/Collection/.lang/ru.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#7e3578f29f10896b63ad3ed0fc9812bd434e3f41">
app/examples/Basic/Collection/.src/FStart.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#7ceab484556c0f21f38bc7169a83743b0dad5c73">
<span class="new-file">
+
app/examples/Basic/DragNDrop/.lang/ru.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#6e2c4e3b12645456e939937fbc68f7e4c2a0fd08">
app/examples/Basic/DragNDrop/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#6094baf249ad5a37ba691ee7e909bf2dfd459d75">
app/examples/Basic/DragNDrop/.src/FDragNDrop.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#e4fccfd0bf2060716b83c682607fc06f4e0c6a11">
app/examples/Basic/DragNDrop/.src/FDragNDrop.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#14fe1beeb10551e9b38cf93f8708b9b469254135">
<span class="new-file">
+
app/examples/Basic/Object/.lang/ru.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#13778724f66196cf939723ad80105dfcd09b1e5a">
app/examples/Basic/Object/.src/FStart.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#f3c9ca23324017cb36ffbb386b9358ccb36350f9">
app/examples/Basic/Timer/.lang/ca.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#dfabefed8c8c6b07e9aeddc6c8539169c9138175">
app/examples/Basic/Timer/.lang/cs.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#2010dfae16c8d7239ccfee9c14bf8f36a78d39d0">
app/examples/Basic/Timer/.lang/de.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#43e2836ce436083e5b127fa639c3869c50792275">
app/examples/Basic/Timer/.lang/es.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#16259c3d43e8e1286fb988027a78415102e58773">
app/examples/Basic/Timer/.lang/nl.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#c01ddd53aa0439155dc43f431bbd491f9c3073d3">
<span class="new-file">
+
app/examples/Basic/Timer/.lang/ru.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#fa61ae903f782e2dc9411b00865acf4561330111">
app/examples/Basic/Timer/.src/FTimer.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#802ad961d461bbdf4c85cf1e46f63def93e94df8">
<span class="new-file">
+
app/examples/Control/ArrayOfControls/.lang/ru.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#792ce36d33473edd77e6f4cfb83d71d8851beafc">
<span class="new-file">
+
app/examples/Control/Embedder/.lang/ru.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#b5a6a86e659d1a84dca594ec22d9ad0f3a13352c">
app/examples/Control/Embedder/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#bc0894b90447a00fb4f166f5c665409510684c69">
app/examples/Control/Embedder/.src/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#21390119ff6a70d03c83219639df2dda44146699">
app/examples/Control/HighlightEditor/.icon.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#4fa6887d4a700d93576dea8091a030789ceb23d7">
<span class="new-file">
+
app/examples/Control/HighlightEditor/.lang/ru.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#d993ebd8ddeef676a13fb9c53dcf9c73cc1b09a9">
app/examples/Control/HighlightEditor/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#7c1056a85a9b3ce470bf2a47396d9c0594e49354">
app/examples/Control/HighlightEditor/.src/FEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#46e4d4ef54439be21a3691a70e6aa746f957f2e1">
app/examples/Control/HighlightEditor/.src/FEditor.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8#7d6e209e54b68488181acac5f8fbcc0afb7d0003">
<span class="new-file">
+
app/examples/Control/LCDLabel/.lang/ru.po
</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/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8">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>