summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-13Release 1.1.0v1.1.0Nick White
2023-02-13rescribe: enable wayland in flatpak now fyne has good supportNick White
2023-02-13rescribe: update fyne to v2.3.0Nick White
2023-02-13Merge remote-tracking branch 'origin/master'Nick White
2023-02-13rescribe: Improve error messages in cases of PDF image extraction failureNick White
2022-11-21Improve appdata description and add pr release to itNick White
2022-11-17rescribe: gofmtNick White
2022-11-17rescribe: add embed tag to fyne packaging, to ensure embedded parts arent str...Nick White
2022-11-17Update PDF reading library to enable reading more CCITT formatted images in PDFsNick White
2022-11-17Merge branch 'pdftiffs'Nick White
2022-11-17rescribe: support CCITTFaxDecode (tiff) encoded images in PDF readingNick White
2022-11-17Update preproc to a more robust versionNick White
2022-11-17Simplify flatpak rules slightlyNick White
2022-11-12rescribe: improve flatpak build, making it work cross platformNick White
2022-11-12Add content rating to appdata descriptionv1.0.2Nick White
2022-11-12Update flatpak to build specific tag & commitNick White
2022-11-11Simplify flatpak build by removing make rule it usedv1.0.1Nick White
2022-11-11rescribe: make flatpak use git rather than local directory to buildNick White
2022-11-11rescribe: disable wayland on flatpak as fyne's support is not mature yetNick White
2022-11-11Add flatpak support, including a appdata and .desktop filesNick White
2022-11-11rescribe: add icons (should have been added to repo ages ago)Nick White
2022-10-30rescribe: ensure all embed files are correctly listed in makefileNick White
2022-10-27Pass log around as pointer to fix go vet pointing out that this meant copying...Nick White
2022-10-27gofmtNick White
2022-10-27Allow completely non-embedded buildsNick White
2022-08-01rescribe: update fyne versionNick White
2022-03-28rescribe: add make clean ruleNick White
2022-03-28rescribe: update getembeds to include latest tessdataNick White
2022-03-28rescribe: Use "folder" consistently everywhere in interfaceNick White
2022-03-22rescribe: update to rescribev9 as default training to usev1.0.0Nick White
2022-03-22rescribe: change makefile so intermediate build objects go in build/, final e...Nick White
2022-03-21rescribe: Updated TODO listNick White
2022-03-21rescribe: put darwin builds in darwin/ rather than darwin_universal/Nick White
2022-03-21rescribe: Improve error messages if no pages are foundNick White
2022-03-21rescribe: Update copyright years and add TODO fileNick White
2022-03-21rescribe: Update traineddata descriptions in command line versionNick White
2022-03-21rescribe: remove unneeded old tessdataNick White
2022-03-21Update tessdata to only include a few trainingsNick White
2022-03-21rescribe: fix bug in gui where choosing "other" then cancelling would leave t...Nick White
2022-03-21rescribe: move getBookIdFromUrl() to gbook.go, and add tests for itNick White
2022-03-21rescribe: Remove unneeded clause and add example urls for gbook id functionNick White
2022-03-21added support for new type of Google Books URLSAntonia Rescribe
2022-03-21rescribe: Simplify disabling and enabling common widgetsNick White
2022-03-21rescribe: disable & enable checkboxes alongside other parts when processingNick White
2022-03-21rescribe: Improve cli wording and simplify PDF stuff slightlyNick White
2022-03-21Only generate full-size PDF if requestedNick White
2022-03-11Separate out fullsize pdf creation from colour pdf creation, so less memory i...fullsizepdfNick White
2022-03-11Add initial support for full-size PDF generationNick White
2022-03-11Name PDF extracted images so they sort correctlyNick White
2022-02-28rescribe: improve layout of completed popupNick White