Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Search box works again | Aqua-sama | 2018-04-17 | 3 | -31/+60 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 2 | -14/+0 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 8 | -314/+236 |
| | | | | | | | | | | | | 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 | ||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 4 | -0/+231 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Add missing includes | Aqua-sama | 2018-03-23 | 1 | -0/+1 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 3 | -3/+7 |
| | |||||
* | Added result label to search form | Aqua-sama | 2018-01-20 | 3 | -0/+144 |
| | |||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 4 | -4/+4 |
| | |||||
* | Added shortcuts to navbar actions | Aqua-sama | 2018-01-19 | 1 | -1/+16 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 4 | -0/+250 |
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted |