Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.2.1Jonathan Blandford2005-04-231-2/+2
| | | | | | | | | | | Fri Apr 22 19:57:46 2005 Jonathan Blandford <jrb@redhat.com> * NEWS: * configure.ac: Release 0.2.1 * Makefile.am: fix distcheck.
* Depend on 2.57, 2.59 doesnt seem to be necessaryMarco Pesenti Gritti2005-04-221-1/+1
| | | | | | | | 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: Depend on 2.57, 2.59 doesnt seem to be necessary
* Recent files support.Nickolay V. Shmyrev2005-04-071-2/+64
| | | | | | | | | | | | | | | | | | | 2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/recent-files/Makefile.am: * data/evince-ui.xml, shell/Makefile.am: * shell/ev-application.c, shell/ev-application.h: * shell/ev-window.c: Recent files support. * configure.ac: Added "ru" to ALL_LINGUAS. * dvju: new backend to support DJVU files. * dvi: new backend to support DVI. * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c: * ev-application.c: Support for new backends. * help, ev-window.c, main.c shell/Makefile.am:
* Release 0.2.0Marco Pesenti Gritti2005-04-061-1/+1
| | | | | | | | | | | | | 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com> * NEWS: * configure.ac: Release 0.2.0 * ps/ps-document.c: (setup_pixmap): Remove debug code
* Added new Language, Kinyarwanda (rw), to this packageSteven Michael Murphy2005-04-011-1/+1
|
* Added Walloon filePablo Saratxaga2005-04-011-1/+1
|
* Remove pixbuf backend for nowJonathan Blandford2005-03-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Mar 31 01:21:58 2005 Jonathan Blandford <jrb@redhat.com> * Makefile.am: Remove pixbuf backend for now * configure.ac: Require poppler-glib instead of just poppler. * backend/ev-document-thumbnails.h: Add a comment * backend/ev-document.h: * backend/ev-document.c: (ev_document_class_init), (ev_document_load), (ev_document_get_link), (ev_document_get_links): Remove 3 methods and add get_links. Also, made 0 based. * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run): * backend/ev-jobs.h: now EvJobRender can grab the links for a document. * backend/ev-link.c: (ev_link_set_title), (ev_link_mapping_free_foreach), (ev_link_mapping_free), (ev_link_mapping_find): * backend/ev-link.h: Allow NULL titles. Also, introduce a mapping link. * backend/ev-page-cache.c: (ev_page_cache_init), (_ev_page_cache_new), (ev_page_cache_set_current_page), (ev_page_cache_get_size), (ev_page_cache_next_page), (ev_page_cache_prev_page): Fix to be 0 based. * pdf/Makefile.am: * pdf/ev-poppler.h: * pdf/ev-poppler.cc: New backend. * ps/ps-document.c: (ps_document_init), (ps_document_set_page), (ps_document_get_page), (ps_document_document_iface_init): * shell/ev-pixbuf-cache.h: * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init), (dispose_cache_job_info), (job_finished_cb), (move_one_job), (ev_pixbuf_cache_update_range), (copy_job_to_job_info), (add_job_if_needed), (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping): Fix up code to grab a page cache per each doc. Also, fix to be 0 based. * shell/ev-sidebar-thumbnails.c: (ev_sidebar_tree_selection_changed), (page_changed_cb), (ev_sidebar_thumbnails_set_document): Fix to be 0 based. * shell/ev-view.c: (status_message_from_link), (find_page_at_location), (get_link_at_location), (ev_view_motion_notify_event), (ev_view_button_release_event), (ev_view_init): Use the new link code. Fix to be 0 based. * shell/ev-window.c: (update_action_sensitivity), (document_supports_sidebar): 0 based.
* Added "lt" to ALL_LINGUAS.Žygimantas Beručka2005-03-161-1/+1
| | | | | | 2005-03-16 Žygimantas Beručka <uid0@akl.lt> * configure.ac: Added "lt" to ALL_LINGUAS.
* Release 0.1.9Marco Pesenti Gritti2005-03-141-1/+1
| | | | | | | | | 2005-03-14 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.9
* Release 0.1.8Marco Pesenti Gritti2005-03-121-1/+1
| | | | | | | | | 2005-03-12 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.8
* Added "ko" (Korean).Changwoo Ryu2005-03-111-1/+1
| | | | | | 2005-03-12 Changwoo Ryu <cwryu@debian.org> * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
* *** empty log message ***Marco Pesenti Gritti2005-03-091-1/+1
|
* AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL; remove it.Christian Persch2005-03-071-1/+0
| | | | | | | | | 2005-03-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL; remove it.
* Add a nautilus thumbnailer. Based on patch by Fernando HerreraMarco Pesenti Gritti2005-03-031-0/+2
| | | | | | | | | | | | | | | | | 2005-03-03 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * configure.ac: * pdf/.cvsignore: * pdf/pdf-document.cc: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get), (main): * thumbnailer/evince-thumbnailer.schemas: * thumbnailer/pdf-icon.png: Add a nautilus thumbnailer. Based on patch by Fernando Herrera <fherrera@onirica.com>.
* Release 0.1.6Marco Pesenti Gritti2005-03-021-1/+1
| | | | | | | | | | 2005-03-02 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: * po/POTFILES.in: Release 0.1.6
* Use poppler instead of including xpdf source code. Poppler is a fork ofKristian Høgsberg2005-03-011-225/+2
| | | | | | | | | | | | | | | | | | | | | | | | 2005-03-01 Kristian Høgsberg <krh@redhat.com> Use poppler instead of including xpdf source code. Poppler is a fork of xpdf to build it as a shared library. See http://freedesktop.org/wiki/Software/poppler. * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included xpdf fork. * pdf/Makefile.am: Build libpdfdocument.a here. * pdf/GDKSplashOutputDev.cc: * pdf/GDKSplashOutputDev.h: * pdf/GnomeVFSStream.cc: * pdf/GnomeVFSStream.h: * pdf-document.cc: * pdf-document.h: * test-gdk-output-dev.cc * Thumb.cc: * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile against poppler.
* Release 0.1.5Marco Pesenti Gritti2005-02-271-1/+1
| | | | | | | | | 2005-02-27 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.5
* french translationSebastien Bacher2005-02-251-1/+1
|
* Check ghostscript >= 7Marco Pesenti Gritti2005-02-251-10/+6
| | | | | | | | 2005-02-25 Marco Pesenti Gritti <marco@gnome.org> * configure.ac: Check ghostscript >= 7
* (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).Martin Kretzschmar2005-02-241-1/+1
|
* Updated Greek Translation.Kostas Papadimas2005-02-201-1/+1
|
* Added "fi" (Finnish). Added Finnish translation.Tommi Vainikainen2005-02-181-1/+1
| | | | | | | 2005-02-18 Tommi Vainikainen <thv@iki.fi> * configure.ac (ALL_LINGUAS): Added "fi" (Finnish). * po/fi.po: Added Finnish translation.
* *: Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2005-02-171-1/+1
| | | | | | | 2005-02-17 Alexander Shopov <ash@contact.bg> *: Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
* Updated English (British) translation.David Lodge2005-02-151-1/+1
| | | | | | 2005-02-15 David Lodge <dave@cirt.net> * en_GB.po: Updated English (British) translation.
* remove unused dirsMarco Pesenti Gritti2005-02-091-2/+0
|
* Release 0.1.4Marco Pesenti Gritti2005-02-091-1/+1
| | | | | | | | | | | | | | 2005-02-09 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.4 * pdf/xpdf/Catalog.cc: * pdf/xpdf/XRef.cc: Fix the fix for CAN-2004-0888
* Add debugging helpersMarco Pesenti Gritti2005-02-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-07 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * configure.ac: * doc/debugging.txt: * lib/.cvsignore: * lib/Makefile.am: * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init), (ev_profiler_new), (ev_should_profile), (ev_profiler_dump), (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop): * lib/ev-debug.h: Add debugging helpers * ps/Makefile.am: * ps/ps-document.c: (set_up_page), (start_interpreter), (stop_interpreter), (document_load), (ps_document_next_page), (ps_document_goto_page), (ps_document_set_page_size), (ps_document_widget_event), (ps_document_render): * shell/Makefile.am: * shell/ev-view.c: (expose_bin_window): * shell/main.c: (main): Add some logs
* A data/evince.schemas.in:Christian Persch2005-02-071-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-07 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: * data/.cvsignore: * data/Makefile.am: * data/evince-ui.xml: A data/evince.schemas.in: * po/POTFILES.in: * shell/ev-stock-icons.c: (ev_stock_icons_init): * shell/ev-stock-icons.h: * shell/ev-window.c: (update_chrome_visibility), (update_chrome_flag), (ev_window_cmd_edit_find), (ev_window_update_fullscreen_popup), (ev_window_fullscreen), (ev_window_unfullscreen), (ev_window_focus_in_event), (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen), (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb), (ev_window_view_sidebar_cb), (find_bar_close_cb), (ev_window_dispose), (ev_window_class_init), (set_action_properties), (set_chrome_actions), (load_chrome), (ev_window_init): Implement fullscreen mode changes from bug #164776. Also implement persistent chrome toggles.
* Added "ca" (Catalan) to ALL_LINGUAS.Jordi Mallach2005-02-071-1/+1
|
* Release 0.1.3Marco Pesenti Gritti2005-02-041-1/+1
| | | | | | | | | 2005-02-04 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.3
* Add «nb» to ALL_LINGUAS too.Kjartan Maraas2005-02-021-1/+1
| | | | | | 2005-02-02 Kjartan Maraas <kmaraas@gnome.org> * configure.ac: Add «nb» to ALL_LINGUAS too.
* Release 0.1.2Marco Pesenti Gritti2005-02-011-1/+1
| | | | | | | | | 2005-02-01 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.2
* Added "da" (Danish) to ALL_LINGUAS.Ole Laursen2005-01-261-1/+1
| | | | | | 2005-01-26 Ole Laursen <olau@hardworking.dk> * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
* Fix CID fonts with freetype 2.1.9Marco Pesenti Gritti2005-01-261-0/+8
| | | | | | | | | 2005-01-26 Marco Pesenti Gritti <marco@gnome.org> * configure.ac: * pdf/splash/SplashFTFontEngine.cc: Fix CID fonts with freetype 2.1.9
* 0.1.1Marco Pesenti Gritti2005-01-241-1/+1
|
* Add «nb» to ALL_LINGUAS.Kjartan Maraas2005-01-111-1/+1
| | | | | | 2005-01-11 Kjartan Maraas <kmaraas@gnome.org> * configure.ac: Add «nb» to ALL_LINGUAS.
* Added Japanese translation.Satoru Satoh2005-01-081-1/+1
|
* Added cs to ALL_LINGUAS.Miloslav Trmac2005-01-021-1/+1
| | | | | | 2005-01-02 Miloslav Trmac <mitr@volny.cz> * configure.ac: Added cs to ALL_LINGUAS.
* Added nl to ALL_LINGUAS.Vincent van Adrighem2004-12-281-1/+1
| | | | | | 2004-12-28 Vincent van Adrighem <adrighem@gnome.org> * configure.ac: Added nl to ALL_LINGUAS.
* Added pt_BR translationRaphael Higino2004-12-251-1/+1
|
* Added Simplified Chinese translationFunda Wang2004-12-241-1/+1
|
* Added en_CA to ALL_LINGUAS. Added Canadian English translation.Adam Weinberger2004-12-231-1/+1
| | | | | * configure.ac: Added en_CA to ALL_LINGUAS. * po/en_CA.po: Added Canadian English translation.
* Added "sv" to ALL_LINGUAS. Added Swedish translation.Christian Rose2004-12-221-1/+1
| | | | | | | 2004-12-22 Christian Rose <menthos@menthos.com> * configure.ac: Added "sv" to ALL_LINGUAS. * po/sv.po: Added Swedish translation.
* Add pixbuf backend.Anders Carlsson2004-12-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 2004-12-22 Anders Carlsson <andersca@gnome.org> * Makefile.am: * configure.ac: * pixbuf/Makefile.am: * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE), (pixbuf_document_load), (pixbuf_document_get_n_pages), (pixbuf_document_set_page), (pixbuf_document_get_page), (pixbuf_document_set_target), (pixbuf_document_set_scale), (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size), (pixbuf_document_render), (pixbuf_document_begin_find), (pixbuf_document_end_find), (pixbuf_document_finalize), (pixbuf_document_class_init), (pixbuf_document_document_iface_init), (pixbuf_document_init): * pixbuf/pixbuf-document.h: * shell/Makefile.am: * shell/ev-application.c: (ev_application_open): * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf), (ev_window_open): Add pixbuf backend.
* Auto*ify dvi and dvi/dvilibSoeren Sandmann2004-12-221-0/+3
| | | | | | | | | | | | | | | | | | Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com> * Makefile.am: * dvi/dvilib/Makefile.am: * dvi/Makefile.am: * configure.ac: Auto*ify dvi and dvi/dvilib * dvi/Makefile: Remove from CVS * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint confusion. * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
* Import ggv backend. Not hooked up yet.Marco Pesenti Gritti2004-12-221-1/+35
| | | | | | | | | | | | | | | | | | | | 2004-12-22 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * configure.ac: * ps/Makefile.am: * ps/ggvutils.c: * ps/ggvutils.h: * ps/gsdefaults.c: * ps/gsdefaults.h: * ps/gsio.c: * ps/gsio.h: * ps/gtkgs.c: * ps/gtkgs.h: * ps/ps.c: * ps/ps.h: Import ggv backend. Not hooked up yet.
* load files from the command line.Mark McLoughlin2004-12-221-2/+2
| | | | | | | | | | | | | | | | | | | 2004-12-22 Mark McLoughlin <mark@skynet.ie> * shell/main.c: (load_files), (main): load files from the command line. 2004-12-22 Mark McLoughlin <mark@skynet.ie> * configure.ac: don't require bonobo. * cut-n-paste/recent-files/*: kill bonobo recent view. * shell/ev-window.c: (ev_window_is_empty): upd. (unable_to_load), (ev_window_open): load backend based on the mime type.
* add marshaler-generator thingy. I'm sure there's a better way to do thisHavoc Pennington2004-12-221-0/+3
| | | | | | | | | | | | | | 2004-12-21 Havoc Pennington <hp@redhat.com> * backend/ev-backend-marshal.c, backend/ev-backend-marshalers.list, backend/Makefile.am: add marshaler-generator thingy. I'm sure there's a better way to do this in the modern world. * backend/ev-document.h (struct _EvDocumentIface): add begin_find, end_find methods and "found" signal. * configure.ac: find glib-genmarshal
* Move viewer directory to backend/ directory, rename EvViewer toOwen Taylor2004-12-211-1/+1
| | | | | | | Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com> * viewer/* backend/* configure.ac Makefile.am: Move viewer directory to backend/ directory, rename EvViewer to EvDocument.
* Import of xpdf code from gpdf.Owen Taylor2004-12-211-1/+219
| | | | | | | | | | | | | | | | | | | Tue Dec 21 16:30:58 2004 Owen Taylor <otaylor@redhat.com> * pdf/**: Import of xpdf code from gpdf. * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: Fix FreeType includes. * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\ pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}: Include xpdfconfig.h