summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/dvipdfmx.c
AgeCommit message (Expand)Author
2021-03-17fix a bug in campat mode (by Christian Schenk)Akira Kakuto
2021-03-13dvipdfmx: Do not allow directory separators in an optarg in an option -i opta...Akira Kakuto
2021-02-25restore Build,TODO from r57911Karl Berry
2021-02-25French translation for tlmgr updatedDenis Bitouzé
2021-01-26No kpathsea error message in quiet mode (S. Hirata)Akira Kakuto
2021-01-16Exit with bad status when image inclusion fails (S. Hirata)Akira Kakuto
2021-01-15Experimental support for dviluatex & separate annot_grow for h/v (S. Hirata)Akira Kakuto
2020-12-15improve help message for -fKarl Berry
2020-10-05Fix a bug that printing output file name is wrong. Simplify XeTeX font handli...Akira Kakuto
2020-07-25Place static variables into a single struct. Various minor improvements (S. H...Akira Kakuto
2020-07-18Fix a bug that error cleanup routine can be called recursively (S. Hirata).Akira Kakuto
2020-06-22Use MFOPEN() instead of fopen(), etc.Akira Kakuto
2020-02-11Fix a potential bug in set_default_pdf_filename().Akira Kakuto
2020-01-16tl2020 version numbersKarl Berry
2019-08-04Ignore some of zlib errors. Fix a bug in -m option. (S. Hirata)Akira Kakuto
2019-05-26Fix for compiler warnings. (S. Hirata)Akira Kakuto
2019-05-05change email address to dvipdfmx@tug.orgKarl 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