Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-format pass | Aqua-sama | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | SubWindow: delete views right away when closing tab | Aqua-sama | 2018-06-15 | 1 | -4/+5 |
| | |||||
* | Move load profile menu to page menu from tab menu | Aqua-sama | 2018-06-09 | 1 | -18/+0 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 1 | -1/+2 |
| | | | | | | | | First load all profiles from profile.path, and then the profile.default if missing, after which set the default profile. Profile names and whether they're otr can be set by .profile name=string and otr=bool. | ||||
* | Middle mouse button closes tab | Aqua-sama | 2018-06-01 | 1 | -0/+14 |
| | |||||
* | Add load profile actions to tab menu | Aqua-sama | 2018-05-29 | 1 | -1/+20 |
| | |||||
* | Remove Window::addTab(WebView *view) | Aqua-sama | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Focus view when changing tabs | Aqua-sama | 2018-05-27 | 1 | -0/+7 |
| | |||||
* | Add Window menu | Aqua-sama | 2018-04-19 | 1 | -22/+0 |
| | | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -0/+121 |
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 |