nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.33k stars 3.89k forks source link

Allow styling of frame / controls #2389

Open adam-lynch opened 10 years ago

adam-lynch commented 10 years ago

Because of #2387, custom window frame / controls should not be done with HTML (i.e. in the document).

Right now, all we're allowed to do is turn the default looking frame on / off.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

nwjs-bot commented 8 years ago

This should be working with latest version now.

In 0.13 we changed to an optimized architecture so more features can be supported, see http://nwjs.io/blog/whats-new-in-0.13/ and it's good for keeping up with Chromium upstream -- we released with Node.js v6.0 and new Chromium versions within 1 day after upstream release.

The new version would fixed many issues reported here and we're scrubbing them. This issue is closed as we believe it should be fixed. Please leave a message if it isn't and we'll reopen it.

adam-lynch commented 8 years ago

Still valid. We could either do as I said originally or have an option like Electron does for showing the native buttons only (over the document).