summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex.c
AgeCommit message (Collapse)Author
2021-02-25restore Build,TODO from r57911Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
2021-02-25French translation for tlmgr updatedDenis Bitouzé
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
2019-08-07Improve support of non-ascii path names (Windows only).Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@51833 c570f23f-e606-0410-a88d-b1316a301751
2018-10-25synctex.c: Cleanup for non-ascii file names (w32 only).Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@48987 c570f23f-e606-0410-a88d-b1316a301751
2018-10-25synctex.c: Cleanup for non-ascii file names (w32 only).Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@48985 c570f23f-e606-0410-a88d-b1316a301751
2018-07-15previous fix was incompleteAkira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@48206 c570f23f-e606-0410-a88d-b1316a301751
2018-07-14Fix a bug that Magnification is not recorded correctly. Reort by Karel Horak.Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@48195 c570f23f-e606-0410-a88d-b1316a301751
2018-06-10pdfTeX: Allow non-ascii file names with UTF-8 source files (Windows only)Takuji Tanaka
git-svn-id: svn://tug.org/texlive/trunk@47973 c570f23f-e606-0410-a88d-b1316a301751
2018-05-29Discard the changes for pdfTeX on 2018-05-11, since ↵Akira Kakuto
'command_line_encoding=utf-8' is not so natural for pdfTeX (w32 only). git-svn-id: svn://tug.org/texlive/trunk@47865 c570f23f-e606-0410-a88d-b1316a301751
2018-05-11Allow non-ascii file names in pdfTeX (w32 only)Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@47677 c570f23f-e606-0410-a88d-b1316a301751
2017-04-26SyncTeX: fixed crash threat thanks to Akura Kakuto. Fixed newline bug on ↵Jérôme Laurens
pdftex without breaking lualatex. git-svn-id: svn://tug.org/texlive/trunk@44052 c570f23f-e606-0410-a88d-b1316a301751
2017-04-25Synctex : fixed pdf vs dvi offsetJérôme Laurens
git-svn-id: svn://tug.org/texlive/trunk@44037 c570f23f-e606-0410-a88d-b1316a301751
2017-04-25Fixed crashed when synctex is not usedJérôme Laurens
git-svn-id: svn://tug.org/texlive/trunk@44033 c570f23f-e606-0410-a88d-b1316a301751
2017-04-23Adding SyncTeX support to \pdfxform. For pdftex only but EVERY TeX engine is ↵Jérôme Laurens
concerned. OK on OSX, untested on windows and other platforms. The synctex command line tool will be updated soon. git-svn-id: svn://tug.org/texlive/trunk@43989 c570f23f-e606-0410-a88d-b1316a301751
2015-04-05Support file names with multi-byte characters in SyncTeX for XeTeX in ↵Akira Kakuto
addition to for (e)upTeX (win32 only). git-svn-id: svn://tug.org/texlive/trunk@36718 c570f23f-e606-0410-a88d-b1316a301751
2015-03-19Avoid minor memory leaks (win32 only).Akira Kakuto
git-svn-id: svn://tug.org/texlive/trunk@36560 c570f23f-e606-0410-a88d-b1316a301751
2015-03-18Support multi-byte characters in file names in SyncTeX for (e)upTeX (win32 ↵Akira Kakuto
only). git-svn-id: svn://tug.org/texlive/trunk@36550 c570f23f-e606-0410-a88d-b1316a301751
2014-12-10texk/{ttfdump,web2c,xdvik}: Minor changes to avoid some compiler warningsPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@35780 c570f23f-e606-0410-a88d-b1316a301751
2012-07-09synctex: Remove "# warning ..." line, because MSVC fails to interpret it ↵Peter Breitenlohner
(from W32TeX) git-svn-id: svn://tug.org/texlive/trunk@26969 c570f23f-e606-0410-a88d-b1316a301751
2011-07-20libs/t1lib + texk/ps2pkm: bug fix and updatePeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@23187 c570f23f-e606-0410-a88d-b1316a301751
2011-04-16synctex: small bug fixPeter Breitenlohner
luaTeX: drop private copies of synctex files git-svn-id: svn://tug.org/texlive/trunk@22094 c570f23f-e606-0410-a88d-b1316a301751
2011-04-15SyncTeX 1.14: the write location is properly managed, the luatex specific ↵Jérôme Laurens
code is included, all the engines are concerned (pdftex, luatex and xetex) TESTS ARE REQUIRED git-svn-id: svn://tug.org/texlive/trunk@22091 c570f23f-e606-0410-a88d-b1316a301751
2011-03-14use CPPFLAGS instead of sed-substituted source filesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@21711 c570f23f-e606-0410-a88d-b1316a301751
2010-07-19Bug fix in synctex_parser.c, typos in comments in synctex.c (minor changes ↵Jérôme Laurens
de facto, see the synctex_parser_readme.txt). TeX engines are not concerned so no need to recompile texlive, only 3rd party pdf viewers like Texworks, TeXShop, evince... are concerned. git-svn-id: svn://tug.org/texlive/trunk@19532 c570f23f-e606-0410-a88d-b1316a301751
2010-06-05build system update/cleanupPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@18755 c570f23f-e606-0410-a88d-b1316a301751
2010-06-05added character protrusion for xetex; changed version string to 0.9997.1Han The Thanh
git-svn-id: svn://tug.org/texlive/trunk@18754 c570f23f-e606-0410-a88d-b1316a301751
2010-06-04fix for __attribute__ cross-compilation failure (64/32bit) on OS XJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@18719 c570f23f-e606-0410-a88d-b1316a301751
2010-05-31define __attribute__ away if it is not supportedKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@18629 c570f23f-e606-0410-a88d-b1316a301751
2010-05-13very minor change in code design to remove wrong warnings when building xetex.Jérôme Laurens
git-svn-id: svn://tug.org/texlive/trunk@18225 c570f23f-e606-0410-a88d-b1316a301751
2010-05-13Code design change only: C macros added/modified in synctex.c to take luatex ↵Jérôme Laurens
into account. git-svn-id: svn://tug.org/texlive/trunk@18224 c570f23f-e606-0410-a88d-b1316a301751
2009-12-07build system update for xindy-2.4 (xindy-new)Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@16321 c570f23f-e606-0410-a88d-b1316a301751
2009-11-10towards TL2010: texk/web2cPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@15964 c570f23f-e606-0410-a88d-b1316a301751
2009-07-08First synctex update, it might need some fine tuning in order to work on all ↵Jérôme Laurens
platforms.\nSee the file synctex_parser_history.txt for more details. git-svn-id: svn://tug.org/texlive/trunk@14186 c570f23f-e606-0410-a88d-b1316a301751
2008-07-01synctex patch for windows - remove target before renaming temp fileJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@9140 c570f23f-e606-0410-a88d-b1316a301751
2008-06-21synctex update (parser, comments)Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8892 c570f23f-e606-0410-a88d-b1316a301751
2008-06-05moved synctex to synctexdir to avoid name clash when building in-placeJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8586 c570f23f-e606-0410-a88d-b1316a301751