index
:
xavi/kristall
fork
master
query-dialog
querydialog-wrap
scroller
A Gemini client written in C++/Qt.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes pages not being read from cache due to differing trailing slash
Mike Skec
2021-01-07
5
-13
/
+42
*
Attempt to fix build failures
Mike Skec
2021-01-06
2
-1
/
+20
*
Fix busy cursor bugs
Mike Skec
2021-01-06
2
-10
/
+27
*
cache code refactor
Mike Skec
2021-01-06
10
-85
/
+154
*
Implement #21 with cached pages
Mike Skec
2021-01-06
2
-12
/
+43
*
Tabs with client cert enabled no longer read from or write to cache
Mike Skec
2021-01-06
1
-2
/
+6
*
Basic caching functionality implemented
Mike Skec
2021-01-06
4
-12
/
+116
*
DocumentStyle: escape special chars when saving the style
Karol Kosek
2021-01-05
1
-1
/
+1
*
{TrustedHost,Favourite}Collection: fix duplicating/removing the last item
Karol Kosek
2021-01-05
2
-3
/
+3
*
Apply favourites button workaround
Mike Skec
2021-01-05
4
-3
/
+52
*
MainWindow: escape tab title
Karol Kosek
2021-01-05
1
-1
/
+3
*
BrowserTab: use simpler method for getting the HTML page title
Karol Kosek
2021-01-05
1
-19
/
+1
*
Remove toggleIsFavourite - no longer needed
Mike Skec
2021-01-04
3
-39
/
+4
*
New popup when adding to favourites!
Mike Skec
2021-01-04
8
-4
/
+199
*
Allow to use external cmark
Karol Kosek
2021-01-04
1
-1
/
+6
*
fix build failures
Mike Skec
2021-01-04
1
-1
/
+2
*
better default fonts
Mike Skec
2021-01-04
4
-8
/
+42
*
Added 'busy' cursor while current tab is loading
Mike Skec
2021-01-04
4
-0
/
+39
*
No longer useing QPalette::Mid for url bar highlight
Mike Skec
2021-01-04
1
-2
/
+3
*
Tweak when url should be focused
Mike Skec
2021-01-02
1
-4
/
+1
*
Theming: only use standard icons on Linux
Mike Skec
2021-01-02
1
-0
/
+7
*
favourites: implement #77, and add rename context menus
Mike Skec
2021-01-02
5
-15
/
+69
*
Get rid of unneeded hacky code for fancy url bar
Mike Skec
2021-01-02
4
-19
/
+7
*
Fix bug with fancy url bar styling
Mike Skec
2021-01-02
4
-9
/
+22
*
Compile with Qt 5.9
Karol Kosek
2021-01-02
2
-2
/
+2
*
Fixes for building on ubuntu 20.04 / qt5.12
George Dorn
2021-01-02
1
-5
/
+5
*
url bar focus change
Mike Skec
2021-01-01
1
-2
/
+1
*
Added UI density option.
Mike Skec
2021-01-01
10
-26
/
+139
*
Resolves the emoji problem, hopefully once and for all! Closes #102.
Felix (xq) Queißner
2021-01-01
2
-21
/
+47
*
urlbar styling: only remove styles if not already removed
Mike Skec
2020-12-31
1
-3
/
+9
*
Fix bug in settings dialog
Mike Skec
2020-12-31
1
-8
/
+8
*
Fix segfault when opening settings dialog with no tabs
Mike Skec
2020-12-31
1
-9
/
+9
*
Add preference for url bar styling
Mike Skec
2020-12-31
6
-1
/
+59
*
Prevents URL bar styles appearing strange in settings dialog after changing t...
Mike Skec
2020-12-31
3
-2
/
+18
*
urlbar colour formatting algorithm improvement
Mike Skec
2020-12-31
1
-9
/
+11
*
Added fancy url bar styling
Mike Skec
2020-12-31
5
-4
/
+123
*
Strip bgcolor attribute from html pages
Mike Skec
2020-12-31
1
-0
/
+4
*
Added prettier 'unsupported media type' page.
Mike Skec
2020-12-31
1
-9
/
+34
*
DocumentStyle: fix for #39
Mike Skec
2020-12-31
1
-1
/
+1
*
Fixes a few warnings and deprecation notices
Mike Skec
2020-12-31
4
-3
/
+4
*
mainwindow: new methods curTab and tabAt
Mike Skec
2020-12-31
2
-22
/
+34
*
#51: mouse buttons 4/5 for back/forward
Mike Skec
2020-12-31
4
-4
/
+27
*
AboutHandler: add emit keyword
Karol Kosek
2020-12-30
1
-1
/
+1
*
Use const variables
Karol Kosek
2020-12-30
5
-6
/
+6
*
DocumentStyle: use cheaper QColor initialization
Karol Kosek
2020-12-30
1
-8
/
+8
*
Pass QPoint by value
Karol Kosek
2020-12-30
4
-6
/
+6
*
const-reference large types
Karol Kosek
2020-12-30
12
-16
/
+16
*
Use multi-arg overload to save memory allocations
Karol Kosek
2020-12-30
4
-24
/
+17
*
Revert "file:// protocol now supports text/gemini"
Mike Skec
2020-12-30
1
-16
/
+2
*
Add preference to show hidden files in directory listings
Mike Skec
2020-12-30
6
-11
/
+73
[next]