Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-accessible.c
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Fix formatting issues in ev-view-accessible.cDaniel Garcia2010-07-141-519/+515
| | | | | | * Removing trailing spaces * Changing space tabulation by tabs * Other format changes (remove spaces, braces, etc)
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-121-1/+0
| | | | It just wraps the GList and adds reference counting
* [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-051-2/+1
| | | | | I thought gail-util was included in gtk+ sources but it was not installed by gtk.
* [libview] Cache GtkTextBuffer in EvViewAccessibleDaniel Garcia2010-06-291-51/+48
|
* [libview] Implement AtkText interface in EvViewDaniel Garcia2010-06-261-39/+396
|
* [libview] Fix most of the GSEAL build issuesCarlos Garcia Campos2010-05-101-19/+19
| | | | Still pending GTK_WINDOW (toplevel)->group in ev-view-presentation
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | * backend/comics/comics-document.c: * backend/djvu/djvu-document.c: * backend/dvi/dvi-document.c: * backend/impress/impress-document.c: * backend/pdf/ev-poppler.cc: * backend/pixbuf/pixbuf-document.c: * backend/ps/ev-spectre.c: * backend/tiff/tiff-document.c: * libdocument/ev-attachment.c: * libdocument/ev-document-factory.c: * libview/ev-jobs.c: * libview/ev-view-accessible.c: * libview/ev-view.c: * properties/ev-properties-view.c: Include gi18n-lib.h instead of gi18n.h. svn path=/trunk/; revision=3412
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-181-0/+563
2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * libdocument/Makefile.am: * libview/Makefile.am: * libview/ev-job-scheduler.[ch]: * libview/ev-jobs.[ch]: * libview/ev-page-cache.[ch]: * libview/ev-pixbuf-cache.[ch]: * libview/ev-timeline.[ch]: * libview/ev-transition-animation.[ch]: * libview/ev-view-accessible.[ch]: * libview/ev-view-marshal.list: * libview/ev-view.[ch]: * shell/Makefile.am: Move EvView specific code to a libeviview library so that it can be embbeded in other applications. Based on patches by Tomeu Vizoso. Fixes bug #567751. svn path=/trunk/; revision=3348