Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Expand)AuthorAgeFilesLines
* [build] Remove gitignore files from gitChristian Persch2009-10-251-29/+0
* [libdocument] Remove ev_tmp_dir()Christian Persch2009-10-252-13/+7
* libdocument: Clean up temp file handlingChristian Persch2009-10-254-93/+202
* [libdocument] Add EvDocumentLicense to store information about the document l...Carlos Garcia Campos2009-10-252-2/+84
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+29
* [libdocument] Initialize max size to first page sizeCarlos Garcia Campos2009-10-191-5/+2
* [libdocument] Add ev_document_get_uri()Carlos Garcia Campos2009-09-152-0/+17
* Move ev_page_cache_check_dimensions() to EvDocumentCarlos Garcia Campos2009-09-152-0/+9
* [libdocument] Protect some public methods with g_return macrosCarlos Garcia Campos2009-09-151-0/+24
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-152-44/+326
* Move default implementation of document_get_info from backends to base classCarlos Garcia Campos2009-09-151-0/+7
* Convert EvDocument interface into an abstract classCarlos Garcia Campos2009-09-152-60/+58
* Remove attachments from EvDocument interface and use EvDocumentAttachments in...Carlos Garcia Campos2009-09-152-28/+0
* [libdocument] Add EvDocumentAttachments interfaceCarlos Garcia Campos2009-09-153-0/+110
* build: Add some more $(AM_V_GEN)sChristian Persch2009-08-161-2/+2
* [build] Use AM_V_GEN to make custom commands silentJavier Jardón2009-07-221-2/+2
* [build] Get rid of shave with AM_SILENT_RULES automake optionJavier Jardón2009-07-121-4/+2
* [build] Fix introspection build with shaveChristian Persch2009-06-161-1/+1
* [build] Fix out-of-srcdir build of introspectionChristian Persch2009-06-161-6/+6
* [windows] Make evince relocatable on windows - backendsHib Eris2009-06-092-3/+28
* [libdocument] Add has_popup() method to annotation markup ifaceCarlos Garcia Campos2009-06-012-0/+29
* [libdcoument] Remove all Ev*Mapping typesCarlos Garcia Campos2009-05-238-311/+0
* [libdocument] Add EvMappinig to unify all Ev*Mapping typesCarlos Garcia Campos2009-05-233-0/+147
* [libdocument] Add single headers guardsCarlos Garcia Campos2009-05-232-0/+8
* [libdocument] Add EvDocumentPrint interfaceCarlos Garcia Campos2009-05-173-0/+102
* [comics] Fixes handling of the tmp folderJuanjo Marín2009-05-172-0/+7
* [build] Use shave to improve build log readabilityCarlos Garcia Campos2009-05-121-2/+4
* [libdocument] Add annotations interfaceCarlos Garcia Campos2009-05-125-0/+679
* [libdocument] Convert EvRectangle struct into a boxed typeCarlos Garcia Campos2009-05-122-6/+61
* [build] Adds -no-undefined flag for Cygwin buildNickolay V. Shmyrev2009-04-261-0/+1
* If the document is encrypted, the ev_document_factory_get_document() isChristian Persch2009-03-021-2/+4
* Fix a freed memory read.Christian Persch2009-02-161-5/+6
* Add more docsChristian Persch2009-02-152-8/+25
* Rename GIRs to EvinceDocument/EvinceView.Christian Persch2009-02-151-5/+5
* Use g_intern_static_string.Christian Persch2009-02-151-1/+1
* Add code to catch backends incorrectly implementing the load vfunc.Christian Persch2009-02-151-2/+17
* Use a local GError, and propagate as appropriate, making sure always toChristian Persch2009-02-151-38/+42
* More docsChristian Persch2009-02-151-1/+7
* Docs updateChristian Persch2009-02-151-2/+2
* Remove unnecessary NULL check; g_strdup() is NULL-safe.Christian Persch2009-02-151-12/+9
* More docsChristian Persch2009-02-151-0/+11
* More docsChristian Persch2009-02-151-1/+29
* Document that this returns either NULL and fills in error, or non-NULL.Christian Persch2009-02-151-2/+20
* Use the content type to get the description, not the MIME type.Christian Persch2009-02-151-3/+7
* Make sure to fill in @error on failure. Also, since this is exported inChristian Persch2009-02-151-5/+21
* More docsChristian Persch2009-02-151-0/+37
* NULL safety. (get_mime_type_from_data): Return the MIME type, not theChristian Persch2009-02-151-9/+18
* Don't leak the input stream.Christian Persch2009-02-151-0/+3
* Propagate all errors upwards.Christian Persch2009-02-151-4/+8