Hassan DRAGA
7ae70f31e3
Update Links
2.2.0
2023-04-25 23:33:56 -04:00
Hassan DRAGA
1436fd0f0a
Merge pull request #86 from alifcommunity/WebUI_v2.2.0
...
WebUI v2.2.0
2023-04-25 23:23:10 -04:00
Hassan DRAGA
bf0a0db8c4
Update Website & Release folder
...
* Update website
* Update release folder
2023-04-25 23:16:35 -04:00
Hassan DRAGA
72a6c2b5bf
Auto Online Website Deploy
2023-04-25 22:10:13 -04:00
Hassan DRAGA
01d22d4c1f
Update workflows
2023-04-25 22:06:18 -04:00
Hassan DRAGA
e7c6bba62c
Fix SSL Issue
...
* Fix SSL Issue
2023-04-25 22:00:43 -04:00
Hassan DRAGA
93f8552a6c
Update Workflows
...
* Adding macOS
* Merging two Windows tasks into one
* Adding FTP deploy
2023-04-25 21:41:42 -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
Hassan DRAGA
cefeb8daf1
Update README
2023-04-24 22:11:31 -04:00
Hassan DRAGA
3cb8962b9a
Linux Memory Optimization
...
* Implementing #81 for Linux
2023-04-24 21:56:07 -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
6c344182f1
Merge pull request #84 from malisipi/WebUI_v2.2.0_Fix
...
Fix missing last characther bug
2023-04-23 15:06:29 -04:00
Mehmet Ali Şipi
52d3530c81
Fix Buffer_Overflow bug
2023-04-23 20:16:45 +03:00
Mehmet Ali Şipi
1ea5d9f54b
Fix missing last characther bug
2023-04-23 20:09:13 +03: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
Hassan DRAGA
abe94a1387
Merge pull request #78 from malisipi/main
...
Check `google-chrome-stable` at Linux ( Fix #77 )
2023-04-09 11:53:00 -04:00
Mehmet Ali
82fd95d864
Check google-chrome-stable
at Linux ( Fix #77 )
2023-04-09 16:55:01 +03: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
Hassan DRAGA
4bb6846915
Rename MacOS to macOS
2023-04-04 21:57:42 -04:00
Albert Shown
a786cfaf0d
Minor GCC DLL size optimization
2023-04-04 17:14:41 -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
Albert Shown
0e6ac9b813
Minor C style code changes
...
* Minor C style code changes, no new features.
2023-04-04 11:28:13 -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
06d9f809c2
Merge pull request #71 from neroist/patch-1
...
add link to Nim documentation
2023-03-31 22:46:05 -04:00
Grave
0688fb1bf9
update hyperlink
2023-03-31 20:19:25 -04:00
Grave
cc5cf97c30
add link to Nim documentation
2023-03-31 20:17:43 -04:00
Hassan DRAGA
cf7b7fb5d5
Merge pull request #70 from konsumer/patch-1
...
Update Makefile
2023-03-31 09:16:36 -04:00
David Konsumer
211c010fb1
Update Makefile
2023-03-30 20:20:57 -07:00
Hassan DRAGA
61d26ce724
Update macOS Makefile
...
Update the macOS Makefile to be consistent with other OS Makefiles.
2023-03-30 22:07:04 -04:00
Hassan DRAGA
8c0cde9e06
Update Rust wrapper
2023-03-29 00:23:35 -04:00
Hassan DRAGA
a3a14e362a
Fix Linux GCC Build
...
* Quick fix for Linux GCC Build
2023-03-28 23:06:42 -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
Hassan DRAGA
45d04e57c0
Merge pull request #66 from cowboyd/macos-build
...
✨ Add a build for MacOS
2023-03-28 19:05:13 -04:00
Hassan DRAGA
2310636389
Renaming lib name
2023-03-28 19:01:44 -04:00
Charles Lowell
599d452a70
✨ Add a build for MacOS
...
This copies the Linux build to generate binaries for MacOS
2023-03-28 15:50:10 -05:00
Hassan DRAGA
9aca227129
Adding the contributions section
...
Adding the `Contributions` section in the readme file.
2023-03-26 22:21:38 -04:00