index
:
texlive
branch2007
branch2008
branch2009
branch2009-dev
branch2010
branch2011
branch2012
branch2013
branch2014
branch2015
branch2016
branch2017
branch2018
branch2019
branch2019.4
branch2020
branch2020.0
branch2021
branch2021.final
branch2022
branch2022.final
branch2023
branch2023.final
branch2024
dev/check-dir-before-remove
dev/ci-docs
dev/context-auto-build
dev/fix-old-pdftexconfig-paper-config
dev/for-2022
dev/hybrid-fmtutil
dev/install-libc-check
dev/install-tl-interactive
dev/kanjiembed-prog
dev/paper-factor
dev/parallel-fmtutil
dev/partial-install
dev/post-release-merge
dev/rsync
dev/tlmgr-bug
dev/translation-module
dev/versioned-containers
dev/win64
dev/xetex-post-fontconfig
merged/context-paper
merged/fmtutil-improvements
merged/gpg-status
merged/pref-sys-progs
merged/system-pipe
tags/texlive-2007.0
tags/texlive-2007.1
tags/texlive-2007.2
tags/texlive-2008.0
tags/texlive-2009-dev
tags/texlive-2009-pre
tags/texlive-2009.0
tags/texlive-2010.0
tags/texlive-2011.0
tags/texlive-2012.0
tags/texlive-2013.0
tags/texlive-2013.1
tags/texlive-2014.0
tags/texlive-2015.0
tags/texlive-2016.0
tags/texlive-2017.0
tags/texlive-2017.1
tags/texlive-2018.0
tags/texlive-2018.1
tags/texlive-2018.2
tags/texlive-2019.0
tags/texlive-2019.1
tags/texlive-2019.2
tags/texlive-2019.3
tags/texlive-2019.4
tags/texlive-2020.0
tags/texlive-2021.1
tags/texlive-2021.2
tags/texlive-2021.3
tags/texlive-2022.0
tags/texlive-2023.0
tags/texlive-2024.0
tags/texlive-2024.1
tags/texlive-2024.2
trunk
Mirror of svn TeX Live plus development branches
norbert@preining.info
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Build
/
source
/
texk
/
dvipdfm-x
/
pdfobj.c
Age
Commit message (
Expand
)
Author
2020-09-25
Fix a bug introduced by the changes in pdfobj.c on 2020-09-05. (S. Hirata)
Akira Kakuto
2020-09-04
Avoid deref-ing an already released object. (S. Hirata)
Akira Kakuto
2020-07-28
simple modifications for LIBDPX (Clerk Ma)
Akira Kakuto
2020-07-26
typo (S. Hirata)
Akira Kakuto
2020-07-25
Place static variables into a single struct. Various minor improvements (S. H...
Akira Kakuto
2020-07-20
support forward reference of image objects (S. Hirata)
Akira Kakuto
2020-07-10
Introduce ExtGState stack and pdf:[be]xgstate special. (S. Hirata)
Akira Kakuto
2020-02-06
remove unnecessary assert() check (from S. Hirata)
Akira Kakuto
2019-08-04
Ignore some of zlib errors. Fix a bug in -m option. (S. Hirata)
Akira Kakuto
2019-05-02
Support ASCIIHex and ASCII85 Decode filters. Revise ToUnicode CMap creation f...
Akira Kakuto
2018-12-26
Small changes for LIBDPX (from Clerk Ma)
Akira Kakuto
2018-10-07
Fix a bug in inline PS code handling (S. Hirata)
Akira Kakuto
2018-10-07
Clear static variables to allow PDF functions to be used more than once (Simo...
Akira Kakuto
2018-09-15
Cleanup. Remove duplicated code. Reorganize initialization process (S. Hirata).
Akira Kakuto
2018-09-14
Cleanup. Remove duplicated code. Reorganize global variables. (S. Hirata)
Akira Kakuto
2018-09-06
Fix broken ToUnicode CMap support (S. Hirata)
Akira Kakuto
2018-09-03
More fix on circular reference issue (S. Hirata).
Akira Kakuto
2018-08-21
Handles the case of circular reference properly (S. Hirata)
Akira Kakuto
2018-03-02
remove multiple warnings
Akira Kakuto
2018-03-01
dvipdfm-x/pdfobj.c: fix typo
Hironobu Yamashita
2018-02-17
dvipdfm-x version 20180217: Accept PDF version tag 2.0. (S. Hirata)
Akira Kakuto
2016-12-18
dvipdfm-x: Merge libdpx by Clerk Ma at https://github.com/clerkma/ptex-ng
Akira Kakuto
2016-06-25
dvipdfm-x: (From S. Hirata) Modify to make PDF/A generation a bit easier.
Akira Kakuto
2016-01-11
texk/dvipdfm-x/pdfobj.c: Fix typos and memory leaks (from S. Hirata)
Akira Kakuto
2016-01-11
texk/dvipdfm-x: Modification on handling of xref table (by S. Hirata).
Akira Kakuto
2016-01-06
texk/dvipdfm-x: change copyright year
Akira Kakuto
2015-12-29
texk/dvipdfm-x: patches by S. Hirata.
Akira Kakuto
2015-12-28
texk/dvipdfm-x: patches from S. Hirata
Akira Kakuto
2015-08-25
texk/dvipdfm-x: Replace '(unsigned) long' by '(unsigned) int' or
Peter Breitenlohner
2015-08-24
texk/dvipdfm-x: No reason to use 'long' for 32-bit integers
Peter Breitenlohner
2015-08-21
texk/dvipdfm-x: Drop 'CDECL' and use 'static inline'
Peter Breitenlohner
2015-07-18
dvipdfm-x: Try to embed a PDF image, even if the PDF version is newer than th...
Akira Kakuto
2015-07-06
Escape closing parenthesis in PDF strings; fixes bug 110 in XeTeX’s tracker.
Arthur Reutenauer
2015-07-04
S. Hirata updates a few files.
Akira Kakuto
2015-04-11
dvipdfm-x: Support PNG gAMA chunk. (S. Hirata)
Akira Kakuto
2014-08-15
texk/dvipdfm-x: Avoid compiler warnings and use of possibly uninitialized var...
Peter Breitenlohner
2014-08-14
bug fix (by S. Hirata)
Akira Kakuto
2014-08-14
Return 1 even if the PDF version of included file is newer than the assumed v...
Akira Kakuto
2014-08-14
Support streams with DecodeParms (by S. Hirata)
Akira Kakuto
2014-08-04
Fix some warnings and remove unused code
Jjgod Jiang
2014-08-03
texk/dvipdfm-x/pdfobj.c: fix a typo
Akira Kakuto
2014-05-13
texk/dvipdfm-x: Bug fix, problem reported by Richard M Kreuter <kreuter@progn...
Peter Breitenlohner
2014-03-17
dvipdfmx version 20140317, update copyright years
Karl Berry
2013-12-05
Revert to 2013-11-28, since changes on 2013-12-04 are not needed
Akira Kakuto
2013-12-04
Allow KANJI output file name in XeTeX on Windows
Akira Kakuto
2013-11-04
Fix a typo
Akira Kakuto
2013-11-03
Correct %c to %d since pdf_version is unsigned int.
Akira Kakuto
2013-10-01
dvipdfm-x: Reduce dvipdfmx/xdvipdfmx diffs
Peter Breitenlohner
2013-09-26
dvipdfm-x: Reduced dvipdfmx/xdvipdfmx diffs
Peter Breitenlohner
2013-09-24
dvipdfm-x: Bug fix for (x)dvipdfm-res.test (tikz-bug)
Peter Breitenlohner
[next]