Albert
65fd9a8800
Fix out of screen
2025-03-25 16:10:59 -04:00
Albert
5fafc9b6b6
Improve webkit-app-region precision
2025-03-18 19:00:16 -04:00
Hassan DRAGA
c6d5b58352
Custom webkit-app-region implementation
2025-03-15 18:29:28 -04:00
Albert
9926908e4b
Up to Beta 4
2025-03-10 10:14:39 -04:00
Albert
2d3a68ebea
webui.js - Adding allowNavigation
...
More inf: https://github.com/webui-dev/webui/issues/541
2025-02-06 15:04:55 -05:00
Albert
0268c3723b
Update date from 2024 to 2025
2025-01-30 15:52:24 -05:00
Albert
ed77621974
Bridge - Delay disconnection warning
2024-11-20 12:29:59 -05:00
Albert
72ae4703aa
Embedded HTML Div alert when connection is lost
2024-11-18 16:57:10 -05:00
Hassan DRAGA
12dee8bab7
Up to Beta 3
2024-11-15 21:02:26 -05:00
Albert
2bef6d9f67
Fix Bridge - Duplicated Click Events
2024-11-15 16:04:47 -05:00
Hassan DRAGA
2e94629304
Fix Bridge TypeScript Navigation Release Mode
...
* More inf: https://github.com/webui-dev/zig-webui/pull/58#issuecomment-2226417695
2024-07-12 20:38:08 -04:00
Hassan DRAGA
ecccc7e820
Add comment to webui.js
2024-07-12 20:10:25 -04:00
Hassan DRAGA
708d4a16a3
Unify Comments
2024-07-11 10:10:29 -04:00
Hassan DRAGA
fc0c867f25
Bridge - Get Bind List After Token
...
* Get Bind List After Token
* Renaming bridge files
2024-07-10 23:59:08 -04:00
Hassan DRAGA
ff97452eb0
Fix Header SameSite and CORS
2024-07-08 23:35:41 -04:00
Hassan DRAGA
2a79c2b526
Bridge Minified Version
2024-07-08 17:01:16 -04:00
Hassan DRAGA
faa02ad708
Bridge - Auto-reconnect
2024-07-08 16:37:54 -04:00
Hassan DRAGA
4116ec7581
Bridge - Fix send raw size
2024-07-01 02:31:53 -04:00
Hassan DRAGA
4caeb82351
Update Bridge - One-time Token
2024-06-30 23:31:36 -04:00
Hassan DRAGA
88cd5f3774
Adding JS API - isHighContrast
2024-06-25 17:31:14 -04:00
Hassan DRAGA
93d78bf7c8
Fix Bridge Navigation Event
...
* If there is no bind all, then keep navigation events as default
* More details (https://github.com/webui-dev/webui/issues/392 )
2024-06-11 16:58:33 -04:00
Hassan DRAGA
9039c31e68
Adding isConnected to the JavaScript bridge
...
* More details https://github.com/webui-dev/webui/issues/392
2024-06-07 18:31:55 -04:00
Hassan DRAGA
0462ca7fdb
Fix WS close warning
2024-06-05 16:41:19 -04:00
Hassan DRAGA
70def025c8
Adding webui.setEventCallback
...
* Adding new feature to WebUI Bridge to listen for connect/disconnect events in the UI. More events will be added in the future.
*
2024-01-04 16:17:51 -05:00
Hassan DRAGA
ff6fdb1361
Make bridge use current host
...
* To be able to use `webui_set_public()`, the bridge should use the current hostname instead of hardcoded `localhost`.
2023-11-29 18:21:51 -05:00
Hassan DRAGA
7c9f404017
Fix bridge
...
* Last bridge commit break examples after multiple clicks (JS Run)
2023-11-17 17:17:55 -05:00
Igor Berlenko
88d0aba656
fix encoding callback size limit
2023-11-17 14:47:03 +08:00
Hassan DRAGA
44a488025d
Fix bridge Maximum call stack size exceeded
...
Fix https://github.com/webui-dev/webui/issues/270
2023-11-16 16:43:52 -05:00
Hassan DRAGA
46c5125e0d
Bridge - Backend func as global obj
2023-10-28 11:26:04 -04:00
Hassan DRAGA
87a3a4f4e6
Bridge - Backend functions as global objects
...
- Making backend functions available under a global object
2023-10-27 17:44:17 -04:00
Turiiya
8bf9bf2279
Run formatter
2023-10-27 06:49:59 +02:00
Hassan DRAGA
8d0b43de00
Bridge MultiPakcet
2023-10-24 20:58:59 -04:00
Hassan DRAGA
270038ee6b
Adding TLS to WebUI-Bridge
2023-10-21 22:55:30 -04:00
Turiiya
3e8f854a89
Prettify
2023-10-08 03:55:05 +02:00
Hassan DRAGA
9a78898d62
Fix big-data crash (Civetweb Issue)
...
- For same reason, data over 97.6Kb (100000 bytes) may have data loss because of Civetweb has an issue. That's make the webui-protocol-header had incorrect data size so it crashes (over flow) if user access the most significant byte. However, WebUI won't crash now. But we should report this to Civetweb.
2023-10-07 15:35:45 -04:00
Hassan DRAGA
e8a57331d9
Fix WebSocket keepAlive
2023-10-05 23:44:41 -04:00
Hassan DRAGA
b09c0dca94
Multi Arguments
...
- New: webui_get_int_at()
- New: webui_get_string_at()
- New: webui_get_bool_at()
- New: webui_get_size_at()
- Change: webui_interface_bind
- Removed: `e->data` becomes `webui_get_xxx_at(e, 0)`
2023-10-05 20:03:12 -04:00
Hassan DRAGA
39f9ab0cd7
Token Secured Requests
...
- Removed WEBUI_EVENT_MULTI_CONNECTION
- Removed WEBUI_EVENT_UNWANTED_CONNECTION
- Removed webui_set_multi_access()
- Core Added: Token Secured Requests
- Core Added: New Protocol Header
- Core Added: Block WS handshake for non-authorized connections
- Core Added:
2023-10-04 19:22:40 -04:00
Hassan DRAGA
53724d4ef8
Fix multi click sync
...
- Fix multi click sync. Now the second click won't process until the first one finishes first
2023-10-03 14:35:44 -04:00
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
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
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
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