1 2005-03-13 Fernando Herrera <fherrera@onirica.com>
3 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5 Fix here also the thumbnails 1-basedness :)
7 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
14 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
16 * pdf/pdf-document.cc:
17 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
18 (do_one_iteration), (ev_sidebar_thumbnails_set_document):
20 Fix the mess we did with thumbnails and 1-basedness
22 2005-03-12 Changwoo Ryu <cwryu@debian.org>
24 * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
26 2005-03-09 Marco Pesenti Gritti <marco@gnome.org>
33 2005-03-08 Marco Pesenti Gritti <marco@gnome.org>
36 * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
37 (gtk_gs_defaults_get_alpha_parameters),
38 (gtk_gs_defaults_get_ungzip_cmd),
39 (gtk_gs_defaults_get_unbzip2_cmd):
41 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
42 (ps_document_get_orientation), (document_load),
43 (ps_document_goto_page), (ps_document_set_page_size):
46 Some more sanitization of the ps backend. Remove a lot
47 of unused code and do not base our defaults on ggv
50 2005-03-08 Fernando Herrera <fherrera@onirica.com>
52 * thumbnailer/evince-thumbnailer.schemas:
53 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
54 (main): add -s option for thumbnail size.
56 2005-03-07 Christian Persch <chpe@cvs.gnome.org>
60 AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
63 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
65 * pdf/pdf-document.cc:
67 Remove 4 pixels of useless border from the
70 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
72 * backend/ev-document-thumbnails.c:
73 (ev_document_thumbnails_get_thumbnail):
74 * backend/ev-document-thumbnails.h:
76 Rework API a bit. Add a border flag and
77 change sizing logic (now the size we specify
78 applies to the bigger dimension).
80 * pdf/pdf-document.cc:
81 * pixbuf/pixbuf-document.c:
82 (pixbuf_document_thumbnails_get_thumbnail):
83 * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
84 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
86 Adapt to the new API and do not draw a border for nautilus
89 2005-03-03 Fernando Herrera <fherrera@onirica.com>
91 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
92 take thumbnails from page "0" instead of "1". Added a copyright header.
94 2005-03-03 Jens Granseuer <jensgr@gmx.net>
96 * ps/ps-document.c: (set_up_page), (start_interpreter):
100 2005-03-03 Marco Pesenti Gritti <marco@gnome.org>
105 * pdf/pdf-document.cc:
106 * thumbnailer/Makefile.am:
107 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
109 * thumbnailer/evince-thumbnailer.schemas:
110 * thumbnailer/pdf-icon.png:
112 Add a nautilus thumbnailer.
113 Based on patch by Fernando Herrera <fherrera@onirica.com>.
115 2005-03-02 Marco Pesenti Gritti <marco@gnome.org>
123 2005-03-01 Kristian Høgsberg <krh@redhat.com>
125 Use poppler instead of including xpdf source code. Poppler is a
126 fork of xpdf to build it as a shared library. See
127 http://freedesktop.org/wiki/Software/poppler.
129 * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
132 * pdf/Makefile.am: Build libpdfdocument.a here.
134 * pdf/GDKSplashOutputDev.cc:
135 * pdf/GDKSplashOutputDev.h:
136 * pdf/GnomeVFSStream.cc:
137 * pdf/GnomeVFSStream.h:
140 * test-gdk-output-dev.cc
142 * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
145 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
147 * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
149 Clear idle stack before unsetting the document
151 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
153 * ps/ps-document.c: (ps_document_widget_event),
154 (ps_document_set_target), (ps_document_finalize),
155 (ps_document_get_page):
157 Disconnect the widget event signal on finalize.
160 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
162 * ps/ps-document.c: (set_up_page):
164 If there is no bpixmap create one, even if size
167 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
169 * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
170 (set_up_page), (document_load), (ps_document_set_zoom):
172 Default page is 0. Calculate size even when we have no
175 2005-02-28 Carlos Garcia Campos <carlosgc@gnome.org>
177 * shell/ev-sidebar.c: expand the selection widget to be always as
180 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
182 * shell/ev-sidebar-thumbnails.c:
183 (ev_sidebar_thumbnails_set_document):
185 Clear the list store when setting document
187 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
189 * shell/ev-page-action.c: (update_entry), (sync_entry),
190 (activate_cb), (entry_size_request_cb), (create_tool_item),
193 Use an entry for the page control instead of spinbuttons
195 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
197 * data/evince.schemas.in:
199 Correct confusing string
201 Sun Feb 27 23:00:31 2005 Jonathan Blandford <jrb@redhat.com>
203 * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
204 for real. Gosh, how long has this been broken.
206 * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
207 check for a NULL link. We crash otherwise.
209 2005-02-27 Marco Pesenti Gritti <marco@gnome.org>
216 2005-02-25 Sebastien Bacher <seb128@debian.org>
218 * configure.ac: add the french translation.
220 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
224 Remove unused header -> fix distcheck
226 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
228 * shell/ev-window.c: (update_window_title),
229 (ev_window_popup_password_dialog):
231 Unescape filename for display
233 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
235 * pdf/xpdf/pdf-document.cc:
237 In get_page_size deal with rotation. Also
238 cleanup the function a bit.
240 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
242 * pdf/xpdf/pdf-document.cc:
244 Fix crash when opening in new window
246 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
250 Check ghostscript >= 7
252 2005-02-25 Pedro Villavicencio <pvillavi@gnome.cl>
256 Make page width the default sizing mode
258 2005-02-25 Carlos Garcia Campos <carlosgc@gnome.org>
259 Marco Pesenti Gritti <marco@gnome.org>
261 * shell/ev-window.c: Remember the sidebar size
263 * data/evince.schemas.in: Add a new gconf key to store the size of
266 2005-02-24 Kai Willadsen <kaiw@itee.uq.edu.au>
268 * data/evince-ui.xml:
269 * shell/ev-window.c: (update_action_sensitivity),
270 (ev_window_cmd_view_reload):
272 Add a "Reload" action and menu entry
274 Thu Feb 24 23:07:33 2005 Jonathan Blandford <jrb@redhat.com>
276 * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
277 iff the type doesn't support thumbnailing and indexing.
279 2005-02-24 Martin Kretzschmar <martink@gnome.org>
281 * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
283 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
285 * pdf/splash/Splash.cc:
287 Port fix for a crasher from kde bug
288 http://bugs.kde.org/show_bug.cgi?id=97131
290 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
292 * pdf/xpdf/pdf-document.cc:
294 Return a link even if it's of an unrecognized
295 type. Otherwise we go in an infinte cycle.
297 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
299 * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
300 (size_allocate_cb), (ev_window_set_sizing_mode):
302 Update size when switching mode
304 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
306 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
307 (ev_window_cmd_view_page_width), (update_sizing_buttons),
308 (ev_window_cmd_view_normal_size):
310 Fix size toggle buttons behavior
312 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
314 * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
315 (doc_rect_to_view_rect), (ev_view_size_allocate),
316 (expose_bin_window), (ev_view_select_all), (page_changed_callback),
317 (scale_changed_callback):
319 Do not cache offsets in size_allocate.
321 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
323 * shell/ev-view.c: (ev_view_size_allocate):
325 Calculate offsets before calling the parent
326 class (which does a redraw)
328 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
330 * pdf/xpdf/pdf-document.cc:
332 Fix a crasher on exit. Unused code, put a TODO
334 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
336 * backend/ev-document.c: (ev_document_class_init),
337 (ev_document_page_changed), (ev_document_scale_changed):
338 * backend/ev-document.h:
340 Separate page/scale notifications
342 * pdf/xpdf/pdf-document.cc:
344 Emit the new signals.
345 Do not display the pdf page in _render, do it
346 when scale/page are requested.
348 * ps/ps-document.c: (ps_document_set_zoom),
349 (ps_document_widget_event):
352 Emit the new signals.
354 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
355 (ev_view_init), (page_changed_callback), (scale_changed_callback),
356 (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
357 (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
359 * shell/ev-window.c: (ev_window_cmd_view_normal_size),
360 (ev_window_cmd_view_page_width), (size_allocate_cb),
361 (ev_window_set_sizing_mode):
363 Rework sizing to be pixel based.
364 There are bugs but should be already way better.
366 2005-02-23 Marco Pesenti Gritti <marco@gnome.org>
368 * shell/ev-window.c: (ev_window_init):
370 Do not allow to shrink sidebar smaller then
373 2005-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
375 * shell/ev-sidebar.[ch]
378 Improved sidebar widget. Fixes #166683
380 2005-02-23 Tommi Vainikainen <thv@iki.fi>
382 * shell/ev-view.c (update_find_status_message): Give translators
383 more flexibility with ngettext plural handling.
385 Mon Feb 21 17:52:08 2005 Jonathan Blandford <jrb@redhat.com>
387 * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
388 from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
389 page when we get the page size.
391 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
393 * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
395 ps pages are 0 based, convert
397 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
399 * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
401 Initialize correct parent class. Set GError on document load
403 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
405 * pdf/xpdf/pdf-document.cc:
407 Fixup selection offset calculation
409 * shell/ev-view.c: (view_rect_to_doc_rect),
410 (doc_rect_to_view_rect), (ev_view_size_allocate),
411 (expose_bin_window), (ev_view_select_all), (ev_view_copy),
412 (ev_view_primary_get_cb), (ev_view_motion_notify_event):
414 Store selection as document relative, so that zooming
415 and offset changing doesnt break it.
417 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
419 * shell/ev-view.c: (ev_view_best_fit):
421 Do not try to best fit if the view is not realized
423 2005-02-20 Kostas Papadimas <pkst@gnome.org>
425 * configure.ac (ALL_LINGUAS): Added "el" (Greek).
427 Fri Feb 18 16:06:39 2005 Jonathan Blandford <jrb@redhat.com>
429 * shell/ev-window.c (ev_window_focus_in_event): missed a case.
431 Fri Feb 18 15:32:57 2005 Jonathan Blandford <jrb@redhat.com>
433 * shell/ev-window.c: Change the fullscreen toolbar to always be in
434 the popup window. That prevents it resizing when in full screen
437 * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
438 multiple rerenders. This pretty much sucks.
440 * data/evince-ui.xml: Change the fullscreen toolbar to include the
443 2005-02-18 Tommi Vainikainen <thv@iki.fi>
445 * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
447 2005-02-17 Alexander Shopov <ash@contact.bg>
449 * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
451 2005-02-16 Bryan Clark <clarkbw@cvs.gnome.org>
453 * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
455 2005-02-16 Marco Pesenti Gritti <marco@gnome.org>
457 * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
458 (ev_view_create_invisible_cursor), (ev_view_set_cursor),
459 (set_document_page), (document_changed_callback),
460 (ev_view_set_document), (ev_view_find_previous),
461 (ev_view_hide_cursor), (ev_view_show_cursor):
463 * shell/ev-window.c: (update_chrome_visibility),
464 (fullscreen_timeout_cb), (fullscreen_set_timeout),
465 (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
466 (fullscreen_leave_notify_cb), (ev_window_fullscreen),
467 (ev_window_unfullscreen):
468 * shell/main.c: (main):
470 Automatically hide the fullscreen button.
471 Patch by Kristian Høgsberg <krh@redhat.com>
473 2005-02-16 Vincent Noel <vnoel@cox.net>
475 * shell/main.c (main): Specify an icon for the window. Patch by
476 Jaap A. Haitsma. Fixes #166177.
478 Wed Feb 16 06:30:13 2005 Jonathan Blandford <jrb@redhat.com>
480 * shell/ev-view.c (ev_view_realize): get rid of the black flash.
482 Tue Feb 15 22:27:13 2005 Jonathan Blandford <jrb@redhat.com>
484 * backend/ev-document-misc.h:
485 * backend/ev-document-misc.c:
486 (ev_document_misc_get_page_border_size),
487 (ev_document_misc_paint_one_page): New function to canonicalize
488 sizing/painting a border.
490 * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
493 * pdf/xpdf/pdf-document.cc: use new function
495 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
496 (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
497 (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
498 shell/ev-window.c: (update_sizing_buttons),
499 (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
500 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
501 (ev_window_cmd_view_page_width), (size_allocate_cb),
502 (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
503 and "fit width" values act as toggle buttons so they stay
504 toggled. It's not 100% perfect, and it's a little slow, but it's
505 good enough to commit I think.
507 2005-02-15 David Lodge <dave@cirt.net>
509 * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
511 2005-02-15 Martin Kretzschmar <martink@gnome.org>
513 * shell/ev-window.c (update_window_title): replace newlines in
514 the title by spaces. Bug #166107.
516 2005-02-14 Martin Kretzschmar <martink@gnome.org>
518 * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
519 parameters providing allocation width and height without
520 scrollbars and width of a possible vertical scrollbar. With this
521 additional information the functions can work as
522 intended. Unfortunately they're not idempotent. We should
523 transform these commands to toggles. Fixes Bug #164976
524 Initial patch by Stephane Loeuillet, then heavily modified.
526 * shell/ev-view.h: update prototypes.
528 * shell/ev-window.c (ev_window_cmd_view_best_fit)
529 (ev_window_cmd_view_page_width): provide EvView fit functions with
530 all the information they need. Formulas to calculate this
531 information taken from GtkScrolledWindow.
533 2005-02-14 Crispin Flowerday <gnome@flowerday.cx>
535 * shell/ev-sidebar-thumbnails.c: Ensure that after we have
536 created a thumbnail, the list store is updated to know
537 that the thumbnail is set. Fixes bug #166792
539 2005-02-11 Bryan Clark <clarkbw@cvs.gnome.org>
541 * shell/ev-window.c: fixed typo, closes bug 166897
543 * TODO: updated TODO with bug numbers that are relevant
545 2005-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
547 * shell/ev-window.c: Support for DnD of files. Fixes #164813
549 2005-02-09 Vincent Noel <vnoel@cox.net>
551 * shell/ev-window.c: (set_action_properties): Set the "Previous"
552 and "Next" toolbar buttons as important to make them stand out.
554 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
558 * ps/ps-document.c: (ps_document_finalize), (set_up_page),
559 (start_interpreter), (stop_interpreter), (document_load),
560 (ps_document_next_page), (ps_document_goto_page),
561 (ps_document_set_page_size), (ps_document_widget_event),
562 (ps_document_render):
563 * shell/ev-page-view.c: (ev_page_view_dispose):
564 * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
566 Fix compilation on non-gcc platforms
568 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
575 * pdf/xpdf/Catalog.cc:
578 Fix the fix for CAN-2004-0888
580 2005-02-09 Luca Ferretti <elle.uca@libero.it>
583 * data/evince-ui.xml:
584 * shell/ev-stock-icons.c: (ev_stock_icons_init):
585 * shell/ev-stock-icons.h:
586 * shell/ev-window.c: (update_action_sensitivity),
587 (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
588 (set_action_properties):
590 Improve toolbar layout/icons
592 2005-02-08 Marco Pesenti Gritti <marco@gnome.org>
594 * pdf/xpdf/pdf-document.cc:
596 Add warnings about unimplemented/unknown link
599 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
601 * ps/ps-document.c: (set_up_page):
605 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
607 * ps/ps-document.c: (start_interpreter):
611 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
613 * shell/ev-page-view.c: (ev_page_view_dispose):
614 * shell/ev-view.c: (ev_view_finalize):
615 * shell/ev-window.c: (ev_window_setup_document),
616 (ev_window_dispose), (ev_window_init):
618 Solve more refs issues.
620 I commented out the page_view initialization for now:
621 it was never destroyed (because it's never added
622 to a container). Because of that we was leaking
623 gs processes. Couldnt think to a clean fix.
624 We need to figure this out, password view has the
627 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
629 * ps/ps-document.c: (ps_document_finalize),
630 (ps_document_get_n_pages), (ps_document_get_page):
632 Some cleanups, stop the interpreter on finalize
634 * shell/ev-page-view.c: (ev_page_view_dispose),
635 (ev_page_view_class_init):
637 Release our reference on the document
639 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
646 * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
647 (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
648 (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
651 Add debugging helpers
654 * ps/ps-document.c: (set_up_page), (start_interpreter),
655 (stop_interpreter), (document_load), (ps_document_next_page),
656 (ps_document_goto_page), (ps_document_set_page_size),
657 (ps_document_widget_event), (ps_document_render):
659 * shell/ev-view.c: (expose_bin_window):
660 * shell/main.c: (main):
664 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
666 * ps/ps-document.c: (ps_document_widget_event):
668 Initialize message_window, this should make ps
669 rendering really work! (Never noticed because I was
670 testing with a ps that is causing gs to exit every time!)
672 2005-02-07 Bryan Clark <clarkbw@cvs.gnome.org>
674 * data/evince.schemas.in: updated simple error in applyto closing tag
676 2005-02-07 Christian Persch <chpe@cvs.gnome.org>
682 * data/evince-ui.xml:
683 A data/evince.schemas.in:
685 * shell/ev-stock-icons.c: (ev_stock_icons_init):
686 * shell/ev-stock-icons.h:
687 * shell/ev-window.c: (update_chrome_visibility),
688 (update_chrome_flag), (ev_window_cmd_edit_find),
689 (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
690 (ev_window_unfullscreen), (ev_window_focus_in_event),
691 (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
692 (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
693 (ev_window_view_sidebar_cb), (find_bar_close_cb),
694 (ev_window_dispose), (ev_window_class_init),
695 (set_action_properties), (set_chrome_actions), (load_chrome),
698 Implement fullscreen mode changes from bug #164776.
699 Also implement persistent chrome toggles.
701 2005-02-07 Jordi Mallach <jordi@sindominio.net>
703 * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
705 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
711 Add another check for find interface
715 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
717 * shell/ev-application.c: (ev_application_open):
718 * shell/ev-window.c: (ev_window_open):
720 Open gzipped ps documents
722 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
725 * shell/ev-view.c: (set_document_page):
727 Clamp page number, dont try to move to
730 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
732 * backend/ev-document-find.c: (ev_document_find_changed):
733 * backend/ev-document-find.h:
734 * pdf/xpdf/pdf-document.cc:
735 * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
736 * shell/ev-window.c: (find_bar_search_changed_cb):
738 Fix several bugs with find
740 2005-02-04 Martin Kretzschmar <martink@gnome.org>
742 * shell/ev-sidebar-thumbnails.c
743 (ev_sidebar_thumbnails_select_page): do nothing unless we have a
744 document. Prevents warning from scroll_to_cell.
746 2005-02-02 Kjartan Maraas <kmaraas@gnome.org>
748 * configure.ac: Add «nb» to ALL_LINGUAS too.
750 Wed Feb 2 21:13:11 2005 Jonathan Blandford <jrb@redhat.com>
752 * NOTES: New file with some random thoughts.
756 * backend/ev-document-misc.c:
757 (ev_document_misc_get_page_border_size): New function to
758 canonicalize shadow drawing sizes. Possibly goofy.
760 * shell/ev-view.c: (ev_view_size_request), (set_document_page),
761 (ev_view_best_fit), (ev_view_fit_width):
762 * pdf/xpdf/pdf-document.cc:
763 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
764 * ps/ps-document.c: (ps_document_get_page_size):
765 * backend/ev-document-misc.h:
766 * backend/ev-document.c: (ev_document_get_page_size):
767 * backend/ev-document.h: get_page_size now takes a page number
768 parameter. Made all the backends/frontends honor it.
770 * data/evince-ui.xml: Added a multiple-page mode. Uncomment to
771 see. Doesn't work yet.
774 * shell/ev-page-view.[ch]: New multi-page view. Really rough.
775 Doesn't do anything yet.
777 * shell/ev-sidebar-thumbnails.c:
778 (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
781 * shell/ev-window.c: (update_action_sensitivity),
782 (ev_window_setup_document), (ev_window_set_page_mode),
783 (ev_window_page_mode_cb), (ev_window_init): Clean up the
784 view-swapping code a bit so we can have multiple views on a
785 document. Add the multi-page view, though it can't be turned on
788 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
790 * shell/ev-application.c: (ev_application_open):
791 * shell/ev-view.c: (expose_bin_window):
792 * shell/ev-window.c: (ev_window_open):
794 Support eps and check document supports find
795 before drawing highlightings in expose.
797 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
799 * pixbuf/pixbuf-document.c:
800 (pixbuf_document_thumbnails_get_dimensions),
801 (pixbuf_document_document_thumbnails_iface_init):
803 implement get_dimensions
805 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
812 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
814 * shell/ev-view.c: (set_document_page):
816 Scroll at the top of the page when changing page
818 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
820 * shell/ev-view.c: (ev_view_motion_notify_event):
822 Do not redraw unnecessarily
824 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
826 * pdf/xpdf/pdf-document.cc:
827 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
828 (expose_bin_window), (find_changed_cb):
830 Yay! find works now... Now to find bugs...
832 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
834 * backend/ev-document-find.c: (ev_document_find_base_init),
835 (ev_document_find_changed):
836 * backend/ev-document-find.h:
837 * pdf/xpdf/pdf-document.cc:
838 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
839 (expose_bin_window), (ev_view_init), (set_document_page),
840 (ensure_rectangle_is_visible), (jump_to_find_result),
841 (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
842 (ev_view_find_next), (ev_view_find_previous):
844 * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
846 More work on find implementation, mostly there now
848 2005-01-29 Marco Pesenti Gritti <marco@gnome.org>
850 * backend/ev-backend-marshalers.list:
851 * backend/ev-document-find.c: (ev_document_find_base_init),
852 (ev_document_find_cancel), (ev_document_find_page_has_results),
853 (ev_document_find_get_n_results), (ev_document_find_get_result),
854 (ev_document_find_get_progress), (ev_document_find_changed):
855 * backend/ev-document-find.h:
857 Enanche the find interface to be really able to do
860 * pdf/xpdf/pdf-document.cc:
864 * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
865 (expose_bin_window), (ev_view_init),
866 (ev_view_get_find_status_message), (find_changed_cb),
867 (ev_view_set_document), (set_document_page):
869 Adapt to the new interface. A few things are regressed sorry,
870 I will finish it soon.
872 2005-01-28 Martin Kretzschmar <martink@gnome.org>
874 * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
875 (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
876 ev_sidebar_thumbnails_parent_class variable, don't define another
877 parent_class variable.
879 * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
880 (ev_page_action_class_init): ditto.
882 * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
883 (pixbuf_document_class_init): ditto.
885 * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
888 * .cvsignore: ignore various valgrind output files.
890 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
892 * data/evince-ui.xml:
894 * shell/ev-history.c:
895 * shell/ev-history.h:
896 * shell/ev-navigation-action.c:
897 * shell/ev-navigation-action.h:
898 * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
899 (ev_view_set_page), (ev_view_fit_width):
901 * shell/ev-window.c: (update_action_sensitivity),
902 (ev_window_setup_document), (register_custom_actions):
906 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
908 * shell/ev-window.c: (update_action_sensitivity):
910 Fix inverted up/down buttons
912 2005-01-27 Martin Kretzschmar <martink@gnome.org>
914 * shell/ev-sidebar-thumbnails.c
915 (ev_sidebar_thumbnails_select_page): make sure the selected
916 thumbnail stays visible.
918 2005-01-26 Martin Kretzschmar <martink@gnome.org>
920 * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
921 scrolled window for Federico.
923 2005-01-26 Ole Laursen <olau@hardworking.dk>
925 * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
927 2005-01-26 Marco Pesenti Gritti <marco@gnome.org>
930 * pdf/splash/SplashFTFontEngine.cc:
932 Fix CID fonts with freetype 2.1.9
934 2005-01-26 Bryan Clark <clarkbw@cvs.gnome.org>
936 * TODO: added item for desktop icon thumbnailer
938 Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com>
940 * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
941 unloaded docs when the title is accessed.
943 * shell/ev-password-view.[hc]: New widget for displaying password
946 * shell/ev-window.[ch]: Refactor password handling code to handle
949 2005-01-24 Marco Pesenti Gritti <marco@gnome.org>
957 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
959 * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
960 ignore page offset here, to make search results independent of it,
962 * shell/ev-view.c (expose_bin_window): but take offsets into
963 account here. Bug #164932
965 * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
966 scale at the right time. Bug #164996
968 2005-01-22 Martin Kretzschmar <martink@gnome.org>
970 * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
971 fix the problem. Now I just removed the Adobe font names and hope
972 that the URW fonts are always in outline format. Bug #164934
974 * shell/ev-window.c (update_window_title): empty titles are
975 useless, use filename in that case too.
977 * NEWS: Add some content.
979 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org>
981 * TODO: added one more TODO item and a TODONE section :)
983 2005-01-21 Martin Kretzschmar <martink@gnome.org>
985 * ps/ps-document.h: add page_[xy]_offset fields.
987 * ps/ps-document.c (ps_document_set_page_offset)
988 (ps_document_render): Keep offset in consideration in a few
989 places. Bug #164752 "postscript documents are not centered in
992 * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
993 s/gpdf/evince/. Spotted by Stephane Loeuillet.
995 * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
996 (pixbuf_document_get_text, pixbuf_document_document_iface_init):
997 stub out missing methods for complete EvDocument implementation.
998 Fixes segfaults with Save A Copy and Copy actions.
1000 * ps/ps-document.c (ps_document_save, ps_document_get_text)
1001 (ps_document_document_iface_init): ditto.
1003 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
1007 * data/evince.desktop.in:
1011 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
1013 * shell/ev-view.c: (ev_view_button_press_event),
1014 (ev_view_motion_notify_event):
1016 Make selection work in any direction
1018 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
1021 * shell/ev-window.c: (set_short_labels), (ev_window_init):
1023 Use shorter labels for some of the toolbars items
1025 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
1027 * pdf/xpdf/pdf-document.cc:
1029 Check the links info is initialized before
1030 using it. Should fix a crash on startup.
1032 2005-01-21 Martin Kretzschmar <martink@gnome.org>
1034 * pixbuf/pixbuf-document.c
1035 (pixbuf_document_thumbnails_get_dimensions): force floating point
1036 division to calculate page_ratio. Fixes crash with landscape
1039 Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com>
1041 * shell/ev-view.c (ev_view_realize): make the bg color darker.
1043 2005-01-20 Martin Kretzschmar <martink@gnome.org>
1045 * shell/ev-view.c (set_document_page): unset has_selection when
1047 (set_document_page): handle paper size changes when the page
1048 changes (test with Free Culture, page 2).
1050 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
1052 * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
1053 (expose_bin_window), (ev_view_class_init), (ev_view_init):
1055 Use normal style color for the widget background and
1056 draw a black box around the page.
1058 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
1060 * pdf/xpdf/pdf-document.cc:
1062 Keep offset in consideration in a few places
1064 * shell/ev-view.c: (expose_bin_window):
1066 Set the offsets so that the document is ever centered
1068 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org>
1070 * TODO: Added TODO items and finished off the first todo item
1072 * AUTHORS: Updated AUTHORS section with piece from gpdf file and
1073 reflect current authors
1075 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
1077 * pdf/xpdf/pdf-document.cc:
1078 * shell/ev-view.c: (ev_view_set_cursor),
1079 (ev_view_motion_notify_event), (document_changed_callback),
1080 (set_document_page):
1082 Show a wait cursor while the page is rendering
1084 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
1086 * shell/ev-sidebar-thumbnails.c:
1087 (ev_sidebar_tree_selection_changed),
1088 (ev_sidebar_thumbnails_select_page):
1089 * shell/ev-sidebar-thumbnails.h:
1090 * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
1091 (ev_view_can_go_forward):
1092 * shell/ev-window.c: (ev_window_open_page),
1093 (ev_window_setup_document), (update_current_page),
1094 (view_page_changed_cb), (ev_window_init):
1095 * shell/ev-window.h:
1097 Ensure thumbnails selection, toolbar page control and
1098 current page are in sync.
1100 2005-01-19 Marco Pesenti Gritti <marco@gnome.org>
1106 Wed Jan 19 01:10:57 2005 Jonathan Blandford <jrb@redhat.com>
1108 * backend/Makefile.am:
1109 * backend/ev-document-links.h:
1110 * backend/ev-document-security.c: (ev_document_security_get_type),
1111 (ev_document_security_has_document_security),
1112 (ev_document_security_set_password):
1113 * backend/ev-document-security.h:
1114 * backend/ev-document.c: (ev_document_error_quark):
1115 * backend/ev-document.h:
1117 * data/evince-password.glade:
1118 * pdf/xpdf/pdf-document.cc:
1119 * shell/Makefile.am:
1120 * shell/ev-password.c: (ev_password_set_bad_password_label),
1121 (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
1122 (ev_password_dialog_get_password),
1123 (ev_password_dialog_set_bad_pass):
1124 * shell/ev-password.h:
1125 * shell/ev-window.c: (ev_window_get_attribute),
1126 (ev_window_set_property), (update_action_sensitivity),
1127 (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
1128 (ev_window_setup_document), (ev_window_get_password),
1129 (ev_window_open), (ev_window_cmd_save_as),
1130 (using_postscript_printer), (ev_window_print),
1131 (find_not_supported_dialog), (ev_window_cmd_edit_find),
1132 (update_fullscreen_popup), (ev_window_fullscreen),
1133 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
1134 (ev_window_focus_out_cb), (ev_window_cmd_help_about),
1135 (menu_item_select_cb), (find_bar_search_changed_cb),
1136 (ev_window_dispose), (ev_window_init):
1138 Add initial support for password-supported dialogs. This could be
1139 a lot cooler, but it'll do for now.
1141 2005-01-18 Marco Pesenti Gritti <marco@gnome.org>
1143 * pdf/xpdf/pdf-document.cc:
1144 * shell/ev-view.c: (status_message_from_link),
1145 (ev_view_set_status), (ev_view_set_cursor),
1146 (ev_view_motion_notify_event), (ev_view_init):
1147 * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
1149 Fix bugs in the links implementation and change cursor
1150 when hovering a link.
1152 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org>
1154 * viewer/.cvsignore: added cvsignore file for viewer directory
1156 * TODO: created TODO document
1158 2005-01-14 Dave Malcolm <dmalcolm@redhat.com>
1161 * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):
1162 new functions to help with implementation of sensitivity code
1163 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
1164 of all actions that might require it. Fixes a crash when you
1165 click on the Zoom actions in a window lacking a document.
1167 2005-01-13 Dave Malcolm <dmalcolm@redhat.com>
1169 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
1172 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
1174 * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
1175 (pixbuf_document_document_iface_init):
1176 * ps/ps-document.c: (ps_document_get_link),
1177 (ps_document_document_iface_init):
1178 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
1179 (status_message_from_link), (ev_view_set_status),
1180 (ev_view_set_find_status), (ev_view_motion_notify_event),
1181 (ev_view_button_release_event), (ev_view_set_property),
1182 (ev_view_get_property), (ev_view_class_init), (ev_view_init),
1183 (ev_view_get_find_status_message), (update_find_results),
1184 (ev_view_get_status), (ev_view_get_find_status):
1186 * shell/ev-window.c: (view_status_changed_cb),
1187 (view_find_status_changed_cb), (ev_window_init):
1189 View status message support, use it to show the links.
1192 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
1194 * backend/ev-document.c: (ev_document_get_link):
1195 * backend/ev-document.h:
1196 * pdf/xpdf/pdf-document.cc:
1197 * shell/ev-application.c: (ev_application_open):
1198 * shell/ev-application.h:
1199 * shell/ev-sidebar-links.c: (selection_changed_cb):
1200 * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
1201 (ev_view_go_to_link):
1203 Add support for document links
1205 2005-01-13 Anders Carlsson <andersca@gnome.org>
1207 * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
1209 Set the spin button limits correctly.
1211 * shell/ev-sidebar-thumbnails.c:
1212 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
1213 Support changing pages by clicking on the thumbnails.
1215 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
1217 * pixbuf/pixbuf-document.c:
1218 (pixbuf_document_thumbnails_get_dimensions),
1219 (pixbuf_document_document_thumbnails_iface_init):
1221 implement get_dimensions
1223 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
1225 * ps/ps-document.c: (ps_document_goto_page):
1227 Fix page switching on multipage documents
1229 2005-01-12 Jeff Muizelaar <jrmuizel@nit.ca>
1231 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
1233 check for NULL before assigning to width and height parameters
1235 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
1237 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
1238 (pixbuf_document_set_property), (pixbuf_document_get_property):
1240 implement get/set properties
1242 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
1244 * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
1246 return NULL instead of "Unknown", letting the title get set to
1247 the filename when the pdf has no title.
1249 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
1251 * ps/ps-document.c: (ps_document_get_page_count),
1252 (ps_document_goto_page):
1254 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
1256 * shell/ev-history.c: (ev_history_get_property),
1257 (ev_history_set_property), (ev_history_class_init),
1258 (ev_history_add_page), (ev_history_set_current_index):
1259 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
1260 (activate_menu_item_cb), (new_history_menu_item), (build_menu),
1261 (ev_navigation_action_finalize):
1262 * shell/ev-navigation-action.h:
1263 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
1264 (ev_view_go_forward), (ev_view_get_find_status_message),
1265 (history_index_changed_cb), (ev_view_set_history):
1267 * shell/ev-window.c: (update_total_pages), (ev_window_open),
1268 (update_current_page), (register_custom_actions):
1270 Implement history dropdowns
1272 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
1274 * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
1275 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
1276 (ev_view_go_forward):
1277 * shell/ev-window.c: (register_custom_actions):
1279 Fix several history bugs
1281 2005-01-11 Kjartan Maraas <kmaraas@gnome.org>
1283 * configure.ac: Add «nb» to ALL_LINGUAS.
1285 2005-01-10 Marco Pesenti Gritti <marco@gnome.org>
1287 * backend/Makefile.am:
1288 * backend/ev-bookmark.c:
1289 * backend/ev-bookmark.h:
1290 * backend/ev-document-bookmarks.c:
1291 * backend/ev-document-bookmarks.h:
1292 * backend/ev-document-links.c: (ev_document_links_get_type),
1293 (ev_document_links_has_document_links),
1294 (ev_document_links_begin_read), (ev_document_links_get_link),
1295 (ev_document_links_get_child), (ev_document_links_next),
1296 (ev_document_links_free_iter):
1297 * backend/ev-document-links.h:
1298 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
1299 (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
1300 (ev_link_get_link_type), (ev_link_set_link_type),
1301 (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
1302 (ev_link_set_property), (ev_window_dispose), (ev_link_init),
1303 (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
1304 (ev_link_new_external):
1305 * backend/ev-link.h:
1306 * pdf/xpdf/pdf-document.cc:
1307 * shell/Makefile.am:
1308 * shell/ev-application.c: (ev_application_open_link):
1309 * shell/ev-application.h:
1310 * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
1311 (ev_history_get_link_nth):
1312 * shell/ev-history.h:
1313 * shell/ev-sidebar-bookmarks.c:
1314 * shell/ev-sidebar-bookmarks.h:
1315 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
1316 (ev_sidebar_links_class_init), (selection_changed_cb),
1317 (ev_sidebar_links_construct), (ev_sidebar_links_init),
1318 (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
1319 (do_one_iteration), (populate_links_idle),
1320 (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
1321 * shell/ev-sidebar-links.h:
1322 * shell/ev-sidebar.c: (ev_sidebar_set_document):
1323 * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
1326 * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
1327 * shell/ev-window.h:
1329 Rename bookmark to link, and use "Index" for the sidebar panel.
1331 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
1333 * shell/Makefile.am:
1334 * shell/ev-application.c: (ev_application_open_bookmark):
1335 * shell/ev-application.h:
1336 * shell/ev-history.c: (ev_history_init), (free_links_list),
1337 (ev_history_finalize), (ev_history_class_init),
1338 (ev_history_add_link), (ev_history_add_page),
1339 (ev_history_get_link_nth), (ev_history_get_n_links),
1340 (ev_history_get_current_index), (ev_history_set_current_index),
1342 * shell/ev-history.h:
1343 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
1344 * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
1345 (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
1346 (go_to_index), (ev_view_go_back), (ev_view_go_forward),
1349 * shell/ev-window.c: (ev_window_open_bookmark),
1350 (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
1351 (goto_page_cb), (register_custom_actions):
1352 * shell/ev-window.h:
1354 Initial history implementation. Needs work.
1356 2005-01-09 Martin Kretzschmar <martink@gnome.org>
1358 * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
1360 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
1362 * cut-n-paste/recent-files/egg-recent-item.c:
1363 * cut-n-paste/recent-files/egg-recent-item.h:
1364 * cut-n-paste/recent-files/egg-recent-model.c:
1365 * cut-n-paste/recent-files/egg-recent-util.c:
1366 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1367 * cut-n-paste/recent-files/egg-recent-view.c:
1371 2005-01-08 Martin Kretzschmar <martink@gnome.org>
1373 * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
1374 (fillGlyph, fillImageMask, drawImage):
1375 pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
1376 pdf/splash/SplashTypes.h:
1377 pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
1378 packed mode for Splash.
1380 * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
1381 RGB8 packed mode, eliminates the pixbuf data creation loop.
1383 * shell/ev-print-job.c (ev_print_job_finalize)
1384 (ev_print_job_set_property, ev_print_job_get_property)
1385 (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
1386 (ev_print_job_use_print_dialog_settings, idle_print_handler)
1387 (print_closure_finalize, ev_print_job_print): implement
1388 printing (for backends with EvPsExporter)
1390 * shell/ev_print_job.h: update prototypes.
1392 * shell/ev-window.c (ev_window_print): unref print job after
1395 * shell/ev-view.c (ev_view_set_document): don't connect to "found"
1396 unless the document implements the EvDocumentFind interface.
1398 2005-01-08 Satoru SATOH <ss@gnome.gr.jp>
1400 * configure.ac: Added ja to ALL_LINGUAS.
1402 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
1404 * pdf/xpdf/pdf-document.cc:
1406 add a FIXME. We should probably not allocate
1407 a bookmark object every time
1409 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
1411 * shell/ev-application.c: (ev_application_open),
1412 (ev_application_open_bookmark):
1413 * shell/ev-application.h:
1415 Add a way to open bookmarks
1417 * backend/ev-bookmark.c: (ev_bookmark_get_uri),
1418 (ev_bookmark_set_uri), (ev_bookmark_get_property),
1419 (ev_bookmark_set_property), (ev_bookmark_class_init),
1420 (ev_bookmark_new_title), (ev_bookmark_new_link),
1421 (ev_bookmark_new_external):
1423 Support for external uris, better constructors.
1425 * backend/ev-bookmark.h:
1426 * pdf/xpdf/pdf-document.cc:
1427 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
1429 Handle external uris
1431 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
1433 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
1434 (ev_sidebar_bookmarks_construct), (do_one_iteration):
1436 Hook up bookmarks navigation
1438 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
1440 * backend/Makefile.am:
1441 * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
1442 (ev_bookmark_get_title), (ev_bookmark_set_title),
1443 (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
1444 (ev_bookmark_get_page), (ev_bookmark_set_page),
1445 (ev_bookmark_get_property), (ev_bookmark_set_property),
1446 (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
1448 * backend/ev-bookmark.h:
1449 * backend/ev-document-bookmarks.c:
1450 (ev_document_bookmarks_get_bookmark):
1451 * backend/ev-document-bookmarks.h:
1452 * pdf/xpdf/pdf-document.cc:
1453 * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
1455 Add a bookmark object to the backend and use it instead of get_values
1457 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
1459 * data/evince-ui.xml:
1461 Cleanup and add select all.
1463 * shell/ev-view.c: (ev_view_select_all),
1464 (ev_view_button_press_event):
1466 * shell/ev-window.c: (ev_window_cmd_edit_select_all):
1469 Clear selection on click.
1471 Fri Jan 7 01:28:58 2005 Jonathan Blandford <jrb@redhat.com>
1473 * shell/ev-sidebar-thumbnails.c
1474 (ev_sidebar_thumbnails_set_document): forgot to unref the
1477 Fri Jan 7 01:22:48 2005 Jonathan Blandford <jrb@redhat.com>
1479 * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
1480 at the visible page, not just linearly. This makes it look fast.
1482 Thu Jan 6 18:48:11 2005 Jonathan Blandford <jrb@redhat.com>
1484 * backend/ev-document-misc.c
1485 (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
1487 * backend/ev-document-thumbnails.h: New interface to get the size
1490 2005-01-06 Jeremy Katz <katzj@redhat.com>
1492 * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
1495 Wed Jan 5 15:38:28 2005 Jonathan Blandford <jrb@redhat.com>
1497 * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
1498 GDKSplashOutputDev and just use a normal SplashOutputDev. Speeds
1501 * shell/ev-sidebar-thumbnail.c: start of some profiling code.
1503 2005-01-05 Martin Kretzschmar <martink@gnome.org>
1505 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
1506 fonts. Should fix font problems on systems that have the base
1507 fonts in bitmap format. Reported by James Henstridge
1508 <james@jamesh.id.au>.
1510 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
1513 * pdf/xpdf/GfxState.cc:
1515 Fix for CAN-2004-1125
1517 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
1519 * shell/ev-view.c: (ev_view_copy):
1521 * shell/ev-window.c: (ev_window_cmd_edit_copy):
1523 Implement Edit->Copy
1525 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
1527 * backend/ev-document.c: (ev_document_get_text):
1528 * backend/ev-document.h:
1529 * pdf/xpdf/pdf-document.cc:
1530 * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
1531 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1532 (ev_view_update_primary_selection), (ev_view_button_press_event),
1533 (ev_view_motion_notify_event), (ev_view_button_release_event):
1535 Beginnings of clipboard support. Incomplete but primary sort
1538 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
1540 * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
1541 (expose_bin_window):
1543 Nicer rubberband drawing, from GtkIconView.
1545 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
1547 * backend/ev-document.c: (ev_document_save):
1548 * backend/ev-document.h:
1549 * data/evince-ui.xml:
1550 * pdf/xpdf/pdf-document.cc:
1551 * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
1553 Implement "Save a copy..." menu item
1555 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
1557 * shell/ev-view.c: (ev_view_zoom):
1559 Queue a resize when zoom changes
1561 Wed Jan 5 02:33:06 2005 Jonathan Blandford <jrb@redhat.com>
1563 * backend/ev-document-misc.[ch]: New misc file to do simple drop
1566 * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
1569 Tue Jan 4 22:32:32 2005 Jonathan Blandford <jrb@redhat.com>
1571 * pdf/xpdf/pdf-document.cc
1572 (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
1574 Tue Jan 4 21:25:05 2005 Jonathan Blandford <jrb@redhat.com>
1576 * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
1577 It's slow, but I'll speed it up next!
1579 2005-01-04 Jeff Muizelaar <jrmuizel@nit.ca>
1581 * shell/main.c (load_files):
1583 use gnome_vfs_make_uri_from_shell_arg so that relative paths work
1584 from the command line and because it seems more appropriate.
1586 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
1588 * data/evince-ui.xml:
1589 * shell/ev-window.c: (update_action_sensitivity),
1590 (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
1592 s/next page/page down
1593 s/previous page/page up
1595 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
1597 * data/evince-ui.xml:
1599 Change the layout to match clarkbw design.
1601 * shell/Makefile.am:
1602 * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
1603 (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
1604 (ev_navigation_action_finalize),
1605 (ev_navigation_action_set_property),
1606 (ev_navigation_action_get_property),
1607 (ev_navigation_action_class_init):
1608 * shell/ev-navigation-action.h:
1610 Implement clarkbw toolbar navigation controls (incomplete)
1612 * shell/ev-page-action.c: (update_label), (update_spin),
1613 (value_changed_cb), (create_tool_item), (connect_proxy),
1614 (ev_page_action_init), (ev_page_action_finalize),
1615 (ev_page_action_set_property), (ev_page_action_get_property),
1616 (ev_page_action_set_current_page),
1617 (ev_page_action_set_total_pages), (ev_page_action_class_init):
1618 * shell/ev-page-action.h:
1620 Implement a page switcher in the toolbar
1622 * shell/ev-view.c: (ev_view_scroll_view):
1623 * shell/ev-window.c: (update_total_pages), (ev_window_open),
1624 (update_current_page), (view_page_changed_cb), (goto_page_cb),
1625 (register_custom_actions), (ev_window_init):
1627 Change page on PageUp/Down.
1629 Tue Jan 4 03:22:56 2005 Jonathan Blandford <jrb@redhat.com>
1631 * pdf/xpdf/pdf-document.cc
1632 (pdf_document_thumbnails_get_thumbnail): initial stab at
1633 implementing thumbnail support for pdfs. It only does documents
1634 with precached pdfs now.
1636 Mon Jan 3 17:22:25 2005 Jonathan Blandford <jrb@redhat.com>
1638 * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
1639 thumbnail code into a time-based idle as well. Also, turn off the
1640 shadow temporarily as it's really slow.
1642 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
1644 * backend/ev-document.c: (ev_document_class_init):
1645 * pdf/xpdf/pdf-document.cc:
1646 * shell/ev-window.c: (ev_window_open):
1648 Fix document title bugs and fallback to
1649 filename when not available.
1651 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
1653 * backend/ev-document.c: (ev_document_get_type),
1654 (ev_document_class_init), (ev_document_load),
1655 (ev_document_get_title):
1656 * backend/ev-document.h:
1657 * pdf/xpdf/pdf-document.cc:
1658 * ps/ps-document.c: (ps_document_set_property),
1659 (ps_document_get_property), (ps_document_class_init),
1663 * shell/ev-window.c: (update_window_title), (ev_window_open),
1666 Initial support for document title. Not working yet.
1668 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
1670 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
1672 Grab focus on the view when clicking it
1674 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
1676 * shell/ev-marshal.list:
1677 * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
1678 (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
1680 Add key bindings to the view. Now if the focus would work
1683 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
1686 * backend/Makefile.am:
1689 * dvi/dvilib/Makefile.am:
1690 * pdf/xpdf/Makefile.am:
1696 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
1698 * shell/ev-view.c: (ev_view_realize):
1700 Fix mouse wheel scrolling
1702 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
1708 * ps/ps-document.c: (catchPipe), (ps_document_init),
1709 (ps_document_class_init), (ps_document_cleanup),
1710 (ps_document_finalize), (send_ps), (ps_document_get_orientation),
1711 (set_up_page), (close_pipe), (is_interpreter_ready),
1712 (interpreter_failed), (output), (input), (start_interpreter),
1713 (stop_interpreter), (file_length), (file_readable),
1714 (check_filecompressed), (check_pdf), (compute_xdpi),
1715 (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
1716 (ps_document_get_type), (ps_document_emit_error_msg),
1717 (document_load), (ps_document_next_page),
1718 (ps_document_get_current_page), (ps_document_get_page_count),
1719 (ps_document_goto_page), (ps_document_set_page_size),
1720 (ps_document_zoom_to_fit), (ps_document_set_zoom),
1721 (ps_document_load), (ps_document_get_n_pages),
1722 (ps_document_set_page), (ps_document_get_page),
1723 (ps_document_widget_event), (ps_document_set_target),
1724 (ps_document_set_scale), (ps_document_set_page_offset),
1725 (ps_document_get_page_size), (ps_document_render),
1726 (ps_document_document_iface_init):
1729 * shell/ev-window.c: (ev_window_open):
1731 Rename GtkGS to PSDocument
1733 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
1735 * ps/gtkgs.c: (gtk_gs_class_init):
1738 Some more leftover...
1740 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
1742 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
1743 (output), (stop_interpreter), (gtk_gs_emit_error_msg),
1744 (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
1747 Remove unused code and make a lot of stuff private
1749 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
1751 * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
1752 (gtk_gs_defaults_changed):
1758 Cleanup headers dependencies
1760 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
1765 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
1767 * ps/gtkgs.c: (file_length), (file_readable),
1768 (check_filecompressed), (check_pdf), (gtk_gs_load),
1769 (gtk_gs_get_postscript):
1773 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
1778 * ps/gtkgs.c: (gtk_gs_set_zoom):
1782 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
1784 * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
1786 Ensure the page is rerendered when changing zoom
1788 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
1790 * backend/ev-document.c: (ev_document_base_init),
1791 (ev_document_changed):
1792 * backend/ev-document.h:
1794 Add a changed event that is emitted when the page content
1795 changes. This is necessary to deal with the fact that
1796 in ps backend rendering happen asycrounously.
1797 This makes the ps backend mostly work.
1799 * pdf/xpdf/pdf-document.cc:
1803 * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
1804 (ps_document_set_target):
1808 * shell/ev-view.c: (document_changed_callback),
1809 (ev_view_set_document), (ev_view_set_page):
1811 Redraw on the changed signal
1813 2004-12-25 Raphael Higino <raphaelh@cvs.gnome.org>
1815 * configure.ac: Added pt_BR to ALL_LINGUAS.
1817 Fri Dec 24 00:48:44 2004 Jonathan Blandford <jrb@redhat.com>
1819 * backend/ev-document-bookmarks.c:
1820 (ev_document_bookmarks_get_child): *
1821 backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
1822 pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
1823 shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
1824 (ev_sidebar_bookmarks_destroy),
1825 (ev_sidebar_bookmarks_class_init),
1826 (ev_sidebar_bookmarks_construct), (stack_data_free),
1827 (do_one_iteration), (populate_bookmarks_idle),
1828 (ev_sidebar_bookmarks_clear_document),
1829 (ev_sidebar_bookmarks_set_document): *
1830 shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
1831 (ev_sidebar_add_page),
1832 (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
1833 Initial stab at a bookmarks sidebar. It doesn't navigate yet, but
1834 it displays both the topics and the page numbers.
1836 2004-12-23 Kristian Høgsberg <krh@redhat.com>
1838 * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
1840 * shell/ev-window.c (toggle_entries): Set sidebar default value to
1843 2004-12-23 Adam Weinberger <adamw@gnome.org>
1845 * configure.ac: Added en_CA to ALL_LINGUAS.
1847 2004-12-23 Martin Kretzschmar <martink@gnome.org>
1849 * ChangeLog: replace bottom of this ChangeLog (merged history of
1850 ggv and gpdf; where all paths were wrong and most of the files are
1851 not even in this tree) with ChangeLog (from arch) of the shell
1854 2004-12-23 Havoc Pennington <hp@redhat.com>
1856 * shell/ev-window.c: hook up potentially-questionable "find
1857 results status text" feature - something involving the sidebar or
1858 scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
1859 might be better in the end.
1861 * shell/ev-view.c (ev_view_get_find_status_message): new function,
1862 with corresponding signal when it should be updated
1864 * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
1866 2004-12-22 Havoc Pennington <hp@redhat.com>
1868 * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
1869 find stuff on other pages, sort of (only returns one result on
1870 invisible pages, to show they have results; updates full results
1871 for a page when you view it). Currently repaints the current page
1872 every time a new result is found on any page, which isn't so nice.
1874 2004-12-22 Havoc Pennington <hp@redhat.com>
1876 * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
1877 the document doesn't support find (better ideas?)
1878 (find_bar_search_changed_cb): handle missing document or document
1879 that doesn't support find
1881 * pdf/xpdf/pdf-document.cc: port to implement the new
1884 * backend/ev-document-find.c: create a new interface for searching
1886 * backend/ev-document.h, backend/ev-document.c: delete the find stuff
1888 2004-12-23 Martin Kretzschmar <martink@gnome.org>
1890 * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
1893 * shell/ev-window.c (ev_window_print): add GnomePrintJob to
1894 EvPrintJob constructor arguments.
1896 * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
1897 for documents that can export PostScript (page by page).
1899 * backend/Makefile.am (libevbackend_la_SOURCES): add them.
1901 * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
1902 (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
1903 (pdf_document_ps_exporter_iface_init:
1904 Implement EvPSExporter.
1906 * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
1908 2004-12-22 Anders Carlsson <andersca@gnome.org>
1910 * backend/Makefile.am:
1911 * backend/ev-document-thumbnails.c:
1912 (ev_document_thumbnails_get_type),
1913 (ev_document_thumbnails_get_thumbnail):
1914 * backend/ev-document-thumbnails.h:
1915 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
1916 (pixbuf_document_thumbnails_get_thumbnail),
1917 (pixbuf_document_document_thumbnails_iface_init):
1918 * shell/Makefile.am:
1919 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
1920 (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
1921 (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
1922 * shell/ev-sidebar-thumbnails.h:
1923 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
1924 (ev_sidebar_set_document):
1925 * shell/ev-utils.c: (gaussian), (create_blur_filter),
1926 (create_shadow), (ev_pixbuf_add_shadow):
1928 Add thumbnail support.
1930 2004-12-22 Martin Kretzschmar <martink@gnome.org>
1932 * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
1933 (using_postscript_printer): Set up a print dialog for "PostScript
1936 * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
1939 * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
1941 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
1943 * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
1944 (ps_document_set_target), (ps_document_get_page_size),
1945 (ps_document_render):
1950 2004-12-22 Christian Rose <menthos@menthos.com>
1952 * configure.ac: Added "sv" to ALL_LINGUAS.
1954 Wed Dec 22 14:47:38 2004 Jonathan Blandford <jrb@redhat.com>
1956 * backend/ev-document-bookmarks.[ch]: new interface to indicate
1957 document supports bookmarks.
1959 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
1961 * ps/ggvutils.c: (ggv_file_readable):
1963 * ps/gtkgs.c: (check_filecompressed), (check_pdf),
1964 (gtk_gs_get_postscript):
1968 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
1970 * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
1971 (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
1972 (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
1973 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
1974 (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
1975 (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
1976 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
1977 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
1978 (gtk_gs_set_antialiasing), (ps_document_load),
1979 (ps_document_render):
1982 Another check point for the ps backend. Now I can get it to show
1985 Wed Dec 22 13:41:01 2004 Jonathan Blandford <jrb@redhat.com>
1987 * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
1988 document setting code.
1990 2004-12-22 Anders Carlsson <andersca@gnome.org>
1992 * shell/eggfindbar.c: (entry_activate_callback):
1993 Animate the next button when activate is pressed.
1995 2004-12-22 Anders Carlsson <andersca@gnome.org>
1997 * shell/ev-window.c: (ev_window_cmd_edit_find),
1998 (update_fullscreen_popup), (ev_window_fullscreen),
1999 (ev_window_unfullscreen), (ev_window_state_event_cb),
2000 (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
2001 Fix bugs in fullscreen code.
2003 2004-12-22 Anders Carlsson <andersca@gnome.org>
2007 * pixbuf/Makefile.am:
2008 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
2009 (pixbuf_document_load), (pixbuf_document_get_n_pages),
2010 (pixbuf_document_set_page), (pixbuf_document_get_page),
2011 (pixbuf_document_set_target), (pixbuf_document_set_scale),
2012 (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
2013 (pixbuf_document_render), (pixbuf_document_begin_find),
2014 (pixbuf_document_end_find), (pixbuf_document_finalize),
2015 (pixbuf_document_class_init),
2016 (pixbuf_document_document_iface_init), (pixbuf_document_init):
2017 * pixbuf/pixbuf-document.h:
2018 * shell/Makefile.am:
2019 * shell/ev-application.c: (ev_application_open):
2020 * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
2024 Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com>
2027 * dvi/dvilib/Makefile.am:
2029 * configure.ac: Auto*ify dvi and dvi/dvilib
2031 * dvi/Makefile: Remove from CVS
2033 * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
2036 * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
2038 * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
2040 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
2043 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
2044 (gtk_gs_value_adjustment_changed), (compute_size),
2045 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
2046 (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
2047 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
2048 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
2049 (gtk_gs_start_scroll), (gtk_gs_get_postscript),
2050 (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
2051 (ps_document_load), (ps_document_get_n_pages),
2052 (ps_document_set_page), (ps_document_get_page),
2053 (ps_document_set_target), (ps_document_set_scale),
2054 (ps_document_set_page_offset), (ps_document_get_page_size),
2055 (ps_document_render), (ps_document_begin_find),
2056 (ps_document_end_find), (ps_document_document_iface_init):
2058 * shell/Makefile.am:
2059 * shell/ev-window.c: (ev_window_open):
2061 Some work to integrate gtkgs with EvDocument
2063 2004-12-22 Anders Carlsson <andersca@gnome.org>
2065 * shell/ev-window.c: (update_fullscreen_popup),
2066 (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
2067 (exit_fullscreen_button_clicked_cb),
2068 (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
2069 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
2070 (ev_window_state_event_cb), (ev_window_init):
2071 Add fullscreen support from Epiphany.
2073 2004-12-22 Mark McLoughlin <mark@skynet.ie>
2075 * data/ev-stock-zoom-fit-width.png: fit-width
2076 stock icon from gpdf.
2078 * shell/ev-stock-icons.[ch]: copied from gpdf.
2080 * shell/main.c: (main): init stock icons.
2082 * shell/ev-window.c: use the fit-width icon.
2084 * data/evince-ui.xml: add zooming toolbar items.
2086 2004-12-22 Mark McLoughlin <mark@skynet.ie>
2089 (ev_view_best_fit), (ev_view_fit_width): because
2090 get_page_size() returns the scaled page size, we
2091 need to calculate the scale factor relative to
2092 the previous scale factor. Should really just
2093 add get_real_page_size().
2095 2004-12-22 Mark McLoughlin <mark@skynet.ie>
2097 * shell/ev-view.[ch]:
2098 (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
2099 (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
2102 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
2103 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
2104 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
2107 * pdf/xpdf/pdf-document.cc:
2108 (pdf_document_begin_find),
2109 (pdf_document_end_find): make static.
2111 2004-12-22 Martin Kretzschmar <martink@gnome.org>
2113 * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
2115 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
2116 names to fontconfig patterns.
2117 (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
2119 * pdf/xpdf/pdf-document.cc (pdf_document_load): use
2122 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
2138 Import ggv backend. Not hooked up yet.
2140 2004-12-22 Mark McLoughlin <mark@skynet.ie>
2142 * shell/main.c: (load_files), (main): load files
2143 from the command line.
2145 2004-12-22 Mark McLoughlin <mark@skynet.ie>
2147 * configure.ac: don't require bonobo.
2149 * cut-n-paste/recent-files/*: kill bonobo recent
2152 * shell/ev-window.c:
2153 (ev_window_is_empty): upd.
2154 (unable_to_load), (ev_window_open): load backend
2155 based on the mime type.
2157 2004-12-22 Martin Kretzschmar <martink@gnome.org>
2159 * backend/.cvsignore: ignore generated marshalers source.
2161 * shell/main.c (main): this is not epiphany.
2163 2004-12-22 Havoc Pennington <hp@redhat.com>
2165 * shell/ev-view.c (ev_view_set_document): connect to "found" signal
2166 (expose_bin_window): draw find highlights
2168 * shell/ev-window.c (find_bar_search_changed_cb): implement
2170 * pdf/xpdf/pdf-document.cc (pdf_document_begin_find)
2171 (pdf_document_end_find): implement this interface
2173 * backend/ev-document.c (ev_document_found): add this to emit
2176 Tue Dec 21 23:57:37 2004 Owen Taylor <otaylor@redhat.com>
2178 * data/evince-ui.xml: Add a few more toolbar items.
2180 * shell/ev-window.c: Hook up page navigation toolbar
2183 * shell/ev-view.[ch]: add ev_view_set/get_page and
2184 a page-changed signal.
2186 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
2187 Add ev_document_get_page().
2189 * shell/ev-window.c: Sensitize/desensitize navigation
2192 2004-12-21 Havoc Pennington <hp@redhat.com>
2194 * backend/ev-backend-marshal.c,
2195 backend/ev-backend-marshalers.list, backend/Makefile.am: add
2196 marshaler-generator thingy. I'm sure there's a better way to do
2197 this in the modern world.
2199 * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
2200 end_find methods and "found" signal.
2202 * configure.ac: find glib-genmarshal
2204 Tue Dec 21 23:20:35 2004 Jonathan Blandford <jrb@redhat.com>
2206 * shell/ev-sidebar.c: Construct an actual sidebar.
2207 * shell/ev-sidebar-bookmarks.[ch]:
2208 * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
2210 Tue Dec 21 23:05:51 2004 Owen Taylor <otaylor@redhat.com>
2212 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
2215 * shell/ev-view.c: Track the size from the document.
2217 Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com>
2219 * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
2220 constructor assumes ownership of the string passed in.
2222 * shell/ev-window.c (ev_window_open): Destroy the error
2223 dialog once we've displayed it.
2225 Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com>
2227 * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up
2228 a bit, it works! (sort of)
2230 * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
2231 Move to .cc since we need to use C++ in the implementation.
2233 * shell/dummy.cc: Add a CC file to force evince
2234 to be linked as a C++ program.
2236 Tue Dec 21 21:07:55 2004 Owen Taylor <otaylor@redhat.com>
2238 * shell/ev-view.[ch]: Start of content-area widget.
2240 * shell/ev-window.c: Create a EvView, update it
2241 as we change documents.
2243 * shell/Makefile.am shell/ev-marshal.list: Add
2244 generated marshalers.
2246 Tue Dec 21 20:28:11 2004 Jonathan Blandford <jrb@redhat.com>
2248 * Makefile.am (SUBDIRS): move shell.
2250 Tue Dec 21 19:28:55 2004 Owen Taylor <otaylor@redhat.com>
2252 * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
2253 .a to libtool convenience libraries.
2255 * shell/ev-window.c (ev_window_open): Hard code loading
2258 * backend/ev-document.h: Add a boolean return to load(),
2259 fix GError * to GError **.
2261 * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
2262 object for a PDF backend EvDocument.
2264 Tue Dec 21 18:55:06 2004 Søren Sandmann <sandmann@redhat.com>
2266 * dvi/*: New directory with the beginning of a .dvi backend.
2268 2004-12-21 Havoc Pennington <hp@redhat.com>
2270 * shell/eggfindbar.c (egg_find_bar_init): change buttons to
2271 previous/next instead of back/forward
2273 Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com>
2275 * backend/ev-document.[ch]: Fix a couple of problems so
2278 Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com>
2280 * viewer/* backend/* configure.ac Makefile.am: Move viewer directory
2281 to backend/ directory, rename EvViewer to EvDocument.
2283 2004-12-21 Havoc Pennington <hp@redhat.com>
2285 * shell/ev-window.c: hook up the find bar widget; now we just need
2286 a document to find things in
2288 * shell/eggfindbar.c: a find bar widget
2290 Tue Dec 21 17:20:16 2004 Jonathan Blandford <jrb@redhat.com>
2292 * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
2294 Tue Dec 21 16:30:58 2004 Owen Taylor <otaylor@redhat.com>
2296 * pdf/**: Import of xpdf code from gpdf.
2298 * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
2300 * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
2301 pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h:
2302 Fix FreeType includes.
2304 * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
2305 pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
2306 pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
2307 Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
2308 pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
2309 Include xpdfconfig.h
2311 Tue Dec 21 16:08:17 2004 Jonathan Blandford <jrb@redhat.com>
2313 * shell/ev-window.c (ev_window_dispose): dispose can be called
2316 2004-12-21 Havoc Pennington <hp@redhat.com>
2318 * shell/ev-window.c (ev_window_init): set title to Document Viewer
2321 * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
2322 items; really they should be synced with the strings, etc. from
2323 current gpdf, but just getting the boring typing out of the way
2325 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
2328 * shell/ev-application.c: (window_destroy_cb):
2329 * shell/ev-window.c:
2330 * shell/main.c: (main):
2332 Actually show the window...
2334 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
2337 * shell/Makefile.am:
2338 * shell/ev-application.c: (ev_application_class_init):
2339 * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
2343 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
2345 Import to gnome cvs.
2347 * Remove copies of gpdf and ggv trees.
2348 * Rip out all the recursive configure code.
2349 * Remove bonobo machinery.
2350 * viewer/*: GInterfaces that backends should/can implement.
2352 2004-11-09 Martin Kretzschmar <m_kretzschmar@gmx.net>
2354 * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
2357 2004-10-28 Martin Kretzschmar <m_kretzschmar@gmx.net>
2359 * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
2360 (ev_application_finalize, ev_application_class_init)
2361 (ev_application_init): use GType instance private data for priv.
2363 * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
2364 (ev_window_finalize, ev_window_class_init)
2365 (ev_window_init): ditto.
2367 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
2369 * shell/ev-application.c (ev_application_new_window): make public
2370 (ev_application_show_initial_window): kill.
2372 * shell/ev-application.h: update prototypes.
2374 * shell/main.cc (main): inline ev_application_show_initial_window.
2376 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
2378 * shell/ev-application.c (ev_application_new_window): impl.
2379 (ev_application_show_initial_window): use it.
2380 (is_window_empty, ev_application_get_empty_window): returns an
2381 existing empty window or a new one.
2382 (ev_application_open): from ev_window_cmd_file_open.
2384 * shell/ev-application.h: update prototypes
2386 * shell/ev-window.c (ev_window_is_empty): impl.
2387 (ev_window_open): make public.
2388 (ev_window_cmd_file_open): use ev_application_open
2390 * shell/ev-window.h: update prototypes, remove unused.
2392 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
2394 * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
2395 move destroy handler out of here...
2397 * shell/ev-application.c, shell/ev-application.h: ...into this new
2398 class. Also handles initial window creation.
2400 * shell/main.cc (main): use EvApplication to create initial
2403 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
2405 * Makefile.am (SUBDIRS): add cut-n-paste
2407 * cut-n-paste/Makefile.am: add
2409 * configure.ac: generate Makefiles in cut-n-paste
2411 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
2413 * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
2414 (ev_window_class_init): install ev_window_dispose.
2416 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
2418 * shell/ev-window.h, shell/ev-window.c: replace gchar with
2419 char (gchar looks stupid).
2421 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
2423 * po/de.po: updated German translation.
2425 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
2427 * configure.ac: add more pkg-config library checks for gnome-vfs,
2430 * gpdf/configure.in: temporarily disable libpaper
2431 checks. Otherwise I'd have to add the checks for the shell, too.
2433 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2435 * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
2436 and * file filters to the file choose.
2438 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2440 * po/de.po: Updated German translation.
2442 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2444 * shell/ev-window.c: use "S" as mnemonic for Statusbar.
2446 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2448 * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
2450 * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
2451 (ev_window_init): implement those menuitems.
2453 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2455 * data/evince-ui.xml: add a toolbar (with FileOpen action)
2457 * shell/ev-window.c (ev_window_init): use the toolbar.
2459 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2461 * shell/ev-window.c (ev_window_init): use menu translations
2463 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2465 * configure.ac: add "de" to ALL_LINGUAS.
2467 * po/de.po: add German translation.
2469 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2471 * Makefile.am (SUBDIRS): add po
2473 * configure.ac: check intltool, glib-gettext etc, generate
2476 * po, po/POTFILES.in, po/POTFILES.skip: new.
2478 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
2480 * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
2481 already use (#ifdef ENABLE_NLS)
2483 * shell/ev-window.c (ev_window_cmd_help_about): fix two star
2484 pointer indirection thinko.
2486 * shell/main.c: include gi18n.h for bindtextdomain etc.
2488 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2490 * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
2491 (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
2492 tooltips for menu items in the statusbar.
2494 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2496 * configure.ac, data/Makefile.am, shell/Makefile.am: use
2497 pkgdatadir drop UIDIR
2499 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2501 * data/evince-ui.xml: Add File->Open menu item
2503 * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
2504 chooser), hook it up in the ui manager.
2506 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2508 * shell/ev-window.c: fix Help->About tooltip.
2510 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2512 * configure.ac: set CFLAGS for libevprivate.
2514 * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
2515 definitions, factory etc.
2517 * lib/Makefile.am: build libevprivate.a (only stock icon code).
2519 * shell/Makefile.am: link against libevprivate.a.
2521 * shell/ev-window.c (entries): add stock icon to Help->About.
2523 * shell/main.c (main): init stock icon code.
2525 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2527 * lib/recent-files: egg recent files code
2529 * lib/Makefile.am: add.
2531 * Makefile.am: add lib subdir.
2533 * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
2534 set CFLAGS for recent-files.
2536 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2538 * configure.ac: disable -ansi and -pedantic gcc flags. They
2539 disable POSIX stuff in stdio.h, but egg-recent uses them.
2541 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2543 * configure.ac: add --disable-deprecated flag (defaults to on in
2546 * shell/Makefile.am (INCLUDES): use it.
2548 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2550 * shell/main.c: add missing #include.
2552 * shell/ev-window.c: fix for pedantic gcc.
2553 (ev_window_cmd_help_about): split license into paragraphs for
2554 translators and pedantic compilers.
2556 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2558 * configure.ac: add more warning flags if compiling with gcc from
2559 cvs (or explicitly requested with --enable-more-warnings).
2561 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2563 * data/evince-ui.xml: add File and File->Close menu.
2565 * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
2566 (ev_window_destroy): quit after destroy.
2567 (ev_window_class_init): override GtkObject::destroy.
2568 (entries): install close_window callback.
2570 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2572 * Makefile.am (SUBDIRS): add data subdir.
2574 * configure.ac (UIDIR): gen data/Makefile, define UIDIR. Require
2575 gtk+ 2.5.0 for GtkAboutDialog.
2577 * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
2580 * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
2582 * shell/ev-window.c (ev_window_init): create a menubar, using a ui
2584 (ev_window_cmd_help_about): about command, using GtkAboutDialog.
2586 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
2588 * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
2590 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
2592 * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
2594 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
2596 * shell/*: Added shell directory boilerplate, build it.
2598 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
2600 * configure.ac, Makefile.am: Added top-level configure.ac and