Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Collapse)AuthorAgeFilesLines
* [libdocument] Add missing parts of previous commitCarlos Garcia Campos2010-07-251-0/+10
|
* [libdocument] Fix interface properties handling in derived classesCarlos Garcia Campos2010-07-251-8/+16
|
* Preliminary support for adding new annotationsCarlos Garcia Campos2010-07-204-166/+781
| | | | At the moment only Text annotations can be added. See bug #168304.
* [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
| | | | It just wraps the GList and adds reference counting
* 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
| | | | Fixes bgo#610548
* [libdocument] Use EvPage instead of EvRenderContext in get_selected_text()Carlos Garcia Campos2010-05-082-4/+4
| | | | It doesn't depend on scale and rotation so we only need the page.
* [libdocument] Remove redundant macro definitionCarlos Garcia Campos2010-05-071-19/+0
| | | | EV_DEFINE_BOXED_TYPE was defined twice!
* [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
| | | | | | | Add the .c files to the files scanned by the GIR scanner, so it can find the annotations. Bug #617736.
* [libdocument] Fix borken ev_tmp_filename_unlink()Carlos Garcia Campos2010-05-041-4/+4
| | | | | Check file is under evince tempdir rather than global tempdir and fix the prefix check.
* [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
| | | | | It allows getting a loading thumbnail with inverted colors. See bug #616111.
* Invert colors of pages when loading in inverted color modeJuanjo Marín2010-05-042-3/+5
| | | | Fixes bug #616110.
* Remove unneeded GLIB_CHECK_VERSION macrosCarlos Garcia Campos2010-05-031-2/+0
|
* Update FSF address everywhere.Arun Persaud2010-04-0572-77/+76
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [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
| | | | Remove GTK_CHECK_VERSION macros and unneeded code.
* Move get_screen_dpi to libdocumentCarlos Garcia Campos2010-02-212-0/+17
|
* [docs] Modernise API docsChristian Persch2010-02-041-0/+38
| | | | | Use no-tmpl gtk-doc option. Use xi:include, add index and object hierarchy, etc.
* [shell] Do not link to poppler directlyHib Eris2010-02-032-0/+24
| | | | Fixes bgo#608832.
* [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
| | | | | At the moment, the g_content_type_guess() implementation in glib for Windows is too limited to be useful.
* Replace mkdtemp() with _ev_g_mkdtemp().Hib Eris2009-12-191-1/+86
| | | | | | | | The function mkdtemp() is not available on Windows. Unfortunately, glib does not have a portable replacement for it yet, see http://bugzilla.gnome.org/show_bug.cgi?id=524831. This patch copies a proposed implementation for g_mkdtemp() from that bug report (renamed to _ev_g_mkdtemp()). Fixes bgo#604917.
* [libdocument] Get document info after page sizes to take advantage of cacheCarlos Garcia Campos2009-12-121-1/+2
| | | | Fixes 0x0 page size always shown in properties view.
* Use EvPage instead of page index to get imagesCarlos Garcia Campos2009-12-092-3/+3
| | | | | So that we can re-use the page object instead of creating and deleting a new one.
* Use EvPage instead of page index to get linksCarlos Garcia Campos2009-12-092-3/+3
| | | | | So that we can re-use the page object instead of creating and deleting a new one.
* Use EvPage instead of a render context to get the selection mapCarlos Garcia Campos2009-12-082-6/+6
| | | | | Selection map doesn't depend on scale/rotation so only the page is needed.
* 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
| | | | See bgo#321823.
* [libdocument] Add a function to invert colors of a GdkPibufJuanjo Marín2009-11-292-1/+32
| | | | See bgo#321823.
* [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
| | | | We are already saving the attachment to a local temp file.
* [libdocument] Use g_file_replace() when saving attachmentsCarlos Garcia Campos2009-11-161-1/+1
| | | | | It was broken since the temp files handling rework, because temp files are now created by ev_mkstemp_file().
* [build] Remove shave leftoverChristian Persch2009-11-061-1/+1
| | | | Use $(LIBTOOL), not $(SHAVE_SAVED_LIBTOOL).
* [build] Remove gitignore files from gitChristian Persch2009-10-251-29/+0
| | | | They're autogenerated now.