Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/mdvi-lib
Commit message (Collapse)AuthorAgeFilesLines
* Used -lt1 instead -lt1libNickolay V. Shmyrev2005-09-081-1/+1
|
* Fix rotation of thumbnails, ported to new API. Moved library dependenciesNickolay V. Shmyrev2005-08-251-0/+5
| | | | | | | | | | * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail): * dvi/Makefile.am: * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail): * dvi/mdvi-lib/Makefile.am: Fix rotation of thumbnails, ported to new API. Moved library dependencies earlier, probably it will fix linkage problem.
* Fix warnings and build with t1lib-5.0Nickolay V. Shmyrev2005-08-161-9/+13
|
* Rename xmalloc to mdvi_malloc to avoid libtool conflict, update year inNickolay V. Shmyrev2005-06-2322-224/+224
| | | | copyright.
* Check for incorrect dvi files. Fix parsing dvi on AMD64 platform. ThanksNickolay V. Shmyrev2005-06-181-1/+1
| | | | | | | | | * dvi/dvi-document.c: (dvi_document_load): * dvi/mdvi-lib/dviread.c: (mdvi_init_context): * po/POTFILES.in: Check for incorrect dvi files. Fix parsing dvi on AMD64 platform. Thanks to tester@tester.ca (Olivier Crete).
* Fix infinite loop when loading Type1 fontsAleksey Kliger2005-05-091-0/+1
| | | | | | | | 2005-05-09 Aleksey Kliger <akliger@gmail.com> * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics): Fix infinite loop when loading Type1 fonts
* Suppress output on font generationNickolay V. Shmyrev2005-04-232-0/+4
|
* Dvi thumbnails and improved antialiasing of dvi rules. Fix compilationNickolay V. Shmyrev2005-04-0914-315/+234
| | | | warnings.
* Recent files support.Nickolay V. Shmyrev2005-04-0739-0/+13747
2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/recent-files/Makefile.am: * data/evince-ui.xml, shell/Makefile.am: * shell/ev-application.c, shell/ev-application.h: * shell/ev-window.c: Recent files support. * configure.ac: Added "ru" to ALL_LINGUAS. * dvju: new backend to support DJVU files. * dvi: new backend to support DVI. * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c: * ev-application.c: Support for new backends. * help, ev-window.c, main.c shell/Makefile.am: