Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style pass | Aqua-sama | 2018-04-17 | 3 | -6/+6 |
| | |||||
* | Clean up UrlLineEdit | Aqua-sama | 2018-04-17 | 4 | -67/+51 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 6 | -35/+100 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 2 | -3/+2 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 4 | -31/+43 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 3 | -14/+15 |
| | | | | | | | | | | | | 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 | ||||
* | Page menus refactoring | Aqua-sama | 2018-04-01 | 1 | -0/+1 |
| | | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog | ||||
* | Add keyboard shortcuts for address bar menus | Aqua-sama | 2018-03-31 | 2 | -18/+41 |
| | |||||
* | Removed unused SSL menu from address bar | Aqua-sama | 2018-03-30 | 2 | -19/+2 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 2 | -2/+2 |
| | |||||
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 4 | -16/+12 |
| | |||||
* | Fixed bug where refresh button and loading bar would get stuck in loading state | Aqua-sama | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 4 | -0/+340 |
- 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 |