aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/window.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Show view profile instead of window profile in titleAqua-sama2018-05-281-11/+7
|
* Show profile name in window titleAqua-sama2018-05-281-0/+6
|
* Changing Window profileAqua-sama2018-05-281-5/+30
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-281-6/+12
|
* Swap to new tab after creating itAqua-sama2018-05-281-1/+2
|
* Focus view when changing tabsAqua-sama2018-05-271-12/+7
|
* Don't open additional tabs when creating subwindowsAqua-sama2018-05-011-0/+9
|
* Window::sessionAqua-sama2018-04-301-0/+51
|
* Add Window menuAqua-sama2018-04-191-1/+36
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Hovering over links shows them in the status bar againAqua-sama2018-04-171-0/+7
|
* Multiple subwindows interfaceAqua-sama2018-04-161-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