Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* Make our own thumbnail when the provided one doesn't have the size weCarlos Garcia Campos2009-03-011-29/+32
* Use poppler_document_save_a_copy(), which never saves the documentCarlos Garcia Campos2009-02-221-4/+17
* Don't use g_quark_from_static_string in a loadable module!Christian Persch2009-02-181-1/+1
* Replace deprecated gtk symbol in commented out codeThomas Hindoe Paaboel Andersen2009-02-161-1/+1
* Fix signed/unsigned compiler warnings.Christian Persch2009-02-151-4/+4
* Fill in the error.Christian Persch2009-02-151-2/+6
* Plug a mem leak.Christian Persch2009-02-151-0/+3
* Don't overwite an error.Christian Persch2009-02-151-7/+1
* Make sure to always set @error when returning FALSE. Fix a typo.Christian Persch2009-02-151-1/+5
* Make sure to always set @error when returning FALSE.Christian Persch2009-02-151-4/+9
* Make sure to always set @error when returning FALSE.Christian Persch2009-02-151-3/+37
* Plug a mem leak.Christian Persch2009-02-151-1/+1
* Don't overwrite an error.Christian Persch2009-02-151-7/+1
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-055-31/+29
* Add application/x-ext-pdf mime type for pdf backend. See bug #339172.Hib Eris2009-02-051-1/+1
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-048-8/+8
* A backend/backend.symbols: Only export the backend module entry point. BugChristian Persch2009-02-012-0/+4
* Clamp top/bottom values of destinations to make sure they are not biggerCarlos Garcia Campos2009-02-011-4/+4
* Bug 569082 – use versioned directory for backendsChristian Persch2009-01-258-16/+0
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-258-10/+18
* Fix zip mime-type in comics backend. Patch by Juanjo Marín.Carlos Garcia Campos2008-12-031-1/+1
* Do not trust file extensions when getting the command needed to uncompressCarlos Garcia Campos2008-11-291-14/+7
* Implement layers interface in PDF backend.Carlos Garcia Campos2008-11-151-0/+164
* More renames of warning to mdvi_warning in follow up to the fix of the bugNickolay V. Shmyrev2008-11-042-10/+10
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-2/+0
* Bug 558064 – build with single includesChristian Persch2008-10-272-3/+3
* Bug 558066 – format not a string literal and no format argumentsChristian Persch2008-10-272-11/+11
* Fix several compile warnings in the dvi backend.Carlos Garcia Campos2008-09-284-5/+10
* Rename error as mdvi_error to avoid symbol conflicts with the libc error.Carlos Garcia Campos2008-09-2814-101/+101
* Fix memory leak.Carlos Garcia Campos2008-09-281-0/+1
* Use EV_BACKEND_IMPLEMENT_INTERFACE instead of G_IMPLEMENT_INTERFACE.Carlos Garcia Campos2008-09-281-3/+3
* Remove an invalid ifdef.Carlos Garcia Campos2008-09-071-4/+0
* RemovedCarlos Garcia Campos2008-08-278-620/+91
* Make sure thumbnail size returned by the PDF is actually valid. Fixes bugCarlos Garcia Campos2008-08-251-1/+1
* Implement document_get_page_label in tiff backend.Carlos Garcia Campos2008-08-191-0/+16
* Handle document orientation in tiff backend. Fixes bug #548444.Carlos Garcia Campos2008-08-191-1/+6
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-032-5/+6
* Added support for 7-zip based cb7 comic book. Patch by Kartik Rustagi.Nickolay V. Shmyrev2008-07-112-1/+7
* Do not crash opening documents with no pages and show a warning message inCarlos Garcia Campos2008-06-161-10/+13
* Fix a free() that should be an iks_free(). Fix an array overflow in theHans Petter Jansson2008-05-011-3/+3
* Make sure load job doesn't finish successfully when the document is notCarlos Garcia Campos2008-04-294-29/+110
* Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.Carlos Garcia Campos2008-04-144-20/+13
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-148-178/+142
* Remove gs stuff from ps backend.Carlos Garcia Campos2008-04-1212-4028/+3
* Bump poppler requirement to 0.8.0.Carlos Garcia Campos2008-04-121-50/+10
* Make sure link title is a valid utf8 string. Fixes bug #526517.Carlos Garcia Campos2008-04-081-5/+5
* Add compressed dvi to the list of supported mime types. Patch by EdCarlos Garcia Campos2008-04-061-1/+1
* Do not crash when thumbnail failed to render in PS backend. Fixes bugCarlos Garcia Campos2008-04-011-0/+5
* Fix printing in documents with rotated pages. Patch by Eugen Dedu. FixesCarlos Garcia Campos2008-03-221-4/+2
* Fix warning messages.Carlos Garcia Campos2008-03-191-3/+4