aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets/navigationbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop boost dependencyAqua-sama2019-11-031-1/+1
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Fix navigation buttons using wrong iconsAqua-sama2018-12-111-2/+2
|
* Update remaining repository paths in license headersAqua-sama2018-10-021-1/+1
|
* Enabled address bar suggestionsAqua-sama2018-04-171-2/+0
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-27/+14
| | | | | | | | | | | | 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
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-0/+55
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted