| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-14 | Use pkg-config exists flag | Andreas Politz | |
| 2017-09-13 | Adapt docker tests to new autobuild interface | Andreas Politz | |
| 2017-09-13 | Implement skip/force of package installation | Andreas Politz | |
| 2017-09-13 | Remove autobuild default target feature | Andreas Politz | |
| 2017-09-13 | Continue the autobuild even if OS is'nt recognized | Andreas Politz | |
| 2017-09-12 | Bump version to 0.90 | Andreas Politz | |
| 2017-09-12 | Do a "make install" when testing the autobuild script | Andreas Politz | |
| 2017-09-12 | Improve code formatting | Andreas Politz | |
| 2017-09-12 | Fix some comments/docu | Andreas Politz | |
| 2017-09-12 | Avoid an error, if installing into the build directory | Andreas Politz | |
| 2017-09-12 | Overhaul of autobuild script | Andreas Politz | |
| 2017-09-11 | Change autobuild semantics | Andreas Politz | |
| Provide a --os-test flag, which will produce only error messages. Remove the --dry-run flag. | |||
| 2017-09-10 | Adapt recursive shells when dry running | Andreas Politz | |
| 2017-09-10 | Fix incorrect use of variable expansion | Andreas Politz | |
| su -c requires exactly one argument, while $@ expands into a list of them. | |||
| 2017-09-10 | Remove useless condition | Andreas Politz | |
| 2017-09-10 | Reorder systems tried in autobuild | Andreas Politz | |
| 2017-09-10 | Ignore intermediate test files | Andreas Politz | |
| 2017-09-10 | Adds --dry-run option to autobuild + some formatting | Andreas Politz | |
| 2017-09-10 | Add docker tests for the autobuild script | Andreas Politz | |
| 2017-09-10 | Fix incorrect autobuild return value | Andreas Politz | |
| 2017-09-10 | autobuild in the correct directory | Andreas Politz | |
| 2017-09-10 | Comments and formatting only | Andreas Politz | |
| 2017-09-10 | Remove local distclean target | Andreas Politz | |
| Use git clean instead. | |||
| 2017-09-10 | Adds autobuild script | Andreas Politz | |
| This script is able to install the server dependencies on a variety of systems. | |||
| 2017-09-10 | New release (v0.80)v0.800.80 | Andreas Politz | |
| 2017-09-09 | Ignore the server/TAGS file | Andreas Politz | |
| 2017-09-06 | Use ansi-stdio when compiling on msys2 | Andreas Politz | |
| 2017-09-05 | Compile with --std=c++11 if available. | Andreas Politz | |
| Recent poppler versions seem to require it, on the other hand llvm c++ defaults to some ancient standard. | |||
| 2017-08-25 | Improves error messages for synctex failures | Andreas Politz | |
| 2017-08-11 | Fix trailing whitespace | Andreas Politz | |
| 2017-03-17 | Ignore some more files | Andreas Politz | |
| 2017-03-03 | Reformat c-source macro to not mess up Emacs sexp handling | Andreas Politz | |
| 2017-03-01 | Delete trailing whitespace | Andreas Politz | |
| 2016-11-13 | Compile synctex with libz flags | Andreas Politz | |
| 2016-11-11 | Fix a synctex-backward-search bug not properly escaping filenames | Andreas Politz | |
| 2016-02-26 | Enable building under Windows | Lars Ljung | |
| Added some functions missing in Windows. Switch to binary mode on stdin and stdout to avoid line ending issues. | |||
| 2015-11-12 | Adds translattion of highlight annotationsv0.70 | Andreas Politz | |
| 2015-07-16 | Avoid gcc warning | Andreas Politz | |
| *server/epdfinfo.c(annotation_print): Make error label conditional. | |||
| 2015-06-13 | Drop default error logfile. | Andreas Politz | |
| * server/epdfinfo.c (main): Withou args redirect to /dev/null. | |||
| 2015-06-12 | Added a noop command to the server. | Andreas Politz | |
| * server/epdfinfo.c (cmd_ping): Pong. * lisp/pdf-info.el (pdf-info-ping): Handle it. | |||
| 2015-06-12 | Fix :crop-to handling. | Andreas Politz | |
| * server/epdfinfo.c (cmd_renderpage): Use the correct transformations. | |||
| 2015-06-07 | Unified rendering commands in the server. | Andreas Politz | |
| * server/epdfinfo.c (cmd_renderpage): Incorporated cmd_renderpage_x commands into cmd_renderpage. * lisp/pdf-view.el (pdf-view-extract-region-image): Use new rendering capabilities. * lisp/pdf-info.el (pdf-info-renderpage): Adhere to and provide new command protocol. (pdf-info-renderpage-text-regions): Use pdf-info-renderpage. (pdf-info-renderpage-highlight): Use pdf-info-renderpage. | |||
| 2015-06-06 | Modified visual highlighting style | Andreas Politz | |
| * server/epdfinfo.c (cmd_renderpage_highlight): Drop the x/y-offsets, otherwise the visuals do not accurately represent the selected region. | |||
| 2015-06-02 | Bumped version | Andreas Politz | |
| 2015-06-02 | Make filter function independent of options | Andreas Politz | |
| * server/epdfinfo.c (image_recolor): Use PopplerColor as argument. Some renaming. (image_render_page): Apply signature difference. | |||
| 2015-05-31 | Added recolor feature based on pdf-info-setoptions | oscar | |
| 2015-05-14 | Merge branch 'master' into options | oscar | |
| Conflicts: lisp/pdf-info.el server/epdfinfo.c server/epdfinfo.h | |||
| 2015-05-05 | Added navigation by and display of pagelabels. | Andreas Politz | |
| * server/epdfinfo.c: New command pagelabels. * lisp/pdf-view.el (pdf-view-goto-label): New command for going to the page corresponding to it's label. (pdf-view-mode-map): Bind it to `M-g l' . * lisp/pdf-outline.el (pdf-outline-display-labels): New option for displaying labels instead of page numbers. (pdf-outline-insert-outline, pdf-outline-insert-outline, pdf-outline-imenu-create-item, pdf-outline-imenu-create-index-flat, pdf-outline-imenu-create-index-tree, pdf-outline-imenu-create-index-tree-1): Handle it. * lisp/pdf-info.el (pdf-info-pagelabels): New command returning a list of pagelabels. (pdf-info-query--transform-response): Handle it. * NEWS: Add news items. | |||
| 2015-05-03 | Corrected configure check | Andreas Politz | |
| * server/configure.ac: Use proper CFLAGS when checking for error.h . | |||
| 2015-04-22 | Fix typo. | Andreas Politz | |
