Skip to content

Releases: SanicBTW/HxWebView

0.0.9

29 May 17:57
36c9755
Compare
Choose a tag to compare

What's Changed

  • Fixed setSize not using size hints
    • Ironically I pulled up this code from the 0.1.0 dev branch and that branch uses a different header file that uses an enum for size hints, the current header file doesn't use any enum on size hints, so that's why when setting up the size hints before this version wouldn't work at all, I apologize for any issue this change caused.

That's all for this update!

Full Changelog: 0.0.8...0.0.9

0.0.8

29 May 08:02
Compare
Choose a tag to compare

What's Changed

  • Fixed macro not copying EmbeddedWebView DLLs thus making Windows builds unable to run

That's all for this update!

Full Changelog: 0.0.7...0.0.8

0.0.7

20 Apr 17:23
ee35ee6
Compare
Choose a tag to compare

What's Changed

  • Fixed #3 (Not copying DLLs properly on Lime target, thanks Vortex!).
  • Updated Windows DLLs.

That's all for this update!

Full Changelog: 0.0.6...0.0.7

0.0.6

19 Apr 08:44
Compare
Choose a tag to compare

What's Changed

  • Automatically add NO_PRECOMPILED_HEADERS flag on Linux targets.
  • Removed some custom Windows code that would break on the rest of the targets.
  • Fixed setSize.
  • Fixed passing arguments through bind returning either a pointer or null instead of the real variable.
  • Macros to properly copy the EmbeddedWebView DLLs on the desired path to be found by the externs.

That's all for this update!

Full Changelog: 0.0.5...0.0.6

0.0.5

18 Feb 08:08
Compare
Choose a tag to compare

What's Changed

  • Updated the header file to the latest commit from webview.
  • Removed useless comments from the internals.
  • New function getNativeHandle(kind), it returns a handle of the kind passed on the function, probably useful for embedding 👀
  • Added Linux guide for compilation alongside a little talk about embedding WebViews

That's all for this update!

Full Changelog: 0.0.4...0.0.5

0.0.4

11 Feb 19:16
d1d57de
Compare
Choose a tag to compare

What's Changed

  • fix for lime stuffs by @Vortex2Oblivion in #1
  • Improved Lime support from Vortex.
  • HaxeFlixel example.

New Contributors

Full Changelog: 0.0.3...0.0.4

0.0.3

03 Jan 18:15
Compare
Choose a tag to compare

Reduced library size by not cloning the whole webview repo, moved webview header to vendor.

0.0.2

03 Jan 03:46
Compare
Choose a tag to compare

Added Linux support, fixed haxelib license, moved types to Webview from WVTypes and cleaner include.xml.

0.0.1

08 Dec 00:54
Compare
Choose a tag to compare

Initial release