Hassan DRAGA
e7418ef36a
Core re-design - Up to 10ms event speed
...
- No breaking change
- Re-design the events again to up speed to 10ms
- Fix URL links click
2023-10-01 20:41:52 -04:00
Hassan DRAGA
91c9445912
Fast Events (Internal Core changes)
...
- Changing the way WS events process for more speed
- Changing the WS events process for less data copy as possible
2023-09-30 23:15:55 -04:00
Hassan DRAGA
6a634cc680
Adding webui_navigate
...
- Adding webui_navigate()
- Now when using all events webui_bind(MyWindow, "", events), WebUI will block all href requests
- Fix https://github.com/webui-dev/webui/issues/228
2023-09-26 18:59:25 -04:00
Hassan DRAGA
5e594d5fb9
Update webui_exit()
2023-09-22 22:50:18 -04:00
Hassan DRAGA
4fdda5a681
Special Thanks to Turiiya
2023-09-11 16:56:55 -04:00
Hassan DRAGA
bc9d074b4d
Improve set_size and set_position
...
- Improve `webui_set_size()` and `webui_set_position()`
- Now size and position works after reload of the UI
- Add window size to Firefox
- Add window position to Firefox (JS-Bridge only, no command line is available for Firefox)
2023-08-29 21:12:45 -04:00
Hassan DRAGA
94a3db07b7
Fix https://github.com/webui-dev/webui/issues/180
...
* Update `CLOSE` command
* Update bridge
2023-08-25 10:24:41 -04:00
Hassan DRAGA
e5363cd5c3
Fix Communication Protocol
...
* Clean Communication Protocol
* Update bridge
* Fix https://github.com/webui-dev/webui/issues/176
2023-08-25 00:33:11 -04:00
Hassan DRAGA
cf794df7d9
Bind any time
...
* Now `webui_bind()` can update the UI with new IDs at any time
2023-08-23 22:53:06 -04:00
Hassan DRAGA
7f0656c255
Bridge build windows batch script
2023-08-22 21:43:39 -04:00
Hassan DRAGA
e941e35fc6
Send Raw to backend
...
* Send Raw to backend
* Updating bridge
* No memory copy when source is UI as is guaranteed to stay alive
2023-08-22 18:11:35 -04:00
Hassan DRAGA
7ac0b7c3d4
Rebuild the bridge after renaming
...
* Rebuild the bridge after renaming the class object from `WebUiClient` to `WebuiBridge`
2023-08-21 17:59:29 -04:00
Hassan DRAGA
a5810e63d8
Rename class Client to Bridge
2023-08-21 09:23:29 -04:00
Hassan DRAGA
1a71813a2b
Update bridge build readme
2023-08-20 22:03:09 -04:00
Hassan DRAGA
549f901a9b
Update PowerShell bridge build
...
* Update PowerShell bridge build to detect Python and NPM if installed
* Auto install ESBuild
2023-08-20 21:52:12 -04:00
Turiiya
4088230ebc
Add bridge build scripts
2023-08-21 03:11:27 +02:00
Hassan DRAGA
096b0cf836
WebUI Bridge
...
* Creation of the webui bridge folder
* Keeping the possibility of compiling webui by a simple C99 compiler only
* Replacing `xxd` by a simple python script
* Adding the readme
* From now, we will use the TypeScript version, Many thanks to @JOTSR
2023-08-18 15:50:31 -04:00