Skip to content

Releases: jtg-gg/node-webkit

nwjs-v0.12.0-linux-arm

10 Mar 10:41
Compare
Choose a tag to compare
nw-v0.12.0

[Build][Linux] arm compatibility

Node Webkit v0.10.2 with transparency support

15 Oct 04:22
Compare
Choose a tag to compare
nw-v0.10.2-transparency

[Transparency][Linux] implement the transparent window, using expose-…

nw-v0.9.2-jtg-gg

17 Jun 03:14
Compare
Choose a tag to compare

New features:

Notification for MAC and WIN
see this sample code http://jsfiddle.net/yoshi6jp/Umc9A/
the windows bubble icon size must be >= 32x32 pixels

Window.requestAttention(integer number)
on MAC:

  • -1 bounce 1 time, the existing "true" value
  • 0 stop the bounce, the existing "false" value
  • >=1 bounce infinitely these will only works if the app is in background

on WIN:

  • -1 blink 4 time, the existing "true" value
  • 0 stop the blink, the existing "false" value
  • >=1 blink according to the number

Window.setProgressBar(double number)

  • normal number input is from 0 .. 1
  • value < 0 will deactivate the progress bar
  • value > 1 will show indeterminate progress bar