Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Add mail-attachment to stock-iconsCarlos Garcia Campos2010-07-122-1/+3
|
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-127-63/+60
| | | | It just wraps the GList and adds reference counting
* [libview] Make sure annot popups never show up outside the main windowCarlos Garcia Campos2010-07-101-2/+10
| | | | Fixes bug #604125.
* Switch to GTK+ 3Carlos Garcia Campos2010-07-087-123/+140
|
* [libview] Fix build with GSEAL enabledCarlos Garcia Campos2010-07-061-2/+2
|
* Remove gail-util from cut-n-paste and add gail dependencyCarlos Garcia Campos2010-07-052-4/+1
| | | | | I thought gail-util was included in gtk+ sources but it was not installed by gtk.
* [libview] Set word wrapping mode for text in popup annotationsCarlos Garcia Campos2010-07-031-0/+1
| | | | Patch by gvlat@pochta.ru. Fixes bug #623456.
* [libview] Cache GtkTextBuffer in EvViewAccessibleDaniel Garcia2010-06-291-51/+48
|
* [libview] Add support for synctex in EvViewCarlos Garcia Campos2010-06-283-2/+115
| | | | | | - A signal with a source link is emitted on CTRL + click - A new public method has been added to highlight the view rectangle corresponding to a source link
* [libview] Implement AtkText interface in EvViewDaniel Garcia2010-06-262-39/+398
|
* [libview] Rename get_page_extents as ev_view_get_page_extents and make it publicDaniel Garcia2010-06-262-21/+22
|
* [libview] Get text and text_layout and store it in EvPageCacheDaniel Garcia2010-06-264-19/+112
|
* [pdf] Implement EvDocumentText interfaceDaniel Garcia2010-06-261-2/+3
|
* Don't mix PopplerRectangle and EvRectangleCarlos Garcia Campos2010-06-141-1/+1
| | | | | We shouldn't assume a PopplerRectangle was created with g_new(), so better use poppler_rectangle_free().
* [presentation] Fix fade animationsCarlos Garcia Campos2010-06-021-28/+28
| | | | Fixes bug #619825.
* [presentation] Fix a crash when starting animationCarlos Garcia Campos2010-06-021-3/+3
| | | | Fixes bug #619948.
*