Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -1/+0 |
| | |||||
* | Clean up UrlLineEdit | Aqua-sama | 2018-04-17 | 1 | -12/+7 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 1 | -14/+2 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 1 | -1/+0 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 1 | -6/+11 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -2/+5 |
| | | | | | | | | | | | | 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 | ||||
* | Add keyboard shortcuts for address bar menus | Aqua-sama | 2018-03-31 | 1 | -5/+8 |
| | |||||
* | Removed unused SSL menu from address bar | Aqua-sama | 2018-03-30 | 1 | -5/+0 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 1 | -4/+3 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 1 | -0/+65 |
- moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors |