| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-07-20 | 6 | -1/+58 | |
| |\ | ||||||
| | * | Fix dangling semi-colon | Jagger De Leo | 2020-07-06 | 1 | -2/+2 | |
| | | | ||||||
| | * | Add Homebrew lib and include paths to build script | Jagger De Leo | 2020-07-06 | 4 | -1/+33 | |
| | | | | | | | | | Add macOS app icon | |||||
| | * | Add focus on URL bar when new tab opens | Don Rowe | 2020-07-05 | 1 | -0/+2 | |
| | | | ||||||
| | * | Added information to Makefile and BUILDING.md on how to build for Fedora 32, ↵ | Erik Beck | 2020-07-01 | 2 | -2/+24 | |
| | | | | | | | | | per request of repository owner | |||||
| | * | Set a Variable QMAKE in the makefile to direct build on Fedora 32, where ↵ | Erik Beck | 2020-07-01 | 1 | -1/+2 | |
| | | | | | | | | | 'qmake' doesn't exist, but qmake-qt5 (and qmake-qt4) does. | |||||
| * | | Reincludes makedir in makefile. | Felix (xq) Queißner | 2020-07-20 | 4 | -2/+19 | |
| | | | ||||||
| * | | Reincludes makedir in makefile. | Felix (xq) Queißner | 2020-07-20 | 3 | -1/+10 | |
| |/ | ||||||
| * | Pass -D flag to install instead of mkdir -p | Isaac Freund | 2020-07-01 | 1 | -9/+2 | |
| | | | | | | | | This causes install to create directories in the install path if they do not already exist. mkdir -p doesn't work here if prefix directories don't exist yet. | |||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-06-30 | 2 | -0/+12 | |
| |\ | ||||||
| | * | Merge branch 'master' of https://github.com/MasterQ32/kristall | Felix Queißner | 2020-06-30 | 3 | -3/+32 | |
| | |\ | ||||||
| | * | | Updates CI build for linux. | Felix Queißner | 2020-06-30 | 2 | -0/+12 | |
| | | | | ||||||
| * | | | Windows troubleshouting. | Felix (xq) Queißner | 2020-06-30 | 1 | -0/+3 | |
| | |/ |/| | ||||||
| * | | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-06-30 | 6 | -1/+4 | |
| |\| | ||||||
| | * | Updates the build script to automatically upload the build artifact to ↵ | Felix Queißner | 2020-06-30 | 6 | -1/+4 | |
| | | | | | | | | | kristall.random-projects.net | |||||
| * | | Small changes, adds updated windows build instructions. | Felix (xq) Queißner | 2020-06-30 | 3 | -3/+32 | |
| |/ | ||||||
| * | Makes windows build possible. | Felix Queißner | 2020-06-30 | 7 | -3/+83 | |
| | | ||||||
| * | Cleans up dockerfile. | Felix (xq) Queißner | 2020-06-30 | 2 | -10/+5 | |
| | | ||||||
| * | 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 | 7 | -15/+79 | |
| | | ||||||
| * | Paves road for new favourite system: Refactors the favourites into tree ↵ | Felix (xq) Queißner | 2020-06-29 | 11 | -113/+959 | |
| | | | | | structure instead of flat list. | |||||
| * | Adds CI readme. | Felix (xq) Queißner | 2020-06-29 | 1 | -0/+23 | |
| | | ||||||
| * | Makes linux AppImage build reproducible with Docker. | Felix (xq) Queißner | 2020-06-29 | 4 | -4/+41 | |
| | | ||||||
| * | Adds docker build files based on ubuntu 18.04. | Felix (xq) Queißner | 2020-06-29 | 3 | -0/+32 | |
| | | ||||||
| * | Implements style preview for kristall document styles. Allows importing them ↵ | Felix (xq) Queißner | 2020-06-29 | 7 | -16/+149 | |
| | | | | | via the preview site. | |||||
| * | Makes Ctrl-LMB on a link open into a new tab. | Felix (xq) Queißner | 2020-06-29 | 5 | -8/+19 | |
| | | ||||||
| * | Changes theme initialization a tad. | Felix (xq) Queißner | 2020-06-29 | 6 | -33/+44 | |
| | | ||||||
| * | Huge refacoring of the settings stuff. Provides automated migration between ↵ | Felix (xq) Queißner | 2020-06-28 | 23 | -259/+570 | |
| | | | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. | |||||
| * | Fixes #24, thanks @paolomi | Felix (xq) Queißner | 2020-06-28 | 1 | -0/+7 | |
| | | ||||||
| * | Fixes #25 and #23, starts to implement new config/cache directory system. | Felix (xq) Queißner | 2020-06-28 | 5 | -2/+72 | |
| | | ||||||
| * | Updated info for Arch linux | ryliejamesthomas | 2020-06-28 | 1 | -1/+2 | |
| | | | | `qt5-svg` added per this comment: https://aur.archlinux.org/packages/kristall/#comment-753212 | |||||
| * | Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape) | Felix (xq) Queißner | 2020-06-27 | 11 | -4/+208 | |
| | | ||||||
| * | Fixes typo, adds middle-click to open link in new tab. | Felix (xq) Queißner | 2020-06-27 | 7 | -7/+65 | |
| | | ||||||
| * | Allows middle-clicking to close tabs. | Felix (xq) Queißner | 2020-06-27 | 7 | -17/+102 | |
| | | ||||||
| * | Adds favourite completions in the toolbar. This was waaaay easier than planned. | Felix (xq) Queißner | 2020-06-26 | 3 | -2/+13 | |
| | | ||||||
| * | Fixes tab order | Felix (xq) Queißner | 2020-06-23 | 5 | -20/+91 | |
| | | ||||||
| * | 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 | 5 | -49/+94 | |
| | | ||||||
| * | 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 | 52 | -95/+174 | |
| | | ||||||
| * | Removes 'cruft' from cmark. We only care for the source anyways. | Felix (xq) Queißner | 2020-06-22 | 64 | -15240/+0 | |
| | | ||||||
| * | Includes cmark into build. | Felix (xq) Queißner | 2020-06-22 | 5 | -137/+206 | |
| | | ||||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-06-22 | 1 | -2/+3 | |
| |\ | ||||||
| | * | Update BUILDING.md | makeworld | 2020-06-22 | 1 | -2/+3 | |
| | | | ||||||
| * | | Introduces light and dark icon themes. | Felix (xq) Queißner | 2020-06-22 | 73 | -164/+354 | |
| |/ | ||||||
| * | Adds link to changelog. | Felix (xq) Queißner | 2020-06-21 | 1 | -0/+4 | |
| | | ||||||
| * | Some more manual | Felix (xq) Queißner | 2020-06-21 | 1 | -8/+18 | |
| | | ||||||
| * | Adds bugreport. | Felix (xq) Queißner | 2020-06-21 | 2 | -0/+5 | |
| | | ||||||
| * | Continues to improve Makefile. Thanks styan | Felix (xq) Queißner | 2020-06-21 | 1 | -4/+4 | |
| | | ||||||
| * | Fixes pre-selection of light theme | Felix (xq) Queißner | 2020-06-21 | 1 | -6/+7 | |
| | | ||||||
