[Gambas-Notification] [Git][gambas/gambas][master] 5 commits: New component that aims at implementing an HtmlView based on the litehtml library.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Wed Oct 27 18:38:24 CEST 2021
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
f8edd21e by gambas at 2021-10-27T02:46:30+02:00
New component that aims at implementing an HtmlView based on the litehtml library.
[GB.FORM.HTMLVIEW]
* NEW: New component that aims at implementing an HtmlView based on the litehtml library.
- - - - -
5830ece4 by gambas at 2021-10-27T18:34:51+02:00
Some debugger fixes again.
[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Local variables come back.
* BUG: Debugger: Fix error label layout.
* NEW: Declare the new upcoming 'gb.form.htmlview' component.
- - - - -
bad974f6 by gambas at 2021-10-27T18:36:17+02:00
Redraw 'text' icon. Add some mimetypes associations for Gambas icon theme.
[GB.FORM.STOCK]
* NEW: Redraw 'text' icon.
* NEW: Add some mimetypes associations for Gambas icon theme.
- - - - -
e759bfd8 by gambas at 2021-10-27T18:36:48+02:00
HtmlView: Start implementing control. It can display text only at the moment.
[GB.FORM.HTMLVIEW]
* NEW: HtmlView: Start implementing control. It can display text only at the moment.
- - - - -
3cf4f3a2 by gambas at 2021-10-27T18:38:14+02:00
Merge branch 'master' of gitlab.com:gambas/gambas
- - - - -
30 changed files:
- app/src/gambas3/.src/Component/CDocumentation.class
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Debug/FDebugInfo.form
- + comp/src/gb.form.stock/gambas-mono/128/text.png
- comp/src/gb.form.stock/gambas-mono/32/text.png
- comp/src/gb.form.stock/gambas/128/text.png
- comp/src/gb.form.stock/gambas/32/text.png
- comp/src/gb.form.stock/links
- + gb.form.htmlview/AUTHORS
- + gb.form.htmlview/COPYING
- + gb.form.htmlview/ChangeLog
- + gb.form.htmlview/INSTALL
- + gb.form.htmlview/Makefile.am
- + gb.form.htmlview/NEWS
- + gb.form.htmlview/README
- + gb.form.htmlview/acinclude.m4
- + gb.form.htmlview/component.am
- + gb.form.htmlview/configure.ac
- + gb.form.htmlview/gambas.h
- + gb.form.htmlview/gb.draw.h
- + gb.form.htmlview/gb.geom.h
- + gb.form.htmlview/gb.image.h
- + gb.form.htmlview/gb.paint.h
- + gb.form.htmlview/gb_common.h
- + gb.form.htmlview/m4
- + gb.form.htmlview/reconf
- + gb.form.htmlview/src/Makefile.am
- + gb.form.htmlview/src/c_htmldocument.cpp
- + gb.form.htmlview/src/c_htmldocument.h
- + gb.form.htmlview/src/gb.form.htmlview.component
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e5cc7a9e0d1ab9e7053a91b8b3104c2c9f22fbbd...3cf4f3a21e4643a3dd8da285e8fffcf91f9d58f4
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e5cc7a9e0d1ab9e7053a91b8b3104c2c9f22fbbd...3cf4f3a21e4643a3dd8da285e8fffcf91f9d58f4
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/20211027/1381162a/attachment-0001.htm>
More information about the Notification
mailing list