Commit Graph

83 Commits

Author SHA1 Message Date
Hassan DRAGA
6e15893135 Update OpenSSL links 2024-06-12 10:19:29 -04:00
Turiiya
cf9764a071 Use semver compliant version specification 2024-06-05 01:21:59 +02:00
vindarel
d982e5bd8a README: add Common Lisp wrapper
in alphabetical order after the webui-dev repositories.
2024-06-03 18:30:35 +02:00
Turiiya
41428a172c Update tagline 2024-06-01 02:26:16 +02:00
Hassan DRAGA
c8c1b2b757
Merge pull request #361 from xland/patch-1
Add QuickJS Wrapper
2024-05-31 18:20:47 -04:00
Hassan DRAGA
ab175b489b Update readme 2024-05-27 16:19:00 -04:00
Hassan DRAGA
e921f0dde4 Update screenshot 2024-05-26 20:16:49 -04:00
Hassan DRAGA
33ff93f475 Update version to 2.5.0-Beta-1 2024-05-26 19:53:44 -04:00
liulun
8ebdb00b43
Add QuickJS Wrapper
Add QuickJS Wrapper
2024-05-24 14:59:23 +08:00
jinzhongjia
2a5f0c98fb readme: set zig status is complete 2024-01-13 16:19:53 +08:00
Showns
1fb87145aa
Adding Delphi wrapper 2024-01-11 17:09:09 -05:00
Hassan DRAGA
e73b3cfecd New Logo
https://github.com/webui-dev/webui/discussions/292
2024-01-05 12:53:31 -05:00
Hassan DRAGA
152ef446c0 Up version to v2.4.2 2023-11-29 18:25:08 -05:00
Hassan DRAGA
29e69a970f Update readme - Features 2023-11-29 18:23:54 -05:00
Hassan DRAGA
8084a02f87 Up version number to v2.4.1 2023-11-16 16:49:21 -05:00
Hassan DRAGA
451a3e9bd0 Fix readme status 2023-10-29 01:26:32 -04:00
Hassan DRAGA
8adcbeff30 Readme status 2023-10-29 01:20:18 -04:00
Hassan DRAGA
509d9fa976 Adding Odin 2023-10-29 01:17:08 -04:00
Turiiya
8bf9bf2279 Run formatter 2023-10-27 06:49:59 +02:00
Hassan DRAGA
d9a4fadefb TLS Readme (GCC) 2023-10-26 19:00:23 -04:00
Hassan DRAGA
b37395d1ac TLS Readme 2023-10-25 20:17:29 -04:00
Turiiya
77cf950c3b Update make command in readme files 2023-10-10 02:32:19 +02:00
Turiiya
3e8f854a89 Prettify 2023-10-08 03:55:05 +02:00
Hassan DRAGA
c50a576b90
Adding nightly build link 2023-09-11 23:33:29 -04:00
Turiiya
831ee41cfd Update text editor example docs 2023-09-12 05:30:46 +02:00
Turiiya
1c4b5182b9 Cleanup Makefile; Use CC= to specify a compiler 2023-09-07 07:10:05 +02:00
Turiiya
75ebbf9625
Remove TCC related code (#200) 2023-09-06 14:52:59 +02:00
Turiiya
eaaf49a7d3 Update images with wide widths to fill content 2023-09-05 22:42:08 +02:00
Hassan DRAGA
a1ba285468 Adding download section
- Adding download section to the readme
2023-09-02 12:17:30 -04:00
Turiiya
77df52247d Add pascal wrapper, alphabetize 2023-08-23 00:15:15 +02:00
Turiiya
83c802608c Cleanup quotes 2023-08-23 00:15:15 +02:00
Turiiya
7a59da84f0
Update readme (#166)
Co-authored-by: Hassan DRAGA <dragahassan@gmail.com>
2023-08-21 23:06:46 +02:00
Turiiya
9a8081647d Update Readme 2023-08-21 19:04:43 +02:00
Hassan DRAGA
52885648d2 Up to v2.4.0
* Up all to v2.4.0
2023-08-19 17:49:08 -04:00
Turiiya
edf5eeae65 docs: fix typo 2023-07-24 23:10:50 +02:00
Turiiya
87cdf9acac docs: center align header section and images 2023-07-24 20:59:27 +02:00
Turiiya
c4925dd4b8 docs: update badge labels 2023-07-24 20:59:27 +02:00
Turiiya
4818e6018c docs: use github hosted assets for README.md 2023-07-24 17:44:50 +02:00
Hassan DRAGA
7db9826676 Updating the links
* Updating the links to the new organization
2023-05-13 10:47:42 -04:00
Hassan DRAGA
4d4abe8f2a New Icon
* Adding the new logo files
* Updating the embedded default icon
* Updating the docs icon
2023-05-11 23:26:52 -04:00
Hassan DRAGA
f8f704f76a Updating the readme 2023-05-09 23:00:18 -04:00
Hassan DRAGA
71eeb25453 Update Readme 2023-05-08 23:12:17 -04:00
Hassan DRAGA
4e0a7fe5c1 Text Editor Example
# Changes
* `webui_run` changed from `bool` to `void` as it run the script fast with no return

# New
* `char* webui_encode(const char* str)` encode string to base64
* `char* webui_decode(const char* str)` decode base64 to string
* `void webui_free(void* ptr)` free resource allocated by WebUI (_when using webui_encode()_)
* A text editor example

# Fix
* Now WebUI wait in loop while the application requestion more html files (_Large HTML UI_)
2023-05-08 23:03:41 -04:00
Hassan DRAGA
a4e9e14903 Update Go Documentation
* Updating the Go docs
2023-05-06 14:04:24 -04:00
Hassan DRAGA
ca7b4f50ed WebUI v2.3.0
# Users/Wrappers Changes
* The window object changed from `void*` (pointer) to a simple `size_t` (integer)

# New Core Features And Changes
* License changed from `GPLv2` to 'MIT'. Thanks to @xD0135
* The core APIs is completely changed from `Mongoose` to `civetweb`. Thanks to @xD0135
* Kiosk mode support. Thanks to @malisipi
* UI responses resolving using IDs instead of first received (WebUI-JS-Bridge)
* Fix C++ Linux Clang build issue (C++ Linux GCC still broken)
2023-05-04 21:41:03 -04:00
Hassan DRAGA
93f815422b
Updating the V repo status
* Update V repo status to `complete`
2023-04-28 00:40:21 -04:00
Hassan DRAGA
7ae70f31e3 Update Links 2023-04-25 23:33:56 -04:00
Hassan DRAGA
cefeb8daf1 Update README 2023-04-24 22:11:31 -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
Grave
0688fb1bf9
update hyperlink 2023-03-31 20:19:25 -04:00