aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* Tries to enable windows builds with github actions.Felix (xq) Queißner2020-08-172-2/+1
|
* 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-171-2/+9
|
* Adds primitive support for emoji fonts.Felix (xq) Queißner2020-08-178-6/+73
|
* 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>
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-07-204-0/+28
|\
| * Add Homebrew lib and include paths to build scriptJagger De Leo2020-07-063-0/+26
| | | | | | | | Add macOS app icon
| * Add focus on URL bar when new tab opensDon Rowe2020-07-051-0/+2
| |
* | Reincludes makedir in makefile.Felix (xq) Queißner2020-07-202-0/+6
| |
* | Reincludes makedir in makefile.Felix (xq) Queißner2020-07-201-0/+0
|/
* Small changes, adds updated windows build instructions.Felix (xq) Queißner2020-06-301-2/+8
|
* Makes windows build possible.Felix Queißner2020-06-301-1/+9
|
* Adds delete button for favourites, adds improved about:favourites rendering.Felix (xq) Queißner2020-06-294-9/+29
|
* Adds basic editing for favourite groupsFelix (xq) Queißner2020-06-296-13/+77
|
* Paves road for new favourite system: Refactors the favourites into tree ↵Felix (xq) Queißner2020-06-299-111/+958
| | | | structure instead of flat list.
* Implements style preview for kristall document styles. Allows importing them ↵Felix (xq) Queißner2020-06-296-12/+145
| | | | via the preview site.
* Makes Ctrl-LMB on a link open into a new tab.Felix (xq) Queißner2020-06-294-7/+18
|
* Changes theme initialization a tad.Felix (xq) Queißner2020-06-295-33/+43
|
* Huge refacoring of the settings stuff. Provides automated migration between ↵Felix (xq) Queißner2020-06-2822-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ßner2020-06-284-2/+71
|
* Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape)Felix (xq) Queißner2020-06-2710-2/+206
|
* Fixes typo, adds middle-click to open link in new tab.Felix (xq) Queißner2020-06-276-6/+64
|
* Allows middle-clicking to close tabs.Felix (xq) Queißner2020-06-276-16/+100
|
* Adds favourite completions in the toolbar. This was waaaay easier than planned.Felix (xq) Queißner2020-06-261-1/+7
|
* Fixes tab orderFelix (xq) Queißner2020-06-234-17/+86
|
* Adds link coloring for markdown.Felix (xq) Queißner2020-06-231-2/+26
|
* Further improves markdown rendering.Felix (xq) Queißner2020-06-234-49/+90
|
* Starts to implement new markdown renderingFelix (xq) Queißner2020-06-237-52/+373
|
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-2249-95/+124
|
* Includes cmark into build.Felix (xq) Queißner2020-06-221-0/+3
|
* Introduces light and dark icon themes.Felix (xq) Queißner2020-06-2272-163/+341
|
* Some more manualFelix (xq) Queißner2020-06-211-8/+18
|
* Fixes pre-selection of light themeFelix (xq) Queißner2020-06-211-6/+7
|
* Adds 'OS Default' theme.Felix (xq) Queißner2020-06-215-8/+26
|
* Fixes some minor bugs, uses MimeType more, updates help.gemini and ↵Felix (xq) Queißner2020-06-218-60/+102
| | | | updates.gemini.
* Adds option for manually trusting a TLS server.Felix (xq) Queißner2020-06-2113-21/+127
|
* Updates the existing manual sections up-to-date.Felix (xq) Queißner2020-06-211-9/+40
|
* Fixes a double-error-handlign with SSL trust. Error page is now more correctFelix (xq) Queißner2020-06-216-18/+53
|
* Fixes makefile for libiconv on BSDsFelix (xq) Queißner2020-06-211-0/+4
|
* tries to fix code for netbsd.Felix (xq) Queißner2020-06-211-0/+4
|
* Fix for ubuntu.Felix (xq) Queißner2020-06-211-3/+3
|
* Removes deprecation warning for setTabStopWidth, tries to fix netbsd build.Felix (xq) Queißner2020-06-212-5/+8
|