Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add WIP Python REPL interface | Aqua-sama | 2019-02-23 | 1 | -9/+5 |
| | | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself | ||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 1 | -1/+1 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Update license year | Aqua-sama | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Update About Dialog text | Aqua-sama | 2018-11-23 | 2 | -5/+19 |
| | |||||
* | Loading and unloading of plugins at runtime | Aqua-sama | 2018-11-23 | 3 | -18/+59 |
| | |||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 3 | -56/+4 |
| | | | | - Remove plugin list from About dialog | ||||
* | Add AboutPlugin dialog | Aqua-sama | 2018-11-22 | 4 | -3/+300 |
| | |||||
* | Add link to GPL to About dialog | Aqua-sama | 2018-11-20 | 2 | -7/+11 |
| | |||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 1 | -20/+0 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 2 | -4/+2 |
| | |||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 2 | -3/+18 |
| | |||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 1 | -3/+3 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 2 | -2/+2 |
| | |||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -1/+2 |
| | |||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 4 | -49/+146 |
| | |||||
* | AddressBar: code cleanup | Aqua-sama | 2018-06-18 | 1 | -1/+2 |
| | | | | AddressBar: match input for protocol or '.' in addition to url validity | ||||
* | AboutDialog: add profile list to details tab | Aqua-sama | 2018-06-15 | 2 | -6/+24 |
| | |||||
* | Update about dialog | Aqua-sama | 2018-05-29 | 2 | -6/+10 |
| | |||||
* | Remove unneeded po::store | Aqua-sama | 2018-04-21 | 1 | -1/+1 |
| | |||||
* | Add msvc to AboutDialog compiler define | Aqua-sama | 2018-04-21 | 1 | -1/+3 |
| | |||||
* | Add Boost_INCLUDE_DIRS to poi and about | Aqua-sama | 2018-04-21 | 1 | -0/+3 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -7/+7 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 4 | -0/+219 |
Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins |