aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use standard icon namesKarol Kosek2020-12-2745-89/+66
| | | | | | document-{export,import}, and view-certificate aren't in the standard though. https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
* builtins.qrc: remove iconsKarol Kosek2020-12-271-58/+0
| | | | They are already in icons.qrc
* 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' ↵Mike Skec2020-12-261-0/+3
| | | | messagebox
* 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
| | | | | It makes possible to launch Kristall by double-clicking a file from file manager.
* Add text/{gemini,x-kristall} mime types during installationKarol Kosek2020-12-242-0/+16
| | | | | Allows Kristall to distinguish gemini document and its theme files from plain text file on a disk by a file extension.
* mainwindow.ui: add Quit shortcutKarol Kosek2020-12-241-0/+3
|
* Add shortcuts for Document Outline, Bookmark, and History docksKarol Kosek2020-12-242-6/+13
| | | | Had to use custom properties and rebind the Go home shortcut.
* GeminiDocument: drop background_colorKarol Kosek2020-12-242-5/+1
| | | | It isn't used anywhere
* Add font color rule for theme previewsKarol Kosek2020-12-242-4/+6
| | | | | Closes #46, although the real fix for sites was already in #58 - here it is for the rest of the places.
* Update ROADMAP.mdMike Skec2020-12-241-6/+6
|
* theme changes are now reflected instantly upon confirmation.Mike Skec2020-12-243-13/+47
|
* Add 'view source' to right-click context menuMike Skec2020-12-244-6/+21
|
* Add additional required packages for Fedora 32+Greg2020-12-231-3/+6
|
* DocumentStyle: add blockquote background rule to cssKarol Kosek2020-12-151-0/+1
|
* Fix link to license fileSteve Winslow2020-11-061-2/+1
| | | Signed-off-by: Steve Winslow <steve@swinslow.net>
* Tries to fix #43.Felix (xq) Queißner2020-11-052-2/+1
|
* markdown: support outline generationnixo2020-11-011-3/+4
|
* Makefile: make build/kristall .PHONY (else rebuild won't trigger)nixo2020-11-011-0/+1
| | | | https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
* Switch between tabs with Alt-Nnixo2020-11-011-0/+16
|
* gemini: respect sensitive input (status 11)nixo2020-10-294-4/+12
|
* markdown renderer: use only exported cmark functionsnixo2020-10-271-13/+13
|
* remove debugJohn Sennesael2020-10-201-1/+1
|
* bugfixJohn Sennesael2020-10-201-2/+2
|
* initial work on ansi escape char renderingJohn Sennesael2020-10-205-4/+416
|
* Update instructions to build on macOSLiam Cooke2020-09-062-4/+9
| | | | See #60.
* Set text color for default stylesheetLiam Cooke2020-09-031-1/+1
| | | | | | | Fixes a bug where only the background color is styled for error messages, so the error gets the OS text color. Closes #57
* bugfix for issue #48John Sennesael2020-08-213-0/+14
|
* WorkflowFelix (xq) Queißner2020-08-171-15/+16
|
* WorkflowFelix (xq) Queißner2020-08-171-1/+1
|
* WorkflowFelix (xq) Queißner2020-08-171-1/+1
|
* WorkflowFelix (xq) Queißner2020-08-171-2/+2
|
* WorkflowFelix (xq) Queißner2020-08-171-0/+1
|
* WorkflowFelix (xq) Queißner2020-08-171-5/+6
|
* WorkflowFelix (xq) Queißner2020-08-171-4/+4
|
* WorkflowFelix (xq) Queißner2020-08-171-0/+5
|
* Tries to enable windows builds with github actions.Felix (xq) Queißner2020-08-173-2/+10
|
* Makes TLS editor columns sortable. Closes #42.Felix (xq) Queißner2020-08-174-1/+10
|
* Adds 'show document source' menu item. Closes #11.Felix (xq) Queißner2020-08-177-2/+61
|
* Updates changelog a bitFelix (xq) Queißner2020-08-172-7/+9
|
* Adds primitive support for emoji fonts.Felix (xq) Queißner2020-08-178-6/+73
|
* Merge branch 'master' of github.com:MasterQ32/kristall into masterFelix (xq) Queißner2020-08-172-1/+13
|\
| * Add back and forward context menu optionsSteve Winslow2020-08-171-0/+12
| | | | | | | | | | | | | | | | | | This adds "Back" and "Forward" options to the right-click context menu. This makes it easier to navigate back and forth among pages without having to navigate the mouse to the upper-left corner each time. Signed-off-by: Steve Winslow <steve@swinslow.net>
| * Correct `mkdir` command nameHaz2020-08-131-1/+1
| |
* | Alpine linux build instructionsFelix (xq) Queißner2020-07-201-0/+7
|/
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-07-206-1/+58
|\
| * Fix dangling semi-colonJagger De Leo2020-07-061-2/+2
| |
| * Add Homebrew lib and include paths to build scriptJagger De Leo2020-07-064-1/+33
| | | | | | | | Add macOS app icon