246 Commits

Author SHA1 Message Date
Hassan DRAGA
8d6ef7d7c8 Update documentation 2023-04-26 00:05:36 -04:00
Hassan DRAGA
bf0a0db8c4 Update Website & Release folder
* Update website
* Update release folder
2023-04-25 23:16:35 -04:00
Albert Shown
296dfdc0b4 Go & C++ Documentation
* Adding Go Documentation
* Adding C++ Documentation
* Removing TCC warnings
2023-04-25 17:56:57 -04:00
Albert Shown
263ffe86ef Moving Zig
* Moving Zig wrapper to https://github.com/desttinghim/webui
2023-04-25 11:26:26 -04:00
Albert Shown
3a0cd4968f Memory Optimization
* Implementing https://github.com/alifcommunity/webui/issues/81
* Fix Linux & macOS build script using `dos2unix`
2023-04-24 17:44:27 -04:00
Hassan DRAGA
527d000b45 Fix & Docs
* C Documentation v2.2.0
* Python Documentation v2.2.0
* Update Python examples
* Fix https://github.com/alifcommunity/webui/issues/83
2023-04-23 22:05:33 -04:00
Hassan DRAGA
756a28a644 Fix VS working environment
* Adding HTML files to the project files (Or change working environment in VS settings)
2023-04-22 22:59:55 -04:00
Hassan DRAGA
51f552d738 Support Visual Studio (C++)
* New Visual Studio (C++) Examples
* New C++ wrapper (simple)
* Fixing a memory issue when using (VS CRT)
2023-04-22 22:51:45 -04:00
Hassan DRAGA
e1d8f3f43c Linux and macOS Support
* Linux Support
* macOS Support
* Python Wrapper Finished
2023-04-20 22:18:32 -04:00
Hassan DRAGA
04b3ab7734 Python Wrapper (Not Complete)
* First Python Wrapper Commit v2.2.0 (Not Complete)
* Adding `windows_build.bat`
2023-04-19 22:52:56 -04:00
Hassan DRAGA
2de4a80867 Deno Readme 2023-04-17 15:59:53 -04:00
Hassan DRAGA
28f6c35e3e Update Deno Readme 2023-04-17 15:57:41 -04:00
Hassan DRAGA
7f7c28b24a Quick Deno Update 2023-04-17 15:55:59 -04:00
Hassan DRAGA
18d68ab586 First WebUI v2.2.0 Commit
# WebUI v2.2.0

* Now, creating a wrapper is easier as core functions have been removed from `webui.h`
* Removing many functions (webui_open, webui_new_server...)

* C - Complete
* Go - Complete
* Deno - Complete
* All other things still need to be completed...
2023-04-17 15:43:46 -04:00
Albert Shown
ef2671f267 Update Deno TypeScript Wrapper
* Update Deno TypeScript Wrapper, Adding `new_server()`
* Still need fix with the second run.
* Firefox process close detection does not work yet (works with all other browsers)
2023-04-05 18:25:57 -04:00
Hassan DRAGA
c89d92fc80 macOS Support
* Supporting macOS (Tested with Chrome, macOS 12)
* Adding macOS C Makefiles
* [Issue] We need to close Chrome to run the program again. We need to find the perfect command to run Chrome to fix this
2023-04-05 00:21:20 -04:00
Albert Shown
7b871b9843 Updating Zig (Still need upstream to be updated)
* Updating Zig but still need upstream to be updated (https://github.com/desttinghim/webui)
2023-04-04 17:00:49 -04:00
Albert Shown
1a202a3c1e Updating Rust 2023-04-04 16:49:12 -04:00
Albert Shown
848f8831be Update Python Examples
* Update Python Examples
* Removing `__del__`
2023-04-04 16:40:33 -04:00
Albert Shown
ea49a6270c Updating Go to v2.1.1
* Updating Go to v2.1.1
* Updating Go examples as well
2023-04-04 16:28:41 -04:00
Albert Shown
44591c6f03 Upgrading Deno TypeScript to v2.1.1
* Upgrading Deno TypeScript to v2.1.1
* Updating the Deno examples as well
2023-04-04 16:18:37 -04:00
Hassan DRAGA
9a38611454 WebUI v2.1.1
* Fix MacOS threading bug `wait()`
* Removing all `bind_all` related codes
* Now, you can listen for general events by binding with an empty ID
2023-04-01 00:05:41 -04:00
Hassan DRAGA
8c0cde9e06 Update Rust wrapper 2023-03-29 00:23:35 -04:00
Hassan DRAGA
b7bf608240 WebUI v2.1.0
#New Features
* Supporting more web browsers
* Search for web browsers in Windows Reg.
* Using the same show() function for HTML script, files, and refresh content
* Support Chrome on macOS

#Breaking code
* Switching from `webui_show(win, html, browser);` to `webui_show(win, content);`, and it's used for HTML, files, and reload the window
* Removing `webui_show_cpy()`, `webui_refresh()`, `webui_refresh_cpy()`
2023-03-28 23:00:09 -04:00
Albert Shown
1a1e4c7a00 WebUI v2.0.7
* Switch from GPL to LGPL
* Deno example is ready
* Adding `void _webui_free_all_mem()` to release all dynamic mem at exit
* Break Change `void webui_script_interface(webui_window_t* win, const char* script, unsigned int timeout, bool* error, unsigned int* length, char* data)` to `void webui_script_interface(webui_window_t* win, const char* script, unsigned int timeout, bool* error, unsigned int* length, char** data)`
* Updating readme
* Moving Zig build file into build folder

More code cleaning and more examples is needed before we release the version 2.0.7.
2023-03-21 18:47:19 -04:00
Louis Pearson
060ea8189f Update zig examples to use windows fix 2023-03-19 12:52:16 -06:00
Louis Pearson
889a55cfad Add serve_folder example in zig 2023-03-18 19:50:40 -06:00
Louis Pearson
79f22f1305 Implement call from js in zig 2023-03-18 19:36:54 -06:00
Louis Pearson
aaf4a123e4 Fix zig hello world 2023-03-18 19:20:11 -06:00
Louis Pearson
688e239e27 Add hello world example 2023-03-18 16:00:40 -06:00
Louis Pearson
c3a02919d3 Add minimal Zig example 2023-03-18 14:38:11 -06:00
Hassan DRAGA
bc7eef355e Fix for 2.0.6 - Math lib
* Fix missing Math lib in some Linux distro
2023-03-01 22:33:49 -05:00
Albert Shown
6991c02abc WebUI 2.0.6
* Supporting href link
* Python serve a folder example
* Fix bug in Infinite loop when set_timeout() get called later
* webui.js wont close window if href link clicked
* Fix bug in webui.js show error message when switching between window fast
2023-03-01 18:16:24 -05:00
Hassan DRAGA
e32afffe2e
Revert "Add an example calculator" 2022-12-20 14:59:21 -05:00
Hassan DRAGA
7da1e186dd
Merge pull request #43 from mohamedke/main
Adding an example calculator
2022-12-14 16:45:28 -05:00
mohamedke
c4924695e2
Adding an examples calculator 2022-12-14 22:14:10 +01:00
mohamedke
b2f5a4dc20
Adding an example calculator 2022-12-14 22:12:53 +01:00
mohamedke
7978a6272a
Adding an example calculator 2022-12-14 22:11:51 +01:00
mohamedke
77bf3154f1
Adding an example calculator 2022-12-14 22:10:20 +01:00
Albert Shown
a286d756f4 Call C with args from JS
* Updating the interface APIs to call background with args from UI
* Auto log enabled in debug build
2022-12-12 10:13:27 -05:00
Albert Shown
b09ab69200 Call C from JS with response
* Adding the possibility of calling C from JS and wait for the response
2022-11-28 11:04:45 -05:00
Albert Shown
f87438ee7e Fix missing index file
* Adding the missing index.html file
2022-11-22 11:33:49 -05:00
Albert Shown
c5758b1ddd v2.0.5
* Adding webui_fn()
* Cleaning JS Bridge
* Rename internal element ID to easy reading the code
* Adding Data to the E event struct
2022-11-21 18:07:46 -05:00
Albert Shown
a96de5e810 Process based call
* Try to close browser if main closes
* Serve a Folder call
2022-11-11 17:19:37 -05:00
Hassan DRAGA
86838172a0 v2.0.4
* Minor bug fix
* Python Docs
* Update Python Wrapper
* Fix C VS Studio broken project
2022-11-07 23:33:03 -05:00
Hassan DRAGA
1cebf03d60 C Documentation and APIs Improvement
* Adding C Documentation
* Improve the API call
2022-11-02 21:43:48 -04:00
Hassan DRAGA
192062f8ab Adding the V wrapper 2022-11-01 00:59:23 -04:00
Hassan DRAGA
d7c62fc8d7 v2.0.3 fix
* Fix bank screen in python module (webui.show())
* Fix getaddrinfo() crash sometimes
* Fix wait() typo
* Fist Rust complete wrapper
2022-11-01 00:26:09 -04:00
Hassan DRAGA
c5de824b6e
Change loop() to wait() 2022-10-31 10:06:27 -04:00
Hassan DRAGA
8c77d0b056 v2.0.3 - TypeScript Dynamic Lib
- TypeScript Dynamic Lib
- Incomplete Rus wrapper
- Rename of many API's
- Clean all batch script
2022-10-29 21:41:20 -04:00