Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ignore various valgrind output files.Martin Kretzschmar2005-01-282-0/+6
|
* Remove reference to removed file. Updated Canadian English translation.Adam Weinberger2005-01-273-136/+158
| | | | | * POTFILES.in: Remove reference to removed file. * en_CA.po: Updated Canadian English translation.
* Kill session historyMarco Pesenti Gritti2005-01-2710-857/+18
| | | | | | | | | | | | | | | | | | 2005-01-27 Marco Pesenti Gritti <marco@gnome.org> * data/evince-ui.xml: * shell/Makefile.am: * shell/ev-history.c: * shell/ev-history.h: * shell/ev-navigation-action.c: * shell/ev-navigation-action.h: * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link), (ev_view_set_page), (ev_view_fit_width): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity), (ev_window_setup_document), (register_custom_actions): Kill session history
* Fix inverted up/down buttonsMarco Pesenti Gritti2005-01-272-5/+11
| | | | | | | | 2005-01-27 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-window.c: (update_action_sensitivity): Fix inverted up/down buttons
* Updated German translation.Frank Arnold2005-01-272-15/+77
| | | | | | 2005-01-27 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* (ev_sidebar_thumbnails_select_page): make sure the selected thumbnailMartin Kretzschmar2005-01-262-0/+8
| | | | stays visible.
* Added missing file entries. Updated Swedish translation.Christian Rose2005-01-263-124/+235
| | | | | | | 2005-01-27 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file entries. * sv.po: Updated Swedish translation.
* (ev_window_init): add GTK_SHADOW_IN to the scrolled window forMartin Kretzschmar2005-01-262-3/+11
| | | | Federico.
* Added "da" (Danish) to ALL_LINGUAS.Ole Laursen2005-01-262-1/+5
| | | | | | 2005-01-26 Ole Laursen <olau@hardworking.dk> * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
* Added Danish translation.Ole Laursen2005-01-262-0/+639
| | | | | | 2005-01-26 Ole Laursen <olau@hardworking.dk> * da.po: Added Danish translation.
* Fix CID fonts with freetype 2.1.9Marco Pesenti Gritti2005-01-263-0/+22
| | | | | | | | | 2005-01-26 Marco Pesenti Gritti <marco@gnome.org> * configure.ac: * pdf/splash/SplashFTFontEngine.cc: Fix CID fonts with freetype 2.1.9
* Updated German translation.Frank Arnold2005-01-262-93/+110
| | | | | | 2005-01-26 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Updated Canadian English translation.Adam Weinberger2005-01-262-94/+107
| | | | * en_CA.po: Updated Canadian English translation.
* added item for desktop icon thumbnailerBryan Clark2005-01-262-0/+5
| | | | | | 2005-01-26 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: added item for desktop icon thumbnailer
* updateJonathan Blandford2005-01-251-0/+1
|
* forgot thisJonathan Blandford2005-01-252-0/+208
|
* guard against unloaded docs when the title is accessed.Jonathan Blandford2005-01-257-204/+277
| | | | | | | | | | | | | Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com> * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against unloaded docs when the title is accessed. * shell/ev-password-view.[hc]: New widget for displaying password state. * shell/ev-window.[ch]: Refactor password handling code to handle the new view.
* updateMarco Pesenti Gritti2005-01-241-0/+4
|
* 0.1.1Marco Pesenti Gritti2005-01-241-1/+1
|
* Release 0.1.1Marco Pesenti Gritti2005-01-243-1/+15
| | | | | | | | | | 2005-01-24 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: * data/Makefile.am: Release 0.1.1
* ignore page offset here, to make search results independent of it,Stephane LOEUILLET2005-01-233-6/+19
| | | | | | | | | | 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed): ignore page offset here, to make search results independent of it, * shell/ev-view.c (expose_bin_window): but take offsets into account here. Bug #164932
* divide by scale at the right time. Bug #164996Stephane LOEUILLET2005-01-232-6/+11
| | | | | | | 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by scale at the right time. Bug #164996
* Updated Czech translation.Miloslav Trmac2005-01-232-20/+36
| | | | | | 2005-01-23 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Update NEWSMartin Kretzschmar2005-01-221-2/+3
|
* My 2005-01-05 change didn't actually fix the problem. Now I justMartin Kretzschmar2005-01-222-14/+20
| | | | | removed the Adobe font names and hope that the URW fonts are always in outline format. Bug #164934
* (update_window_title): empty titles are useless, use filename in thatMartin Kretzschmar2005-01-222-1/+4
| | | | case too.
* Add some content.Martin Kretzschmar2005-01-222-0/+50
|
* Updated German translation.Frank Arnold2005-01-222-98/+114
| | | | | | 2005-01-22 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Updated Canadian English translation.Adam Weinberger2005-01-212-98/+114
| | | | * en_CA.po: Updated Canadian English translation.
* Added Spanish translation contributed by Antonio Ognio.Francisco Javier F. Serrador2005-01-212-0/+540
| | | | | | 2005-01-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Added Spanish translation contributed by Antonio Ognio.
* added one more TODO item and a TODONE section :)Bryan Clark2005-01-212-0/+12
| | | | | | 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: added one more TODO item and a TODONE section :)
* Zero page_[xy]_offset.Martin Kretzschmar2005-01-211-0/+3
| | | | * ps/ps-document.c (ps_document_init): Zero page_[xy]_offset.
* add page_[xy]_offset fields.Martin Kretzschmar2005-01-213-3/+29
| | | | | | | | | * ps/ps-document.h: add page_[xy]_offset fields. * ps/ps-document.c (ps_document_set_page_offset) (ps_document_render): Keep offset in consideration in a few places. Bug #164752 "postscript documents are not centered in window"
* (X-GNOME-Bugzilla-Product): s/gpdf/evince/. Spotted by StephaneMartin Kretzschmar2005-01-212-1/+4
| | | | Loeuillet.
* stub out missing methods for complete EvDocument implementation. FixesMartin Kretzschmar2005-01-213-0/+48
| | | | | | | | | | * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages) (pixbuf_document_get_text, pixbuf_document_document_iface_init): stub out missing methods for complete EvDocument implementation. Fixes segfaults with Save A Copy and Copy actions. * ps/ps-document.c (ps_document_save, ps_document_get_text) (ps_document_document_iface_init): ditto.
* Add desktop fileMarco Pesenti Gritti2005-01-214-0/+33
| | | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * data/.cvsignore: * data/Makefile.am: * data/evince.desktop.in: Add desktop file
* Make selection work in any directionMarco Pesenti Gritti2005-01-212-8/+14
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_button_press_event), (ev_view_motion_notify_event): Make selection work in any direction
* Use shorter labels for some of the toolbars itemsMarco Pesenti Gritti2005-01-213-1/+23
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * TODO: * shell/ev-window.c: (set_short_labels), (ev_window_init): Use shorter labels for some of the toolbars items
* Check the links info is initialized before using it. Should fix a crash onMarco Pesenti Gritti2005-01-212-0/+11
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: Check the links info is initialized before using it. Should fix a crash on startup.
* (pixbuf_document_thumbnails_get_dimensions): force floating pointMartin Kretzschmar2005-01-212-1/+8
| | | | | division to calculate page_ratio. Fixes crash with landscape format pixbufs.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-01-212-1512/+1334
| | | | | | 2005-01-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* make the bg color darker.Jonathan Blandford2005-01-202-1/+5
| | | | | | Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-view.c (ev_view_realize): make the bg color darker.
* (set_document_page): handle paper size changes when the pageMartin Kretzschmar2005-01-202-0/+13
| | | | changes (test with Free Culture, page 2).
* (set_document_page): unset has_selection when the page changes.Martin Kretzschmar2005-01-202-0/+6
|
* Use normal style color for the widget background and draw a black boxMarco Pesenti Gritti2005-01-202-34/+25
| | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_size_request), (ev_view_realize), (expose_bin_window), (ev_view_class_init), (ev_view_init): Use normal style color for the widget background and draw a black box around the page.
* Updated Czech translation.Miloslav Trmac2005-01-202-93/+102
| | | | | | 2005-01-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* forgot thisMarco Pesenti Gritti2005-01-201-3/+9
|
* Keep offset in consideration in a few placesMarco Pesenti Gritti2005-01-202-11/+30
| | | | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: Keep offset in consideration in a few places * shell/ev-view.c: (expose_bin_window): Set the offsets so that the document is ever centered
* Added TODO items and finished off the first todo itemBryan Clark2005-01-203-1/+28
| | | | | | | | | 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: Added TODO items and finished off the first todo item * AUTHORS: Updated AUTHORS section with piece from gpdf file and reflect current authors
* Show a wait cursor while the page is renderingMarco Pesenti Gritti2005-01-203-21/+47
| | | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: * shell/ev-view.c: (ev_view_set_cursor), (ev_view_motion_notify_event), (document_changed_callback), (set_document_page): Show a wait cursor while the page is rendering