summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
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-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-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-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-08Handle edge case when getting image data from the head of the cacheNathaniel Nicandro
2018-12-21Raise the update-rate of the image when selecting textAndreas Politz
2018-12-21Update versionAndreas Politz
2018-11-18Merge branch 'ericdanan/cua'Andreas Politz
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-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-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-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-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
2018-09-24Remove dependency on seq.elAndreas Politz
2018-09-24Fix inaccessible highlight annotations in other viewersAndreas Politz
2018-08-23Fix sorting of annotations by pageAndreas Politz
2018-04-28Improve opening of URI links with OrgAndreas Politz
2018-04-21Merge branch 'next'Andreas Politz
2018-04-21Merge branch 'master' into nextAndreas Politz
2018-04-21Fixed Path Issue on Windows and updated readmeRoger Iyengar
Changed install to always prompt Windows users for MSYS2 location. This allows users who have their cygwin bin directory in their path variable to install pdf-tools properly