aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug in settings dialogMike Skec2020-12-311-8/+8
* Fix segfault when opening settings dialog with no tabsMike Skec2020-12-311-9/+9
* Add preference for url bar stylingMike Skec2020-12-316-1/+59
* Prevents URL bar styles appearing strange in settings dialog after changing t...Mike Skec2020-12-313-2/+18
* urlbar colour formatting algorithm improvementMike Skec2020-12-311-9/+11
* Added fancy url bar stylingMike Skec2020-12-315-4/+123
* Strip bgcolor attribute from html pagesMike Skec2020-12-311-0/+4
* Added prettier 'unsupported media type' page.Mike Skec2020-12-311-9/+34
* DocumentStyle: fix for #39Mike Skec2020-12-311-1/+1
* Fixes a few warnings and deprecation noticesMike Skec2020-12-314-3/+4
* mainwindow: new methods curTab and tabAtMike Skec2020-12-312-22/+34
* #51: mouse buttons 4/5 for back/forwardMike Skec2020-12-314-4/+27
* BUILDING.md: mention of adding custom mime typesKarol Kosek2020-12-301-1/+3
* AboutHandler: add emit keywordKarol Kosek2020-12-301-1/+1
* Use const variablesKarol Kosek2020-12-305-6/+6
* DocumentStyle: use cheaper QColor initializationKarol Kosek2020-12-301-8/+8
* Pass QPoint by valueKarol Kosek2020-12-304-6/+6
* const-reference large typesKarol Kosek2020-12-3012-16/+16
* Use multi-arg overload to save memory allocationsKarol Kosek2020-12-304-24/+17
* Revert "file:// protocol now supports text/gemini"Mike Skec2020-12-301-16/+2
* Add preference to show hidden files in directory listingsMike Skec2020-12-306-11/+73
* Simplify '~' expansion in url barMike Skec2020-12-301-7/+3
* Clear URL bar focus on return key pressMike Skec2020-12-301-0/+2
* Now support file:// directory listingsMike Skec2020-12-301-0/+20
* Tilde '~' now expanded in URL bar for file:// protocolsMike Skec2020-12-301-1/+13
* file:// protocol now supports text/geminiMike Skec2020-12-301-2/+16
* Fix home toolbar buttonMike Skec2020-12-302-0/+7
* Add optional 'home' button to browser toolbar.Mike Skec2020-12-297-0/+48
* Add Ctrl+, Settings shortcutMike Skec2020-12-291-0/+3
* MarkdownRenderer: indent listsKarol Kosek2020-12-281-8/+11
* Update regex for inline style stripping in HTML Michael Skec2020-12-281-1/+1
* Strip inline styles from HTML pagesMike Skec2020-12-281-0/+4
* Remove URL fragments before sending to server (#80)Mike Skec2020-12-281-2/+2
* Rename close icon to proper namesKarol Kosek2020-12-287-9/+10
* MarkdownRenderer: add title parsingKarol Kosek2020-12-283-18/+28
* BrowserTab: escape HTML sequences in titleKarol Kosek2020-12-281-4/+3
* Window title now contains page titleMike Skec2020-12-273-0/+21
* Added page title parsing for Gemini and HTMLMike Skec2020-12-274-6/+53
* URL bar now has 'select all' behaviour on mouse releaseMike Skec2020-12-272-0/+26
* Use standard icon namesKarol Kosek2020-12-2745-89/+66
* builtins.qrc: remove iconsKarol Kosek2020-12-271-58/+0
* kristall: use system icon theme when using OS Default themeKarol Kosek2020-12-271-1/+1
* Fix #79. Also added Ctrl+U shortcut for 'View page source'Mike Skec2020-12-263-2/+12
* Fix fav_button not being re-checked after cancelling 'delete favourite' messa...Mike Skec2020-12-261-0/+3
* Fix fav_button not being re-enabled after successful load.Mike Skec2020-12-261-2/+1
* Allow to open local files without specifying the 'file:' schemaKarol Kosek2020-12-242-1/+8
* Add text/{gemini,x-kristall} mime types during installationKarol Kosek2020-12-242-0/+16
* mainwindow.ui: add Quit shortcutKarol Kosek2020-12-241-0/+3
* Add shortcuts for Document Outline, Bookmark, and History docksKarol Kosek2020-12-242-6/+13
* GeminiDocument: drop background_colorKarol Kosek2020-12-242-5/+1