Age | Commit message (Collapse) | Author |
|
- fixed bug on scrollTo()
- refactored b.currentDoc().getCurrentPage() into b.currentPage()
|
|
added minimal pdf browser, still experimental (like everything here lol!)
Changes to be committed:
new file: cmd/browse.go
modified: document/document.go
modified: go-poppler/page.go
|
|
user can enable poppler warnings by doing using the `--warnigs` flag
Changes to be committed:
modified: root.go
modified: ../go-poppler/utils.go
|
|
|
|
- renamed checkFile to HasHighlights
- HasHighlights will use ghligh/document to open and then
check for highlights only if the file specified has
pdf magic header. This fixes bug where goroutines block
because of hang on of document.GhlighDoc (may be caused by
poppler low level implementation)
Changes to be committed:
modified: ls.go
|
|
|