summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-21Remove duplicate images when cachingfix/cache-dupsAndreas Politz
2019-01-20Disable automatic image scaling in PDF buffersAndreas Politz
2019-01-18Merge branch 'dzop/cache-edge-case'Andreas Politz
2019-01-18Merge pull request #457 from Jehops/update-freebsd-install-commandpolitza
Update version in FreeBSD package installation command
2019-01-18Merge pull request #453 from marsam/masterpolitza
Check whether Homebrew is installed
2019-01-11Add test for `pdf-cache-get-image`Nathaniel Nicandro
2019-01-08Handle edge case when getting image data from the head of the cacheNathaniel Nicandro
2019-01-07Update version in FreeBSD package installation commandJoseph Mingrone
The old package, pdf-tools-emacs25, no longer exists.
2018-12-23Check whether Homebrew is installedMario Rodas
2018-12-21Raise the update-rate of the image when selecting textAndreas Politz
2018-12-21Update versionAndreas Politz
2018-12-21Released 0.90v0.90Andreas Politz
2018-12-14Merge branch 'master' of github.com:politza/pdf-toolsAndreas Politz
2018-12-14Move nixos down the list of tested OSAndreas Politz
2018-12-11Merge pull request #448 from justbur/getCStringpolitza
Update name of GooString::getCString to GooString::c_str
2018-12-10Update name of GooString::getCString to GooString::c_strJustin Burkett
See upstream poppler commit: https://cgit.freedesktop.org/poppler/poppler/commit/goo/GooString.h?id=817b0f12453985c416a0388cdd4a09697d092b7f
2018-11-23Prepare Cask for Windows buildsAndreas Politz
2018-11-18Merge branch 'ericdanan/cua'Andreas Politz
2018-11-18Remove defunct test.Andreas Politz
The tested code is too much dependent on a display.
2018-11-18Return t on success to for :before-until to workAndreas Politz
2018-11-18Use a version check instead of testing for functionsAndreas Politz
2018-11-18Make cua-mode work with pdf-view-modeEric Danan
2018-11-17Declare pdf-tools-install functionAndreas Politz
2018-10-27Fix indentationAndreas Politz
2018-10-27Add documentationAndreas Politz
2018-10-27Merge pull request #433 from anpandey/masterpolitza
Customizable annotation list format
2018-10-26Disable list highlight by defaultAnkit Pandey
2018-10-26Rename `comments' to `contents'Ankit Pandey
2018-10-26Check buffer's liveness before using itAndreas Politz
2018-10-22Insert contents before setting up the major-modeAndreas Politz
2018-10-20Remove usage of alist-getAndreas Politz
The used feature of that function is not available in all supported Emacs versions.
2018-10-20Add tests for pdf-loader.elAndreas Politz
2018-10-20Avoid errors while trying to read decrypted documentsAndreas Politz
2018-10-20Avoid errors when killing a PDF bufferAndreas Politz
2018-10-19Avoid errors during redisplayAndreas Politz
2018-10-19Fix typoAndreas Politz
2018-10-19Merge pull request #432 from rmrgh/masterpolitza
Add instructions for Alpine Linux
2018-10-18Add option for highlighting with annotation colorAnkit Pandey
Introduces `pdf-annot-list-highlight-type', which when enabled highlights the "type" column in the annotation list with the color of the annotation.
2018-10-18Allow pdf annotation list to be customizedAnkit Pandey
Introduces a new customization variable, `pdf-annot-list-format', which is an alist of columns and associated widths that should appear in the annotation list.
2018-10-18Add instructions for Alpine LinuxCleberson Ramirio
2018-10-09Fix missing lambda in pdf-loader-installAndreas Politz
2018-10-08Fix wrong function nameAndreas Politz
2018-10-08Improve compatibility of imagemagick's convert with MS WindowsAndreas Politz
2018-10-08Add a new, faster procedure for loading this packageAndreas Politz
2018-09-25Disable cua-mode in pdf-view-mode buffersAndreas Politz
2018-09-25Cleanup/Ignore pdf-tools-*-.entry fileAndreas Politz
2018-09-25Avoid race-condition when quitting the serverAndreas Politz
2018-09-25Remove custom macro declarationsAndreas Politz
2018-09-25Silence reading of the synctex.gz fileAndreas Politz
2018-09-24Improved handling of default annotation propertiesAndreas Politz