999 Commits

Author SHA1 Message Date
Hassan DRAGA
17a3a75959 Core - Change WebView to Webview (macOS WebKit Conflict) 2024-07-11 15:28:12 -04:00
Hassan DRAGA
0bfe23ceda Change WebView to Webview (macOS WebKit Conflict) 2024-07-11 13:40:57 -04:00
Hassan DRAGA
fb63521042 Fix serve_a_folder (Now should be Header + Body) 2024-07-11 13:32:31 -04:00
Hassan DRAGA
d213bf487a Debug Log External File Handler (Header + Body) 2024-07-11 13:31:41 -04:00
Hassan DRAGA
8008016de8 Fix HTTP Header Buffer 2024-07-11 13:07:40 -04:00
Hassan DRAGA
1dbce3938e Fix Minor Warnings (is_high_contrast) 2024-07-11 12:09:03 -04:00
Hassan DRAGA
13f1ebe1fe Increase Reload Timeout (500ms to 1500ms) 2024-07-11 10:32:36 -04:00
Hassan DRAGA
c158487417 Fix Invalid Packet Void Response 2024-07-11 10:31:48 -04:00
Hassan DRAGA
708d4a16a3 Unify Comments 2024-07-11 10:10:29 -04:00
Hassan DRAGA
bdd89e22ea Core - Send Bind List After Token 2024-07-10 23:59:31 -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
3f683ea036 Fix GCC Warning 2024-07-09 20:59:24 -04:00
Hassan DRAGA
633a96c54b New Example - virtual_file_system 2024-07-09 19:51:08 -04:00
Hassan DRAGA
1e8642bc6e Supporting header + body in webui_set_file_handler 2024-07-09 19:30:54 -04:00
Hassan DRAGA
b2f505a41c Update C Header - Adding et_mime_type 2024-07-09 19:19:26 -04:00
Hassan DRAGA
af46c34a02 Fix C++ Header 2024-07-09 19:11:51 -04:00
Hassan DRAGA
9350a6aa95
Merge pull request #449 from nater0000/main
Change to support serving files from a c-embed filesystem
2024-07-09 19:01:16 -04:00
Hassan DRAGA
d01c8a8352
Merge pull request #450 from nater0000/get_port
Added a function webui_get_port() to retrieve the server port for the session
2024-07-09 18:54:56 -04:00
Nathan R
9ed9279a98 Added a function webui_get_port() to retrieve the server port for the session 2024-07-09 14:39:38 -07:00
Nathan R
bbcdb9c5e0 Modify _webui_http_handler() to handle a file before a path 2024-07-09 14:29:48 -07:00
Hassan DRAGA
de9508653a
Merge pull request #448 from sensiblearts/main
exposing _webui_get_free_port
2024-07-09 16:02:57 -04:00
David Alm
51d82c82e9 tk 2024-07-09 13:54:59 -04:00
David Alm
0346f0ffdc exposing _webui_get_free_port 2024-07-09 12:06:31 -04:00
Hassan DRAGA
ff97452eb0 Fix Header SameSite and CORS 2024-07-08 23:35:41 -04:00
Hassan DRAGA
50e9e4c2c6 Update example (Bun - Deno - Nodejs) 2024-07-08 19:22:41 -04:00
Hassan DRAGA
0440eeaab1 Adding Bun Runtime 2024-07-08 19:21:51 -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
jinzhongjia
f888f15dbd fix: zig cross compile from linux to windows error 2024-07-08 09:03:15 +08:00
Hassan DRAGA
4f6fbc58d0 Adding warnings for debug mode 2024-07-07 14:50:47 -04:00
Hassan DRAGA
923f48795f Fix warnings 2024-07-07 14:50:00 -04:00
Hassan DRAGA
e443e318f7 Update readme 2024-07-07 14:20:04 -04:00
Hassan DRAGA
bdf6bac511 Fix Makefile x86 and ARM conflict
Removing ` /MACHINE:X64`
2024-07-06 22:45:06 -04:00
Hassan DRAGA
600e8d36b1 Fix Win32 Folder Check 2024-07-06 21:48:27 -04:00
Hassan DRAGA
59f2d077a6 Supporting Firefox Snap 2024-07-06 21:25:13 -04:00
Hassan DRAGA
13c889a10e Update Text Editor Example 2024-07-06 20:42:33 -04:00
Hassan DRAGA
fb1607b3d3 Fix Linux Exit
* Fix Show update current window
* Fix Linux Exit SEGFAULT
2024-07-06 20:42:03 -04:00
Hassan DRAGA
cdc78e4609 Update default internal icon 2024-07-06 11:32:52 -04:00
Hassan DRAGA
89495f919d
Merge pull request #442 from ttytm/fix/gcc-14-compatibility
Resolve incompatible ptr warning to fix compatibility with gcc-14
2024-07-06 10:18:58 -04:00
Turiiya
3b3e4c4ab0 Resolve incompatible ptr warning to fix compatibility with gcc-14 2024-07-06 13:34:44 +02:00
Turiiya
57a5846746 Test gcc-14 builds in CI 2024-07-06 13:33:11 +02:00
Hassan DRAGA
836e1d115f Fix zig CI build 2024-07-05 18:59:08 -04:00
Hassan DRAGA
56f787cf73 New example - web_app_multi_client 2024-07-05 18:52:56 -04:00
Hassan DRAGA
6ca760163e Adding new API webui_open_url 2024-07-05 18:52:12 -04:00
Hassan DRAGA
f25dd98112 New Event Elements
* Updating webui_config: use_cookies
* Updating webui_event_t: connection_id, cookies
2024-07-05 16:48:32 -04:00
Hassan DRAGA
e8f6a8abdb Cookies System (Heavy Core Changes) 2024-07-05 16:46:51 -04:00
Hassan DRAGA
efe64ba0af Updating example - public_network_access
* Allowing public URL to be updated on refresh
2024-07-03 09:26:22 -04:00
Hassan DRAGA
5f33f70d64 Updating embedded icon 2024-07-02 23:13:34 -04:00
Hassan DRAGA
c4cc398778 Adding webui_interface_get_float_at 2024-07-02 11:31:32 -04:00
Hassan DRAGA
327067cb7d Fix build warnings 2024-07-02 11:30:34 -04:00