Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Expand)AuthorAgeFilesLines
* Preliminary support for adding new annotationsCarlos Garcia Campos2010-07-204-166/+781
* [libdocument] Use cairo instead of gdk_draw_rectangle()Carlos Garcia Campos2010-07-152-30/+30
* [libdocument] Use G_DEFINE_INTERFACE() macro to define EvAnnotationMarkup ifaceCarlos Garcia Campos2010-07-122-34/+11
* [libdocument] Move format_date function from ev-properties to ev-document-miscCarlos Garcia Campos2010-07-122-0/+25
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-1212-220/+282
* Switch to GTK+ 3Carlos Garcia Campos2010-07-084-52/+52
* [libdocument] Use EvSourceLink as parameter of synctex_forward_search()Carlos Garcia Campos2010-06-282-11/+5
* [libdocument] Add synctex methods to search backward and forwardJose Aliste2010-06-274-19/+174
* [pdf] Implement EvDocumentText interfaceDaniel Garcia2010-06-262-17/+1
* [libdocument] Add EvDocumentText interfaceDaniel Garcia2010-06-263-0/+147
* [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