aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets/tabwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-281-1/+1
|
* Focus view when changing tabsAqua-sama2018-05-271-0/+7
|
* Add Window menuAqua-sama2018-04-191-22/+0
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Multiple subwindows interfaceAqua-sama2018-04-161-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