1 Commits (f2e9633ea7603df965eb7fdddf875fa8e950fb4d)

Author SHA1 Message Date
Albert Astals Cid d95efa7698 Move synctex up to the core from poppler generator 12 years ago
Albert Astals Cid 086c0dbce4 Comparing paths with strcmp is not really smart 15 years ago
Albert Astals Cid e0a0091d0c Update the series file 15 years ago
Pino Toscano 4612649647 synctex_scanner_new_with_output_file: reset the io_mode to read before trying to read again 16 years ago
Pino Toscano bc6b4978be Update the SyncTeX parser from 1.6 to 1.9. 16 years ago
Pino Toscano a7bdec3b40 Fix _synctex_error() on mingw: _vscprintf() is specific for MSVC, so for !MSVC use _vsnprintf() and grow the buffer until necessary. 17 years ago
Pino Toscano a36b9042bd local synctex change: fix the printf specifier for a parameter (of type size_t), to be %zd instead of %d 17 years ago
Pino Toscano fe8ab0045e local synctex change: _synctex_error has a printf-like format, so use the proper gcc extensions to check its arguments (doing nothing for other compilers) 17 years ago
Pino Toscano 5fa6a43122 local synctex change: make const the name parameter for _synctex_scan_named 17 years ago
Pino Toscano eb474beeee local synctex change: make const the format-like message parameter for _synctex_error 17 years ago
Pino Toscano f732152653 local synctex change: fix the various #if _WIN32 to #ifdef _WIN32 17 years ago