|
d1f5756670
|
Use standard bool types.
I'm using `stdbool.h` for the few remaining C files. That will
have to change, soon.
|
2025-08-21 13:59:12 -04:00 |
|
|
2dd41b440e
|
A lot of string returns made RAII
|
2025-08-12 03:48:47 -04:00 |
|
|
b4600db393
|
A lot of typesafety in the older C UI code.
CI / ubuntu-latest-html-tests (push) Has been cancelled
CI / ubuntu-latest-no-tls (push) Has been cancelled
CI / ubuntu-latest-mbedtls2 (push) Has been cancelled
CI / ubuntu-latest-openssl-3 (push) Has been cancelled
CI / ubuntu-latest-with-old-std (push) Has been cancelled
CI / ubuntu-20-04-openssl-1-1 (push) Has been cancelled
CI / alpine-mbedtls-3_6_0 (push) Has been cancelled
CI / macOS-13-openssl-1-1 (push) Has been cancelled
CI / macOS-13-openssl-3 (push) Has been cancelled
CI / freebsd-14-openssl-3 (push) Has been cancelled
CI / windows-mbedtls (push) Has been cancelled
More to come.
|
2025-08-12 02:09:40 -04:00 |
|
|
eeb3db8bfd
|
A bit more RAII for DilloHtml...
|
2025-08-01 01:47:08 -04:00 |
|
|
ef7011c7cf
|
Popup menu ownership of URLs.
|
2025-05-20 12:47:56 -04:00 |
|
|
d4a69c0b11
|
Plumbing ownership further; some things became C++
|
2025-04-14 03:48:28 -04:00 |
|
|
61c879c218
|
URI header now returns pointers with ownership.
I've put `.release()` at most of the callsites, but this
gives me something to search for when taking the next
steps.
|
2025-04-13 15:05:21 -04:00 |
|
|
441a04609b
|
DilloURL has a dtor.
It is the same as the original free function. But this
will let me put some ownership on various members and slowly
start to C++ify this core type.
|
2025-04-12 04:08:14 -04:00 |
|
|
06f8226487
|
Migrate a lot of C to C++.
It will let me put a lot more dtors into certain
structs that C++ code calls `free` on members within.
|
2025-04-10 02:46:06 -04:00 |
|
|
20fea64cb5
|
Initial import of Dillo
|
2025-02-28 13:34:30 -05:00 |
|