Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compile error with meson unstable-kconfig module | Aqua-sama | 2021-09-19 | 1 | -0/+1 |
| | | | | Module renamed to keyval and now stable | ||||
* | Rewrite Session backend | Aqua-sama | 2020-04-13 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | pick-session: pass session data to existing instance if any | Aqua-sama | 2018-11-30 | 1 | -1/+5 |
| | |||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 1 | -1/+2 |
| | |||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 1 | -0/+34 |