summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-20switch back to pyside6 (pyinstaller doesn't work on macos)pyside6Matt Singleton
2022-01-19get it working with pyinstaller on macosMatt Singleton
2022-01-19downgrade to pyside2 (qt5)Matt Singleton
2022-01-19bump it up to python 3.10Matt Singleton
2022-01-19organizing the repo a bitMatt Singleton
2022-01-16support input formsMatt Singleton
2022-01-16handle error codes and network errorsMatt Singleton
2022-01-16escape html reserved characters in textMatt Singleton
2022-01-16get address bar working again and some new keybindingsMatt Singleton
2022-01-16basic keybindingsMatt Singleton
2022-01-16html templateMatt Singleton
2022-01-16basic visual styleMatt Singleton
2022-01-16HACK: assume all content is utf8Matt Singleton
2022-01-16handle leading spaces correctly for preformatted textMatt Singleton
2022-01-16stash the webengine view so it can be cleaned up properly laterMatt Singleton
2022-01-16switch to fsm implementation of gem2htmlMatt Singleton
2022-01-16replace QTextBrowser with QWebEngineViewMatt Singleton
2022-01-16lots of churnMatt Singleton
2021-02-01checkpointMatt Singleton
2020-09-08add a stylesheetMatt Singleton
2020-09-08show response status in statusbarMatt Singleton
2020-09-07move redirect logic into gemini moduleMatt Singleton
2020-09-07use stdlib url parsing in gemini moduleMatt Singleton
2020-09-06restore window state and geometryMatt Singleton
2020-09-06make browser executableMatt Singleton
2020-09-06pull gemini code into its own moduleMatt Singleton
2020-09-05initial commitMatt Singleton