[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Implement Label and TextLabel in Gambas.

Benoît Minisini gitlab at mg.gitlab.com
Wed Mar 3 03:54:29 CET 2021



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


Commits:
b61de96f by gambas at 2021-03-03T03:47:07+01:00
Implement Label and TextLabel in Gambas.

[GB.GUI.BASE]
* NEW: Implement Label and TextLabel in Gambas.

- - - - -
c56d27dc by gambas at 2021-03-03T03:47:42+01:00
Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes.

[GB.GTK]
* NEW: Remove Label and TextLabel controls.
* NEW: Call UserControl_Font() handler when the UserControl font changes.
* BUG: Font size computation takes into account Pango ink rectangle.

[GB.GTK3]
* NEW: Remove Label and TextLabel controls.
* NEW: Call UserControl_Font() handler when the UserControl font changes.
* BUG: Font size computation takes into account Pango ink rectangle.

[GB.QT4]
* NEW: Remove Label and TextLabel controls.
* NEW: Call UserControl_Font() handler when the UserControl font changes.
* BUG: Border drawing routine now preserves paint color.
* BUG: All Paint text routines now workaround the font assignment bug.

[GB.QT5]
* NEW: Remove Label and TextLabel controls.
* NEW: Call UserControl_Font() handler when the UserControl font changes.
* BUG: Border drawing routine now preserves paint color.
* BUG: All Paint text routines now workaround the font assignment bug.

- - - - -


30 changed files:

- comp/src/gb.gui.base/.project
- + comp/src/gb.gui.base/.src/Label.class
- comp/src/gb.gui.base/.src/PictureBox.class
- comp/src/gb.gui.base/.src/Test/FGridView.form
- + comp/src/gb.gui.base/.src/Test/FLabel.class
- + comp/src/gb.gui.base/.src/Test/FLabel.form
- + comp/src/gb.gui.base/.src/TextLabel.class
- gb.gtk/src/CContainer.cpp
- − gb.gtk/src/CLabel.cpp
- − gb.gtk/src/CLabel.h
- gb.gtk/src/Makefile.am
- gb.gtk/src/gcontainer.cpp
- gb.gtk/src/gcontainer.h
- gb.gtk/src/gfont.cpp
- − gb.gtk/src/glabel.cpp
- − gb.gtk/src/glabel.h
- gb.gtk/src/gtools.cpp
- gb.gtk/src/gtools.h
- gb.gtk/src/main.cpp
- − gb.gtk3/src/CLabel.cpp
- − gb.gtk3/src/CLabel.h
- gb.gtk3/src/Makefile.am
- − gb.gtk3/src/glabel.cpp
- − gb.gtk3/src/glabel.h
- gb.gtk3/src/main.cpp
- gb.qt4/src/CContainer.cpp
- gb.qt4/src/CContainer.h
- − gb.qt4/src/CLabel.cpp
- − gb.qt4/src/CLabel.h
- gb.qt4/src/cpaint_impl.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bc147764600ddffbbeba6f21e81eb62606633589...c56d27dc8134b0ab17519c482cc36a06088bd400

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bc147764600ddffbbeba6f21e81eb62606633589...c56d27dc8134b0ab17519c482cc36a06088bd400
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20210303/fd715903/attachment.htm>


More information about the Notification mailing list