Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite Session backend | Aqua-sama | 2020-04-13 | 1 | -53/+36 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 1 | -1/+3 |
| | | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class | ||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 1 | -4/+4 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | pick-session: pass session data to existing instance if any | Aqua-sama | 2018-11-30 | 1 | -11/+36 |
| | |||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 1 | -5/+19 |
| | |||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 1 | -0/+87 |