[Gambas-Notification] [Git][gambas/gambas][master] Features and fixes for HtmlView.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Sun Oct 31 23:46:35 CET 2021
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
810b2f9a by gambas at 2021-10-31T23:41:46+01:00
Features and fixes for HtmlView.
[GB.FORM.HTMLVIEW]
* NEW: Support of the 'on_mouse_leave' interface.
* NEW: Automatic management of anchors.
* NEW: HtmlView: History management. Add Back() and Forward() method to move along the history.
* NEW: HtmlView: Add Url property. Setting the Url property fills the history, whereas the Load() method loads the html contents from a file.
* NEW: HtmlView: The Link event is raised to manage links that HtmlView cannot understand. The link is valid and enters the history if the Load() method is called from the Link event handler.
* NEW: True implementations of 'strcasecmp' and 'strncasecmp' in litehtml.
*
- - - - -
10 changed files:
- gb.form.htmlview/src/c_htmldocument.cpp
- gb.form.htmlview/src/gb.form.htmlview/.project
- gb.form.htmlview/src/gb.form.htmlview/.src/FTest.class
- gb.form.htmlview/src/gb.form.htmlview/.src/FTest.form
- gb.form.htmlview/src/gb.form.htmlview/.src/HtmlView.class
- gb.form.htmlview/src/gb.form.htmlview/master.css
- gb.form.htmlview/src/gb.form.htmlview/test3.html
- gb.form.htmlview/src/litehtml/html.cpp
- gb.form.htmlview/src/litehtml/html.h
- gb.form.htmlview/src/litehtml/os_types.h
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/810b2f9aa5edd7fde52eded279b55b0e784da29b
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/810b2f9aa5edd7fde52eded279b55b0e784da29b
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/20211031/74ae9bd1/attachment-0001.htm>
More information about the Notification
mailing list