Ventus
Ventus copied to clipboard
A window manager written in Javascript, HTML5 and CSS3
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Adds the option to disable/enable expose on right click.
This PR addresses #69, enabling windows to be resized from any edge or corner. I'm new to contributing to open-source, so please let me know if you have any feedback...
* Adds function to create a window from URL inside iframe or div. * Also adds a refresh button. Signed-off-by: Daniel Ravenshorst
Hi, It's a great package in JS and I really like. I have requirement in vuejs with window manager, can we have vuejs package for that ? Any guidance will...
It'd be nice if windows could be re-sizable from all edges and corners, including top and left which would be especially convenient when managing larger windows which have gone off...
Hello, The following: ``` myWindow.close(); myWindow.open(); ``` during the same JavaScript frame breaks the behavior and the window can be lost forever. This PR prevents such issue. Let me know...
When a window is maximized, you can still drag it around. It should either prevent moving the window, or restore the window to normal when dragging it