summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x
AgeCommit message (Expand)Author
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-24texk/dvipdfm-x: No reason to use 'long' for 32-bit integersPeter Breitenlohner
2015-08-21texk/dvipdfm-x: Drop 'CDECL' and use 'static inline'Peter Breitenlohner
2015-08-17texk/dvipdfm-x: Still more static functionsPeter Breitenlohner
2015-08-14texk/dvipdfm-x: More static functionsPeter Breitenlohner
2015-08-13texk/dvipdfm-x: Drop unused typePeter Breitenlohner
2015-08-13texk/dvipdfm-x: More static functionsPeter Breitenlohner
2015-08-12texk/dvipdfm-x: Moved check_for_mp() and declared as staticPeter Breitenlohner
2015-08-07dvipdfm-x/dvi.c: improve a little for native type1 fontsAkira Kakuto
2015-08-06dvipdfm-x/dvi.c: improve a littleAkira Kakuto
2015-08-05dvipdfm-x/dvi.c: improve a littleAkira Kakuto
2015-08-05dvipdfm-x: Introduce a new static function static int is_notdef_notzero() to ...Akira Kakuto
2015-08-03texk/dvipdfm-x: Better detection of inconsistent DVI files and additional testPeter Breitenlohner
2015-07-31texk/dvipdfm-x: Use getopt_long() for option parsingPeter Breitenlohner
2015-07-30texk/dvipdfm-x: Add tests for Ascii pTeX and TeX-XeT DVI extensionsPeter Breitenlohner
2015-07-29texk/dvipdfm-x: Only one binary and a symlink dvipdfmx->xdvipdfmxPeter Breitenlohner
2015-07-29texk/dvipdfm-x: Bugfix from AkiraPeter Breitenlohner
2015-07-29texk/dvipdfm-x: Make dvipdfmx and xdvipdfmx essentially the samePeter Breitenlohner
2015-07-28texk/dvipdfm-x: Somewhat simplify to avoid compiler warningsPeter Breitenlohner
2015-07-27dvipdfm-x: improve code a littleAkira Kakuto
2015-07-25dvipdfm-x: Improve output file sizeAkira Kakuto
2015-07-25dvipdfm-x: Improve output file sizeAkira Kakuto
2015-07-25dvipdfm-x: Recover backward compatibility.Akira Kakuto
2015-07-24dvipdfm-x: Improve obtaining BoundingBox.Akira Kakuto
2015-07-24dvipdfm-x: Improve obtaining BoundingBox.Akira Kakuto
2015-07-23dvipdfm-x: Avoid warnings.Akira Kakuto
2015-07-22dvipdfm-x: Improve obtaining boundingbox.Akira Kakuto
2015-07-22dvipdfm-x: Fix a bug introduced by me yesterday. Thanks Y. Terada.Akira Kakuto
2015-07-21dvipdfm-x: Support pagebox=artbox etc. in PDF inclusion. It works with a new ...Akira Kakuto
2015-07-18dvipdfm-x: Avoid compiler warning.Akira Kakuto
2015-07-18dvipdfm-x: Try to embed a PDF image, even if the PDF version is newer than th...Akira Kakuto
2015-07-08texk/dvipdfm-x: Fixed a typo "XObjcect" => "XObject", from Simon CozensPeter Breitenlohner
2015-07-07Build system: Fixed --disable-bibtex[8u] and --disable-(x)dvipdfmxPeter Breitenlohner
2015-07-06Fix broken link reported by Simon Cozens at http://tug.org/pipermail/tex-live...Arthur Reutenauer
2015-07-06Escape closing parenthesis in PDF strings; fixes bug 110 in XeTeX’s tracker.Arthur Reutenauer
2015-07-06texk/dvipdfm-x: Bugfix (undefined type byte) and cleanupPeter Breitenlohner
2015-07-04S. Hirata updates a few files.Akira Kakuto
2015-06-12Start development for TL'16Peter Breitenlohner
2015-05-25Convert tabs to spacesJjgod Jiang
2015-05-24Remove unused variableJjgod Jiang
2015-05-23Fix a memory leak in the previous commitJjgod Jiang
2015-05-23Handle custom Type1 encoding betterJjgod Jiang
2015-05-23Fix Type1 font encoding and metricsJjgod Jiang
2015-05-20tl15 dateKarl Berry
2015-05-06texk/dvipdfm-x: Do not identify Type1 fonts as TrueType or OpenTypePeter Breitenlohner
2015-05-04texk/dvipdfm-x: Minor cleanup (avoid compiler warnings)Peter Breitenlohner
2015-05-01dvipdfm-x/cidtype0.c: Support old compilers.Akira Kakuto