aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/window.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor SubwindowAqua-sama2018-05-291-52/+0
|
* Show view profile instead of window profile in titleAqua-sama2018-05-281-2/+0
|
* Show profile name in window titleAqua-sama2018-05-281-0/+2
|
* Changing Window profileAqua-sama2018-05-281-0/+2
|
* Remove Window::addTab(WebView *view)Aqua-sama2018-05-281-2/+6
|
* Window::sessionAqua-sama2018-04-301-0/+2
|
* Add Window menuAqua-sama2018-04-191-1/+1
| | | | | | - 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/+2
|
* Multiple subwindows interfaceAqua-sama2018-04-161-0/+42
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