265 Commits

Author SHA1 Message Date
Hassan DRAGA
914c988f25 WebUI v2.3.0 Release
* Final WebUI v2.3.0 Release
2.3.0
2023-05-13 13:08:13 -04:00
Hassan DRAGA
bf757a7dc7 Updating icons 2023-05-13 10:56:05 -04:00
Hassan DRAGA
7db9826676 Updating the links
* Updating the links to the new organization
2023-05-13 10:47:42 -04:00
Hassan DRAGA
e71b816b71 Removing Non-C-Examples 2023-05-12 23:59:29 -04:00
Hassan DRAGA
fec91226c1
Updating the logo 2023-05-12 13:19:05 -04:00
Hassan DRAGA
c130731c1f Updating the website
* Updating the website screenshot
* Updating the online docs icon
2023-05-11 23:50:18 -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
Albert Shown
e3ee8b4dbe Fast closing
* Now `webui_exit()` operation become faster
* Cleaning the text editor UI files
2023-05-09 17:04:56 -04:00
Hassan DRAGA
e41d3113e9 Updating C examples
* Quick update to the C text editor example
2023-05-09 12:41:23 -04:00
Hassan DRAGA
bc5e5b2a56 Public get_new_window_id
# New
* `webui_get_new_window_id` is now public
* Updating C++ examples
2023-05-09 07:48:27 -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
980d4a4306 Text Editor C (Only UI)
* Non-complete Text Editor in C
2023-05-07 22:08:21 -04:00
Hassan DRAGA
aacc8b0ddd Window ID Based Creation
# New:

* New API: `void webui_new_window_id(size_t window_number)`
* New API: `void webui_destroy(size_t window)`

_Please see C serve_a_folder example on how to use webui_new_window_id()_

# Changes

* To keep consistency with window IDs, all `unsigned int` changed to `size_t`
2023-05-07 13:54:15 -04:00
Hassan DRAGA
3e1a636288
Merge pull request #95 from malisipi/main
Update v_api.md
2023-05-06 18:08:44 -04:00
Hassan DRAGA
4f969262ce
Merge branch 'main' into main 2023-05-06 18:06:41 -04:00
Hassan DRAGA
270ae1b0c4 Fix doc typo (Safari)
* Fix typo `Microsoft Apple Safari
2023-05-06 17:45:21 -04:00
Hassan DRAGA
47cd45e458 Fix doc typo
* Fix typo `Microsoft Opera Browser`
2023-05-06 17:43:33 -04:00
Hassan DRAGA
e526419956 Update C docs
* Quick C docs update, changing void pointer to `size_t`
2023-05-06 17:41:53 -04:00
Mehmet Ali Şipi
6f7523585a Update v_api.md 2023-05-07 00:35:25 +03:00
Hassan DRAGA
6bcf73c9e9 Creating the V documentation
* Creating the V documentation (_Not complete_)
2023-05-06 14:07:27 -04:00
Hassan DRAGA
a4e9e14903 Update Go Documentation
* Updating the Go docs
2023-05-06 14:04:24 -04:00
Hassan DRAGA
1f98ce6d10 Update C++ Documentations
* Updating the C++ documentations
2023-05-06 13:02:34 -04:00
Hassan DRAGA
eafbd8cb49 Better macOS Support
* WebUI on macOS now can use all web browsers
* macOS apps can now be run multiple-times (https://github.com/alifcommunity/webui/issues/69)
2023-05-06 02:30:21 -04:00
Hassan DRAGA
192b3172be Full C++ support
* The C++ wrapper is now complete
* Optimizing the close time in case the browser did not run
* Linux GCC build issue is fixed
2023-05-05 21:54:12 -04:00
Hassan DRAGA
c34d469a7e C++ Update 2023-05-05 18:58:44 -04:00
Albert Shown
e116261130 C++ Wrapper Update
* Now the C++ wrapper has its own class instead of direct C calls.
2023-05-05 17:41:20 -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
Albert Shown
e5ba5fb6e6
Merge pull request #93 from malisipi/main
Fix app & kiosk mode in chromium browsers
2023-05-04 16:08:46 -04:00
Mehmet Ali Şipi
254e3733b2 Fix app & kiosk mode in chromium browsers 2023-05-04 21:55:21 +03:00
Hassan DRAGA
0cd8ab02fe
Merge pull request #91 from malisipi/main
Add Kiosk Support
2023-05-03 20:20:49 -04:00
Hassan DRAGA
41b5ab3bd7 Updating the PR
* The original code works. I'm just re-styling it to make the WebUI code look the same.
2023-05-03 20:18:56 -04:00
Hassan DRAGA
7c418a6ed2
Delete Makefile 2023-05-03 20:01:07 -04:00
Hassan DRAGA
be39bbd35d
Delete win.rc 2023-05-03 20:00:52 -04:00
Hassan DRAGA
7de2a6a467
Delete Makefile 2023-05-03 20:00:42 -04:00
Hassan DRAGA
9c12422079
Delete win.rc 2023-05-03 20:00:22 -04:00
Hassan DRAGA
8fabfcc728
Delete Makefile 2023-05-03 19:59:49 -04:00
Hassan DRAGA
03340f6b6d
Delete README.md 2023-05-03 19:59:15 -04:00
Hassan DRAGA
7392fdc8cd
Delete Makefile 2023-05-03 19:58:47 -04:00
Hassan DRAGA
24be46127c
Delete Makefile 2023-05-03 19:58:24 -04:00
Hassan DRAGA
591020ffc5
Update webui.h 2023-05-03 19:57:48 -04:00
Hassan DRAGA
543a0e9ced
Update webui.hpp 2023-05-03 19:57:13 -04:00
Hassan DRAGA
29694c40cf
Update webui.h 2023-05-03 19:55:46 -04:00
Hassan DRAGA
6682774208
Merge pull request #92 from malisipi/chromium-fix
Fix #90: Support 'chromium'
2023-05-03 19:52:27 -04:00
Mehmet Ali Şipi
77e99e24d0 Add webui_set_kiosk function to webui.hpp header 2023-05-03 17:51:21 +03:00
Mehmet Ali Şipi
b9314db953 Fix #90: Support 'chromium' 2023-05-03 17:41:56 +03:00
Mehmet Ali Şipi
c537cf55e7 Support a lot of browser 2023-05-03 17:24:31 +03:00
Mehmet Ali Şipi
537d5a677a Add Kiosk Support For Chrome 2023-05-03 16:59:21 +03:00
Hassan DRAGA
6ef37f068a macOS libs
* macOS binaries
2023-04-30 19:40:13 -04:00