Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update About Dialog text | Aqua-sama | 2018-11-23 | 1 | -3/+14 |
| | |||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 1 | -10/+0 |
| | | | | - Remove plugin list from About dialog | ||||
* | Add link to GPL to About dialog | Aqua-sama | 2018-11-20 | 1 | -1/+2 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 1 | -2/+1 |
| | |||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 1 | -3/+1 |
| | |||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 1 | -3/+3 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -46/+28 |
| | |||||
* | 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 | 1 | -6/+22 |
| | |||||
* | Update about dialog | Aqua-sama | 2018-05-29 | 1 | -5/+7 |
| | |||||
* | 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 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -7/+7 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -0/+68 |
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 |