summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-09Adapt to changes in synctex APIsynctex-1.21Andreas Politz
2019-12-09Use Synctex 1.21Andreas Politz
2019-12-09Prepare for update of synctexAndreas Politz
2019-10-31Adopt to recent changes in EmacsAndreas Politz
Introduces a variable pdf-view-have-image-mode-pixel-vscroll which should be non-nil, if image-mode scrolls vertically pixel-wise.
2019-10-07Sanitise temporary directory/file names using `convert-standard-filename'Jordan Wilson
This fixes politza#511.
2019-09-18Merge pull request #490 from seanfarley/brew-libffipolitza
autobuild: fix finding libffi; fixes #480
2019-07-01Remember to redisplay pages which were changed while hiddenAndreas Politz
2019-06-28Avoid running hooks in a not yet completely set up bufferAndreas Politz
2019-04-18autobuild: fix finding libffi; fixes #480Sean Farley
Since Homebrew install libffi as keg-only (meaning it's not linked into /usr/local) we need to manually set the path (which has a convenient command from brew).
2019-04-13Bump tablist version requirementAndreas Politz
2019-04-13Merge pull request #483 from andersjohansson/current-pagelabelpolitza
Adds a function for returning the label of the current page
2019-04-13Merge pull request #486 from bcc32/masterpolitza
Fix definition of pdf-cache-prefetch-minor-mode keymap
2019-04-12Fix definition of pdf-cache-prefetch-minor-mode keymapAaron L. Zeng
`t` is not a valid keymap. I looked through the other minor-mode definitions and didn't see any other such uses. Found that this was causing me problems, see Wilfred/helpful#114.
2019-03-27Add function for returning current page labelAnders Johansson
2019-03-09Merge pull request #479 from dzop/page-resetpolitza
Don't go to initial page when activating `pdf-view-mode`
2019-03-08Don't go to initial page when activating `pdf-view-mode`Nathaniel Nicandro
This fixes an issue where the page of a PDF being shown in the `selected-window` would be reset if the PDF was different than the PDF of the `current-buffer`.
2019-03-08Fix return valueAndreas Politz
2019-03-01Merge pull request #477 from telotortium/patch-1politza
Support Macports in server/autobuild
2019-03-01Support Macports in server/autobuildRobert Irelan
2019-02-20Use function handling --os argument and caseAndreas Politz
2019-02-20Add the ability to specify which installer to useMohammed Yaseen Mowzer
This is useful when you have two installers on the same machine (e.g. pacman and nix-shell) and you want to choose between one of them.
2019-02-19Add NEWS entry, expand documentation.Andreas Politz
2019-02-19Set :data-2x key as an image property on supported systemsNathaniel Nicandro
2019-02-19Support high-resolution displaysNathaniel Nicandro
2019-01-29Add compatibility with Emacs 27Andreas Politz
2019-01-29Remove obsolete variablesAndreas Politz
2019-01-23Obsolete pdf-sync-forward-display-pdf-keyAndreas Politz
Bound in Auctex's to C-c C-v if TeX-source-correlate-mode is active.
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