Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove gail-util from cut-n-paste and add gail dependencyCarlos Garcia Campos2010-07-051-2/+0
| | | | | I thought gail-util was included in gtk+ sources but it was not installed by gtk.
* [libview] Implement AtkText interface in EvViewDaniel Garcia2010-06-261-0/+2
|
* [build] Remove circular dependencies in MakefilesHib Eris2010-05-271-7/+15
|
* [libview] Add loading window to show loading progress informationCarlos Garcia Campos2010-05-071-0/+2
|
* [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.
* [libview] Add EvViewPresentation to implement presentation modeCarlos Garcia Campos2010-01-031-2/+4
| | | | | It's a new view that contains all the EvView features that are specific to presentation mode.
* [libview] Move cursor handling stuff to a new fileCarlos Garcia Campos2010-01-031-0/+2
|
* Move EvPrintOperation to libviewTomeu Vizoso2009-12-191-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=604750
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-091-0/+2
| | | | | | | | | Dynamic page data (page surfaces and selections) that depend on current scale/rotation, keep in EvPixbufCache with the current cache approach. Static page data (links, annots, images, text and forms) that don't depend on current scale/rotation, have been moved to EvPageCache and they are never removed from the cache. Fixes bgo#602405.
* [build] Remove shave leftoverChristian Persch2009-11-061-1/+1
| | | | Use $(LIBTOOL), not $(SHAVE_SAVED_LIBTOOL).
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-2/+2
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* build: Add some more $(AM_V_GEN)sChristian Persch2009-08-161-2/+2
|
* [build] Use AM_V_GEN to make custom commands silentJavier Jardón2009-07-221-4/+4
| | | | See bug #585355 for details
* [build] Get rid of shave with AM_SILENT_RULES automake optionJavier Jardón2009-07-121-6/+4
| | | | Solves bgo#585355
* [build] Fix reference to EvinceDocument girChristian Persch2009-06-161-1/+1
|
* [build] Fix introspection build with shaveChristian Persch2009-06-161-1/+1
| | | | Bug #585971.
* [build] Fix out-of-srcdir build of introspectionChristian Persch2009-06-161-8/+6
|
* [build] Use shave to improve build log readabilityCarlos Garcia Campos2009-05-121-4/+6
|
* [libview] Add EvAnnotationWindow widget that implements popup annotationsCarlos Garcia Campos2009-05-121-0/+2
|
* Move stock icons from libmisc to libview and make the API publicCarlos Garcia Campos2009-05-121-0/+3
|
* [build] Adds -no-undefined flag for Cygwin buildNickolay V. Shmyrev2009-04-261-0/+1
| | | | | | | Added flag -no-undefined required by Cygwin for installed shared libraries since Cygwin's libtool can't track library dependency automatically. Fixes GNOME bug #580058. Patch from Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* Rename GIRs to EvinceDocument/EvinceView.Christian Persch2009-02-151-5/+5
| | | | | | | * libdocument/Makefile.am: * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView. svn path=/trunk/; revision=3463
* Add experimental introspection support. Disabled by default; useChristian Persch2009-02-081-0/+47
| | | | | | | | | | * configure.ac: * libdocument/Makefile.am: * libview/Makefile.am: Add experimental introspection support. Disabled by default; use --enable-introspection to enable it. Bug #569083. svn path=/trunk/; revision=3422
* Link libevdocument.la to libevview.la.Christian Persch2009-02-081-1/+3
| | | | | | * libview/Makefile.am: Link libevdocument.la to libevview.la. svn path=/trunk/; revision=3421
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * evince-document.pc.in: Renamed from evince-backend.pc.in. * libdocument/Makefile.am: Renamed library to libevdocument.la. * libview/Makefile.am: * shell/Makefile.am: * backend/*/Makefile.am: Adapt to changed library name. * libdocument/Makefile.am: * libview/Makefile.am: Change the installed headers path to match the directory names in SVN. * evince-document.h: * evince-view.h: Add single headers. Bug #568227. * libdocument/*.h: * libview/*.h: Add single headers guards. * libview/Makefile.am: * libdocument/Makefile.am: * backend/*/Makefile.am: * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can still include individual headers. * properties/Makefile.am: * properties/ev-properties-main.c: * properties/ev-properties-view.h: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: Include only evince-document.h. * libdocument/Makefile.am: * libview/Makefile.am: Generate type builtins from all installed headers. * libdocument/ev-link-action.[ch]: * libdocument/ev-link-dest.[ch]: * libdocument/ev-transition-effect.[ch]: * libview/ev-view.[ch]: Remove handcoded type builtins. * libdocument/Makefile.am: * evince-document.h: Add ev-document-factory.h to the public headers. svn path=/trunk/; revision=3381
* Bug 568229 – library needs libtool versioningChristian Persch2009-01-211-5/+10
| | | | svn path=/trunk/; revision=3373
* Install ev-job-scheduler.h. See bug #567790.Tomeu Vizoso2009-01-201-1/+1
| | | | | | | | | | 2009-01-20 Tomeu Vizoso <tomeu@sugarlabs.org> * libview/Makefile.am: Install ev-job-scheduler.h. See bug #567790. svn path=/trunk/; revision=3368
* Fixes double EXTRA-DISTNickolay V. Shmyrev2009-01-181-3/+2
| | | | svn path=/trunk/; revision=3364
* Clean stamp filesNickolay V. Shmyrev2009-01-181-1/+1
| | | | svn path=/trunk/; revision=3362
* Fixes make distNickolay V. Shmyrev2009-01-181-0/+4
| | | | svn path=/trunk/; revision=3361
* Make EvJobPriority a proper GType. Fixes bug #567788.Tomeu Vizoso2009-01-181-2/+21
| | | | | | | | | | | | 2009-01-18 Tomeu Vizoso <tomeu@sugarlabs.org> * libview/Makefile.am: * libview/ev-view-type-builtins.c.template: * libview/ev-view-type-builtins.h.template: Make EvJobPriority a proper GType. Fixes bug #567788. svn path=/trunk/; revision=3353
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-181-0/+56
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