Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Expand)AuthorAgeFilesLines
* [libdocument] Add ev_document_get_min_page_size()Carlos Garcia Campos2010-05-312-0/+24
* [build] Remove circular dependencies in MakefilesHib Eris2010-05-271-7/+15
* [windows] init locale_dir only onceHib Eris2010-05-251-0/+3
* Remove some code duplicationHib Eris2010-05-252-18/+29
* [windows] Fix localization on WindowsHib Eris2010-05-251-1/+54
* [libdocument] Use EvPage instead of EvRenderContext in get_selected_text()Carlos Garcia Campos2010-05-082-4/+4
* [libdocument] Remove redundant macro definitionCarlos Garcia Campos2010-05-071-19/+0
* [shell] Use G_DEFINE_INTERFACE and remove our own macroCarlos Garcia Campos2010-05-071-31/+0
* [libdocument] Use G_DEFINE_INTERFACE instead of out own macroCarlos Garcia Campos2010-05-0730-156/+156
* [introspection] Add .c files to the introspection sourcesChristian Persch2010-05-051-2/+3
* [libdocument] Fix borken ev_tmp_filename_unlink()Carlos Garcia Campos2010-05-041-4/+4
* [libdocument] Add ev_file_is_temp()Carlos Garcia Campos2010-05-042-1/+20
* [libdocument] Add specific method to get a loading thumbnailCarlos Garcia Campos2010-05-042-6/+28
* Invert colors of pages when loading in inverted color modeJuanjo Marín2010-05-042-3/+5
* Remove unneeded GLIB_CHECK_VERSION macrosCarlos Garcia Campos2010-05-031-2/+0
* Update FSF address everywhere.Arun Persaud2010-04-0572-77/+76
* [libdocument] Fix build with GSEAL_ENABLECarlos Garcia Campos2010-03-311-5/+7
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-311-3/+2
* Move get_screen_dpi to libdocumentCarlos Garcia Campos2010-02-212-0/+17
* [docs] Modernise API docsChristian Persch2010-02-041-0/+38
* [shell] Do not link to poppler directlyHib Eris2010-02-032-0/+24
* [libdocument] Remove unneeded check for numeric page labelsCarlos Garcia Campos2010-01-041-12/+4
* [libcodument] Add helper methods to get destination page of a linkCarlos Garcia Campos2010-01-032-0/+55
* [windows] Do not use g_content_type_guess() on WindowsHib Eris2009-12-221-0/+8
* Replace mkdtemp() with _ev_g_mkdtemp().Hib Eris2009-12-191-1/+86
* [libdocument] Get document info after page sizes to take advantage of cacheCarlos Garcia Campos2009-12-121-1/+2
* Use EvPage instead of page index to get imagesCarlos Garcia Campos2009-12-092-3/+3
* Use EvPage instead of page index to get linksCarlos Garcia Campos2009-12-092-3/+3
* Use EvPage instead of a render context to get the selection mapCarlos Garcia Campos2009-12-082-6/+6
* Remove leftover EvPageCacheCarlos Garcia Campos2009-12-081-3/+0
* [Bug 603857] Typo in EV_RENDER_CONTEXTGustavo Carneiro2009-12-061-1/+1
* [libdocument] Add a function to invert colors of an image cairo surfaceCarlos Garcia Campos2009-11-292-0/+39
* [libdocument] Add a function to invert colors of a GdkPibufJuanjo Marín2009-11-292-1/+32
* [libdocument] Add EvAnnotationAttachment to support attachment annotationsCarlos Garcia Campos2009-11-162-19/+102
* [libdocument] Do not require GAppInfo to support uris when opening an attachmentCarlos Garcia Campos2009-11-161-1/+1
* [libdocument] Use g_file_replace() when saving attachmentsCarlos Garcia Campos2009-11-161-1/+1
* [build] Remove shave leftoverChristian Persch2009-11-061-1/+1
* [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