Граф коммитов

18 Коммитов

Автор SHA1 Сообщение Дата
Marius Ungureanu 0b97065f66 [Perf] Avoid allocating delegates where method groups are applicable. 2017-04-23 17:55:15 +03:00
Vsevolod Kukol 44b564d929 Merge remote-tracking branch 'origin/webkit-features' 2016-11-04 14:10:46 +01:00
Vsevolod Kukol afcc553721 Add WebView.DrawsBackground 2016-11-04 13:16:51 +01:00
Vsevolod Kukol d6f5decd51 [Windows] Fix WebView DPI awareness 2016-09-08 17:30:40 +02:00
Vsevolod Kukol 0207f0b7d1 [Windows] Fix IDocHostUIHandler marshalling Pt.2 2016-09-08 13:55:10 +02:00
Vsevolod Kukol a0d3f4f51c [Windows] Fix WebBrowser initialization 2016-09-07 18:35:07 +02:00
Vsevolod Kukol 3428174007 [Windows] Fix IDocHostUIHandler marshalling 2016-09-07 16:09:51 +02:00
Vsevolod Kukol d8b6cdc227 [Windows] WebView implements IDocHostUIHandler
Optimize ScrollBars and Custom CSS handling by
implementing the native MSHTML IDocHostUIHandler
interface. This allows to inject CSS without modifying
the DOM structure.
2016-09-07 00:32:31 +02:00
Vsevolod Kukol 506cfa8274 Add WebView.ScrollBarsEnabled property
All WebView backends have an internal scrolling
feature and should not be packed into an additional
ScrollView. The new property allows it to disable
the internal scrolling feature.
2016-08-29 10:35:53 +02:00
Vsevolod Kukol 5b46f654be [Gtk][Windows] Add WebView.CustomCss support 2016-08-10 17:54:41 +02:00
Vsevolod Kukol 5282b99c41 [Gtk][Windows] Fix WebView Loaded event handling 2016-08-10 15:06:10 +02:00
Vsevolod Kukol c96158da5b Add WebView.CustomCss for CSS style injection 2016-08-10 12:46:26 +02:00
Vsevolod Kukol 58ad6ca587 [Gtk][Win] Fix broken Progress reporting
SWF.WebBrowser progress reporting is broken
in some rare situations (MaximumProgress might be wrong
and smaller than CurrentProgress).
2016-08-03 12:59:06 +02:00
Vsevolod Kukol c4ef391daf [Gtk][Win] Fix NRE in WebViewBackend 2016-08-03 12:43:10 +02:00
Vsevolod Kukol 2b0b4a730b Add WebView.ContectMenuEnabled property
The native context menu of the WebView widget
can be disabled by setting ContectMenuEnabled
to false.
2016-08-03 12:26:08 +02:00
Vsevolod Kukol cba46df7c9 extend WebView functionality (incl. all backends)
* load custom html content
* go back/forward, reload, stop loading
* new properties: Title (incl. changed event), LoadProgress, CanGoBack, CanGoForward
* additional navigation and loading events
* add all new functionality to samle apps
* fix Gtk.Windows backend if inside scrolled container

Backend limitations/TODOs:
WPF: custom html doesn't work (wpf bug?)
WPF: Title needs mshtml binding
GTK: WebKit.WebView on resize: content grows but does not shrink
MAC: not tested at all
2014-06-08 19:01:53 +02:00
Lluis Sanchez b54430d6b0 [Xwt.Windows] Better solution for WebView parenting issue 2014-02-12 19:14:49 +01:00
Cody Russell ed806630ab Xwt.Gtk.Windows.WebView implementation. 2014-01-29 14:25:54 -06:00