Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libwebengine | Aqua-sama | 2020-05-08 | 1 | -0/+3 |
| | | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class | ||||
* | Rewrite Session backend | Aqua-sama | 2020-04-13 | 1 | -0/+103 |
Add session.hpp, containing structs that describe session data MainWindow, SubWindow and WebView can be created from Session::structs Opening new window will automatically open a default subwindow and tab if none were specified Add lib/session_formats Add JsonSession, to serialize/deserialize Session structs into JSON - add some tests clang-tidy: - fix various warnings - disable modernize-use-trailing-return-type check |