15 Commits

Author SHA256 Message Date
adam 0c350a85c1 Some file plugin structures RAII'ed. 2025-04-27 11:41:19 -04:00
adam 23d178d472 Another local simple string. 2025-04-19 02:27:43 -04:00
adam 414c1d287e More temporary string cleanup. 2025-04-19 02:25:08 -04:00
adam aaead901ae Another popup string 2025-04-19 02:18:15 -04:00
adam 688f2fddf2 Another short lifetime string managed. 2025-04-19 02:10:22 -04:00
adam efb891d82e Ownership for a short lifetime string. 2025-04-19 02:08:30 -04:00
adam d4a69c0b11 Plumbing ownership further; some things became C++ 2025-04-14 03:48:28 -04:00
adam 27ae7d91c1 Begin converting URL struct into modern C++ class 2025-04-12 22:20:34 -04:00
adam e595830fab Rename user-facing bits of Dillo to Flenser.
I dunno if I got them all.

This is also now version 0.0.0
2025-04-12 00:43:11 -04:00
adam 396b5fc2a6 This is a major lift into C++.
Much of the code is now building in C++, and I'm using C++23.

A spot test seems to work.  Now I can start to debride all the
painful memory management quirks...
2025-03-01 03:03:25 -05:00
adam ee54d2aff8 More memory management.
I'm seeing a lot of potential memory leaks of various FLTK components...

Unless their ctors register themselves into some global garbage
collector...  It's a mess.
2025-02-28 15:42:39 -05:00
adam 5d489d1441 Move to another unique ptr. 2025-02-28 15:16:08 -05:00
adam c6370d1cfd Remove one simple new/delete pair.
More to come!
2025-02-28 15:02:27 -05:00
adam 8101f9f267 This marks the "start" of Flenser. 2025-02-28 13:53:05 -05:00
adam 20fea64cb5 Initial import of Dillo 2025-02-28 13:34:30 -05:00