index
:
gemini-client
main
pyside6
experimental cross-platform gemini client (python + qt)
matt@xcolour.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-19
organizing the repo a bit
Matt Singleton
2022-01-16
support input forms
Matt Singleton
2022-01-16
handle error codes and network errors
Matt Singleton
2022-01-16
escape html reserved characters in text
Matt Singleton
2022-01-16
get address bar working again and some new keybindings
Matt Singleton
2022-01-16
basic keybindings
Matt Singleton
2022-01-16
html template
Matt Singleton
2022-01-16
basic visual style
Matt Singleton
2022-01-16
HACK: assume all content is utf8
Matt Singleton
2022-01-16
handle leading spaces correctly for preformatted text
Matt Singleton
2022-01-16
stash the webengine view so it can be cleaned up properly later
Matt Singleton
2022-01-16
switch to fsm implementation of gem2html
Matt Singleton
2022-01-16
replace QTextBrowser with QWebEngineView
Matt Singleton
2022-01-16
lots of churn
Matt Singleton
2021-02-01
checkpoint
Matt Singleton
2020-09-08
add a stylesheet
Matt Singleton
2020-09-08
show response status in statusbar
Matt Singleton
2020-09-07
move redirect logic into gemini module
Matt Singleton
2020-09-07
use stdlib url parsing in gemini module
Matt Singleton
2020-09-06
restore window state and geometry
Matt Singleton
2020-09-06
make browser executable
Matt Singleton
2020-09-06
pull gemini code into its own module
Matt Singleton
2020-09-05
initial commit
Matt Singleton