Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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