[Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Automatically set Paint.FontScale when painting on a printer, so that font...

Benoît Minisini gitlab at mg.gitlab.com
Wed Jul 10 04:27:41 CEST 2019



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
ad7b2a49 by gambas at 2019-07-10T02:19:02Z
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.

- - - - -
8e487e5b by gambas at 2019-07-10T02:22:14Z
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.

- - - - -
b0801ec7 by gambas at 2019-07-10T02:23:10Z
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.

- - - - -
0310b584 by gambas at 2019-07-10T02:25:18Z
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.

- - - - -
52950c37 by gambas at 2019-07-10T02:27:06Z
Enhance and fix the interface of the preview dialog.

[GB.FORM.PRINT]
* NEW: Enhance and fix the interface of the preview dialog.

- - - - -


13 changed files:

- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/_TextEditor_Line.class
- comp/src/gb.form.print/.src/FPreview.class
- comp/src/gb.form.print/.src/FPreview.form
- comp/src/gb.form.print/.src/MTest.module
- + comp/src/gb.form.print/molly-malone.txt
- comp/src/gb.form/.src/DocumentView/DocumentView.class
- gb.gtk/src/cpaint_impl.cpp
- gb.qt4/src/CDraw.cpp
- gb.qt4/src/CDraw.h
- gb.qt4/src/CFont.cpp
- gb.qt4/src/cpaint_impl.cpp
- main/lib/draw/cpaint.c


View it on GitLab: https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20190710/7de720f2/attachment-0001.html>


More information about the Notification mailing list