| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use standard icon names | Karol Kosek | 2020-12-27 | 45 | -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 icons | Karol Kosek | 2020-12-27 | 1 | -58/+0 |
| | | | | | They are already in icons.qrc | ||||
| * | kristall: use system icon theme when using OS Default theme | Karol Kosek | 2020-12-27 | 1 | -1/+1 |
| | | |||||
| * | Fix #79. Also added Ctrl+U shortcut for 'View page source' | Mike Skec | 2020-12-26 | 3 | -2/+12 |
| | | |||||
| * | Fix fav_button not being re-checked after cancelling 'delete favourite' ↵ | Mike Skec | 2020-12-26 | 1 | -0/+3 |
| | | | | | messagebox | ||||
| * | Fix fav_button not being re-enabled after successful load. | Mike Skec | 2020-12-26 | 1 | -2/+1 |
| | | |||||
| * | Allow to open local files without specifying the 'file:' schema | Karol Kosek | 2020-12-24 | 1 | -0/+7 |
| | | | | | | It makes possible to launch Kristall by double-clicking a file from file manager. | ||||
| * | mainwindow.ui: add Quit shortcut | Karol Kosek | 2020-12-24 | 1 | -0/+3 |
| | | |||||
| * | Add shortcuts for Document Outline, Bookmark, and History docks | Karol Kosek | 2020-12-24 | 2 | -6/+13 |
| | | | | | Had to use custom properties and rebind the Go home shortcut. | ||||
| * | GeminiDocument: drop background_color | Karol Kosek | 2020-12-24 | 2 | -5/+1 |
| | | | | | It isn't used anywhere | ||||
| * | Add font color rule for theme previews | Karol Kosek | 2020-12-24 | 2 | -4/+6 |
| | | | | | | Closes #46, although the real fix for sites was already in #58 - here it is for the rest of the places. | ||||
| * | theme changes are now reflected instantly upon confirmation. | Mike Skec | 2020-12-24 | 3 | -13/+47 |
| | | |||||
| * | Add 'view source' to right-click context menu | Mike Skec | 2020-12-24 | 4 | -6/+21 |
| | | |||||
| * | DocumentStyle: add blockquote background rule to css | Karol Kosek | 2020-12-15 | 1 | -0/+1 |
| | | |||||
| * | Tries to fix #43. | Felix (xq) Queißner | 2020-11-05 | 2 | -2/+1 |
| | | |||||
| * | markdown: support outline generation | nixo | 2020-11-01 | 1 | -3/+4 |
| | | |||||
| * | Switch between tabs with Alt-N | nixo | 2020-11-01 | 1 | -0/+16 |
| | | |||||
| * | gemini: respect sensitive input (status 11) | nixo | 2020-10-29 | 4 | -4/+12 |
| | | |||||
| * | markdown renderer: use only exported cmark functions | nixo | 2020-10-27 | 1 | -13/+13 |
| | | |||||
| * | remove debug | John Sennesael | 2020-10-20 | 1 | -1/+1 |
| | | |||||
| * | bugfix | John Sennesael | 2020-10-20 | 1 | -2/+2 |
| | | |||||
| * | initial work on ansi escape char rendering | John Sennesael | 2020-10-20 | 5 | -4/+416 |
| | | |||||
| * | Set text color for default stylesheet | Liam Cooke | 2020-09-03 | 1 | -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 #48 | John Sennesael | 2020-08-21 | 3 | -0/+14 |
| | | |||||
| * | Tries to enable windows builds with github actions. | Felix (xq) Queißner | 2020-08-17 | 2 | -2/+1 |
| | | |||||
| * | Makes TLS editor columns sortable. Closes #42. | Felix (xq) Queißner | 2020-08-17 | 4 | -1/+10 |
| | | |||||
| * | Adds 'show document source' menu item. Closes #11. | Felix (xq) Queißner | 2020-08-17 | 7 | -2/+61 |
| | | |||||
| * | Updates changelog a bit | Felix (xq) Queißner | 2020-08-17 | 1 | -2/+9 |
| | | |||||
| * | Adds primitive support for emoji fonts. | Felix (xq) Queißner | 2020-08-17 | 8 | -6/+73 |
| | | |||||
| * | Add back and forward context menu options | Steve Winslow | 2020-08-17 | 1 | -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> | ||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-07-20 | 4 | -0/+28 |
| |\ | |||||
| | * | Add Homebrew lib and include paths to build script | Jagger De Leo | 2020-07-06 | 3 | -0/+26 |
| | | | | | | | | | Add macOS app icon | ||||
| | * | Add focus on URL bar when new tab opens | Don Rowe | 2020-07-05 | 1 | -0/+2 |
| | | | |||||
| * | | Reincludes makedir in makefile. | Felix (xq) Queißner | 2020-07-20 | 2 | -0/+6 |
| | | | |||||
| * | | Reincludes makedir in makefile. | Felix (xq) Queißner | 2020-07-20 | 1 | -0/+0 |
| |/ | |||||
| * | Small changes, adds updated windows build instructions. | Felix (xq) Queißner | 2020-06-30 | 1 | -2/+8 |
| | | |||||
| * | Makes windows build possible. | Felix Queißner | 2020-06-30 | 1 | -1/+9 |
| | | |||||
| * | Adds delete button for favourites, adds improved about:favourites rendering. | Felix (xq) Queißner | 2020-06-29 | 4 | -9/+29 |
| | | |||||
| * | Adds basic editing for favourite groups | Felix (xq) Queißner | 2020-06-29 | 6 | -13/+77 |
| | | |||||
| * | Paves road for new favourite system: Refactors the favourites into tree ↵ | Felix (xq) Queißner | 2020-06-29 | 9 | -111/+958 |
| | | | | | structure instead of flat list. | ||||
| * | Implements style preview for kristall document styles. Allows importing them ↵ | Felix (xq) Queißner | 2020-06-29 | 6 | -12/+145 |
| | | | | | via the preview site. | ||||
| * | Makes Ctrl-LMB on a link open into a new tab. | Felix (xq) Queißner | 2020-06-29 | 4 | -7/+18 |
| | | |||||
| * | Changes theme initialization a tad. | Felix (xq) Queißner | 2020-06-29 | 5 | -33/+43 |
| | | |||||
| * | Huge refacoring of the settings stuff. Provides automated migration between ↵ | Felix (xq) Queißner | 2020-06-28 | 22 | -256/+567 |
| | | | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. | ||||
| * | Fixes #25 and #23, starts to implement new config/cache directory system. | Felix (xq) Queißner | 2020-06-28 | 4 | -2/+71 |
| | | |||||
| * | Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape) | Felix (xq) Queißner | 2020-06-27 | 10 | -2/+206 |
| | | |||||
| * | Fixes typo, adds middle-click to open link in new tab. | Felix (xq) Queißner | 2020-06-27 | 6 | -6/+64 |
| | | |||||
| * | Allows middle-clicking to close tabs. | Felix (xq) Queißner | 2020-06-27 | 6 | -16/+100 |
| | | |||||
| * | Adds favourite completions in the toolbar. This was waaaay easier than planned. | Felix (xq) Queißner | 2020-06-26 | 1 | -1/+7 |
| | | |||||
| * | Fixes tab order | Felix (xq) Queißner | 2020-06-23 | 4 | -17/+86 |
| | | |||||
