| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Adds link coloring for markdown. | Felix (xq) Queißner | 2020-06-23 | 1 | -2/+26 | |
| | | ||||||
| * | Further improves markdown rendering. | Felix (xq) Queißner | 2020-06-23 | 4 | -49/+90 | |
| | | ||||||
| * | Starts to implement new markdown rendering | Felix (xq) Queißner | 2020-06-23 | 7 | -52/+373 | |
| | | ||||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 49 | -95/+124 | |
| | | ||||||
| * | Includes cmark into build. | Felix (xq) Queißner | 2020-06-22 | 1 | -0/+3 | |
| | | ||||||
| * | Introduces light and dark icon themes. | Felix (xq) Queißner | 2020-06-22 | 72 | -163/+341 | |
| | | ||||||
| * | Some more manual | Felix (xq) Queißner | 2020-06-21 | 1 | -8/+18 | |
| | | ||||||
| * | Fixes pre-selection of light theme | Felix (xq) Queißner | 2020-06-21 | 1 | -6/+7 | |
| | | ||||||
| * | Adds 'OS Default' theme. | Felix (xq) Queißner | 2020-06-21 | 5 | -8/+26 | |
| | | ||||||
| * | Fixes some minor bugs, uses MimeType more, updates help.gemini and ↵ | Felix (xq) Queißner | 2020-06-21 | 8 | -60/+102 | |
| | | | | | updates.gemini. | |||||
| * | Adds option for manually trusting a TLS server. | Felix (xq) Queißner | 2020-06-21 | 13 | -21/+127 | |
| | | ||||||
| * | Updates the existing manual sections up-to-date. | Felix (xq) Queißner | 2020-06-21 | 1 | -9/+40 | |
| | | ||||||
| * | Fixes a double-error-handlign with SSL trust. Error page is now more correct | Felix (xq) Queißner | 2020-06-21 | 6 | -18/+53 | |
| | | ||||||
| * | Fixes makefile for libiconv on BSDs | Felix (xq) Queißner | 2020-06-21 | 1 | -0/+4 | |
| | | ||||||
| * | tries to fix code for netbsd. | Felix (xq) Queißner | 2020-06-21 | 1 | -0/+4 | |
| | | ||||||
| * | Fix for ubuntu. | Felix (xq) Queißner | 2020-06-21 | 1 | -3/+3 | |
| | | ||||||
| * | Removes deprecation warning for setTabStopWidth, tries to fix netbsd build. | Felix (xq) Queißner | 2020-06-21 | 2 | -5/+8 | |
| | | ||||||
