| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also fixed occasional bug when showing the completer.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Split off menus into their own classes
Page tools menu
- Shows injected scripts
- Shows dev tools page in another dialog
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
- 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
|