]> www.fi.muni.cz Git - evince.git/history - libdocument
Updated Hungarian translation
[evince.git] / libdocument /
2010-02-21 Carlos Garcia CamposMove get_screen_dpi to libdocument
2010-02-04 Christian Persch[docs] Modernise API docs
2010-02-03 Hib Eris[shell] Do not link to poppler directly
2010-01-04 Carlos Garcia Campos[libdocument] Remove unneeded check for numeric page...
2010-01-03 Carlos Garcia Campos[libcodument] Add helper methods to get destination...
2009-12-22 Hib Eris[windows] Do not use g_content_type_guess() on Windows
2009-12-19 Hib ErisReplace mkdtemp() with _ev_g_mkdtemp().
2009-12-12 Carlos Garcia Campos[libdocument] Get document info after page sizes to...
2009-12-09 Carlos Garcia CamposUse EvPage instead of page index to get images
2009-12-09 Carlos Garcia CamposUse EvPage instead of page index to get links
2009-12-08 Carlos Garcia CamposUse EvPage instead of a render context to get the selec...
2009-12-08 Carlos Garcia CamposRemove leftover EvPageCache
2009-12-06 Gustavo Carneiro[Bug 603857] Typo in EV_RENDER_CONTEXT
2009-11-29 Carlos Garcia Campos[libdocument] Add a function to invert colors of an...
2009-11-29 Juanjo Marín[libdocument] Add a function to invert colors of a...
2009-11-16 Carlos Garcia Campos[libdocument] Add EvAnnotationAttachment to support...
2009-11-16 Carlos Garcia Campos[libdocument] Do not require GAppInfo to support uris...
2009-11-16 Carlos Garcia Campos[libdocument] Use g_file_replace() when saving attachments
2009-11-06 Christian Persch[build] Remove shave leftover
2009-10-25 Christian Persch[build] Remove gitignore files from git
2009-10-25 Christian Persch[libdocument] Remove ev_tmp_dir()
2009-10-25 Christian Perschlibdocument: Clean up temp file handling
2009-10-25 Carlos Garcia Campos[libdocument] Add EvDocumentLicense to store informatio...
2009-10-22 Christian Persch[build] Include git.mk in all Makefiles
2009-10-21 Christian Persch[build] Automatically keep .gitignore files updated
2009-10-19 Carlos Garcia Campos[libdocument] Initialize max size to first page size
2009-09-15 Carlos Garcia Campos[libdocument] Add ev_document_get_uri()
2009-09-15 Carlos Garcia CamposMove ev_page_cache_check_dimensions() to EvDocument
2009-09-15 Carlos Garcia Campos[libdocument] Protect some public methods with g_return...
2009-09-15 Carlos Garcia CamposMove part of the EvPageCache to EvDocument
2009-09-15 Carlos Garcia CamposMove default implementation of document_get_info from...
2009-09-15 Carlos Garcia CamposConvert EvDocument interface into an abstract class
2009-09-15 Carlos Garcia CamposRemove attachments from EvDocument interface and use...
2009-09-15 Carlos Garcia Campos[libdocument] Add EvDocumentAttachments interface
2009-08-16 Christian Perschbuild: Add some more $(AM_V_GEN)s
2009-07-22 Javier Jardón[build] Use AM_V_GEN to make custom commands silent
2009-07-12 Javier Jardón[build] Get rid of shave with AM_SILENT_RULES automake...
2009-06-16 Christian Persch[build] Fix introspection build with shave
2009-06-16 Christian Persch[build] Fix out-of-srcdir build of introspection
2009-06-09 Hib Eris[windows] Make evince relocatable on windows - backends
2009-06-01 Carlos Garcia Campos[libdocument] Add has_popup() method to annotation...
2009-05-23 Carlos Garcia Campos[libdcoument] Remove all Ev*Mapping types
2009-05-23 Carlos Garcia Campos[libdocument] Add EvMappinig to unify all Ev*Mapping...
2009-05-23 Carlos Garcia Campos[libdocument] Add single headers guards
2009-05-17 Carlos Garcia Campos[libdocument] Add EvDocumentPrint interface
2009-05-17 Juanjo Marín[comics] Fixes handling of the tmp folder
2009-05-12 Carlos Garcia Campos[build] Use shave to improve build log readability
2009-05-12 Carlos Garcia Campos[libdocument] Add annotations interface
2009-05-12 Carlos Garcia Campos[libdocument] Convert EvRectangle struct into a boxed...
2009-04-26 Nickolay V. Shmyrev[build] Adds -no-undefined flag for Cygwin build
2009-03-02 Christian PerschIf the document is encrypted, the ev_document_factory_g... EVINCE_2_25_92
2009-02-16 Christian PerschFix a freed memory read.
2009-02-15 Christian PerschAdd more docs
2009-02-15 Christian PerschRename GIRs to EvinceDocument/EvinceView.
2009-02-15 Christian PerschUse g_intern_static_string.
2009-02-15 Christian PerschAdd code to catch backends incorrectly implementing...
2009-02-15 Christian PerschUse a local GError, and propagate as appropriate, makin...
2009-02-15 Christian PerschMore docs
2009-02-15 Christian PerschDocs update
2009-02-15 Christian PerschRemove unnecessary NULL check; g_strdup() is NULL-safe.
2009-02-15 Christian PerschMore docs
2009-02-15 Christian PerschMore docs
2009-02-15 Christian PerschDocument that this returns either NULL and fills in...
2009-02-15 Christian PerschUse the content type to get the description, not the...
2009-02-15 Christian PerschMake sure to fill in @error on failure. Also, since...
2009-02-15 Christian PerschMore docs
2009-02-15 Christian PerschNULL safety. (get_mime_type_from_data): Return the...
2009-02-15 Christian PerschDon't leak the input stream.
2009-02-15 Christian PerschPropagate all errors upwards.
2009-02-15 Christian PerschDon't use more bytes from buffer than were read from...
2009-02-15 Christian PerschMore docs.
2009-02-15 Nickolay V. ShmyrevFixes bug #571787.
2009-02-08 Christian PerschAdd experimental introspection support. Disabled by...
2009-02-05 Christian PerschUse g_set_error_literal now that we depend on glib...
2009-02-04 Christian PerschMake ev_init() also bind the evince gettext domain...
2009-02-04 Christian PerschInclude gi18n-lib.h instead of gi18n.h.
2009-02-01 Christian PerschDon't make GTypeInfo static. Bug #570077.
2009-02-01 Carlos Garcia CamposFix build when debug mode is disabled.
2009-01-30 Christian PerschMake this return TRUE only if any backends were loaded...
2009-01-30 Christian PerschFix licence version: it's Lesser GPL 2.1.
2009-01-30 Christian PerschA libdocument/ev-init.[ch]: Add single init/shutdown...
2009-01-26 Christian PerschMove ev_dot_dir() from libdocument to shell, since...
2009-01-25 Christian Persch Bug 569082 – use versioned directory for backends
2009-01-25 Christian PerschRenamed from evince-backend.pc.in. Renamed library...
2009-01-24 Carlos Garcia CamposAdd EV_DEFINE_INTERFACE macro.
2009-01-24 Carlos Garcia CamposAdd EV_DEFINE_BOXED_TYPE macro to define boxed types...
2009-01-22 Michael J. ChudobiakWhen saving a file, using the default permissions for...
2009-01-21 Christian PerschBug 568229 – library needs libtool versioning
2009-01-21 Christian PerschBug 568224 – library should have version macros
2009-01-20 Tomeu VizosoAdd missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
2009-01-20 Tomeu VizosoInstall ev-backends-manager.h and ev-document-type...
2009-01-18 Nickolay V. ShmyrevClean stamp files EVINCE_2_25_5
2009-01-18 Nickolay V. ShmyrevFixes distcheck
2009-01-18 Tomeu VizosoMake EvDocumentInfo and enums definded in ev-document...
2009-01-18 Carlos Garcia CamposRename LIB as LIBDOCUMENT and use SHELL_CORE for cut...
2009-01-18 Carlos Garcia CamposRemove unused marshalers stuff from libdocument.
2009-01-18 Carlos Garcia CamposMove EvView specific code to a libeviview library so...
2008-12-31 Hib ErisFix mime type handling.
2008-12-30 Carlos Garcia CamposShow better warning message when temp file cannot be...
2008-12-27 Carlos Garcia CamposAdd GObject type as prerequisite to EvDocument interfac...
next