comparison CMakeLists.txt @ 75:d3e9310598b1

*: refactor some stuff text: "TextParagraph"s are now called sections, because that's the actual word for it :P text: new classes: Line and OneLineSection, solves many problems with paragraphs that are only one line long (ex. going out of bounds) http: reworked http stuff to allow threaded get requests, also moved it to its own file to (hopefully) remove clutter eventually I'll make a threaded post request method and use that in the "basic" function
author Paper <mrpapersonic@gmail.com>
date Wed, 04 Oct 2023 01:42:30 -0400
parents 442065432549
children 9b2b41f83a5e
comparison
equal deleted inserted replaced
74:5ccb99bfa605 75:d3e9310598b1
54 src/core/anime.cpp 54 src/core/anime.cpp
55 src/core/anime_db.cpp 55 src/core/anime_db.cpp
56 src/core/config.cpp 56 src/core/config.cpp
57 src/core/date.cpp 57 src/core/date.cpp
58 src/core/filesystem.cpp 58 src/core/filesystem.cpp
59 src/core/http.cpp
59 src/core/json.cpp 60 src/core/json.cpp
60 src/core/strings.cpp 61 src/core/strings.cpp
61 src/core/time.cpp 62 src/core/time.cpp
62 63
63 # Main window 64 # Main window