Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi
Commit message (Collapse)AuthorAgeFilesLines
* Fix rotation of thumbnails, ported to new API. Moved library dependenciesNickolay V. Shmyrev2005-08-253-15/+12
| | | | | | | | | | * 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.
* Update rotation direction of backends to fit with pdf and psNickolay V. Shmyrev2005-08-241-2/+2
|
* Fix warnings and build with t1lib-5.0Nickolay V. Shmyrev2005-08-161-9/+13
|
* Update backends to make them build with new rotation systemNickolay V. Shmyrev2005-07-311-55/+14
|
* Fix djvu and dvi backend build.Nickolay V. Shmyrev2005-07-071-1/+1
|
* Require libgnomeprint >= 2.5.1. Thanks to Colin SlaterNickolay V. Shmyrev2005-07-011-13/+61
| | | | | | | | | | | | | | | | | | * configure.ac: Require libgnomeprint >= 2.5.1. Thanks to Colin Slater <kiltedaco@gmail.com> * djvu/djvu-document.c: (djvu_document_get_orientation), (djvu_document_set_orientation), (djvu_document_get_page_size), (rotate_pixbuf), (djvu_document_render_pixbuf), (djvu_document_document_iface_init): * dvi/dvi-document.c: (dvi_document_get_orientation), (dvi_document_set_orientation), (dvi_document_get_page_size), (rotate_pixbuf), (dvi_document_render_pixbuf), (dvi_document_document_iface_init): Dvi and djvu backends are ported to new API
* 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-182-3/+17
| | | | | | | | | * 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 gcc 4.0 warningsNickolay V. Shmyrev2005-06-061-2/+2
|
* 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
* Fix mixup between thumbnail width/height paramsNickolay V. Shmyrev2005-04-231-4/+4
|
* Suppress output on font generationNickolay V. Shmyrev2005-04-232-0/+4
|
* Implement dummy get_info to fix crashNickolay V. Shmyrev2005-04-201-31/+11
|
* Move library dependencies to components.Nickolay V. Shmyrev2005-04-171-0/+4
| | | | | | | | | | | | | | * djvu/Makefile.am: * dvi/Makefile.am: * shell/Makefile.am: Move library dependencies to components. * shell/ev-window.c: (update_window_title), (start_loading_document): Fix display of uris with spaces. Bug 168358. ---------------------------------------------------------------------
* Fix the crash when trying to copy in backends that doesnt support it. WeMarco Pesenti Gritti2005-04-141-6/+4
| | | | | | | | | | | | | | | | | | | | | 2005-04-14 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-document.h: * djvu/djvu-document.c: (djvu_document_can_get_text), (djvu_document_document_iface_init): * dvi/dvi-document.c: (dvi_document_can_get_text), (dvi_document_document_iface_init): * pdf/ev-poppler.cc: * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text), (pixbuf_document_document_iface_init): * ps/ps-document.c: (ps_document_can_get_text), (ps_document_document_iface_init): * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb): * shell/ev-window.c: (update_action_sensitivity): Fix the crash when trying to copy in backends that doesnt support it. We can implement a better solution once we do real text selection.
* Dvi thumbnails and improved antialiasing of dvi rules. Fix compilationNickolay V. Shmyrev2005-04-0916-335/+314
| | | | warnings.
* Recent files support.Nickolay V. Shmyrev2005-04-0778-3176/+14431
| | | | | | | | | | | | | | | | | | | 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:
* Fix distcheckMarco Pesenti Gritti2005-01-022-2/+6
| | | | | | | | | | | | | | | 2005-01-02 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * backend/Makefile.am: * data/Makefile.am: * dvi/Makefile.am: * dvi/dvilib/Makefile.am: * pdf/xpdf/Makefile.am: * po/POTFILES.in: * ps/Makefile.am: Fix distcheck
* add cvsignoresMarco Pesenti Gritti2004-12-221-0/+1
|
* SssshhhMartin Kretzschmar2004-12-222-0/+4
|
* Add Makefile.amSøren Sandmann Pedersen2004-12-222-0/+47
|
* Auto*ify dvi and dvi/dvilibSoeren Sandmann2004-12-2217-105/+254
| | | | | | | | | | | | | | | | | | Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com> * Makefile.am: * dvi/dvilib/Makefile.am: * dvi/Makefile.am: * configure.ac: Auto*ify dvi and dvi/dvilib * dvi/Makefile: Remove from CVS * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint confusion. * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
* New directory with the beginning of a .dvi backend.Søren Sandmann2004-12-2131-0/+2975
Tue Dec 21 18:55:06 2004 Søren Sandmann <sandmann@redhat.com> * dvi/*: New directory with the beginning of a .dvi backend.