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



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch 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/ee0b38be067307c58e26b2d9f6f8b9fb28fec18e">ee0b38be</a></strong>
<div>
<span>by bgermann</span>
<i>at 2018-10-27T12:56:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Do not reset CFLAGS or CXXFLAGS

Do not reset CFLAGS or CXXFLAGS so one can overwrite them.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/df419c9434af98d123962942161264861d71c007">df419c94</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-12T17:20:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to.

[GB.NET]
* NEW: UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/23a8fbc81df4947ac00ea361d22198fc0c33f51f">23a8fbc8</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-12T17:23:50Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix UdpSocket class declaration.

[GB.NET]
* BUG: Fix UdpSocket class declaration.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/388bc70157aeb63b091234ac10dee35987fb918b">388bc701</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-13T07:58:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't crash when drawing one-character static strings.

[GB.SDL2]
* BUG: Don't crash when drawing one-character static strings.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0d989266051aaf282b8b49843e8846dc3cd992a7">0d989266</a></strong>
<div>
<span>by Gianluigi Gradaschi</span>
<i>at 2019-01-15T22:17:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Italian translations
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/bcaf4d990c9b936f56ec6d9e0bd08e2acec4b713">bcaf4d99</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-01-15T22:17:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'italian-translations' into 'master'

Update Italian translation for the development environment, the tips, gb.wiki, gb.args, gb.db.form, gb.form, gb.form.dialog, gb.form.mdi, gb.report2, gb.web.form.

See merge request gambas/gambas!60</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/69d864f1d44214e5aaa12abb26e960553b571e1c">69d864f1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-16T03:32:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ignore trailing zeros in the decimal part of floating point number constants.

[INTERPRETER]
* NEW: Allow one more decimal digit in floating point number constants.
* BUG: Ignore trailing zeros in the decimal part of floating point number constants. It may introduce rounding differences.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f1ed9011a3b2f43ac42088d606dade3ef557e5d0">f1ed9011</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-19T00:03:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">If the option '-t' is specified, the compiler now automatically calls 'msgfmt' to compile the translation files if needed.

[COMPILER]
* NEW: If the option '-t' is specified, the compiler now automatically calls 'msgfmt' to compile the translation files if needed.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/525b6865814caecbe96332f3c2a72e9ce4eb4fb4">525b6865</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-19T00:05:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Do not call 'msgfmt' anymore, this is automatically done by the compiler now.

[DEVELOPMENT ENVIRONMENT]
* NEW: Do not call 'msgfmt' anymore, this is automatically done by the compiler now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/912d804daa21971d83c05effb0c371802798e65e">912d804d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-19T00:06:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Raise the maximum number of decimal digit of a Float value to 16.

[INTERPRETER]
* NEW: Raise the maximum number of decimal digit of a Float value to 16.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/845d535b356fbdd70683691a21fc01bcbf761999">845d535b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-19T00:08:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix corrupted image in BeastScroll example.

[EXAMPLES]
* BUG: Fix corrupted image in BeastScroll example.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1181b78443a41cd4c7fdf8481c3258b1329c5ec4">1181b784</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-19T01:58:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Spinner: Enable the spinner timer only if needed, and not permanently!

[GB.FORM]
* BUG: Spinner: Enable the spinner timer only if needed, and not permanently!
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/fe55f495f4521e313e4a096dc6f1b9920ea291a4">fe55f495</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-20T21:50:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix the default value of optional Object function arguments.

[GB.JIT]
* BUG: Fix the default value of optional Object function arguments.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/75b1d5955aaf53493abdc58b644f8fcc12cb106e">75b1d595</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-20T22:28:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Replace 'Guint' by 'uint', otherwise the component seems to not compile anymore on some systems.

[GB.PDF]
* BUG: Replace 'Guint' by 'uint', otherwise the component seems to not compile anymore on some systems.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4dae37d474053b829874abb86e77fa82498a6d9c">4dae37d4</a></strong>
<div>
<span>by christof</span>
<i>at 2019-01-21T13:54:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix packager creates component name with leading dot

this happend if vendorname = Null
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc">e5b5487a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-23T23:57:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Search dialog: text highlight now works correctly whatever the editor font is.

[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: text highlight now works correctly whatever the editor font is.

[GB.EVAL.HIGHLIGHT]
* NEW: TextHighlighter: Paint() is a new method that paints the highlighted text.

[GB.GUI.BASE]
* NEW: Paint: Add an hidden undocumented method that computes the character width of a fixed font.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/402d1acbcbbfbac2ba1d074b78ca054cea01b86c">402d1acb</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-24T03:11:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Compile translations on installation.

[DEVELOPMENT ENVIRONMENT]
* BUG: Compile translations on installation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/245d3d74298818ad066bccd3990dd4a0002c675a">245d3d74</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-26T14:24:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Do not add an extra decimal digit to floating point numbers, it introduces rounding errors.

[INTERPRETER]
* BUG: Do not add an extra decimal digit to floating point numbers, it introduces rounding errors.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7b75f31e81c3ab3b6e180c7f9dcc27433f4cc0fe">7b75f31e</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-26T14:25:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TabStrip: Tab labels are now correctly displayed when the tab has no icon.

[GB.GTK3]
* BUG: TabStrip: Tab labels are now correctly displayed when the tab has no icon.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6bd779d2f646ead2f7d3b039c298867ff8fb2fe4">6bd779d2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-26T15:11:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make component compile with GTK+ < 3.20.

[GB.GTK3]
* BUG: Make component compile with GTK+ < 3.20.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8f09b68254c2f54e71c5ae00efdfb0f560c7e192">8f09b682</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-26T17:28:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">MediaView: Merge the play and pause button and remove the big white pause symbol.

[GB.MEDIA.FORM]
* NEW: MediaView: Merge the play and pause button.
* NEW: MediaView: Remove the big white pause symbol.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e467d664c1e10dc50d52ff449204c6b68ea08d0a">e467d664</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-29T00:18:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Code editor: The background color of error or watch tooltips is now explicitely merged with the theme default background color.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: The background color of error or watch tooltips is now explicitely merged with the theme default background color.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/579c9e1fc7b826fd426feb5fd8bafea7ceebdd29">579c9e1f</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-02-01T10:57:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.xml: <!DOCTYPE> declaration is case-insensitive

[GB.XML]
* BUG: <!DOCTYPE> declaration is case-insensitive.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0a6b9ff342605fabea2949155a786a7ad2339210">0a6b9ff3</a></strong>
<div>
<span>by gambix</span>
<i>at 2019-02-01T21:23:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Circle mapItem now really have the good radius and MapPoint.Distance is now a static function

[GB.MAP]
* BUG: Circle map item now a really the good radius
* OPT: MapPoint.Distance is now a static public Function
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/13120e91b6638af06fb329b761a508c701f12db8">13120e91</a></strong>
<div>
<span>by gambix</span>
<i>at 2019-02-01T21:24:58Z</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/92a09ad18526e0306cb522ede0df9b7575d7a885">92a09ad1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:37:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround.

[GB.FORM.MDI]
* BUG: Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c875f00a447f6713ff120cc4bc492c920b2dd265">c875f00a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:40:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good.

[GB.FORM]
* NEW: TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f812d81274154562c89785912dd4646156f35408">f812d812</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:41:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enhance the SpinBox control.

[GB.GUI.BASE]
* NEW: SpinBox: Alignment is a new property that allows to define the alignment of the control inner text.
* NEW: SpinBox: ShowZero is a new property that tells to pad the displayed number with zeros.
* NEW: SpinBox: Limit is a new event that is raised when the user tries to move past the maximum value, or beofre the minimum value.
* BUG: SpinBox: The value entered with the keyboard is now always taken into account by the next use of the mouse.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3a8b687376f931794efa3235924d81dc4fc2be33">3a8b6873</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:49:44Z</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/a7bbfbfb745c744e7ffeb28cef82775480aac6ce">a7bbfbfb</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:55:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Now that *.mo files are automatically generated by the compiler, do not put them in the git repository.

[CONFIGURATION]
* NEW: Now that *.mo files are automatically generated by the compiler, do not put them in the git repository.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f931131317e6a4b9ec3173173e8373348b58e7a0">f9311313</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-02T00:06:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update French translation.

[WIKI]
* NEW: Update French translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5bb2f41b21b72a7747e4c0af5b6efd964488482a">5bb2f41b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-02T00:07:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove '*.mo' files now automatically generated by the compiler, and other filed that should be ignored too.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6c7837ec0d99ed37f361a05bf2ec77315f8065f8">6c7837ec</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-02T00:10:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add the root '.gitignore' file, the only one that should be kept in the repository.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/efee886dabb4b42e10e6de73062e9da608a39187">efee886d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-02T01:00:58Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">* Remove other '*.mo' files from the repository.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3482e7dda0ee388c71487ce86c0b31d1ce54b9b8">3482e7dd</a></strong>
<div>
<span>by gambix</span>
<i>at 2019-02-02T17:06:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add the require of gb.eval and force the gb.eval componant loading if not done

[GB.REPORT]
* BUG: Add the require for gb.eval in component info and force the loading of it.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4226f329053fb0fca947dda18bf4227f3ace2351">4226f329</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-05T01:23:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translation dialog: Add two buttons to move between translated strings and redesign the dialog a bit.

[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: Move the current translation related buttons to their own toolbars juste above the translation field.
* NEW: Translation dialog: Add two buttons to move between translated strings.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/66a4368ba05518b1fba515a768c2be75ab33996a">66a4368b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-05T01:25:07Z</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/a5ec01c2523c97edd3e57bcacef4de455961baba">a5ec01c2</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-06T18:03:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'componentwithoutdot' into 'master'

Fix packager creates component name with leading dot

See merge request gambas/gambas!61</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d2ed9a43f28c016171ba25b614c5463dda2b861b">d2ed9a43</a></strong>
<div>
<span>by Tim Dickson</span>
<i>at 2019-02-06T20:57:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fix slackware package genreation
[DEVELOPMENT ENVIRONMENT]
* BUG: generate missing doinst.sh file for desktop packages
* BUG: make requires file point at correct package for slapt-get
* BUG: generate one package for slackware, as dep packages are not used.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4770a192f85b78c4811f850e61f47eca8a77e58c">4770a192</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-06T21:18:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

fix slackware package genreation

See merge request gambas/gambas!65</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6d12e87a5424e4268112ec2303f048574afce9c7">6d12e87a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-06T21:24:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Cosmetic enhancement of the fix on package names with a leading dot.

[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Cosmetic enhancement of the fix on package names with a leading dot.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8d04122c84f201c212223b2943f43008b7dc92dc">8d04122c</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-06T21:25:44Z</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/c0eab6b4c47dee2610cf1b1bd9cb1cd7b92c5604">c0eab6b4</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-06T22:23:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't crash if a component use NULL as error message argument. Replace it by a void string.

[INTERPRETER]
* BUG: Don't crash if a component use NULL as error message argument. Replace it by a void string.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/466a570451a556eab4f649a12f64ee458c4f0901">466a5704</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-06T22:24:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly.

[GB.DB]
* BUG: Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2a8ebf365970057153b62db3c222239abb2d07c8">2a8ebf36</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-07T13:20:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Support for automatic translation based on 'translate-shell' tool.

[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: Support for automatic translation based on 'translate-shell' tool.
* NEW: Option dialog: Support for automatic translation based on 'translate-shell' tool.
* BUG: Mark some strings in forms as not to be translated.
* NEW: Update the Spanish translation.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/80cc24b690e31227d22ea745fe5df57f4f6d553d">80cc24b6</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-02-07T22:51:59Z</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 and correct.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/019bae27897903b9ffb65b545f83b28c181c075b">019bae27</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-07T23:42:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Translation dialog: Deleting a translation correctly removes it from the translation combo box.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: Deleting a translation correctly removes it from the translation combo box.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/66b357dcf392963c4476a5d300b6374e924f14e4">66b357dc</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-08T00:07:21Z</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!66</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4f72989680381dc7c34b7bfc5d3108b922256c06">4f729896</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-08T22:07:47Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Unused function warnings now point at the beginning of the function.

[COMPILER]
* BUG: Unused function warnings now point at the beginning of the function.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/66253171fd083697257452bf7b0825361ae75b85">66253171</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-08T22:08:34Z</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/24c2f184f09bd99bea9f44a435269c45eb235792">24c2f184</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-09T13:26:47Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">URLLabel: Rewrite the control as a child of Label.

[GB.FORM]
* NEW: URLLabel: Rewrite the control as a child of Label.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a5660d9ba89c4f75d4640d0c572b7e395cbb26ee">a5660d9b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-09T13:27:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix how format on load & save option is taken into account.

[DEVELOPMENT ENVIRONMENT]
* BUG: Format on load & save option now mark the files as modified, so that search does not become silly.
* BUG: Format on load & save option is now taken into account by the text editor, not just by code editor.
* NEW: URLLabel.Padding now works correctly in form editor.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8ab745c21a129814f115f1080ba6fcbdabd657a7">8ab745c2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-09T15:07:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix corrupted test form.

[GB.FORM]
* BUG: Fix corrupted test form.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f3d0e3590e89072cf47f5e29b8b3d4f38cfff131">f3d0e359</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-02-09T15:51:51Z</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/5318c1db60ed55eb14d8feb4563f99b3aee63f1a">5318c1db</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-11T00:21:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Option dialog: Add new snippets and display custom snippets in bold.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Add new snippets.
* NEW: Option dialog: Display custom snippets in bold.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b565ce873439f36bd8045e7bc71e2bdb5b24942d">b565ce87</a></strong>
<div>
<span>by Gen Braga</span>
<i>at 2019-02-11T13:16:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Replace pt_BR.po, updated translation.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8b825452693a6d0d505a2b289c56d0a3ebe64705">8b825452</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-11T13:47:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'italian-translations' into 'master'

Update Italian translation.

See merge request gambas/gambas!67</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a761404ac972ca32684e31fae7e18288951299e3">a761404a</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-11T13:47:58Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'undefined' into 'master'

Replace pt_BR.po, updated translation.

See merge request gambas/gambas!68</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2457440701c5c6cc596f62d39147285829373197">24574407</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-11T13:54:58Z</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/a03ffa0c045b28e4afce3fdf92a74f8a1546375f">a03ffa0c</a></strong>
<div>
<span>by Bernhard M. Wiedemann</span>
<i>at 2019-02-14T09:32:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make 'gb.pdf' compile with poppler-0.72

completes commit a576b687dbf4c081cb7935c1698dad8f6ddb224a

Without this change, it would complain about missing getCString
because the POPPLER_VERSION_0_72 was not there.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1bf58ddd3507d614b6c78809d9a17cef9398a34d">1bf58ddd</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-14T17:08:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">WebTextArea: The Text property works correctly again.

[GB.WEB.FORM]
* BUG: WebTextArea: The Text property works correctly again.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2522691508ec6016d2833f77a220faee3c366985">25226915</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-14T17:09:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Support for integrated playground.

[WIKI]
* NEW: Support for integrated playground.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/98c6018e186827a9c18789101a1ae32933465a3f">98c6018e</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-14T17:10:09Z</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/a4fb029fbff6d3946b17e2bd1fc4912caf5f9cf5">a4fb029f</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-14T17:10:34Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects.

[GB.NET.CURL]
* NEW: Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/315eb81d0f0223b5ae7b25c33105331f1491921d">315eb81d</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-14T22:21:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TextEditor: The inner shadow now covers the margin.

[GB.FORM.EDITOR]
* BUG: TextEditor: The inner shadow now covers the margin.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/757af8c19cea3e87ed0843b09afd361ad83d8e10">757af8c1</a></strong>
<div>
<span>by Gen Braga</span>
<i>at 2019-02-14T22:26:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Map.Proxy is a new property that allows to define the proxy used by all HTTP requests made to retrieve the map tiles.

[GB.MAP]
* NEW: Map.Proxy is a new property that allows to define the proxy used by all HTTP requests made to retrieve the map tiles.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/40798a79182a8584d5e9d940d7b41db1a81831a5">40798a79</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-14T22:26:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Added HTTP Proxy support.

See merge request gambas/gambas!72</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/905e7c5160d7e1db4ee1960385b3cdf03980e596">905e7c51</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-14T22:27:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'poppler' into 'master'

Make 'gb.pdf' compile with poppler-0.72

See merge request gambas/gambas!73</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b7a9af45c6f407b9ea13a1c580047511c40f3b3f">b7a9af45</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-02-15T15:07:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'flags' into 'master'

Do not reset CFLAGS or CXXFLAGS

See merge request gambas/gambas!50</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b4a8adf22286f0e10170504e8804ffd98bbf0f90">b4a8adf2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-16T01:00:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix string to floating point conversion routine.

[INTERPRETER]
* BUG: Fix string to floating point conversion routine.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/aa66e9bcd5f10719428d77014fda3c6df2093f26">aa66e9bc</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-22T23:15:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Windows without any active child control correctly catch keyboard events now.

[GB.GTK]
* BUG: Windows without any active child control correctly catch keyboard events now.

[GB.GTK3]
* BUG: Windows without any active child control correctly catch keyboard events now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1f73946947fcc80a3e6fd15035f46434d801565f">1f739469</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-24T23:20:43Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Put 'gbh3' back into the git repository.

[CONFIGURATION]
* BUG: Don't put main/tools in .gitignore.

[HELPER]
* BUG: Put 'gbh3' back into the git repository.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3cd80f118de32260fdaf25a6d7afd5729bbc0fb1">3cd80f11</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-26T19:59:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Allocate custom language environment variables statically, because environment is accessed by shared library exit routines, after the interpreter memory allocations have been freed.

[INTERPRETER]
* BUG: Allocate custom language environment variables statically, because environment is accessed by shared library exit routines, after the interpreter memory allocations have been freed.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7c808bbba3ea9a61cde81615f8f673367200cd3e">7c808bbb</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-26T20:01:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.

[INTERPRETER]
* NEW: Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/fd7ae28ac9b59fa485ff3d55c6cd5f79b96511f9">fd7ae28a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-28T01:57:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">File.RealPath() is a new statis method that returns the the canonicalized absolute pathname of path, with no symbolic links inside.

[INTERPRETER]
* NEW: File.RealPath() is a new statis method that returns the the canonicalized absolute pathname of path, with no symbolic links inside.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4840818e04dc57e3e4c8b63da0d965651910845d">4840818e</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-28T16:41:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">The page title now starts with the page path.

[WIKI]
* NEW: The page title now starts with the page path.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2d11bf54efab3a0d2d4c64bb960fe19064105687">2d11bf54</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-28T16:45:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Image editor: Do not crash when using the erase tool while pressing SHIFT key.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support.
* BUG: Image editor: Do not crash when using the erase tool while pressing SHIFT key.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6eedf18811396da4b52880edb53b87ffe9f03314">6eedf188</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-28T16:46:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">FileView: Sometimes the contents was not correctly refreshed.

[GB.FORM]
* BUG: FileView: Sometimes the contents was not correctly refreshed.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/42cc5d63b7b49ba4f616bd4d568daf165a09874d">42cc5d63</a></strong>
<div>
<span>by bgermann</span>
<i>at 2019-03-01T18:10:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add IDE Category to .desktop
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a0302b7f77731ec5ee5fe25e3dd7ca4d6e10d5d4">a0302b7f</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-02T11:50:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Optimize division, thanks to Cedron Dawg.

[GB.COMPLEX]
* OPT: Optimize division, thanks to Cedron Dawg.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b2571193806782df34aff0db9fa44b599ae81836">b2571193</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-04T00:35:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">String.Code() now returns -1 on incorrect UTF-8 string.

[INTERPRETER]
* BUG: String.Code() now returns -1 on incorrect UTF-8 string.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/b8af5cf2894e02fe167467dc3be0c204d711f4b7">b8af5cf2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-04T00:36: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/f2de1bc271b55f6e93f2143fca7aa08278319402">f2de1bc2</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-04T00:38:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix some icons.

[GB.FORM.STOCK]
* NEW: Fix some icons.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f58588998730d3e4b5d7a8de0f8610331f8d385b">f5858899</a></strong>
<div>
<span>by gambix</span>
<i>at 2019-03-05T18:11:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[GB.GUI.BASE]
* OPT: Set the ScrollArea Shade more smooth.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d668dadcf5eb887ae9bca2b5ed56c311319a51e1">d668dadc</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-06T02:55:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Array.SortUsing() is a new method that sorts an array according to the sort order defined by another array.

[INTERPRETER]
* NEW: Array.SortUsing() is a new method that sorts an array according to the sort order defined by another array.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0614a25525c2566777ee8541dd30ad79a6d35a2d">0614a255</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-06T02:56:52Z</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/76da51ce70fa114edeb6e559b96e8bf8550993ef">76da51ce</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2019-03-07T07:24:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.inotify: Fix Watch.Events[] accessor

[GB.INOTIFY]
* BUG: Watch.Events._put incorrectly reset events outside the given event set and ignored the assigned value.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/15641c109ab7d4dbd76687f031d06e129e238756">15641c10</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-07T13:56:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Code formatting now ignores void files, fixes in javascript compression.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code formatting now ignores void files.
* NEW: Connection editor: Display the duration of custom requests is the request editor.
* NEW: Connection editor: The request editor now wraps its contents.
* BUG: Text editor: Some fixes in javascript compression.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/463bc16b4776cc34e25fb8cd014ad6ca839a2623">463bc16b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-07T13:59:25Z</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/c7d6ddd31fd9d285216101961b62e89fabf19749">c7d6ddd3</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-08T11:28:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">String.Right() does not crash anymore on invalid UTF-8 strings.

[INTERPRETER]
* BUG: String.Right() does not crash anymore on invalid UTF-8 strings.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7a5f7701cebf0038409133e641aeca94894d0257">7a5f7701</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-08T11:32:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">SerialPort: Support for any port speed on Linux.

[GB.NET]
* NEW: SerialPort: Open() method now raises more detailed errors.
* NEW: SerialPort: Support for any port speed on Linux.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/cfd5d3bce1b0afce3257c7ef429de9bf6c57e98c">cfd5d3bc</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-08T11:48:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Help browser: Opening the help browser from the welcome dialog does not crash anymore if the left panel is visible.

[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: Opening the help browser from the welcome dialog does not crash anymore if the left panel is visible.
* BUG: Help browser: Fix the left panel contents.
* NEW: Search dialog: Make it larger for long checkbox labels.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f38f1b1657a615d4f7934a6651e3246aea1387ec">f38f1b16</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-08T20:42:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Variant[].Sort() and Variant[].SortUsing() methods have been added and SortUsing() methods now take an optional sort mode as second argument.

[INTERPRETER]
* NEW: Variant[].Sort() and Variant[].SortUsing() methods have been added.
* NEW: SortUsing() methods now take an optional sort mode as second argument.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/209a8faacfcc5bcdd62cd2c6dc3c568d29e844b7">209a8faa</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-08T20:51:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix SortUsing() methods public declaration.

[INTERPRETER]
* BUG: Fix SortUsing() methods public declaration.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3f7095bbd9b1f6abcac3c64c8c9865fa8fce2246">3f7095bb</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-11T15:34:50Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Run JIT compilation in the background to make programs start faster.

[INTERPRETER]
* OPT: JIT compilation is run in two steps.

[GB.JIT]
* OPT: Run JIT compilation in the background.
* NEW: JIT.Debug is a new property that allows to enable JIT debugging messages at runtime.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/eb8c87174098c19df1d98ced16fc18061e5ee1e4">eb8c8717</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-11T16:53:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't try to abort JIT compilation if the JIT component is not loaded.

[INTERPRETER]
* BUG: Don't try to abort JIT compilation if the JIT component is not loaded.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/523effc9fe1efe5cf64caf159bdf8620970563ac">523effc9</a></strong>
<div>
<span>by Jorge Carrión Molpeceres</span>
<i>at 2019-03-11T18:30:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Workspace.class</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2c6944c285459d99183310058330c591828bd0a8">2c6944c2</a></strong>
<div>
<span>by Jorge Carrión Molpeceres</span>
<i>at 2019-03-11T18:34:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update FWorkspace.class</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/60b30b707392979800193aaf9cf0c134be17f3c2">60b30b70</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-03-11T18:48:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Add IDE Category to .desktop

See merge request gambas/gambas!79</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/02fe86827464db6e351ea9c5bf92aaac2389e758">02fe8682</a></strong>
<div>
<span>by Gen Braga</span>
<i>at 2019-03-11T18:48:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[GP.MAP]
* BUG: Small bug fixes.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f">bec2b078</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-03-11T18:48:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Updates, bugfixes, a few code reorganization and inline comments.

See merge request gambas/gambas!77</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d144a76cee1a5731c94e0654564f85c6909f8ce8">d144a76c</a></strong>
<div>
<span>by Jorge Carrión Molpeceres</span>
<i>at 2019-03-11T20:34:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update FWorkspace.class</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/263d5660c8ca56e8d8570fb0db7f120f5b64d806">263d5660</a></strong>
<div>
<span>by Jorge Carrión Molpeceres</span>
<i>at 2019-03-11T20:35:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Workspace.class</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a0bcf85bd4e0836ad73a3fcf7b71fe7f31267b4b">a0bcf85b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-12T02:46:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop.

[INTERPRETER]
* BUG: Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop. Consequently, a process started before the declaration of the event loop will have its termination signal correctly catched.
* NEW: Use waitpid() instead of wait4().

[GB.GTK]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.GTK3]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.QT4]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.QT5]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/dd336c2067060ad9a175c7ea7d60b21e346c649a">dd336c20</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-12T02:50:52Z</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/63d9d81bd25c2d0050b96793805d1b981300823e">63d9d81b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-13T11:59:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Disabling JIT compiler works correctly again.

[INTERPRETER]
* BUG: Disabling JIT compiler works correctly again.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d3a182aa0e54375bf98d11a1bbce6b34b1e9b8b6">d3a182aa</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-13T13:25:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Raise an error if there is not enough local slots for control structures.

[COMPILER]
* BUG: Raise an error if there is not enough local slots for control structures.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d26bb8594d88759108c1e1fa743b21a166f1826e">d26bb859</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-13T20:36:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">GridView: Make selected color less transparent.

[GB.GUI.BASE]
* NEW: GridView: Make selected color less transparent.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a8bcabb74197ce9d666794ddc1fbfd0109aabe8d">a8bcabb7</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-14T00:52:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Unary minus operator is now sticked to its argument when put between parentheses or brackets.

[GB.EVAL]
* NEW: Unary minus operator is now sticked to its argument when put between parentheses or brackets.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ddfdb080f79111c3ec12eb49d742bdbecddf9321">ddfdb080</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-14T01:13:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Form editor: The dialog for editing text property now displays the name of the editer property in its title.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Form editor: The dialog for editing text property now displays the name of the editer property in its title.
* NEW: Project property dialog: Add GB_NO_JIT as pre-defined environment variable.
* BUG: Project property dialog: The environment variable table now automatically resizes its columns.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0bbf4761d6b169fbdfa75c4e8627e13eab688d13">0bbf4761</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-14T01:47:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enhance formatting of unary minus operator.

[GB.EVAL]
* NEW: Enhance formatting of unary minus operator.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/01cb3d2a550e0bce901dda133370d188ff6bd6bc">01cb3d2a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-14T01:48:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Just some changes due to the new minus unary operator formatting.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/9893891365b0eb37b01affc3299165c2fc22bdef">98938913</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-15T18:36:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ASSERT ... PRINT or ERROR allows to use PRINT or ERROR to print a message when the assertion fails.

[COMPILER]
* NEW: ASSERT ... PRINT or ERROR allows to use PRINT or ERROR to print a message when the assertion fails.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/faa54caf024d3f11a2ea2a9ab21e5e39ad6bd8d5">faa54caf</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-15T18:44:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tasks work again.

[INTERPRETER]
* BUG: Tasks work again.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a89bd83dd0d878d7fcceee46240f9002959f7882">a89bd83d</a></strong>
<div>
<span>by GianluigiOr</span>
<i>at 2019-03-15T22:05:32Z</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 and correct.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4605b5776032f17e4f2889daa87400d48fbc12ed">4605b577</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-03-19T16:02:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

Workspace: Add CloseButton property.

See merge request gambas/gambas!81</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7df526ac5d8e5d20488632579715e373fdb171be">7df526ac</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-03-19T16:03:35Z</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!82</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a6eb42275643e5f67bddc426564b048841e1432c">a6eb4227</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-20T14:08:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Array.Shuffle() is a new method that randomly shuffles an array using Fisher–Yates algorithm.

[INTERPRETER]
* NEW: Array.Shuffle() is a new method that randomly shuffles an array using Fisher–Yates algorithm.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2bb7d795b7bb7b4d7062ae36cd894d8a586f2fd2">2bb7d795</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-20T18:39:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix Array.Shuffle() on String, Long and Object arrays.

[INTERPRETER]
* BUG: Fix Array.Shuffle() on String, Long and Object arrays.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6c9df4c423090ee1800c18f6736bf46ff3229341">6c9df4c4</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T22:14:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Cosmetic changes in debugger code.

[INTERPRETER]
* NEW: Cosmetic changes in debugger code.

[GB.DEBUG]
* NEW: Cosmetic changes in debugger code.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0feaec90eb1d1b7bacf9015b04cbb2dd4883c5d9">0feaec90</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T22:15:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix typo in a source file that is not yet used.

[GB.GSL]
* BUG: Fix typo in a source file that is not yet used.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/dfdbd3bd1481fc8c7aec4e2b361bf108037e3e75">dfdbd3bd</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T22:16:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Correctly normalize SQLite session file names.

[GB.WEB]
* BUG: Correctly normalize SQLite session file names.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/92cde5326e80d343588c77630aa7b06df885867f">92cde532</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T22:17:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix case typo in source code.

[GB.FORM.MDI]
* BUG: Fix case typo in source code.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/107d4032fc201560ca5f894db1a33186d114dc43">107d4032</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T22:18:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">NEW: Run Gambas tests last.

[BENCHMARKS]
* NEW: Run Gambas tests last.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3c9a861618f479b9541f039f0061339b2516bc38">3c9a8616</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T22:18:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TerminalView: the minimal screen height is now 2 lines.

[GB.FORM.TERMINAL]
* NEW: TerminalView: the minimal screen height is now 2 lines.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d7867cb7cd12db782486d065b0c2177d9e19fa76">d7867cb7</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T22:20:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Changes in testing code.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c41dce485bf4900f1e3b446cc2bf11f49a8e50f9">c41dce48</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T23:10:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into stable
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3a30f8cfb57b231eae576c09dcf24e0755ea8925">3a30f8cf</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-21T23:11:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Switch to 3.12.3 version.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#b33892fbddeffc3368077b4904ad0b3d562a7312">
VERSION
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#ce57f1ad22314b8f4c927a6a24d8bceccb395d57">
acinclude.m4
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#7cf35ca005f94604b532eaeb4d4bf6fe2c82cffa">
app/Makefile.am
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#c6ec9ac9c8f79cf7cc4765f42e127177e598eecf">
app/desktop/gambas3.desktop
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#e0a40df30a71a5ba7349624ee38ff92b279aaefc">
<span class="deleted-file">

app/examples/Basic/Blights/.lang/ca.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#7be62cd27a058b1fd3576e10640a9a69a7feaf05">
<span class="deleted-file">

app/examples/Basic/Blights/.lang/cs.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#c530f676d87fc27fe0dca626581bea1318a124c3">
<span class="deleted-file">

app/examples/Basic/Blights/.lang/de.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#573ea92fbf6f3ad9539a2a67d9441ece649cfc5a">
<span class="deleted-file">

app/examples/Basic/Blights/.lang/es.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#cd641b72008a0562f94b506aa43eb36bd2fabdb1">
<span class="deleted-file">

app/examples/Basic/Blights/.lang/nl.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#ac1ad0104187a3b1aa2e02a1471c8d9787c18e61">
<span class="deleted-file">

app/examples/Basic/Blights/.lang/sv.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#f09fc7c7051e08faa09dec91f7d1dfdd80f689dc">
<span class="deleted-file">

app/examples/Basic/Collection/.lang/ca.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#f59fd64b4ebc3f41adc0256176d0817944b4135e">
<span class="deleted-file">

app/examples/Basic/Collection/.lang/cs.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#85c454b75d970cddd422118a271b4c1762ba6943">
<span class="deleted-file">

app/examples/Basic/Collection/.lang/de.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#05f74795c5e7d79c108a8a5e2a70db27d2515843">
<span class="deleted-file">

app/examples/Basic/Collection/.lang/es.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#5ff5a4f59e2862f9431c473197c1dc151ffc144a">
<span class="deleted-file">

app/examples/Basic/Collection/.lang/nl.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#918c83a98cbc9ba98c054ad430b9196ae6ef1729">
<span class="deleted-file">

app/examples/Basic/Object/.lang/ca.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#967908012e0f089c6f06d9fda571f05e427ed81c">
<span class="deleted-file">

app/examples/Basic/Object/.lang/cs.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#c4d5b8539dfb9db5b9fe6137e8ff578fcd9b4c56">
<span class="deleted-file">

app/examples/Basic/Object/.lang/de.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#3be90a5ba3ef1e515b55d6340f357a2edf575548">
<span class="deleted-file">

app/examples/Basic/Object/.lang/es.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#368093fd0c50508126d1713be708d61f69445e26">
<span class="deleted-file">

app/examples/Basic/Object/.lang/nl.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#85b76599a06ede35d2883f6ee41e328ea93b94ea">
<span class="deleted-file">

app/examples/Basic/Timer/.lang/ca.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#9d9426ba2711b770c867c53fcabe519987721e00">
<span class="deleted-file">

app/examples/Basic/Timer/.lang/cs.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#1f66bf40f3d53eec07f525b6013a04f0d1cc7c9e">
<span class="deleted-file">

app/examples/Basic/Timer/.lang/de.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#df0200566f1c9367a47ea1016c25e06d0a0ec5f7">
<span class="deleted-file">

app/examples/Basic/Timer/.lang/es.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#9f1a2ec4ce2b036e58ede3e4ecaa2508cbbcede6">
<span class="deleted-file">

app/examples/Basic/Timer/.lang/nl.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#33fd4dfce9634113102e2d7e72fa53241d6825fb">
<span class="deleted-file">

app/examples/Control/ArrayOfControls/.lang/ca.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#17ea72d4483ca5f30d7a429a19628d5291249e93">
<span class="deleted-file">

app/examples/Control/ArrayOfControls/.lang/cs.mo
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925#154608f4478dcaff67b9f75405ab52e7df0e34eb">
<span class="deleted-file">

app/examples/Control/ArrayOfControls/.lang/de.mo
</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/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925">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>