summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/dvipdfmx.c
AgeCommit message (Expand)Author
2019-05-10dvipdfmx branch2019 update, r50943-51045Karl Berry
2019-02-11TL19 version numbers, datesKarl Berry
2018-12-21Add a new special pdf:trailerid (S. Hirata)Akira Kakuto
2018-10-12 Fix a bug that landscape option is not handled properly (S. Hirata).Akira Kakuto
2018-10-02add "break;"Akira Kakuto
2018-10-02Fixed a bug in MetaPost PostScript handling (S. Hirata) [recommitting 48797 f...Karl Berry
2018-09-16Fix papersize special bug intorduced in the previous changes (S. Hirata).Akira Kakuto
2018-09-15Cleanup. Remove duplicated code. Reorganize initialization process (S. Hirata).Akira Kakuto
2018-09-14Cleanup. Remove duplicated code. Reorganize global variables. (S. Hirata)Akira Kakuto
2018-02-17dvipdfm-x version 20180217: Accept PDF version tag 2.0. (S. Hirata)Akira Kakuto
2017-04-26dvipdfm-x: support more length units (from Paul Vojta)Akira Kakuto
2017-04-12dvipdfm-x: Fix a bug in static const char *optstrig.Akira Kakuto
2017-04-12dvipdfm-x: Fix a bug in static const char *optstrig.Akira Kakuto
2017-03-18forgot to update copyright yearAkira Kakuto
2017-03-01forgot to update copyright yearAkira Kakuto
2017-03-01dvipdfm-x: -p option wins papersize and pagesize specials, as dvipsAkira Kakuto
2016-12-18dvipdfm-x: Merge libdpx by Clerk Ma at https://github.com/clerkma/ptex-ngAkira Kakuto
2016-06-19dvipdfm-x: (from S. Hitara) Disable overriding "D" option setting in the new ...Akira Kakuto
2016-05-08dvipdfm-x: patch from M. Hosoda.Akira Kakuto
2016-03-02texk/dvipdfm-x: typoAkira Kakuto
2016-03-01texk/dvipdfm-x: change the previously introduced option name to --mvorigin, a...Akira Kakuto
2016-03-01texk/dvipdfm-x: change the previously introduced option name to --mvorigin, a...Akira Kakuto
2016-03-01texk/dvipdfm-x: Add a new option --fixorigin which disables the translation o...Akira Kakuto
2016-02-25texk/dvipdfm-x: Change the default value of pdfdecimaldigits to 3, to be cons...Akira Kakuto
2016-02-25texk/dvipdfm-x: Change the default value of pdfdecimal digits to 3, to be con...Akira Kakuto
2016-01-06texk/dvipdfm-x: change copyright yearAkira Kakuto
2015-12-29texk/dvipdfm-x: patches by S. Hirata.Akira Kakuto
2015-12-28texk/dvipdfm-x: patches from S. HirataAkira Kakuto
2015-09-27texk/dvipdfm-x/dvipdfmx.c: Revert to use atoi() in --kpathsea-debug.Akira Kakuto
2015-09-25texk/dvipdfm-x/dvipdfmx.c: Use strtoul for kpathsea_debug.Akira Kakuto
2015-09-24dvipdfmx.c: Cast as kpathsea_debug = (uint32_t)atoi(optarg). Since kpathsea_d...Akira Kakuto
2015-08-25texk/dvipdfm-x: Replace '(unsigned) long' by '(unsigned) int' orPeter Breitenlohner
2015-08-21texk/dvipdfm-x: Drop 'CDECL' and use 'static inline'Peter Breitenlohner
2015-07-31texk/dvipdfm-x: Use getopt_long() for option parsingPeter Breitenlohner
2015-07-29texk/dvipdfm-x: Only one binary and a symlink dvipdfmx->xdvipdfmxPeter Breitenlohner
2015-07-04S. Hirata updates a few files.Akira Kakuto
2015-03-24dvipdfmx.c: Change copyright year.Akira Kakuto
2014-12-01-sPAPERSIZE=a0 for pstricks under xetexKarl Berry
2014-11-29texk/dvipdfm-x: Add an option --showpaperAkira Kakuto
2014-11-28help string for -sKarl Berry
2014-11-28basic purpose in help messageKarl Berry
2014-11-19texk/dvipdfm-x: Minor cleanup in supporting creation of dllAkira Kakuto
2014-11-19texk/dvipdfm-x: Modified support to make DLL(s) in W32TeXPeter Breitenlohner
2014-11-15texk/dvipdfm-x: Support to make DLL in W32TeXAkira Kakuto
2014-09-15texk/dvipdfm-x: General cleanup: No reason to use long for 32-bit integersPeter Breitenlohner
2014-08-16Set PDF_VERSION_DEFAULT = 5Akira Kakuto
2014-08-04Fix some warnings and remove unused codeJjgod Jiang
2014-07-29Rename is_xetex to is_xdvKhaled Hosny
2014-07-29Remove some is_xetex checksKhaled Hosny
2014-06-21dvipdfm-x: Avoid undefined behaviour when char is signedPeter Breitenlohner