Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use g_intern_static_string.Christian Persch2009-02-151-1/+1
| | | | | | | * libdocument/ev-document-type-builtins.c.template: * libview/ev-view-type-builtins.c.template: Use g_intern_static_string. svn path=/trunk/; revision=3462
* 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
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-043-3/+3
| | | | | | | | | | | | | | | | | | | | * 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
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-2513-47/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-202-11/+11
| | | | | | | | | | | | | | | | | | | 2009-01-21 Hiroyuki Ikezoe <poincare@ikezoe.net> * shell/ev-sidebar-links.c * shell/ev-print-operation.c: * shell/ev-history.c: * shell/ev-file-monitor.c: * shell/ev-window.c: * shell/ev-password-view.c: * shell/ev-sidebar-thumbnails.c: * shell/ev-sidebar-attachments.c: * libview/ev-pixbuf-cache.c: * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect. Bug #568386. svn path=/trunk/; revision=3370
* 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
* Fix second parameter passed to gtk_selection_data_set_uris(), it expects aCarlos Garcia Campos2009-01-181-1/+1
| | | | | | | | | | | 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * libview/ev-view.c: (ev_view_drag_data_get): Fix second parameter passed to gtk_selection_data_set_uris(), it expects a gchar **. svn path=/trunk/; revision=3357
* Make EvJobPriority a proper GType. Fixes bug #567788.Tomeu Vizoso2009-01-183-2/+88
| | | | | | | | | | | | 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
* Bug 558084 – simplify drag data handlingChristian Persch2009-01-181-23/+14
| | | | svn path=/trunk/; revision=3351
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-1819-0/+12443
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