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



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

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/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>
</ul>
<h4>13 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#e278fc65f80ce717c189ae414bc8abd6604b2d1e">
comp/src/gb.form.editor/.src/TextEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#6616d3ab09c6e49044b4f69a7ccee0189bb78e81">
comp/src/gb.form.editor/.src/_TextEditor_Line.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#88894ddd6983a24b79836f5b4fa08367ff37033d">
comp/src/gb.form.print/.src/FPreview.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#f17f5f86524a6da28cb228310518b790d83c95ad">
comp/src/gb.form.print/.src/FPreview.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#41d7173a90e3cf3985c1b8f9e026c0a4d910c183">
comp/src/gb.form.print/.src/MTest.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#a76603c301e8a988de4ae7449db428de0a4597ad">
<span class="new-file">
+
comp/src/gb.form.print/molly-malone.txt
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#0831deceb6030928a049b61f94db43e7151100e4">
comp/src/gb.form/.src/DocumentView/DocumentView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#19f370ace5f1a641a7bc6d887c91fe4d5bcfab05">
gb.gtk/src/cpaint_impl.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#d2a48ad7865bd2e069e6322eef5a53ce592c5a09">
gb.qt4/src/CDraw.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#f6dee5e42c26296d7b0120fb38d20b01e3697977">
gb.qt4/src/CDraw.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#a13c4a3a87cc01d0f99b07e75159b985d99f8118">
gb.qt4/src/CFont.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#e741c1133f44958c3badc4f8b4631be57f9d2a26">
gb.qt4/src/cpaint_impl.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303#1b808ba84e76d9b548b1e870a583af4914337a2b">
main/lib/draw/cpaint.c
</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/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303">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>