Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* [libdocument] Remove ev_tmp_dir()Christian Persch2009-10-252-13/+7
| | | | | All access to the tmp dir should be through ev_mkstemp[_file]() and ev_mkdtemp() now.
* libdocument: Clean up temp file handlingChristian Persch2009-10-254-93/+202
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
*