]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Do not update links treeview when sidepane is not visible.
[evince.git] / ChangeLog
1 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4         (ev_sidebar_links_class_init), (update_page_callback):
5
6         Do not update links treeview when sidepane is not visible. 
7
8 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9
10         * shell/ev-marshal.list:
11         * shell/ev-page-action.c: (activate_cb),
12         (ev_page_action_class_init):
13         * shell/ev-page-action.h:
14         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
15         * shell/ev-window.c:
16         
17         Remove activate_link signal, not required.
18
19 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
20
21         * shell/ev-navigation-action.c: (build_menu):
22         
23         Reorder menu items and build menu with fixed length.
24
25 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
26
27         * shell/ev-view.c: (get_selected_text):
28         
29         Normalize text to fix ligatures problem. See bug
30         #341947 for details.
31
32 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * shell/ev-page-cache.c: (ev_page_cache_finalize):
35
36         Fix memory leak in ev-page-cache. 
37
38 2007-01-25  Tom Parker <palfrey@tevp.net>
39
40         * backend/impress/impress-document.c: (impress_document_load),
41         (impress_document_finalize), (impress_document_init):
42         * properties/ev-properties-main.c: (ev_properties_get_pages):
43         
44         Correctly handle impress document errors. Fixes nautilus
45         crash in property page #370491.
46
47 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
50         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
51         (ev_job_queue_remove_job):
52         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
53         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
54         (ev_job_load_run):
55         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
56         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
57         (ev_window_load_job_cb), (xfer_update_progress_callback),
58         (ev_window_open_uri), (ev_window_dispose):
59         * shell/main.c: (main):
60
61         Do file transfer asynchronously in the main thread instead of
62         synchronously in the load thread. Fixes bugs #399694, #398307 and
63         #343542.
64
65 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * shell/ev-jobs.c: (ev_job_xfer_run):
68
69         Load the document with the font-config lock held. 
70
71 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * backend/ps/ps-document.c: (start_interpreter):
74
75         Fix memory leaks in ps backend. 
76
77 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * backend/impress/impress-document.c:
80         (impress_document_render_pixbuf):
81
82         Do not acquire fontconfig lock in impress backend, since it is using
83         the main loop for rendering. 
84
85 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * po/POTFILES.in: 
88
89         Remove mdvi files that shouldn't be translated. 
90
91 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * shell/ev-view-private.h:
94         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
95         (ev_view_set_zoom):
96
97         Render "loading..." text into a cairo surface instead of directly into
98         the window so that fontconfig lock is only needed once and UI is not
99         blocked. Change text color to #9B9B9B. Fixes bug #397356.
100
101 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-stock-icons.c: (ev_stock_icons_init):
104         * shell/ev-application.c: (ev_application_open_uri_at_dest):
105
106         Use icon theme associated with the window screen rather than default. 
107
108 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
109
110         * configure.ac:
111
112         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
113
114 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
115
116         * data/icons/*/apps/evince.*:
117
118         Move Evince icons under new apps directory.
119
120         * data/icons/*/actions/*:
121
122         Add new custom themeable Evince icons: view-page-continuous, 
123         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
124         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
125
126         * configure.ac:
127
128         Add new directories to AC_CONFIG_FILES.
129
130         * shell/ev-stock-icons.c:
131         * shell/ev-stock-icons.h:
132
133         Use new custom themeable icons.
134
135 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
138
139         Do not draw white background page in presentation mode. 
140
141 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
142
143         * shell/ev-view.c: Remove unused gnome-vfs include.
144
145 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
146
147         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
148         
149         Format string is corrected, fixes bug #397129.
150
151 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * shell/ev-window.c: (ev_window_setup_recent):
154
155         Do not include in recent menu inexistent documents. Fixes
156         bug #339171.
157
158 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * po/POTFILES.skip: 
161
162         Update POTFILES.skip file according to current source tree. 
163
164 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * shell/ev-window.c: (file_save_dialog_response_cb):
167
168         Do Save a copy in atomic way. Fixes bug #328266. 
169
170 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
173
174         Keep selected cell always visible in index treeview.
175
176 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
177         
178         * shell/ev-view.c: (ev_view_size_allocate):
179
180         Restore horizontal scrollbar after switching to/from fullscreen
181         or presentation mode. Fixes bug #331728.
182
183 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * shell/ev-view-private.h:
186         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
187         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
188         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
189         (ev_view_can_zoom_out):
190
191         Use max and min scale values in the view iby taking dpi into account. 
192
193 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * configure.ac:
196         * NEWS:
197
198         Release 0.7.1
199
200 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * shell/ev-window.c: (ev_window_print_send):
203
204         Send print job to printer with some settings set to default values,
205         since we have already exported to a file according to such settings
206         and they could be taken twice by some printers. 
207
208 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * shell/ev-jobs.c: (ev_job_xfer_run):
211         * shell/ev-application.c: (ev_application_open_uri_at_dest):
212
213         Show main window and load document with the font-config lock held. 
214
215 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * configure.ac:
218         * shell/ev-application.c: (ev_application_register_service):
219         * shell/main.c: (load_files_remote):
220
221         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
222
223 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
224
225         * doc/debugging.txt:
226         
227         Remove obsolete documentation.
228
229 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
230
231         * Makefile.am:
232         * backend/Makefile.am:
233         * backend/comics/Makefile.am:
234         * backend/djvu/Makefile.am:
235         * backend/dvi/Makefile.am:
236         * backend/ev-async-renderer.c:
237         * backend/ev-async-renderer.h:
238         * backend/ev-attachment.c:
239         * backend/ev-attachment.h:
240         * backend/ev-backend-marshal.c:
241         * backend/ev-document-factory.c:
242         * backend/ev-document-factory.h:
243         * backend/ev-document-find.c:
244         * backend/ev-document-find.h:
245         * backend/ev-document-fonts.c:
246         * backend/ev-document-fonts.h:
247         * backend/ev-document-images.c:
248         * backend/ev-document-images.h:
249         * backend/ev-document-info.h:
250         * backend/ev-document-links.c:
251         * backend/ev-document-links.h:
252         * backend/ev-document-misc.c:
253         * backend/ev-document-misc.h:
254         * backend/ev-document-security.c:
255         * backend/ev-document-security.h:
256         * backend/ev-document-thumbnails.c:
257         * backend/ev-document-thumbnails.h:
258         * backend/ev-document-transition.c:
259         * backend/ev-document-transition.h:
260         * backend/ev-document.c:
261         * backend/ev-document.h:
262         * backend/ev-file-exporter.c:
263         * backend/ev-file-exporter.h:
264         * backend/ev-image.c:
265         * backend/ev-image.h:
266         * backend/ev-link-action.c:
267         * backend/ev-link-action.h:
268         * backend/ev-link-dest.c:
269         * backend/ev-link-dest.h:
270         * backend/ev-link.c:
271         * backend/ev-link.h:
272         * backend/ev-render-context.c:
273         * backend/ev-render-context.h:
274         * backend/ev-selection.c:
275         * backend/ev-selection.h:
276         * backend/impress/Makefile.am:
277         * backend/pdf/Makefile.am:
278         * backend/pixbuf/Makefile.am:
279         * backend/ps/Makefile.am:
280         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
281         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
282         (start_interpreter), (stop_interpreter), (document_load),
283         (ps_document_next_page), (render_page):
284         * backend/tiff/Makefile.am:
285         * comics/Makefile.am:
286         * comics/comics-document.c:
287         * comics/comics-document.h:
288         * configure.ac:
289         * cut-n-paste/zoom-control/ephy-zoom-control.c:
290         * djvu/Makefile.am:
291         * djvu/djvu-document-private.h:
292         * djvu/djvu-document.c:
293         * djvu/djvu-document.h:
294         * djvu/djvu-links.c:
295         * djvu/djvu-links.h:
296         * djvu/djvu-text-page.c:
297         * djvu/djvu-text-page.h:
298         * djvu/djvu-text.c:
299         * djvu/djvu-text.h:
300         * dvi/Makefile.am:
301         * dvi/dvi-document.c:
302         * dvi/dvi-document.h:
303         * dvi/fonts.c:
304         * dvi/fonts.h:
305         * dvi/mdvi-lib/Makefile.am:
306         * dvi/mdvi-lib/afmparse.c:
307         * dvi/mdvi-lib/afmparse.h:
308         * dvi/mdvi-lib/bitmap.c:
309         * dvi/mdvi-lib/bitmap.h:
310         * dvi/mdvi-lib/color.c:
311         * dvi/mdvi-lib/color.h:
312         * dvi/mdvi-lib/common.c:
313         * dvi/mdvi-lib/common.h:
314         * dvi/mdvi-lib/defaults.h:
315         * dvi/mdvi-lib/dvimisc.c:
316         * dvi/mdvi-lib/dviopcodes.h:
317         * dvi/mdvi-lib/dviread.c:
318         * dvi/mdvi-lib/files.c:
319         * dvi/mdvi-lib/font.c:
320         * dvi/mdvi-lib/fontmap.c:
321         * dvi/mdvi-lib/fontmap.h:
322         * dvi/mdvi-lib/fontsrch.c:
323         * dvi/mdvi-lib/gf.c:
324         * dvi/mdvi-lib/hash.c:
325         * dvi/mdvi-lib/hash.h:
326         * dvi/mdvi-lib/list.c:
327         * dvi/mdvi-lib/mdvi.h:
328         * dvi/mdvi-lib/pagesel.c:
329         * dvi/mdvi-lib/paper.c:
330         * dvi/mdvi-lib/paper.h:
331         * dvi/mdvi-lib/pk.c:
332         * dvi/mdvi-lib/private.h:
333         * dvi/mdvi-lib/setup.c:
334         * dvi/mdvi-lib/sp-epsf.c:
335         * dvi/mdvi-lib/special.c:
336         * dvi/mdvi-lib/sysdeps.h:
337         * dvi/mdvi-lib/t1.c:
338         * dvi/mdvi-lib/tfm.c:
339         * dvi/mdvi-lib/tfmfile.c:
340         * dvi/mdvi-lib/tt.c:
341         * dvi/mdvi-lib/util.c:
342         * dvi/mdvi-lib/vf.c:
343         * dvi/pixbuf-device.c:
344         * dvi/pixbuf-device.h:
345         * impress/Makefile.am:
346         * impress/common.h:
347         * impress/document.c:
348         * impress/f_oasis.c:
349         * impress/f_oo13.c:
350         * impress/iksemel.c:
351         * impress/iksemel.h:
352         * impress/imposter.h:
353         * impress/impress-document.c:
354         * impress/impress-document.h:
355         * impress/internal.h:
356         * impress/r_back.c:
357         * impress/r_draw.c:
358         * impress/r_geometry.c:
359         * impress/r_gradient.c:
360         * impress/r_style.c:
361         * impress/r_text.c:
362         * impress/render.c:
363         * impress/render.h:
364         * impress/zip.c:
365         * impress/zip.h:
366         * lib/Makefile.am:
367         * lib/ev-debug.c:
368         * lib/ev-debug.h:
369         * lib/ev-file-helpers.c:
370         * lib/ev-file-helpers.h:
371         * lib/ev-gui.c:
372         * lib/ev-gui.h:
373         * lib/ev-tooltip.c:
374         * lib/ev-tooltip.h:
375         * libdocument/Makefile.am:
376         * libdocument/ev-file-helpers.c:
377         * pdf/Makefile.am:
378         * pdf/ev-poppler.cc:
379         * pdf/ev-poppler.h:
380         * pixbuf/Makefile.am:
381         * pixbuf/pixbuf-document.c:
382         * pixbuf/pixbuf-document.h:
383         * properties/Makefile.am:
384         * ps/Makefile.am:
385         * ps/gsdefaults.c:
386         * ps/gsdefaults.h:
387         * ps/gsio.c:
388         * ps/gsio.h:
389         * ps/gstypes.h:
390         * ps/ps-document.c:
391         * ps/ps-document.h:
392         * ps/ps.c:
393         * ps/ps.h:
394         * shell/Makefile.am:
395         * shell/ev-application.h:
396         * shell/ev-sidebar-links.c:
397         * shell/ev-sidebar-links.h:
398         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
399         (ev_gui_menu_position_tree_selection):
400         * shell/ev-utils.h:
401         * shell/ev-view.c: (ev_view_finalize):
402         * shell/ev-window.c:
403         * shell/main.c: (main):
404         * thumbnailer/Makefile.am:
405         * tiff/Makefile.am:
406         * tiff/tiff-document.c:
407         * tiff/tiff-document.h:
408         * tiff/tiff2ps.c:
409         * tiff/tiff2ps.h:
410         
411         Reorganize source tree.
412
413 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * backend/ev-document-factory.c:
416
417         Do not include ev-poppler.h when pdf is disabled. 
418
419 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
420
421         * configure.ac:
422         * data/evince-ui.xml:
423         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
424         (pdf_document_document_images_iface_init):
425         * backend/Makefile.am:
426         * backend/ev-document-images.[ch]:
427         * backend/ev-image.[ch]:
428         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
429         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
430         (ev_job_xfer_run):
431         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
432         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
433         (ev_pixbuf_cache_get_image_mapping):
434         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
435         (view_menu_popup_cb), (ev_window_dispose),
436         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
437         (ev_view_popup_cmd_copy_image):
438         * shell/ev-view-private.h:
439         * shell/ev-view.c: (ev_view_get_image_at_location),
440         (ev_view_do_popup_menu), (ev_view_popup_menu),
441         (ev_view_button_press_event), (ev_view_drag_data_get),
442         (ev_view_drag_motion), (ev_view_drag_data_received),
443         (ev_view_motion_notify_event), (ev_view_button_release_event),
444         (ev_view_finalize), (ev_view_class_init):
445
446         Add image handling support. Fixes bugs #310008 and #325047. Images
447         selection is not supported yet. 
448
449 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
452         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
453         (ev_view_init):
454
455         Move view drag and drop stuff to ev-view.
456
457 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * shell/ev-pixbuf-cache.c: (clear_job_selection):
460         * shell/ev-view.c: (clear_selection): 
461
462         Clear selection also in pixbuf cache.
463
464 2007-01-02  Luca Ferretti <elle.uca@libero.it>
465
466         * data/evince.desktop.in.in:
467         
468         Change icon name in desktop file. See bug #390734
469         for details.
470
471 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
472
473         * thumbnailer/Makefile.am:
474
475         Use top_builddir instead top_srcdir for generated schema
476         file installation. Fixes bug #390161.
477
478 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * configure.ac:
481         * backend/Makefile.am:
482         * backend/ev-document-transition.[ch]:
483         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
484         (pdf_document_page_transition_iface_init):
485         * shell/ev-view-private.h:
486         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
487         (ev_view_set_presentation), (transition_next_page),
488         (ev_view_presentation_transition_stop),
489         (ev_view_presentation_transition_start), (ev_view_next_page):
490
491         Add page transition support in presentation mode. At the moment only
492         page duration is supported, but not transition effects. Fixes bug
493         #309815.
494
495 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
498
499         Run find_link_dest with document lock held, since it's called by links
500         thread and main thread at the same time. 
501
502 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * shell/ev-view.c: (goto_dest):
505
506         Update page-cache when page is changed by the view, so that
507         page-changed signal is emitted. 
508
509 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * test/test1.py:
512         * test/test2.py:
513
514         Use C locale in tests. 
515
516 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * shell/ev-window.c: (ev_window_run_presentation):
519         * shell/ev-view-private.h:
520         * shell/ev-view.c: (ev_view_set_presentation):
521
522         Restore zoom settings when back from presentation mode. 
523
524 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
525
526         * shell/ev-window.c: (ev_window_run_presentation):
527
528         Always use "best fit" zoom in presentation mode.
529         Fixes bug #389195.
530
531 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
532
533         * shell/ev-view.c: (ev_view_goto_window_create):
534
535         Show "Jump to page" label in the page jumping popup in
536         presentation mode instead of just a GtkEntry.
537
538 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * shell/ev-window.c: (launch_external_uri):
541
542         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
543         #378085.
544
545 2006-12-22  Elijah Newren  <newren gmail com>
546
547         * configure.ac: explicitly check for libxml2.  Fixes #388795
548
549 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * shell/ev-view-private.h:
552         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
553         (ev_view_goto_window_delete_event), (key_is_numeric),
554         (ev_view_goto_window_key_press_event),
555         (ev_view_goto_window_button_press_event),
556         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
557         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
558         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
559
560         Allow jumping to another page by typing a page number in presentation
561         mode. It uses a popup window with an entry. Fixes bug #353625.
562
563 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
564
565         * configure.ac:
566         * properties/ev-properties-view.c: (ev_get_default_user_units),
567         (ev_regular_paper_size):
568         
569         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
570         to Damien Carbery <damien.carbery@sun.com> and
571         Yevgen Muntyan <muntyan@tamu.edu>.
572
573 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
574
575         * shell/ev-window.c: (setup_document_from_metadata):
576
577         Make sure Evince doesn't restore the view on the last
578         page when a document is reopened. Fixes bug #383381.
579
580 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
581
582         * shell/ev-view.c: (draw_loading_text):
583
584         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
585
586 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
587
588         * configure.ac:
589         * NEWS:
590
591         Release 0.7.0
592
593 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * configure.ac:
596         * pdf/ev-poppler.cc: (pdf_print_context_free),
597         (pdf_document_file_exporter_begin),
598         (pdf_document_file_exporter_do_page):
599
600         Make cairo-pdf depedency optional. 
601
602 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
605
606         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
607
608 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
611         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
612         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
613         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
614         * shell/ev-view.c: (draw_loading_text):
615         * shell/ev-window.c: (ev_window_cmd_file_properties):
616
617         Use an specific lock for FontConfig. Hopefully it fixes some crashes
618         related to using FontConfig from different threads.
619         
620 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-view.c: (draw_loading_text):
623
624         Acquire lock document when drawing "Loading..." text so that only one
625         thread will use FontConfig at the same time. Fixes bug #374750.
626
627 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-page-action.[ch]: (activate_cb):
630         * shell/ev-window.c: (activate_label_cb):
631
632         Check if text inserted in page entry is a valid page number when it
633         doesn't match to any document page label. Fixes bug #383165.
634
635 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
636         * shell/ev-window.c:
637
638         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
639         available with GTK < 2.10. Added an ifdef to avoid compilation
640         error.
641
642 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * configure.ac:
645         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
646
647         Fix ps backend in multihead systems.
648
649 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
652         * shell/ev-window.c: (ev_window_get_screen_dpi),
653         (ev_window_update_actions), (setup_view_from_metadata),
654         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
655
656         Take screen DPI into account when zooming. Fixes bug #318285.
657
658 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
659
660         * data/Makefile.am:
661
662         Cleaned up/slightly refactored Makefile.am. Added GConf
663         schemas uninstallation as well.
664
665 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
666
667         * Makefile.am:
668         * test/Makefile.am:
669
670         Fight with autotools to fix make check. Make distcheck
671         works fine as well now!
672
673 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
674
675         * shell/ev-view.c: (draw_end_presentation_page):
676
677         Corrected "end of presentation" string.
678
679 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
680
681         * shell/ev-view.c: (ev_view_key_press_event):
682
683         Correctly propagate key press event so that up/down keys
684         work as expected (correct behaviour was broken by
685         black/white screen key bindings for presentations).
686
687 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
690         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
691         (pdf_document_find_get_progress), (pdf_selection_render_selection),
692         (pdf_selection_get_selection_region),
693         (pdf_selection_get_selection_map):
694
695         Add "static" to some private functions. 
696
697 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
698
699         * lib/ev-tooltip.h:
700         * properties/ev-properties-view.h:
701         * shell/ev-jobs.h:
702         * shell/ev-properties-dialog.h:
703         * shell/ev-properties-fonts.h:
704         * shell/ev-sidebar-links.h:
705         * shell/ev-sidebar-thumbnails.h:
706         * shell/ev-sidebar.h:
707         * shell/ev-window.h:
708         
709         Fixes CHACK type in class casts. See bug #385343
710         for details.
711
712 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * shell/ev-view-private.h:
715         * shell/ev-view.c: (draw_end_presentation_page),
716         (ev_view_expose_event), (ev_view_key_press_event),
717         (ev_view_class_init), (ev_view_init):
718
719         Blank screen in presentation mode when pressing 'b' (filling with
720         black) or 'w' (filling with white) keys. Fixes bug #358132.
721
722 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
723
724         * data/evince-toolbar.xml:
725         * shell/ev-window.c:
726         
727         Use stock icon for Select All action. Fixes
728         bug #382652.
729
730 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
731
732         * shell/ev-view.c: (get_doc_point_from_offset),
733         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
734
735         Add links support in rotated documents. Fixes bug #343733.
736
737 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-view-private.h:
740         * shell/ev-view.c: (draw_end_presentation_page),
741         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
742
743         Show a blank page after the last page in presentation mode with a
744         message indicating that presentation has finished and how to exit. 
745
746 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-window.c: (fullscreen_timeout_cb):
749
750         Hide cursor after a while in presentation mode. 
751
752 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
753
754         * backend/ev-document-info.h:
755         * data/evince-properties.glade:
756         * pdf/ev-poppler.cc:
757         * properties/ev-properties-view.c: (ev_regular_paper_size),
758         (ev_properties_view_set_info):
759         * ps/ps-document.c: (ps_document_get_info):
760
761         Adds a paper size field to the properties dialog. Fixes
762         bug #307315. Patch by Kasper Svendsen (with some i18n
763         changes done by me).
764
765 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
766
767         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
768         (screensaver_init_dbus), (totem_scrsaver_new),
769         (totem_scrsaver_init):
770         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
771         * shell/ev-application.c: (ev_application_register_service),
772         (ev_application_screensaver_enable),
773         (ev_application_screensaver_disable):
774         * shell/ev-application.h:
775         * shell/ev-window.c: (ev_window_run_presentation),
776         (ev_window_stop_presentation), (build_comments_string),
777         (ev_window_init):
778         
779         Move screensaver handling to application. No more
780         message on startup.
781
782 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * configure.ac:
785         * backend/Makefile.am:
786         * backend/ev-file-exporter.[ch]:
787         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
788         * ps/ps-document.c: (ps_document_file_exporter_*):
789         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
790         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
791         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
792         (ev_window_print_dialog_response_cb), (ev_window_print_range):
793
794         Allow printing to PDF when suppoted by the backend.
795         
796 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-window.c: (build_comments_string):
799
800         Use always "Document Viewer" in about dialog. 
801
802 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * djvu/djvu-document.c: (djvu_document_get_page_size):
805
806         Display a warning message when get_pageinfo fails. 
807
808 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
809
810         * Makefile.am:
811         * backend/Makefile.am:
812         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
813         * configure.ac:
814         * shell/ev-window.c: (build_comments_string):
815         
816         Make pdf compilation optional. See bug #38007.
817
818 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * ps/ps.c: (get_next_text):
821
822         Fix CVE-2006-5864.
823
824 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
827         * shell/ev-navigation-action.c: (connect_proxy),
828         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
829         
830         Do not call g_type_class_peek_parent twice.
831
832 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
833
834         * configure.ac:
835         * data/icons/24x24/.cvsignore:
836         * data/icons/24x24/Makefile.am:
837         * data/icons/24x24/evince.png:
838         * data/icons/Makefile.am:
839         
840         Add 24x24 icon. Thanks to 
841         Michael Monreal <infernux@web.de>.
842
843 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
844
845         * configure.ac: Fix typo in configure.ac. Thanks
846         to dmacks@netspace.org for notification.
847
848 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
849
850         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
851         
852         Drop dbus include, fixes compilation with older dbus.
853
854 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
855
856         * configure.ac:
857         * cut-n-paste/Makefile.am:
858         * cut-n-paste/totem-screensaver/.cvsignore
859         * cut-n-paste/totem-screensaver/Makefile.am:
860         * cut-n-paste/totem-screensaver/README:
861         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
862         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
863         * shell/Makefile.am:
864         * shell/ev-window.c: (ev_window_run_presentation),
865         (ev_window_stop_presentation), (ev_window_cmd_help_about),
866         (ev_window_init):
867
868         Implemented screensaver enabling/disabling for
869         presentation mode (not fullscreen mode). Code stolen
870         from Totem (with some minor tweaks). Fixes bug #338889.
871
872 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
873
874         * configure.ac:
875
876         Bump gnome-icon-theme requirements. We use the rotation
877         icons that appeared recently.
878
879 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
880
881         * shell/ev-history.c: (ev_history_add_page):
882         * shell/ev-history.h:
883         * shell/ev-window.c: (page_changed_cb):
884         
885         Use page labels instead of numbers.
886
887 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
888
889         * data/evince-toolbar.xml:
890         * po/POTFILES.in:
891         * shell/Makefile.am:
892         * shell/ev-navigation-action-widget.c:
893         (ev_navigation_action_widget_init),
894         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
895         (menu_detacher), (ev_navigation_action_widget_set_menu),
896         (menu_position_func), (popup_menu_under_arrow),
897         (ev_navigation_action_widget_toggled),
898         (ev_navigation_action_widget_button_press_event):
899         * shell/ev-navigation-action-widget.h:
900         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
901         (ev_navigation_action_set_window), (activate_menu_item_cb),
902         (new_history_menu_item), (new_empty_history_menu_item),
903         (build_menu), (menu_activated_cb), (connect_proxy),
904         (create_tool_item), (ev_navigation_action_init),
905         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
906         * shell/ev-navigation-action.h:
907         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
908         (ev_page_action_widget_set_page_cache),
909         (ev_page_action_widget_finalize),
910         (ev_page_action_widget_class_init), (match_selected_cb),
911         (display_completion_text), (match_completion), (build_new_tree_cb),
912         (get_filter_model_from_model),
913         (ev_page_action_widget_update_model):
914         * shell/ev-page-action-widget.h:
915         * shell/ev-page-action.c: (activate_link_cb), (update_model),
916         (connect_proxy):
917         * shell/ev-page-action.h:
918         * shell/ev-stock-icons.c:
919         * shell/ev-stock-icons.h:
920         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
921         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
922         (register_custom_actions):
923         * shell/main.c:
924         
925         Preliminary history implementation
926
927 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
928
929         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
930         (dvi_document_class_init), (dvi_document_init_params):
931         * dvi/mdvi-lib/font.c: (font_reference):
932         
933         Add reference to subfont. Fixes bug #374277.
934
935 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * shell/ev-window.c: (ev_window_create_tmp_symlink),
938         (ev_window_cmd_file_open_copy_at_dest):
939
940         Fix a race condition when creating symlink. Increase the counter
941         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
942         Mathias Hasselmann).
943
944 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * backend/Makefile.am:
947         * backend/ev-attachment.c: (ev_attachment_open):
948         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
949         (ev_tmp_dir), (ev_tmp_filename):
950         * shell/ev-sidebar-attachments.c:
951         (ev_sidebar_attachments_drag_data_get):
952         * shell/ev-window.c: (ev_window_clear_temp_file):
953
954         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
955         in ensure_dir_exists. Abort without crashing when we can't create
956         user's directory.
957
958 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * data/evince-ui.xml:
961         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
962         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
963         (ev_window_cmd_file_open_copy_at_dest),
964         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
965         (ev_view_popup_cmd_open_link_new_window):
966
967         Allow opening a copy of the current document in a new window. Fixes bug
968         #357472
969
970 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
971
972         * data/evince-toolbar.xml:
973         
974         Add rotate right and rotate left to available items for toolbar.
975         
976         * data/evince-ui.xml:
977         * shell/ev-window.c: (ev_window_init):
978         
979         Customize toolbar with right click. Fixes bug #372451.
980
981 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
982
983         * shell/ev-window.c: 
984         
985         Use "object-rotate-{left,right}" stock icons. Fixes 
986         bug #373863.
987
988 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
991         (ev_application_open_uri_at_dest), (ev_application_open_uri):
992         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
993         (ev_window_open_uri):
994         * shell/main.c: (arguments_parse):
995
996         Remove temp file created when evince is used by GTK+ in
997         preview mode. Fixes bug #365282. 
998
999 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1000
1001         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
1002         
1003         Fixes bug #372474 - Side pane disabled when entering 
1004         and leaving fullscreen mode.
1005
1006 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1007
1008         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
1009         * data/Makefile.am:
1010         * data/evince-preview-toolbar.xml:
1011         * data/evince-toolbar.xml:
1012         * shell/ev-application.c: (ev_application_shutdown),
1013         (ev_application_init), (ev_application_get_toolbars_model):
1014         * shell/ev-application.h:
1015         * shell/ev-window.c: (update_chrome_visibility),
1016         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
1017         (ev_window_cmd_edit_toolbar), (ev_window_init):
1018         
1019         Fixes bug #364364 - toolbar editor shows zoom actions again.
1020
1021 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1024
1025         Do not take margins into consideration for paper size when printing.
1026         Really fixes bug #350491.
1027
1028 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * data/evince-ui.xml:
1031         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
1032         (ev_window_cmd_file_print_setup),
1033         (ev_window_print_dialog_response_cb),
1034         (ev_window_setup_action_sensitivity):
1035
1036         Add page setup settings for printing. Fixes bugs #363860 and #350491.
1037
1038 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * shell/ev-window.c: (ev_window_print_range):
1041
1042         Revert my previuos commit, since printing to PDF is not supported by
1043         evince yet. 
1044
1045 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * shell/ev-window.c: (ev_window_print_range):
1048
1049         Enable print to a PDF. Fixes bug #332121.
1050
1051 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * shell/ev-application-service.xml:
1054         * shell/ev-application.[ch]: (ev_application_open_window),
1055         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
1056         (ev_application_open_uri), (ev_application_open_uri_list):
1057         * shell/ev-window.c: (file_open_dialog_response_cb),
1058         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
1059         (drag_data_received_cb), (open_remote_link):
1060         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
1061
1062         Add support for multiscreen systems. Fixes bug #316206.
1063
1064 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * shell/ev-jobs.[ch]: (ev_job_print_new),
1067         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
1068         (ev_job_print_do_page):
1069         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
1070
1071         Allow printing only odd/even pages. Fixes bug #367289.
1072
1073 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1074
1075         * test/test1.py:
1076         * test/test2.py:
1077
1078         Re-add locale settings to test files.
1079
1080 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1081
1082         * data/evince-ui.xml:
1083         * shell/ev-window.c: (set_action_properties):
1084         
1085         Removed garbage from code and ui.
1086
1087 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1088
1089         * shell/ev-window.c: (ev_window_cmd_help_about):
1090
1091         Shamelessly add my name to the list of contributors.
1092
1093 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1094
1095         * test/test1.py:
1096         * test/test2.py:
1097
1098         Cleaned up the dogtail scripts.
1099
1100 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1101
1102         * shell/ev-view.c: (draw_loading_text): Don't render
1103         "loading..." text in presentation mode. Temporary
1104         workaround for bug #320352.
1105
1106 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1109         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1110
1111         Use print settings scale, copies, collate and reverse which were
1112         ignored. Fixes bug #359032.
1113
1114 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1115
1116         * configure.ac:
1117         * data/evince-password.glade:
1118         * test/Makefile.am:
1119         * test/test-encrypt.pdf:
1120         * test/test-links.pdf:
1121         * test/test1.py:
1122         * test/test2.py:
1123
1124         Add automated UI tests for evince with dogtail. See
1125         bug #300948.    
1126
1127 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
1130
1131         Hide fullscreen toolbar when switching to another desktop workspace.
1132         Fixes bug #338871
1133
1134 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1135
1136         * shell/ev-window-title.c: 
1137         
1138         Test for .dvi in title of pdf documents.
1139
1140 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1141
1142         * shell/ev-view.c: (ev_view_scroll):
1143
1144         Page Up/Down should do page jumps in "Best fit" mode.
1145         If a user has explicitly chosen to view exactly one page
1146         at a time, scrolling just a part of the page when
1147         pressing Page Up/Down is not right. Fixes bug #323107.
1148
1149 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1150
1151         * NEWS:
1152         * configure.ac:
1153         
1154         Update for 0.6.1
1155
1156 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1157
1158         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1159         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
1160         
1161         Correctly disconnect from job signals on destroy.
1162
1163 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1164
1165         * shell/ev-view-private.h:
1166         * shell/ev-view.c: (view_set_adjustment_values),
1167         (view_update_range_and_current_page),
1168         (ensure_rectangle_is_visible), (ev_view_size_allocate):
1169         
1170         Fixes bug #343199, current page now follows find page.
1171
1172 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
1173
1174         * backend/ev-document-factory.c:
1175         * configure.ac:
1176         Assigned OpenDocument presenation MIME type to the
1177         Impress backend. Added some missing (but harmless)
1178         #ifdefs in the document factory as well to make things
1179         consistent again. Fixes bug #360658.
1180
1181 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
1182
1183         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
1184         * backend/ev-document-find.c: (ev_document_find_get_type):
1185         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
1186         * backend/ev-document-links.c: (ev_document_links_get_type):
1187         * backend/ev-document-security.c: (ev_document_security_get_type):
1188         * backend/ev-document-thumbnails.c:
1189         (ev_document_thumbnails_get_type):
1190         * backend/ev-document.c: (ev_document_get_type):
1191         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
1192         * backend/ev-selection.c: (ev_selection_get_type):
1193         * cut-n-paste/recent-files/egg-recent-model.c:
1194         (egg_recent_model_get_type):
1195         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1196         (egg_recent_view_uimanager_get_type):
1197         * cut-n-paste/recent-files/egg-recent-view.c:
1198         (egg_recent_view_get_type):
1199         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1200         (egg_editable_toolbar_get_type):
1201         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1202         (egg_toolbar_editor_get_type):
1203         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1204         (egg_toolbars_model_get_type):
1205         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1206         (egg_tree_multi_drag_source_get_type):
1207         * cut-n-paste/zoom-control/ephy-zoom-action.c:
1208         (ephy_zoom_action_get_type):
1209         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1210         (ephy_zoom_control_get_type):
1211         * impress/r_back.c: (_imp_fill_back):
1212         * properties/ev-properties-main.c:
1213         (ev_properties_plugin_register_type):
1214         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
1215         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
1216         (ev_view_accessible_factory_get_type):
1217
1218         Reduce relocations. Bug #360616.
1219
1220 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1221
1222         * backend/ev-document-factory.c:
1223         (ev_document_factory_get_document):
1224         
1225         Load document even if extension is wrong.
1226
1227 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1228
1229         * shell/ev-metadata-manager.c: (save_values):
1230         * shell/ev-window.c: (setup_size_from_metadata),
1231         (setup_view_from_metadata), (ev_window_setup_document),
1232         (ev_window_xfer_job_cb), (window_configure_event_cb):
1233         
1234         Set size according to the document size/page size ratio.
1235         That should correct rather wierd behaviour of the previous
1236         commit.
1237
1238 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1239
1240         * shell/ev-window.c: (setup_view_from_metadata):
1241         
1242         Set size for new windows from previous window size.
1243         See bugs #354968 and #168450 for details. Thanks
1244         to Meik Hellmund.
1245
1246 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * djvu/djvu-links.c: (build_tree):
1249
1250         Fix memory leak.
1251
1252 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1253
1254         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
1255         
1256         Don't make sidebar close button insensitive. Fixes
1257         bug #357871.
1258
1259 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1260
1261         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1262         (ev_window_set_view_accels_sensitivity):
1263         
1264         Don't enable Slash on documents which don't support
1265         find. Fixes bug #358648.
1266
1267 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
1268
1269         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
1270         open dialog fall back to the current document uri if the
1271         filechooser hasn't been used before. Fixes bug #356980.
1272
1273 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
1274
1275         * shell/ev-window.c: (ev_window_setup_recent), 
1276         (ev_window_get_recent_file_label):
1277
1278         Escape underscores in filenames of recent file items.
1279
1280 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1281
1282         * configure.ac:
1283         
1284         Bumped poppler requirements, really 0.5.3 is very 
1285         buggy, now we require 0.5.4.
1286
1287 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1288
1289         * djvu/Makefile.am:
1290         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1291         (djvu_document_find_iface_init), (djvu_document_links_get_links),
1292         (djvu_document_document_links_iface_init):
1293         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
1294         (number_from_string_10), (get_djvu_link_dest),
1295         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
1296         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
1297         (djvu_links_get_links), (djvu_links_find_link_dest),
1298         (djvu_links_get_links_model):
1299         * djvu/djvu-links.h:
1300         
1301         Add support for links and bookmarks in djvu documents. Thanks
1302         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
1303         patch.
1304
1305 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1306
1307         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1308         
1309         Reopen should reload document. Fixes 
1310         bug 327951.
1311
1312 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1313
1314         * configure.ac:
1315         * data/Makefile.am:
1316         * data/evince-16.png:
1317         * data/evince-22.png:
1318         * data/evince.png:
1319         * data/evince.svg:
1320         * data/icons/16x16/Makefile.am:
1321         * data/icons/16x16/evince.png:
1322         * data/icons/22x22/Makefile.am:
1323         * data/icons/22x22/evince.png:
1324         * data/icons/48x48/Makefile.am:
1325         * data/icons/48x48/evince.png:
1326         * data/icons/Makefile.am:
1327         * data/icons/scalable/Makefile.am:
1328         * data/icons/scalable/evince.svg:
1329         
1330         Install icons with correct names. Fixes
1331         bug #354429.
1332
1333 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-view.c: (ev_view_button_release_event):
1336
1337         Don't open links with middle mouse button. Fixes bug #353649
1338
1339 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1340
1341         * NEWS:
1342         * configure.ac:
1343         
1344         Update for release 0.6.0
1345
1346 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1347
1348         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
1349         Implement Close named action. Patch by Carlos Garcia Campos.
1350
1351 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1352
1353         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1354         
1355         Don't clear link mapping on copy_job_to_job_info. Fixes
1356         bug 346168.
1357
1358 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/main.c: (main):
1361
1362         Revert my previous commit, gnome_program_init owns the option context.
1363         Fix another memory leak in main. Both caught by Christian Persch. 
1364
1365 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/main.c: (main):
1368
1369         Fix memory leak.
1370
1371 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * backend/ev-document-factory.c: (ev_document_factory_get_document):
1374
1375         Fix crash when opening a pdf with password protection. 
1376
1377 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * pdf/ev-poppler.cc: (pdf_document_search_free):
1380
1381         Fix memory leak. 
1382
1383 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1384
1385         * backend/ev-document-factory.c:
1386         (ev_document_factory_get_document):
1387         * tiff/tiff-document.c: (tiff_document_finalize):
1388         
1389         More correct handling of document loading. Fixes
1390         bug #349043.
1391
1392 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * backend/ev-attachment.c: (ev_attachment_save):
1395
1396         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
1397         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
1398
1399 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
1400         
1401         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
1402         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
1403
1404 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-sidebar-thumbnails.c:
1407
1408         Do not render thumbnails unless thumbnails page is active in the
1409         sidebar.
1410
1411 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
1412
1413         * shell/ev-properties-dialog.c:
1414
1415         Fix dialogue spacing. Bug #351370.
1416
1417 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1418
1419         * configure.ac:
1420
1421         Use lowercase gettext catalog file names (evince.mo
1422         instead of Evince.mo)
1423
1424 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * shell/ev-sidebar-attachments.c:
1427
1428         GtkIconTheme is now screen safe too. Fixes bug #350878
1429
1430 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * shell/ev-window.c:
1433
1434         GtkRecent manager is now screen safe. Fixes bug #350145
1435
1436 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1437
1438         * shell/ev-sidebar.c: (ev_sidebar_init):
1439         
1440         Make sidebar close icon smaller. Fix for bug 350177.
1441         See also bugs 350176 and 165770.
1442
1443 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
1446
1447         Ignore zoom for xyz destinations when it's <= 1, keeping user
1448         preferences instead. Set correct sizing-mode for fith and fitv
1449         destinations rather than EV_SIZING_FREE. Fixes bug #349433
1450
1451 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1452
1453         * NEWS:
1454         * configure.ac:
1455         
1456         Update for release 0.5.5
1457
1458 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
1459         
1460         * shell/ev-window.c: (ev_window_cmd_escape)
1461
1462         Escape unfocus page entry. Fixes bug #345809.
1463
1464 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
1467         (build_tree), (pdf_document_links_get_links),
1468         (pdf_document_links_find_link_dest):
1469         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
1470         (goto_xyz_dest):
1471
1472         Convert from PDF style coordinates to X style coordinates in the
1473         backend rather than in the view. Fixes bug #338440
1474
1475 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1476
1477         * shell/ev-window.c:
1478         
1479         Remove Ctrl+Shift+T shortcut for toolbars. See
1480         the bug #350098.
1481
1482 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * configure.ac:
1485
1486         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
1487         of this. 
1488
1489 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * configure.ac:
1492         * cut-n-paste/Makefile.am:
1493         * data/evince-ui.xml:
1494         * shell/Makefile.am:
1495         * shell/ev-application.[ch]:
1496         * shell/ev-window.c:
1497
1498         Use GtkRecent instead of EggRecent when it's available. Fixes bug
1499         #349273
1500
1501 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1502
1503         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
1504         findbar code: s/help/search/
1505
1506 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1507
1508         * shell/ev-window.c: (setup_document_from_metadata),
1509         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
1510         (setup_view_from_metadata):
1511         
1512         Fix memory leaks.
1513
1514 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
1515
1516         * autogen.sh, configure.ac: 
1517         
1518         Update automake usage. See bug 349292.
1519
1520 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1521
1522         * shell/eggfindbar.c: (egg_find_bar_class_init),
1523         (entry_activate_callback), (egg_find_bar_init),
1524         (egg_find_bar_set_status_text):
1525         * shell/eggfindbar.h:
1526         
1527         Unify Evince findbar with Epiphany. Nice patch
1528         from Fabricio Silva <silva@crans.org> and
1529         Frederic Peters <fpeters@entrouvert.com>. See
1530         bug #339966 for details.
1531
1532 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1533
1534         * data/evince.desktop.in.in:
1535         
1536         Correct information for bugzilla. Thanks to
1537         Olaf Vitters, see bug #348855.
1538
1539 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-jobs.[ch]:
1542         * shell/ev-sidebar-links.c:
1543         * shell/ev-window.[ch]:
1544
1545         GtkPrintJob doesn't support print ranges or current page, so we export
1546         to a ps file now when printing ranges or current page.
1547
1548 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1549
1550         * pdf/ev-poppler.cc:
1551         * shell/ev-window.c: (do_action_named):
1552
1553         We should be more clear about bugzilla. See the
1554         poppler bug #7623.
1555
1556 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * configure.ac:
1559         * shell/Makefile.am:
1560         * shell/ev-job-queue.c:
1561         * shell/ev-jobs.[ch]:
1562         * shell/ev-sidebar-links.c:
1563         * shell/ev-window.[ch]:
1564         
1565         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
1566         #348422
1567
1568 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
1571         * shell/ev-application-service.xml:
1572         * shell/ev-application.[ch]:
1573         * shell/ev-jobs.[ch]:
1574         * shell/ev-window.[ch]: (ev_window_run_preview):
1575         * shell/main.c: 
1576
1577         Add preview mode to use evince as a printing previewer. It also adds
1578         other command line options for fullscreen and presentation modes.
1579         Fixes bugs #347822, #317031
1580
1581 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1582
1583         * NEWS:
1584         * configure.ac:
1585         
1586         Update for release 0.5.4
1587
1588 2006-07-11  Bastien Nocera <hadess@hadess.net>
1589
1590         * Makefile.am:
1591         * backend/Makefile.am:
1592         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
1593         * backend/ev-document-factory.h:
1594         * configure.ac:
1595         * impress/.cvsignore:
1596         * impress/Makefile.am:
1597         * impress/common.h:
1598         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
1599         (imp_get_page), (imp_next_page), (imp_prev_page),
1600         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
1601         * impress/f_oasis.c: (render_object), (render_page),
1602         (get_geometry), (_imp_oasis_load):
1603         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
1604         (_imp_oo13_load):
1605         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
1606         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
1607         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
1608         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
1609         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
1610         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
1611         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
1612         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
1613         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
1614         (iks_new_within), (iks_insert), (iks_insert_cdata),
1615         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
1616         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
1617         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
1618         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
1619         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
1620         (iks_cdata), (iks_cdata_size), (iks_has_children),
1621         (iks_has_attribs), (escape_size), (my_strcat), (escape),
1622         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
1623         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
1624         (iks_tree), (iks_load), (iks_save):
1625         * impress/iksemel.h:
1626         * impress/imposter.h:
1627         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
1628         (imp_render_draw_bezier_real), (imp_render_get_size),
1629         (imp_render_set_fg_color), (imp_render_draw_line),
1630         (imp_render_draw_rect), (imp_render_draw_polygon),
1631         (imp_render_draw_arc), (imp_render_draw_bezier),
1632         (imp_render_open_image), (imp_render_get_image_size),
1633         (imp_render_scale_image), (imp_render_draw_image),
1634         (imp_render_close_image), (imp_render_markup),
1635         (imp_render_get_text_size), (imp_render_draw_text),
1636         (impress_document_load), (impress_document_save),
1637         (impress_document_get_n_pages), (impress_document_get_page_size),
1638         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1639         (impress_document_finalize), (impress_document_class_init),
1640         (impress_document_can_get_text), (impress_document_get_info),
1641         (impress_document_document_iface_init),
1642         (impress_document_thumbnails_get_thumbnail),
1643         (impress_document_thumbnails_get_dimensions),
1644         (impress_document_document_thumbnails_iface_init),
1645         (impress_document_init):
1646         * impress/impress-document.h:
1647         * impress/internal.h:
1648         * impress/r_back.c: (_imp_fill_back):
1649         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
1650         (_imp_draw_image), (_imp_tile_image):
1651         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
1652         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
1653         (r_polyline):
1654         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
1655         (r_draw_gradient_complex), (r_draw_gradient):
1656         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
1657         (r_get_bullet):
1658         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
1659         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
1660         (r_text):
1661         * impress/render.c: (imp_create_context), (imp_context_set_page),
1662         (imp_context_set_step), (imp_render), (imp_delete_context):
1663         * impress/render.h:
1664         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
1665         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
1666         (zip_load_xml), (zip_get_size), (zip_load):
1667         * impress/zip.h:
1668         * shell/ev-utils.c:
1669         
1670         New backend to support impress slides. Fixes bug #30867.
1671
1672 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
1673
1674         * shell/ev-utils.c: (using_postscript_printer):
1675         
1676         Fixes crash when print using PAPI backend,
1677         bug #345012.
1678
1679 2006-06-09  Pat Rondon  <pmr@patrondon.org>
1680
1681         * shell/ev-jobs.c: (ev_job_xfer_run):
1682         * shell/ev-window.c: (password_dialog_response),
1683         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
1684         (ev_window_dispose):
1685         Fixes bug #344160: if the xfer job doesn't complete
1686         because a password is required, reload the existing
1687         instance instead of creating a new one.
1688
1689 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1690
1691         * shell/main.c: (main): Call gdk_threads_init. Thus
1692         we'll avoid errors in auth dialog. Fix for the bug
1693         #343347.
1694
1695 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1696
1697         * configure.ac: Advertise pixbuf support, fix
1698         for the bug 343317.
1699
1700 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1701
1702         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
1703         (ev_sidebar_thumbnails_set_document):
1704         
1705         Update sidebar thumbnails after reloading.
1706
1707 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1708
1709         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
1710         * shell/ev-jobs.h:
1711         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
1712         (ev_window_cmd_view_reload), (ev_window_init):
1713         
1714         Don't crash on reload. Fix for the bug #343167.
1715
1716 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1717
1718         * shell/ev-jobs.c: (ev_job_render_run):
1719         
1720         Check for document links.
1721
1722 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1723
1724         * backend/ev-attachment.c: (ev_attachment_save),
1725         (ev_attachment_launch_app), (ev_attachment_open):
1726         * backend/ev-document-factory.c: (get_document_from_uri):
1727         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1728         (egg_recent_view_uimanager_set_list):
1729         * ps/ps-document.c: (check_filecompressed), (document_load),
1730         (ps_document_load):
1731         * shell/ev-metadata-manager.c: (load_values):
1732         * shell/ev-password.c: (ev_password_dialog_set_property):
1733         * shell/ev-view.c: (tip_from_link):
1734         * shell/ev-window.c: (file_save_dialog_response_cb),
1735         (ev_window_print_dialog_response_cb):
1736         
1737         Use consistent quoting style. Fix for the bug #320285.
1738
1739 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1740
1741         * shell/ev-jobs.c: (ev_job_xfer_run):
1742         * shell/main.c: (load_files):
1743                 
1744         Open links with anchors. Fix for the bug #339836.
1745
1746 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1747
1748         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
1749         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
1750         (ev_link_dest_set_property), (ev_link_dest_finalize),
1751         (ev_link_dest_class_init), (ev_link_dest_new_named),
1752         (ev_link_dest_new_page_label):
1753         * backend/ev-link-dest.h:
1754         * shell/ev-application.c: (ev_application_open_uri):
1755         * shell/ev-view.c: (goto_dest):
1756         * shell/ev-window.c:
1757         * shell/ev-window.h:
1758         
1759         Fix page-label command line option. Bug #342070.
1760
1761 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1762
1763         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1764         
1765         Don't show highlight rects if page can't be showed. Fix for 
1766         the bug #342076
1767
1768 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1769
1770         * shell/ev-window.c: (setup_sidebar_from_metadata),
1771         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
1772         
1773         Setup sidebar from metadata even if there is no document
1774         loaded. Fix for the bug #342807.
1775
1776 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1777
1778         * cut-n-paste/toolbar-editor/Makefile.am:
1779         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1780         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
1781         (find_action), (drag_data_delete_cb), (drag_begin_cb),
1782         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
1783         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
1784         (popup_context_menu_cb), (button_press_event_cb),
1785         (configure_item_sensitivity), (configure_item_cursor),
1786         (configure_item_tooltip), (connect_widget_signals),
1787         (action_sensitive_cb), (create_item_from_action),
1788         (create_item_from_position), (toolbar_drag_data_received_cb),
1789         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
1790         (toolbar_drag_leave_cb), (configure_drag_dest),
1791         (toggled_visibility_cb), (toolbar_visibility_refresh),
1792         (create_dock), (toolbar_changed_cb), (unparent_fixed),
1793         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
1794         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
1795         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
1796         (egg_editable_toolbar_dispose),
1797         (egg_editable_toolbar_set_ui_manager),
1798         (egg_editable_toolbar_get_selected),
1799         (egg_editable_toolbar_set_selected), (set_edit_mode),
1800         (egg_editable_toolbar_set_property),
1801         (egg_editable_toolbar_get_property),
1802         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
1803         (egg_editable_toolbar_new_with_model),
1804         (egg_editable_toolbar_get_edit_mode),
1805         (egg_editable_toolbar_set_edit_mode),
1806         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
1807         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
1808         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1809         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
1810         (item_added_or_removed_cb), (toolbar_removed_cb),
1811         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
1812         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
1813         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
1814         (editor_create_item_from_name), (append_table),
1815         (update_editor_sheet), (egg_toolbar_editor_init):
1816         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
1817         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1818         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
1819         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
1820         (toolbar_node_free), (egg_toolbars_model_get_flags),
1821         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
1822         (egg_toolbars_model_get_name), (impl_add_item),
1823         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
1824         (parse_data_list), (parse_item_list), (parse_toolbars),
1825         (egg_toolbars_model_load_toolbars), (parse_available_list),
1826         (parse_names), (egg_toolbars_model_load_names),
1827         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
1828         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
1829         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
1830         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
1831         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
1832         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
1833         (egg_toolbars_model_set_types), (fill_avail_array),
1834         (egg_toolbars_model_get_name_avail),
1835         (egg_toolbars_model_get_name_flags),
1836         (egg_toolbars_model_set_name_flags):
1837         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1838         * cut-n-paste/toolbar-editor/eggintl.h:
1839         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1840         (egg_tree_multi_drag_source_get_type),
1841         (egg_tree_multi_drag_source_row_draggable),
1842         (egg_tree_multi_drag_source_drag_data_delete),
1843         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
1844         (egg_tree_multi_drag_button_release_event), (selection_foreach),
1845         (path_list_free), (set_context_data), (get_context_data),
1846         (get_info), (egg_tree_multi_drag_drag_data_get),
1847         (egg_tree_multi_drag_motion_event),
1848         (egg_tree_multi_drag_button_press_event),
1849         (egg_tree_multi_drag_add_drag_support):
1850         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1851         * shell/ev-application.c: (ev_application_init),
1852         (ev_application_save_toolbars_model):
1853         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
1854         (ev_window_cmd_edit_toolbar), (ev_window_init):
1855         
1856         Sync toolbareditor with epiphany and libegg
1857
1858 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * configure.ac: 
1861
1862         Depend on poppler 0.5.2
1863
1864 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1865
1866         * shell/ev-jobs.c: (ev_job_render_run):
1867         
1868         Check if document supports links iterface.
1869
1870 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1871
1872         * NEWS:
1873         * configure.ac:
1874         
1875         Update for release 0.5.3
1876
1877 2006-05-13  Michael Plump  <plumpy@skylab.org>
1878
1879         * configure.ac:
1880         * shell/Makefile.am:
1881         * shell/main.c: (main):
1882         
1883         Port to GOption command line parsing. Fix for the 
1884         bug #327518
1885
1886 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1887
1888         * shell/ev-window.c: (ev_window_cmd_help_about):
1889         
1890         Do not wrap license. Fix for the bug #309460.
1891
1892 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1893
1894         * configure.ac:
1895         * properties/ev-properties-main.c: (ev_properties_get_pages):
1896         * shell/ev-application.c: (ev_application_open_window),
1897         (ev_application_open_uri_at_dest):
1898         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
1899         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
1900         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
1901         * shell/ev-utils.c: (save_print_config_to_file):
1902         * shell/ev-window.c: (ev_window_cmd_save_as),
1903         (ev_attachment_popup_cmd_save_attachment_as):
1904         * shell/main.c: (load_files_remote):
1905         
1906         Bump requirements to gtk 2.8 and drop all ifdefs used.
1907
1908 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1909
1910         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
1911         * shell/ev-window.c: (ev_window_init):
1912         
1913         Show attachments page.
1914
1915 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1916
1917         * po/POTFILES.in:
1918         * shell/ev-attachment-bar.c:
1919         * shell/ev-attachment-bar.h:
1920         * shell/ev-sidebar-attachments.c:
1921         (ev_sidebar_attachments_icon_cache_add),
1922         (icon_theme_get_pixbuf_from_mime_type),
1923         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
1924         (ev_sidebar_attachments_icon_cache_refresh),
1925         (ev_sidebar_attachments_get_attachment_at_pos),
1926         (ev_sidebar_attachments_popup_menu_show),
1927         (ev_sidebar_attachments_popup_menu),
1928         (ev_sidebar_attachments_button_press),
1929         (ev_sidebar_attachments_update_icons),
1930         (ev_sidebar_attachments_drag_data_get),
1931         (ev_sidebar_attachments_get_property),
1932         (ev_sidebar_attachments_destroy),
1933         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
1934         (ev_sidebar_attachments_new),
1935         (ev_sidebar_attachments_set_document),
1936         (ev_sidebar_attachments_support_document),
1937         (ev_sidebar_attachments_get_label),
1938         (ev_sidebar_attachments_page_iface_init):
1939         * shell/ev-sidebar-attachments.h:
1940         * shell/ev-window.c: (update_chrome_visibility),
1941         (setup_sidebar_from_metadata), (ev_window_setup_document),
1942         (ev_window_sidebar_current_page_changed_cb),
1943         (attachment_bar_menu_popup_cb), (ev_window_init):
1944         
1945         Move attachments bar to sidebar.
1946
1947 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * pdf/ev-poppler.cc:
1950         * shell/ev-application.[ch]:
1951         * shell/main.c:
1952
1953         Fix some memory leaks.
1954
1955 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1956
1957         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
1958
1959         Change the properties dialog response to
1960         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
1961         will make the dialog go away when the user presses
1962         enter. With gtk+ >= 2.9 this will happen anyway, but for
1963         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
1964         escape by default. Fixes bug #340539. See also bug
1965         #101293 for the gtk+ part.
1966
1967 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1968
1969         * shell/ev-view.c (tip_from_action_named): Replace some strings
1970         that were wrong. Closes #340970.
1971
1972 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1973
1974         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
1975
1976         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
1977         #341049
1978
1979 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1980
1981         * djvu/Makefile.am:
1982         * dvi/Makefile.am:
1983         * dvi/mdvi-lib/Makefile.am:
1984         * properties/Makefile.am:
1985         * ps/Makefile.am:
1986         * shell/Makefile.am:
1987         * thumbnailer/Makefile.am:
1988         
1989         Due to broken libtool that is unable to track dependencies
1990         of noinst libraries we are forced to explicitely point
1991         libraries for binary. Fix for the bug #333334.
1992
1993 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1994
1995         * data/evince.desktop.in.in:
1996         * shell/ev-view.c: (view_update_range_and_current_page),
1997         (ev_view_next_page), (ev_view_previous_page):
1998         * shell/ev-window.c: (update_chrome_visibility),
1999         (setup_sidebar_from_metadata), (ev_window_setup_document),
2000         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
2001         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2002         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
2003         (ev_window_stop_fullscreen), (ev_window_run_presentation),
2004         (ev_window_stop_presentation), (ev_window_focus_in_event),
2005         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
2006         (ev_window_init):
2007         * thumbnailer/Makefile.am:
2008         
2009         Update fullscreen and presentation timeout handling. Hide
2010         cursor in presentation after timeout. Fix for the bugs
2011         #136359 and #336981.
2012
2013 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * backend/ev-link-action.[ch]:
2016         * pdf/ev-poppler.cc: (ev_link_from_action):
2017         * shell/ev-view-private.h:
2018         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
2019         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
2020
2021         Add support for Named Action links
2022
2023 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * backend/Makefile.am:
2026         * backend/ev-document-links.[ch]:
2027         * backend/ev-document.[ch]:
2028         * backend/ev-link-action.[ch]:
2029         * backend/ev-link-dest.[ch]:
2030         * backend/ev-link.[ch]:
2031         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
2032         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
2033         * shell/ev-page-action.c: (build_new_tree_cb):
2034         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
2035         (links_page_num_func), (update_page_callback):
2036         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
2037         (tip_from_link):
2038         * shell/ev-jobs.c:
2039         * shell/ev-window.[ch]: (ev_window_open_uri),
2040         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
2041         * shell/ev-application.[ch]: (ev_application_open_window),
2042         (ev_application_open_uri):
2043
2044         Rework links system, it adds support for remote links now and it makes
2045         easier to add new kinds of actions and destinations. Fixes bug #317292
2046
2047 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2048
2049         * data/Makefile.am:
2050         * data/evince.png:
2051         * data/evince-16.png:
2052         * data/evince-22.png:
2053         * data/evince.svg:
2054         * shell/main.c: (main):
2055         
2056         Evince use it's own icon. Fix for the bug #313392.
2057
2058         * shell/ev-window.c: (fullscreen_timeout_cb),
2059         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2060         (ev_window_cmd_help_about), (ev_window_dispose):
2061         
2062         Simplify fullscreen timeout code.
2063
2064 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * backend/ev-attachment.c: 
2067         * shell/ev-attachment-bar.c:
2068         * shell/ev-window.c:
2069
2070         Allow multiple selection of attachments
2071
2072 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2073
2074         * shell/ev-view.c: (view_update_range_and_current_page),
2075         (ev_view_scroll):
2076         
2077         Fix for the bug #312573 – Optimal selection of current 
2078         page among visible pages.
2079
2080 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2081
2082         * configure.ac:
2083         * djvu/Makefile.am:
2084         * djvu/djvu-text.h:
2085         
2086         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
2087         for the bug 339868.
2088
2089 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
2090
2091         * configure.ac: Fix the LINGUAS stuff here too so it builds.
2092
2093 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2094
2095         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
2096         dictated by the GNOME HIG. Fixes bug #339235.
2097
2098 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2099
2100         * data/evince-ui.xml:
2101         * shell/ev-view.c: (ev_view_can_find_previous):
2102         * shell/ev-view.h:
2103         * shell/ev-window.c: (ev_window_update_actions),
2104         (ev_window_cmd_edit_find_previous):
2105
2106         Add support for "Find Previous" as dictated by the GNOME HIG. A
2107         menu item is added and some glue code to make it all work is added
2108         to various files.
2109
2110 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2111
2112         * configure.ac: Award myself the "useless use of cat" award.
2113
2114 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2115
2116         * po/LINGUAS: New file listing all supported languages.
2117
2118         * configure.in: Use po/LINGUAS instead of including all languages
2119         directly in this file. See the wiki for more information:
2120         http://live.gnome.org/GnomeGoals/PoLinguas
2121
2122 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * backend/ev-document-factory.c:
2125
2126         Do not load the document twice when there isn't errors
2127
2128 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2129
2130         * backend/ev-attachment.c: 
2131
2132         Fix a crash when there isn't a default application to open an
2133         attachment
2134
2135 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2136
2137         * backend/ev-attachment.[ch]:
2138         * shell/ev-attachment-bar.[ch]:
2139
2140         Added missing files. 
2141
2142 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * backend/Makefile.am:
2145         * data/evince-ui.xml:
2146         * backend/ev-attachment.[ch]:
2147         * backend/ev-document.[ch]: (ev_document_has_attachments),
2148         (ev_document_get_attachments):
2149         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
2150         (attachment_save_to_buffer), (pdf_document_get_attachments),
2151         (pdf_document_document_iface_init):
2152         * shell/Makefile.am:
2153         * shell/ev-attachment-bar.[ch]:
2154         * shell/ev-window.c:
2155
2156         Add support for PDF attachments. Fixes bug #325143
2157
2158 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2159
2160         * backend/ev-document-factory.c: (get_document_from_uri),
2161         (ev_document_factory_get_document):
2162         * backend/ev-document-factory.h:
2163         * properties/ev-properties-main.c: (ev_properties_get_pages):
2164         * shell/Makefile.am:
2165         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2166         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2167         (ev_job_queue_remove_job):
2168         * shell/ev-job-queue.h:
2169         * shell/ev-job-xfer.c:
2170         * shell/ev-job-xfer.h:
2171         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
2172         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
2173         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
2174         (ev_job_xfer_run):
2175         * shell/ev-jobs.h:
2176         * shell/ev-window.c: (ev_window_is_empty),
2177         (password_dialog_response), (ev_window_clear_xfer_job),
2178         (ev_window_xfer_job_cb), (ev_window_open_uri),
2179         (ev_window_cmd_focus_page_selector),
2180         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
2181         (ev_window_cmd_continuous), (ev_window_cmd_dual),
2182         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2183         (ev_window_dispose):
2184         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2185         
2186         * Cleanup mime type detection on document load. Fix for the
2187         bug #336448.
2188
2189 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2190
2191         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
2192         
2193         Fix crash on exit, described in the bug #336825.
2194
2195 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2196
2197         * backend/ev-document-factory.c:
2198         (ev_document_factory_get_from_mime),
2199         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
2200         (ev_document_factory_get_document),
2201         (file_filter_add_mime_list_and_free),
2202         (ev_document_factory_add_filters):
2203         * backend/ev-document-factory.h:
2204         * properties/ev-properties-main.c: (ev_properties_get_pages):
2205         * shell/Makefile.am:
2206         * shell/ev-application.c:
2207         * shell/ev-job-xfer.c: (ev_job_xfer_run):
2208         * shell/ev-window.c: (ev_window_cmd_file_open),
2209         (ev_window_cmd_save_as):
2210         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2211         
2212         Rework factory functions so they are placed now in a single 
2213         file ev-document-factory.c
2214
2215 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2216
2217         * shell/ev-window.c: (update_chrome_visibility):
2218         
2219         Fix for the bug 166566 - don't show menubar in fullscreen
2220         mode.
2221
2222 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
2223
2224         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
2225
2226 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2227
2228         * shell/ev-view.c: (ev_view_expose_event):
2229         
2230         More correctly draw loading text when document
2231         is empty.
2232
2233 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2234
2235         * shell/ev-view.c: (ev_view_scroll):
2236         
2237         Fix for the bug #334854, page down and page up switch
2238         pages in presentation mode.
2239
2240 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2241
2242         * shell/ev-window.c: (ev_window_set_action_sensitive),
2243         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
2244         (ev_window_set_view_accels_sensitivity),
2245         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
2246         (ev_window_cmd_continuous), (ev_window_cmd_dual),
2247         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2248         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
2249         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
2250         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
2251         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
2252         (view_actions_focus_in_cb), (ev_window_init):
2253         
2254         Fix for the bug #333902, now it's possible to search
2255         words with slash.
2256
2257 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
2258
2259         * configure.ac: Added Breton translation.
2260         * po/br.po: Added Breton translation.
2261
2262 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * shell/ev-window-title (ev_window_title_update):
2265
2266         Fix memory leak in window title. Fixes bug #333944
2267
2268 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * shell/ev-metadata-manager.c (parseItem):
2271
2272         Fix memory leaks. Fixes bug #333945
2273
2274 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2275         
2276         * NEWS, configure.ac, TODO:
2277         
2278         Update for release 0.5.2.
2279
2280 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2281
2282         * shell/ev-view.c: (view_update_range_and_current_page),
2283         (page_changed_cb):
2284         
2285         Don't jump on scrolling, fix for the bug #333127.
2286
2287 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2288
2289         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2290         
2291         Scroll by one page in presentation mode. Fix for the bug
2292         #332993.
2293
2294 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
2295
2296         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
2297
2298 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
2299
2300         * configure.ac  Added lv in ALL_LINGUAS line.
2301
2302 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2303         
2304         * NEWS, configure.ac:
2305         
2306         Update for release 0.5.1
2307
2308 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2309
2310         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
2311         * backend/ev-document-misc.h:
2312         * shell/ev-view.c: (draw_one_page):
2313         
2314          Clairfy what page the toolbar page number applies to. Fix
2315          for the bug #328102.
2316
2317 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
2318
2319         * shell/ev-view-private.h:
2320         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
2321         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
2322         (ev_view_search_changed):
2323         * shell/ev-view.h:
2324         * shell/ev-window.c: (find_bar_search_changed_cb):
2325         
2326         Dont't jump to find result if window was scrolled during search.
2327         Fix for the bug #313266.
2328
2329 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
2330
2331         * shell/eggfindbar.c: (egg_find_bar_class_init):
2332         * shell/eggfindbar.h:
2333         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
2334         * shell/ev-view-private.h:
2335         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
2336         (ev_view_class_init), (ev_sizing_mode_get_type),
2337         (ev_scroll_type_get_type):
2338         * shell/ev-view.h:
2339         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
2340         (ev_window_cmd_scroll_backward), (find_bar_scroll),
2341         (ev_window_init):
2342         
2343         Fix for the bug 319133 - Find entry should allow text scroll.
2344
2345 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
2346
2347         * shell/ev-view-private.h:
2348         * shell/ev-view.c: (view_update_range_and_current_page),
2349         (highlight_find_results), (find_changed_cb), (page_changed_cb),
2350         (ev_view_set_document), (update_find_status_message),
2351         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
2352         (ev_view_find_previous):
2353         
2354         Fix for the bug #319137. Search now takes account for scrolling.
2355
2356 2006-02-19  Michael Hofmann <mh21@piware.de>
2357
2358         * configure.ac:
2359         * djvu/Makefile.am:
2360         * djvu/djvu-document-private.h:
2361         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2362         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
2363         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
2364         (djvu_document_can_get_text), (djvu_document_get_text),
2365         (djvu_document_document_iface_init),
2366         (djvu_document_thumbnails_get_thumbnail),
2367         (djvu_document_find_begin), (djvu_document_find_get_n_results),
2368         (djvu_document_find_get_result),
2369         (djvu_document_find_page_has_results),
2370         (djvu_document_find_get_progress), (djvu_document_find_cancel),
2371         (djvu_document_find_iface_init):
2372         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
2373         (djvu_text_page_selection), (djvu_text_page_limits_process),
2374         (djvu_text_page_limits), (djvu_text_page_copy),
2375         (djvu_text_page_position), (djvu_text_page_union),
2376         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
2377         (djvu_text_page_box), (djvu_text_page_append_text),
2378         (djvu_text_page_search), (djvu_text_page_prepare_search),
2379         (djvu_text_page_new), (djvu_text_page_free):
2380         * djvu/djvu-text-page.h:
2381         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
2382         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
2383         (djvu_text_n_results), (djvu_text_has_results),
2384         (djvu_text_get_result), (djvu_text_get_progress):
2385         * djvu/djvu-text.h:
2386         
2387         Text search in djvu. Fix for the bug #303415.
2388
2389 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2390
2391         * configure.ac:
2392         * shell/ev-window.c: (ev_window_cmd_save_as):
2393         
2394         Ask filechooser to confirm overwrite. Fix for the bug #328266.
2395         Thanks to Gary Coady <gary@lyranthe.org>
2396
2397 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2398
2399         * shell/ev-print-job.c: (idle_print_handler):
2400         
2401         Inverse order printing, bug #320919.
2402
2403 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2404
2405         * data/evince-toolbar.xml:
2406         * shell/ev-window.c:
2407         
2408         Allow to add sidebar checkbutton on toolbar. Fix
2409         for the bug #144577.
2410
2411 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2412
2413         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
2414         
2415         Add checks that have sense for empty ps document.
2416
2417 2006-02-15  Luca Ferretti <elle.uca@libero.it>
2418
2419         * configure.ac: Include PS in mime types list. 
2420
2421 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2422
2423         * configure.ac:
2424         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
2425         * ps/gsdefaults.h:
2426         * ps/ps-document.c: (start_interpreter), (ps_document_load):
2427         
2428         Runtime check for gs interpreter. Fix for the bug #320868.
2429         Thanks to Antoine Dopffer antoine.dopffer@free.fr
2430
2431 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * shell/ev-application.c: 
2434
2435         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
2436         dbus>=0.60, so that the request is not queued. 
2437
2438 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2439
2440         * configure.ac:
2441         * shell/Makefile.am:
2442         * shell/ev-sidebar-links.c: (print_section_cb):
2443         * shell/ev-utils.c:
2444         * shell/ev-utils.h:
2445         * shell/ev-window.c: (update_action_sensitivity),
2446         (ev_window_close_dialogs), (ev_window_print):
2447         * shell/ev-window.h:
2448         
2449         Make printing support optional. Patch from Eduardo de Barros Lima
2450         <eduardo.lima@indt.org.br> for the bug #330546.
2451
2452 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2453
2454         * shell/ev-view-private.h:
2455         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
2456         (ev_view_set_document):
2457         * shell/ev-view.h:
2458         * shell/ev-window.c: (ev_window_load_job_cb),
2459         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
2460         (ev_window_init):
2461
2462         Draw Loading message during xfer job. Fix for the bug #329495.
2463
2464 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2465
2466         * comics/comics-document.c: (comics_regex_quote),
2467         (comics_document_load), (extract_argv):
2468         
2469         Correcly quote regexp before passing it to unzip.
2470
2471 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2472
2473         * shell/ev-page-cache.c: (build_height_to_page),
2474         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
2475         (ev_page_cache_get_dual_even_left):
2476         * shell/ev-page-cache.h:
2477         * shell/ev-view.c: (view_update_range_and_current_page),
2478         (get_page_y_offset), (get_page_extents):
2479         
2480         Place even pages to the left if document has less then
2481         two pages. Fix for the bug #328856.
2482
2483 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2484
2485         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2486         
2487         Correct comics scheme. This make evince create thumbnails
2488         for comic books. Fix for the bug 329088.
2489
2490 2006-01-31  Christopher Aillon  <caillon@redhat.com>
2491
2492         * data/evince-password.glade: Don't explicitly set
2493         invisible_char to the current default value in case
2494         the default changes; let GTK+ do its magic.
2495
2496 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2497
2498         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
2499         real filename to tmp filename since often document
2500         type is determined by extension.
2501
2502 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2503
2504         * shell/ev-view.c: (add_scroll_binding_keypad),
2505         (ev_view_binding_activated), (ev_view_class_init):
2506         
2507         Add keybindings for percision-scrolling of display area. 
2508         Fix for the bug #314072.
2509
2510 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2511
2512         * data/evince.desktop.in.in:
2513         
2514         Add GTK to the list of categories. Fix for the bug #328034.
2515
2516 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2517
2518         * shell/ev-application.c: (ev_application_shutdown),
2519         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
2520         * shell/ev-application.h:
2521         * shell/ev-window.c: (file_open_dialog_response_cb),
2522         (ev_window_cmd_file_open):
2523         
2524         Save last uri in file chooser dialog. Fix for the bug #327950.
2525
2526 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2527
2528         * NEWS:
2529         * README:
2530         
2531         Final update for release 0.5.0
2532         
2533         * shell/Makefile.am:
2534         
2535         Remove disable deprecated until we'll require libgnome-2.13.7
2536         and port to GOption argument parsing. See bug 327518.
2537
2538 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
2539
2540         * comics/comics-document.c: (comics_document_save):
2541         * djvu/djvu-document.c: (djvu_document_save):
2542         * dvi/dvi-document.c: (dvi_document_save):
2543         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
2544         * lib/ev-file-helpers.h:
2545         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
2546         * tiff/tiff-document.c: (tiff_document_save):
2547         
2548         Use common save function for backends.
2549
2550 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
2551
2552         * backend/ev-document-types.c:
2553         
2554         Fix crash on saving pixbuf.
2555
2556 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2557
2558         * cut-n-paste/recent-files/egg-recent-item.c:
2559         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
2560         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
2561         (parse_info_free), (valid_element), (start_element_handler),
2562         (end_element_handler), (text_handler), (egg_recent_model_filter),
2563         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
2564         (egg_recent_model_monitor), (egg_recent_model_read),
2565         (egg_recent_model_open_file), (egg_recent_model_lock_file),
2566         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
2567         (egg_recent_model_set_property), (egg_recent_model_class_init),
2568         (egg_recent_model_init), (egg_recent_model_add_full),
2569         (egg_recent_model_delete), (egg_recent_model_get_list),
2570         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
2571         (egg_recent_model_set_filter_mime_types),
2572         (egg_recent_model_clear_group_filter),
2573         (egg_recent_model_set_filter_groups),
2574         (egg_recent_model_clear_scheme_filter),
2575         (egg_recent_model_set_filter_uri_schemes),
2576         (egg_recent_model_remove_expired):
2577         * cut-n-paste/recent-files/egg-recent-util.c:
2578         (egg_recent_util_get_icon):
2579         * cut-n-paste/recent-files/egg-recent-util.h:
2580         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2581         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
2582         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
2583         (egg_recent_view_uimanager_set_property),
2584         (egg_recent_view_uimanager_get_property),
2585         (egg_recent_view_uimanager_class_init),
2586         (egg_recent_view_uimanager_init),
2587         (egg_recent_view_uimanager_set_label_width),
2588         (egg_recent_view_uimanager_get_label_width):
2589         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
2590         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2591         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
2592         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2593         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2594         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
2595         
2596         Update from libegg.
2597
2598 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2599
2600         * shell/ev-page-cache.c: (build_height_to_page),
2601         (ev_page_cache_get_height_to_page):
2602         * shell/ev-page-cache.h:
2603         * shell/ev-view.c: (view_update_range_and_current_page),
2604         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
2605         (ev_view_previous_page):
2606         
2607         Dual mode places even pages to the left. Fix for the bug #309393.
2608
2609         * shell/ev-view.h:
2610         * shell/ev-window.c: (update_action_sensitivity),
2611         (setup_view_from_metadata), (view_menu_popup_cb):
2612         
2613         Don't restore presentation in empty windows, more intelligent
2614         next page behaviour in dual mode.
2615
2616         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2617         (ev_pixbuf_cache_clear_job_sizes):
2618         
2619         Cleanup job callback on removal. Fix for the bug #325886.
2620
2621 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2622
2623         * ps/ps.c: (psscan):
2624         
2625         Commit workaround Mozilla problem. Fix for the bug #325919
2626         
2627         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
2628         (save_item):
2629         
2630         Fix for year 2038 problem.
2631
2632 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2633
2634         * shell/ev-window.c: (setup_document_from_metadata),
2635         (ev_window_cmd_view_reload):
2636
2637         Clamp page recieved from metadata in valid values. Fix
2638         for the bug #325986.
2639
2640 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2641
2642         * MAINTAINERS: 
2643         Add MAINTAINERS as requested on desktop-devel-list.
2644
2645 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2646
2647         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
2648         (mime_type_supported_by_gdk_pixbuf),
2649         (ev_document_factory_get_mime_types),
2650         (ev_document_factory_get_all_mime_types):
2651         
2652         Don't add pixbuf mime types if pixbuf backend is disabled.
2653         
2654         * shell/ev-application.c: (ev_application_get_uri_window):
2655         
2656         Fix for the bug 325815 - unhandled MIME type message doesn't 
2657         appear a second time. 
2658         
2659         * shell/ev-document-types.c: (ev_document_types_add_filters):
2660         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
2661         (password_dialog_response), (ev_window_popup_password_dialog),
2662         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
2663         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2664         (ev_window_run_presentation), (ev_window_stop_presentation),
2665         (save_sizing_mode), (ev_window_zoom_changed_cb),
2666         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
2667         (ev_window_dual_mode_changed_cb),
2668         (ev_window_sidebar_current_page_changed_cb),
2669         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
2670         (window_state_event_cb), (window_configure_event_cb):
2671         
2672         Cleanup additional uris holded by EvWindow.
2673
2674 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2675
2676         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
2677         (ev_view_can_previous_page), (ev_view_can_next_page):
2678         * shell/ev-view.h:
2679         * shell/ev-window.c: (update_action_sensitivity):
2680         
2681         Two page scrolling with Space and PageUp in dual mode. Second fix 
2682         for the bug #316608.
2683
2684 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2685
2686         * shell/ev-view.c: (scroll_to_current_page):
2687         
2688         Correctly clamp adjustment value. Fix for the bug
2689         #325808.
2690
2691 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2692
2693         * shell/ev-sidebar-links.c: (print_section_cb):
2694         * shell/ev-window.c: (ev_window_get_uri),
2695         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
2696         (ev_window_print_dialog_response_cb), (ev_window_print_range),
2697         (ev_window_dispose):
2698         
2699         Make print dialog non-modal. Fix for the bug #325622.
2700
2701 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2702
2703         * shell/ev-metadata-manager.c:
2704         * shell/ev-utils.c: (using_pdf_printer),
2705         (using_postscript_printer), (load_print_config_from_file),
2706         (save_print_config_to_file):
2707         * shell/ev-utils.h:
2708         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
2709         (update_sidebar_visibility), (setup_sidebar_from_metadata),
2710         (setup_view_from_metadata), (ev_window_setup_document),
2711         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
2712         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2713         (ev_window_run_presentation), (ev_window_stop_presentation),
2714         (save_sizing_mode), (ev_window_zoom_changed_cb),
2715         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
2716         (ev_window_dual_mode_changed_cb),
2717         (ev_window_sidebar_current_page_changed_cb),
2718         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
2719         (window_state_event_cb), (window_configure_event_cb),
2720         (ev_window_init):
2721         
2722         Setting saving behaviour fixes.
2723
2724 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2725
2726         * configure.ac:
2727         
2728         Make antialiasing gs options better and allow
2729         to change them during configure. Fix for the 
2730         bug #319049.
2731
2732 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2733
2734         * shell/ev-window.c: (setup_view_from_metadata):
2735         
2736         Remember if last window was maximized. Fix for the
2737         bug #323797.
2738
2739 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
2740
2741         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
2742
2743 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2744
2745         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
2746         * shell/ev-page-action.c: (build_new_tree_cb):
2747         * shell/ev-sidebar-links.c: (links_page_num_func),
2748         (update_page_callback_foreach), (update_page_callback):
2749         * shell/ev-view.c: (scroll_to_current_page):
2750         
2751         Fix for the bug #325067 with more intelligent selection
2752         of current link in sidebar. Make sidebar handle links
2753         of FITR-like type more correctly.
2754
2755         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
2756         (dvi_pixbuf_put_pixel):
2757         
2758         Fix memory consumtion with disabled alpha channel.
2759
2760 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2761
2762         * data/evince-ui.xml:
2763         * shell/ev-window.c: (view_menu_popup_cb),
2764         (ev_popup_cmd_open_link), (ev_window_init):
2765         
2766         Update context menu for internal links. Fix for the bug
2767         #325066.
2768
2769 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2770
2771         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
2772         
2773         Bind context menu to keyboard also. Fix for the bug
2774         #325065.
2775
2776 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2777
2778         * shell/ev-view.c: (selection_scroll_timeout_cb):
2779         
2780         Horizontal scroll on selection also.
2781
2782 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2783
2784         * shell/ev-metadata-manager.c: (parse_value):
2785         * shell/ev-view.c: (goto_xyz_link):
2786         
2787         Correct zoom setup and metadata save broken in 
2788         some locales.
2789
2790 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2791
2792         * shell/ev-view-private.h:
2793         * shell/ev-view.c: (scroll_to_current_page),
2794         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
2795         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
2796         (page_changed_cb), (ev_view_set_continuous),
2797         (ev_view_set_dual_page), (ev_view_set_presentation):
2798         
2799         Delay scroll until allocation to correctly position page. Fix
2800         for the bug #317334.
2801
2802 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2803
2804         * NEWS:
2805         * configure.ac:
2806         
2807         Update NEWS and require poppler 0.5.0.
2808
2809 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2810         
2811         * data/evince-ui.xml:
2812         * shell/ev-view-private.h:
2813         * shell/ev-view.c: (ev_view_get_link_at_location),
2814         (handle_link_over_xy), (ev_view_button_press_event),
2815         (ev_view_button_release_event), (ev_view_class_init):
2816         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
2817         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
2818         (ev_window_init):
2819         
2820         Implement right-click context menu.
2821
2822 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2823
2824         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
2825         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
2826         (mdvi_pixbuf_device_render):
2827         * pdf/ev-poppler.cc:
2828
2829         Don't generate thumbnails with alpha. See bug #324077.
2830         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
2831
2832 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2833
2834         * shell/ev-window.c: (setup_chrome_from_metadata):
2835         
2836         Fix typo that was hiding toolbar.
2837
2838 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2839
2840         * shell/ev-view-private.h:
2841         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
2842         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
2843         (ev_view_button_release_event), (ev_view_destroy):
2844         
2845         Small cleanup and autoscrolling during selection. Thanks to 
2846         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
2847
2848 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
2849
2850         * configure.ac:
2851         
2852         Correctly check for comics option.
2853
2854 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
2855         * Makefile.am:
2856         * configure.ac:
2857         * backend/Makefile.am:
2858         * backend/ev-document-factory.c:
2859         * shell/ev-document-types.c:
2860
2861         Included option in configure to make ps backend 
2862         compilation optional with --disable-ps.
2863
2864 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2865
2866         * backend/ev-document-factory.c:
2867         * comics/Makefile.am:
2868         * comics/comics-document.c: (comics_document_load):
2869         * comics/ev-cbr-mime.xml:
2870         * configure.ac:
2871         
2872         Comics mime types are added to shared-mime-info CVS. Now
2873         we don't need to install our own mime types.
2874
2875 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2876
2877         * shell/ev-window.c:
2878         
2879         Add shortcut for "save a copy" menu entry. Fix for
2880         the bug #324582.
2881
2882 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2883
2884         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2885         (job_finished_cb), (new_selection_pixbuf_needed),
2886         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
2887         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
2888         
2889         Rework selection job info logic and fix critical warning.
2890
2891 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
2892
2893         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
2894
2895 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
2896
2897         * data/evince-ui.xml:
2898         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
2899         
2900         Enter as shortcut key for next page. Fix for the bug
2901         #321394.
2902
2903 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
2904
2905         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
2906
2907 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2908
2909         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2910         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
2911         (new_selection_pixbuf_needed),
2912         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
2913         (clear_job_selection):
2914         
2915         Too early for 0.5. Pixbuf cache code cleaned a bit.
2916
2917 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2918
2919         * NEWS:
2920         * configure.ac:
2921         
2922         Release 0.5.0 preparation
2923
2924 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2925
2926         * comics/Makefile.am:
2927         * configure.ac:
2928         * shell/ev-document-types.c: (ev_document_types_add_filters):
2929         
2930         More advanced handling of custom mime type installation.
2931
2932 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2933
2934         * data/evince.schemas.in:
2935         * shell/ev-metadata-manager.c: (value_free),
2936         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
2937         (ev_metadata_manager_get), (ev_metadata_manager_set):
2938         * shell/ev-metadata-manager.h:
2939         * shell/ev-window.c: (update_chrome_flag),
2940         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
2941         (setup_document_from_metadata), (setup_chrome_from_metadata),
2942         (setup_sidebar_from_metadata), (setup_view_from_metadata),
2943         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
2944         (ev_window_view_toolbar_cb),
2945         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
2946         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
2947         
2948         Save last document settings and reuse them for new documents.
2949
2950 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2951
2952         * Makefile.am:
2953         * backend/Makefile.am:
2954         * backend/ev-document-factory.c:
2955         * backend/ev-document-factory.h:
2956         * comics/Makefile.am:
2957         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
2958         (comics_document_load), (comics_document_save),
2959         (comics_document_get_n_pages), (comics_document_get_page_size),
2960         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
2961         (comics_document_class_init), (comics_document_can_get_text),
2962         (comics_document_get_info), (comics_document_document_iface_init),
2963         (comics_document_init), (get_supported_image_extensions),
2964         (comics_document_thumbnails_get_geometry),
2965         (comics_document_thumbnails_get_thumbnail),
2966         (comics_document_thumbnails_get_dimensions),
2967         (comics_document_document_thumbnails_iface_init), (extract_argv):
2968         * comics/comics-document.h:
2969         * comics/ev-cbr-mime.xml:
2970         * configure.ac:
2971         * po/POTFILES.in:
2972         * shell/ev-application.c: (ev_application_register_service):
2973         * shell/ev-document-types.c: (ev_document_types_add_filters):
2974         * thumbnailer/Makefile.am:
2975         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2976         
2977         New CBR/CBZ backend for comic books.
2978
2979 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2980
2981         * shell/main.c: (load_files_remote):
2982
2983         Thanks to Robert McQueen <robot101@debian.org>. Dbus
2984         warning on startup of second instance is fixed. It
2985         is bug #320353.
2986
2987 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * shell/ev-window.c: (ev_window_finalize):
2990         
2991         Fix double free that cause crash.
2992
2993 2005-10-29  Bastien Nocera <hadess@hadess.net>
2994
2995         * tiff/tiff-document.c: (tiff_document_load):
2996         
2997         Fix memory leak.
2998
2999 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3000
3001         * po/POTFILES.in:
3002         * shell/Makefile.am:
3003         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
3004         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
3005         (ev_view_accessible_get_text),
3006         (ev_view_accessible_get_character_at_offset),
3007         (ev_view_accessible_get_text_before_offset),
3008         (ev_view_accessible_get_text_at_offset),
3009         (ev_view_accessible_get_text_after_offset),
3010         (ev_view_accessible_get_character_count),
3011         (ev_view_accessible_get_caret_offset),
3012         (ev_view_accessible_set_caret_offset),
3013         (ev_view_accessible_get_run_attributes),
3014         (ev_view_accessible_get_default_attributes),
3015         (ev_view_accessible_get_character_extents),
3016         (ev_view_accessible_get_offset_at_point),
3017         (ev_view_accessible_get_n_selections),
3018         (ev_view_accessible_get_selection),
3019         (ev_view_accessible_add_selection),
3020         (ev_view_accessible_remove_selection),
3021         (ev_view_accessible_set_selection),
3022         (ev_view_accessible_text_iface_init),
3023         (ev_view_accessible_idle_do_action),
3024         (ev_view_accessible_action_do_action),
3025         (ev_view_accessible_action_get_n_actions),
3026         (ev_view_accessible_action_get_description),
3027         (ev_view_accessible_action_get_name),
3028         (ev_view_accessible_action_set_description),
3029         (ev_view_accessible_action_iface_init),
3030         (ev_view_accessible_get_type), (ev_view_accessible_new),
3031         (ev_view_accessible_factory_get_accessible_type),
3032         (ev_view_accessible_factory_create_accessible),
3033         (ev_view_accessible_factory_class_init),
3034         (ev_view_accessible_factory_get_type):
3035         * shell/ev-view-accessible.h:
3036         * shell/ev-view-private.h:
3037         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
3038         * shell/ev-view.h:
3039         
3040         Initial accessibility support.
3041
3042 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
3043
3044         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
3045
3046 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
3047
3048         * shell/ev-print-job.c: (idle_print_handler):
3049         
3050         Fix for bug Bug 318916: Printing multiple pages.
3051
3052 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
3053
3054         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
3055
3056 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3057
3058         * pdf/ev-poppler.cc:
3059         
3060         Thumnail dimensions unified with other backends.
3061         
3062         * shell/ev-window-title.c: (ev_window_title_update):
3063         
3064         Fix warning.
3065
3066 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3067
3068         * data/ev-stock-zoom-fit-width.png:
3069         
3070         Remove unused file.
3071
3072 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3073
3074         * configure.ac:
3075         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
3076         (djvu_document_finalize):
3077         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
3078         (dvi_document_finalize):
3079         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
3080         (pixbuf_document_save), (pixbuf_document_finalize):
3081         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
3082         (tiff_document_finalize):
3083         
3084         Save a copy implemented for various backends.
3085
3086 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
3087
3088         * configure.ac:
3089         
3090         Don't link with ltiff if tiff is disabled.
3091
3092 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3093
3094         * pdf/GDKSplashOutputDev.cc:
3095         * pdf/GDKSplashOutputDev.h:
3096         * pdf/Thumb.cc:
3097         * pdf/Thumb.h:
3098         * pdf/pdf-document.cc:
3099         * pdf/pdf-document.h:
3100         * pdf/test-gdk-output-dev.cc:
3101         
3102         Remove old unused files.
3103
3104 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3105
3106         * shell/ev-window.c: (ev_window_setup_document):
3107         
3108         Fixed warnings on reload and probably crash reason.
3109
3110 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3111
3112         * properties/ev-properties-view.c:
3113         (ev_properties_view_format_date):
3114         
3115         Check if date is invalid. Fix for bug 318134.
3116
3117 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
3118
3119         * shell/ev-window-title.c:
3120         
3121         Add .indd files (Adobe Indesign) to the list of "bad
3122         extensions".
3123
3124 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * data/evince-ui.xml:
3127         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
3128         
3129         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
3130
3131 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
3132
3133         * shell/ev-window.c: (launch_link), (launch_external_uri),
3134         (view_external_link_cb):
3135
3136         URL-escape link before passing it to gnome_vfs_url_show.
3137
3138 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
3141         there isn't text selected.
3142
3143 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
3144
3145         * shell/ev-view.c: (handle_link_over_xy):
3146
3147         Check tooltip is valid utf8 before showing it
3148
3149 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
3152
3153 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
3154
3155         * shell/ev-window-title.c: (ev_window_title_update):
3156
3157         Guard against using g_strstrip on NULL. Fixes bug #317291.
3158
3159 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3160
3161         * pdf/ev-poppler.cc:
3162
3163         Show title even for unknown links
3164
3165 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3166
3167         * shell/ev-window-title.c: (ev_window_title_update):
3168
3169         Strip the title string
3170
3171 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3172
3173         * shell/ev-window-title.c:
3174
3175         Add .rtf to the bad extensions list
3176
3177 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3178
3179         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
3180         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
3181
3182         Ignore link coordinates if they are outside page bounds
3183
3184 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3185
3186         * backend/ev-link.c: (ev_link_type_get_type),
3187         (ev_link_get_filename), (ev_link_get_params),
3188         (ev_link_get_property), (ev_link_set_property),
3189         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
3190         * backend/ev-link.h:
3191         * pdf/ev-poppler.cc:
3192         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
3193         * shell/ev-window.c: (launch_link), (view_external_link_cb),
3194         (ev_window_init):
3195
3196         Implement launch links. Delegate external link opening to
3197         the window.
3198
3199 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3200
3201         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
3202         (ev_link_get_right), (ev_link_get_property),
3203         (ev_link_set_property), (ev_link_class_init),
3204         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
3205         * backend/ev-link.h:
3206         * pdf/ev-poppler.cc:
3207         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
3208
3209         Implement fitr links
3210
3211 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3212
3213         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
3214         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
3215         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
3216         (ev_view_size_request_continuous),
3217         (ev_view_size_request_dual_page),
3218         (ev_view_size_request_single_page), (ev_view_size_allocate),
3219         (ev_view_zoom_for_size_continuous_and_dual_page),
3220         (ev_view_zoom_for_size_continuous),
3221         (ev_view_zoom_for_size_dual_page),
3222         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
3223         (ev_sizing_mode_get_type):
3224         * shell/ev-view.h:
3225         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3226
3227         Do not use modes for link, we need to calculate size ad hoc.
3228         Still not perfect because of the usual scrollbar issues grrr.
3229
3230 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3231
3232         * backend/ev-link.c: (ev_link_type_get_type),
3233         (ev_link_new_page_fith), (ev_link_new_page_fitv):
3234         * backend/ev-link.h:
3235         * pdf/ev-poppler.cc:
3236         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
3237         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
3238         (ev_view_size_request_continuous),
3239         (ev_view_size_request_dual_page),
3240         (ev_view_size_request_single_page), (ev_view_size_allocate),
3241         (zoom_for_size_fit_height),
3242         (ev_view_zoom_for_size_continuous_and_dual_page),
3243         (ev_view_zoom_for_size_continuous),
3244         (ev_view_zoom_for_size_dual_page),
3245         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
3246         (ev_sizing_mode_get_type):
3247         * shell/ev-view.h:
3248         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3249
3250         Implement FIT_HEIGHT mode (only for links).
3251         Implement FITH links
3252
3253 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3254
3255         * shell/ev-window-title.c: (get_filename_from_uri),
3256         (ev_window_title_sanitize_extension), (ev_window_title_update),
3257         (ev_window_title_set_document), (ev_window_title_set_uri),
3258         (ev_window_title_free):
3259         * shell/ev-window-title.h:
3260         * shell/ev-window.c: (ev_window_setup_document),
3261         (ev_window_popup_password_dialog):
3262
3263         Refactor window title building while fixing it for
3264         password documents.
3265
3266 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3267
3268         * pdf/ev-poppler.cc:
3269
3270         Escape link title before setting it in the model
3271
3272 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
3273
3274         * shell/ev-application.c: (removed_from_session), (save_session),
3275         (init_session), (ev_application_get_empty_window),
3276         (ev_application_init), (ev_application_get_windows):
3277         * shell/ev-application.h:
3278         * shell/ev-window.c: (ev_window_finalize):
3279
3280         Add a function to retrieve window list and share it where
3281         necessary.
3282         Implement session handling, works pretty well thanks to the
3283         metadata system.
3284
3285 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3286
3287         * shell/ev-password.c: (ev_password_item_created_callback),
3288         (ev_password_dialog_save_password):
3289         
3290         Fix for bug 316972. Use async gnome-keyring API.
3291
3292 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
3293
3294         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
3295         Remove unused unrealize handler. Add scroll handling to
3296         ev_view_scroll_event for presentation mode (bug #316708),
3297         and fix the event state checks there.
3298
3299 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
3300
3301         * shell/ev-page-action.c: (page_changed_cb):
3302
3303         "marco, maybe we should be crazy and jump right to 6! :)"
3304
3305         Bryan Clark, Sep 2005
3306
3307 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
3308
3309         * ps/ps-document.c: (save_document), (ps_document_save),
3310         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
3311         (ps_document_ps_export_end):
3312
3313         Fix unstructured documents save and print
3314
3315 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
3316
3317         * shell/ev-application.c: (ev_application_open_uri):
3318
3319         Fix window size persistance
3320
3321 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
3322
3323         * shell/ev-view.c: (ev_view_button_release_event):
3324
3325         Based on a patch from carlosgc@gnome.org. Mouse buttons
3326         switch pages in presentation mode.
3327
3328 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3329
3330         * shell/ev-page-cache.c: (ev_page_cache_get_size):
3331
3332         Dont cast to int before scaling
3333
3334 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3335
3336         * backend/ev-link.c: (ev_link_type_get_type),
3337         (ev_link_new_page_xyz), (ev_link_new_page_fit),
3338         (ev_link_new_page_fith):
3339         * backend/ev-link.h:
3340         * pdf/ev-poppler.cc:
3341         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
3342
3343         Implement FIT and FITH links
3344
3345 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3346
3347         * pdf/ev-poppler.cc:
3348
3349         Return 0 results when search is not in progress.
3350
3351         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
3352         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
3353
3354         Update menu sensitivity when cancelling search
3355
3356 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3357
3358         * shell/ev-view.c: (ev_view_can_find_next):
3359
3360         Take all pages in consideration, not just current one
3361
3362 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3363
3364         * shell/ev-page-cache.c:
3365         * shell/ev-page-cache.h:
3366         * shell/ev-view.c: (ev_view_binding_activated),
3367         (ev_view_next_page), (ev_view_previous_page),
3368         (ev_sizing_mode_get_type):
3369         * shell/ev-view.h:
3370         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
3371         (ev_window_cmd_go_next_page):
3372
3373         Move page next/previous functions from page chace to
3374         view and change it to move by 2 page steps in dual mode.
3375
3376 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3377
3378         * shell/ev-window.c: (update_sidebar_visibility),
3379         (setup_sidebar_from_metadata), (ev_window_setup_document),
3380         (setup_view_from_metadata):
3381
3382         Show the index by default when there is one     
3383
3384 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3385
3386         * shell/ev-window-title.c: (ev_window_title_set_document):
3387
3388         Missing null check
3389
3390 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3391
3392         * shell/ev-view.c: (view_update_range_and_current_page):
3393         
3394         Allow display of last odd page in dual view. Fix for 316347.
3395
3396 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3397
3398         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
3399         
3400         Make close button default. Fix for 316383.
3401
3402 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3403
3404         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3405         
3406         Mark close button as default. Fix for 316381.
3407
3408 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3409
3410         * backend/ev-link.c: (ev_link_class_init):
3411
3412         Allow negative doubles in left/top properties
3413
3414 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3415
3416         * shell/ev-window.c:
3417
3418         Remove a bunch of strings that was used only
3419         by the statusbar.
3420
3421 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3422
3423         * shell/ev-window-title.c: (get_filename_from_uri),
3424         (ev_window_title_set_document):
3425
3426         When title has a confusing extension, show also
3427         the document filename inside ()
3428
3429 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3430
3431         * shell/Makefile.am:
3432         * shell/ev-window-title.c: (ev_window_title_new),
3433         (ev_window_title_update), (ev_window_title_set_type),
3434         (ev_window_title_set_document), (ev_window_title_free):
3435         * shell/ev-window-title.h:
3436         * shell/ev-window.c: (ev_window_setup_document),
3437         (password_dialog_response), (ev_window_popup_password_dialog),
3438         (ev_window_dispose), (ev_window_init):
3439
3440         Factor out and cleanup window title code
3441
3442 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3443
3444         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
3445         (unable_to_load):
3446
3447         Make dialog transient so it doesnt block other windows
3448
3449 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3450
3451         * pdf/ev-poppler.cc:
3452         
3453         Fix pdf thumbnails rendering.
3454
3455 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3456
3457         * shell/ev-window.c: (fullscreen_set_timeout):
3458         
3459         Increase timeout to hide full screen popup. Bug 
3460         316123. 
3461
3462 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3463
3464         * data/evince.schemas.in:
3465         * shell/ev-window.c: (update_action_sensitivity):
3466
3467         Allow the user to override document restrictions. Fix for bug
3468         305818.
3469
3470 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
3471
3472         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
3473         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
3474         (ev_window_class_init): Fix multihead behaviour of fullscreen
3475         toolbar popup. Fixes bug #315451.
3476
3477 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3478
3479         * configure.ac:
3480         * data/evince-password.glade:
3481         * shell/ev-password.c: (ev_password_dialog_set_property),
3482         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
3483         (ev_password_dialog_init), (ev_password_set_bad_password_label),
3484         (ev_password_dialog_entry_changed_cb),
3485         (ev_password_dialog_entry_activated_cb),
3486         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
3487         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
3488         (ev_password_dialog_set_bad_pass):
3489         * shell/ev-password.h:
3490         * shell/ev-window.c: (password_dialog_response),
3491         (ev_window_popup_password_dialog):
3492         
3493         Support for gnome-keyring for encrypted PDF's.
3494
3495 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3496
3497         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
3498         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
3499         (ev_view_enter_notify_event), (ev_view_class_init):
3500         
3501         More precise handling of enter_notify/leave_notify events
3502         in EvView. Fix for bug 315470.
3503
3504 2005-09-08  Christopher Aillon  <caillon@redhat.com>
3505
3506         * shell/ev-window.c: (fullscreen_timeout_cb),
3507         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3508         (ev_window_dispose):
3509
3510         leak fix: unref fullscreen_timeout_source before clearing it
3511
3512 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3513
3514         * configure.ac, dvi/mdvi/Makefile.am: 
3515         
3516         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
3517
3518 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3519
3520         * backend/ev-link.c: (ev_link_new_page_xyz):
3521         * pdf/ev-poppler.cc:
3522         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
3523
3524         Fix some bugs with xyz links, respect zoom
3525
3526 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3527
3528         * shell/ev-window.c: (page_changed_cb),
3529         (setup_document_from_metadata), (update_sidebar_visibility),
3530         (setup_view_from_metadata), (ev_window_run_fullscreen),
3531         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3532         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
3533         (ev_window_dual_mode_changed_cb),
3534         (ev_window_sidebar_current_page_changed_cb):
3535
3536         null check uri before setting and getting metadata
3537
3538 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3539
3540         * dvi/Makefile.am:
3541         * properties/Makefile.am:
3542         * shell/Makefile.am:
3543         * thumbnailer/Makefile.am:
3544
3545         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
3546
3547 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3548
3549         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
3550         (selection_changed_callback):
3551         * shell/ev-sidebar-links.h:
3552
3553         Add a signal for link activation.
3554
3555         * shell/ev-view.c: (ev_view_goto_link),
3556         (ev_view_button_release_event):
3557         * shell/ev-view.h:
3558         * shell/ev-window.c: (sidebar_links_link_activated_cb),
3559         (ev_window_init):
3560
3561         Implement the signal so that we can handle all link types.
3562
3563         * shell/ev-page-cache.c:
3564
3565         Remove unused set_link function
3566
3567 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3568
3569         * lib/ev-tooltip.c: (ev_tooltip_set_position):
3570
3571         Add some space from the cursor, hardcoded but I couldnt
3572         find a better way.
3573
3574 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
3575
3576         * lib/ev-tooltip.c:
3577
3578         Use mozilla style vs gtk style, way better for links.
3579
3580         * shell/ev-view.c: (ev_view_motion_notify_event),
3581         (ev_view_destroy), (ev_view_init):
3582
3583         Deactive tooltip when the link hovered is changed.
3584
3585 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
3586
3587         * backend/ev-document.h:
3588         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
3589         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
3590         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
3591         (ev_link_new_page), (ev_link_new_page_xyz):
3592         * backend/ev-link.h:
3593         * pdf/ev-poppler.cc:
3594         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
3595         (go_to_link), (tip_from_link):
3596
3597         Implement xyz links, still not functional. Links are a total
3598         mess, will need to refactor and bugfix a lot :(
3599
3600 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
3601
3602         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
3603
3604 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
3605
3606         * data/evince-ui.xml:
3607         * data/evince.schemas.in:
3608         * shell/Makefile.am:
3609         * shell/ev-window.c: (update_chrome_visibility),
3610         (password_dialog_response), (ev_window_load_job_cb),
3611         (ev_window_xfer_job_cb), (ev_window_open_uri),
3612         (ev_window_class_init), (set_chrome_actions), (load_chrome),
3613         (ev_window_init):
3614
3615         Remove the statusbar. This regress loading feedback, need to
3616         check with Bryan what we want to do there...
3617
3618 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
3619
3620         * lib/ev-tooltip.c: (ev_tooltip_init):
3621
3622         Fix tooltip border and size handling
3623
3624 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
3625
3626         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
3627         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
3628         (ev_tooltip_timeout), (ev_tooltip_activate),
3629         (ev_tooltip_deactivate):
3630         * lib/ev-tooltip.h:
3631         * shell/ev-view.c: (ev_view_motion_notify_event):
3632
3633         Delay popup showing. Mirror gtk logic/times.
3634
3635 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
3636
3637         * lib/Makefile.am:
3638         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
3639         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
3640         (ev_tooltip_set_text), (ev_tooltip_set_position):
3641         * lib/ev-tooltip.h:
3642
3643         Simple widget to show tooltips at a custom position
3644
3645         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
3646         (ev_view_destroy):
3647
3648         Use it for links. First go, needs work
3649
3650 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
3651
3652         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
3653         HIG fixes.  Use title capitalization for window title. Use 12 
3654         pixels of space between the dialog's vbox and action area.
3655
3656 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
3657
3658         * shell/ev-window.c: (file_open_dialog_response_cb),
3659         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
3660         (ev_window_cmd_save_as):
3661
3662         Make file pickers not modal and refactor code some
3663
3664 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
3665
3666         * shell/ev-sidebar.h:
3667         * shell/ev-sidebar.c: (ev_sidebar_set_property),
3668         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
3669         (ev_sidebar_class_init), (ev_sidebar_select_page),
3670         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
3671         (ev_sidebar_set_page):
3672
3673         Add a current page property and allow to get/set it
3674
3675         * shell/ev-window.c: (setup_view_from_metadata),
3676         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
3677
3678         Persist current sidebar page per document
3679
3680 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
3681
3682         * data/evince.schemas.in:
3683         * shell/ev-window.c: (update_chrome_visibility),
3684         (setup_document_from_metadata), (update_sidebar_visibility),
3685         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
3686         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3687         (ev_window_run_presentation), (ev_window_stop_presentation),
3688         (ev_window_view_sidebar_cb),
3689         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
3690         (load_chrome), (ev_window_init):
3691
3692         Persist size/visibility of sidebar per document
3693
3694 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
3695
3696         * shell/ev-view.c (draw_loading_text): Draw loading text.
3697
3698 2005-09-02  Dan Damian  <dand@gnome.ro>
3699
3700         * configure.in: Added "ro" to ALL_LINGUAS.
3701
3702 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
3703
3704         * shell/ev-view.c: (clear_caches):
3705
3706         ev_page_cache_get doesnt return a reference,
3707         dont try to unref it.
3708
3709 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
3710
3711         * shell/main.c: (load_files_remote):
3712
3713         Fix timestamp parameter with dbus <= 0.33
3714
3715 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
3716
3717         * data/evince.schemas.in:
3718
3719         Add missing full stop
3720
3721 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3722
3723         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
3724         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
3725
3726         Plug some memory leaks
3727
3728 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
3729
3730         * configure.ac:
3731         * lib/ev-debug.c: (trap_handler):
3732
3733         Check for execinfo.h and use it only if it exists.
3734         Ported from Epiphany (bug #314776).
3735
3736 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
3737
3738         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
3739
3740 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
3741
3742         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
3743         * po/id.po      : Added Indonesian translation
3744
3745 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
3746
3747         * shell/main.c:
3748         * shell/ev-application.c: Last minute GTK-2.6 fixes.
3749         * NEWS: Release 0.4.0
3750
3751 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
3752
3753         * configure.ac: catch another gtk+-2.8ism
3754         * shell/main.c: Make work with gtk+-2.6
3755
3756 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
3757
3758         * shell/ev-application-service.xml: Add 'timestamp' argument to
3759           ev_application_open_window and ev_application_open_uri methods.
3760
3761         * shell/ev-application.h: Add 'timestamp' argument to
3762           ev_application_open_window, ev_application_open_uri,
3763           and ev_application_open_uri_list functions.
3764
3765         * shell/ev-application.c (ev_application_open_window,
3766           ev_application_open_uri, ev_application_open_uri_list): Change
3767           functions that show/present windows to use a timestamp if one
3768           is passed in.
3769
3770         * shell/ev-window.c (ev_window_cmd_file_open,
3771           ev_window_cmd_recent_file_activate, drag_data_received_cb):
3772         * shell/main.c (load_files): Modify calls to ev_application to
3773           include GDK_CURRENT_TIME as timestamp.
3774
3775         * shell/main.c (load_files_remote): Obtain timestamp for client
3776           instance from GDK and pass to server instance so new windows are
3777           focused properly.  Fix dbus_g_proxy_call() calls by including second
3778           G_TYPE_INVALID.
3779           
3780         Closes bug #314475.
3781
3782 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
3783
3784         * shell/ev-window.c (ev_window_finalize): Check for
3785         avail. EvWindows when quiting to handle the finalize better,
3786         #314497
3787
3788 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3789         
3790         * properties/ev-properties-view.c: 
3791         
3792         Set textdomain to libglade. Fixes translation problem in property page.
3793
3794 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3795
3796         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
3797         * dvi/Makefile.am:
3798         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
3799         * dvi/mdvi-lib/Makefile.am:
3800         
3801         Fix rotation of thumbnails, ported to new API. Moved library
3802         dependencies earlier, probably it will fix linkage problem.
3803
3804 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
3805
3806         * backend/ev-document-misc.c:
3807         (ev_document_misc_get_thumbnail_frame):
3808         * backend/ev-document-misc.h:
3809         * configure.ac:
3810         * pdf/ev-poppler.cc:
3811         * shell/Makefile.am:
3812         * shell/ev-sidebar-thumbnails.c: (add_range),
3813         (ev_sidebar_thumbnails_set_loading_icon),
3814         (ev_sidebar_thumbnails_refresh),
3815         (ev_sidebar_thumbnails_set_document):
3816         * shell/ev-sidebar-thumbnails.h:
3817         * shell/ev-view.c: (ev_view_motion_notify_event),
3818         (ev_view_set_property), (ev_view_get_property),
3819         (ev_view_class_init), (ev_view_set_rotation):
3820         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
3821         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
3822         (ev_window_init):
3823         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
3824         Redo rotation (again).  prepare for 0.4.0
3825
3826 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
3827
3828         * configure.ac: Bump poppler requirement to 0.4.1.
3829
3830         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
3831         argument to poppler_page_render_selection() call.
3832
3833 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3834
3835         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
3836         (djvu_document_thumbnails_get_thumbnail):
3837         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
3838         (dvi_document_thumbnails_get_thumbnail):
3839         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
3840         (pixbuf_document_thumbnails_get_thumbnail):
3841         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
3842         
3843         Update rotation direction of backends to fit with pdf and ps.
3844
3845 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
3846
3847         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
3848         * backend/ev-async-renderer.h:
3849         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
3850         (setup_page), (ps_document_get_page_size),
3851         (ps_async_renderer_render_pixbuf):
3852         * ps/ps-document.h:
3853         * shell/ev-jobs.c: (ev_job_render_run):
3854
3855         Fix orientation in the postscript document
3856
3857 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
3858
3859         * pdf/ev-poppler.cc:
3860         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
3861         * shell/ev-view.c: (highlight_find_results):
3862
3863         Adapt to the new poppler rotation API. Fix text maps on landscape
3864         documents.
3865
3866 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
3867
3868         * shell/ev-view.c (compute_new_selection_text): get the correct
3869         region when selecting in modes other than continuous.
3870
3871 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
3872
3873         * shell/main.c (main): remove redundant g_warnings.
3874
3875 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * shell/Makefile.am: Don't include autogenerated
3878         file ev-application-service.h into distribution, since
3879         it causes dbus crash. Fix for bugs 313724 and 313443. 
3880
3881 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3882
3883         * configure.ac: Fix sed expression for FreeBSD. Thanks
3884         to Joe Marcus Clark <marcus@freebsd.org>
3885         
3886         * shell/eggfindbar.c: (entry_activate_callback),
3887         (entry_changed_callback), (egg_find_bar_init),
3888         (egg_find_bar_set_search_string):
3889         
3890         Made findbar buttons unsensitive if there is no text in
3891         entry. Fix for the bug 313285.
3892
3893 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * ps/ps-document.c: Use g_filename_display_name for displaying
3896         filenames and revert string freeze breackage
3897
3898 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
3899
3900         * NEWS:
3901         * configure.ac:
3902
3903         Update for 0.3.4
3904
3905         * shell/Makefile.am:
3906
3907         Add ev-application-service.xml to extra dist
3908
3909         * shell/ev-view.c: (find_page_at_location):
3910
3911         Remove unused function (fix warning)
3912
3913 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3914
3915         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
3916         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
3917         
3918         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
3919         bug 313623.
3920
3921 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3922
3923         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
3924         * shell/ev-window.c:
3925         Fix build warnings
3926
3927 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * configure.ac: Update script to get dbus version.
3930         Fix for the bug #313443.
3931
3932 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3933
3934         * shell/ev-window.c: (ev_window_cmd_escape):
3935         
3936         Return focus back to view on escape. Fix for bug 313295.
3937
3938 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3939
3940         * shell/ev-window.c: (update_window_title),
3941         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
3942         (ev_window_cmd_save_as):
3943         
3944         Correct conversion from uri to displayable string. Fix for
3945         bug 313296.
3946
3947 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * ps/ps-document.c: convert filename to utf8 when there is an error
3950         loading document. Fixes #309915
3951
3952 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
3953
3954         * configure.ac:
3955
3956         We depend on poppler 0.4.0
3957
3958 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
3959
3960         * configure.ac:
3961         * NEWS: Release 0.3.3.
3962         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
3963
3964 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
3965
3966         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
3967         add a couple missing mnemonics to menu items, use title 
3968         capitalization for menu items and window titles, and add 
3969         ellipsis to open menu item.     
3970
3971 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
3972
3973         * pdf/ev-poppler.cc:
3974         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
3975         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
3976         (ev_view_get_rotation):
3977         * shell/ev-view.h:
3978         * shell/ev-window.c: (setup_view_from_metadata),
3979         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
3980         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
3981         disk.
3982
3983 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
3984
3985         * configure.ac: Added tr to ALL_LINGUAS
3986
3987 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3988
3989         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
3990         requires several clicks to find word. Thanks to 
3991         Colin Slater <kiltedtaco@gmail.com>.
3992
3993 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
3994
3995         * data/evince.desktop.in.in: Hide menu entry and
3996         rename it to "Document Viewer". Fix for bug 
3997         #312399.
3998
3999 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
4000
4001         * shell/ev-page-action.c (ev_page_action_class_init): 
4002
4003         Point to the correct function in constructor of the
4004         activate_label signal
4005
4006 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
4007
4008         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
4009         * shell/ev-jobs.h: Make thread safe.
4010
4011 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4012
4013         * shell/ev-view.c: (view_update_range_and_current_page):
4014         Don't update page range if we are scrolling to some document
4015         point.
4016
4017 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4018
4019         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
4020         when getting max_page_width, fix drawing in dual mode.
4021
4022 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
4023
4024         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
4025         getting the area for select_all.
4026
4027 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
4028
4029         * backend/ev-selection.c: (ev_selection_render_selection):
4030         * backend/ev-selection.h:
4031         * pdf/ev-poppler.cc:
4032         * shell/ev-jobs.c: (ev_job_render_new):
4033         * shell/ev-jobs.h:
4034         * shell/ev-pixbuf-cache.c: (get_selection_colors),
4035         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
4036         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
4037         (ev_view_class_init):
4038
4039         Change selection color on focus in and focus out events.  Also,
4040         poppler now uses GdkColor for specifying the selection colors, so
4041         drop some awkward conversion code.
4042
4043 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
4044
4045         * configure.ac: Added Hebrew translation
4046
4047 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
4048
4049         * NOTES:
4050         * backend/ev-selection.c: (ev_selection_render_selection):
4051         * backend/ev-selection.h:
4052         * pdf/ev-poppler.cc:
4053         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
4054         (ev_job_render_run):
4055         * shell/ev-jobs.h:
4056         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4057         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
4058         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
4059         (ev_pixbuf_cache_style_changed),
4060         (ev_pixbuf_cache_get_selection_pixbuf),
4061         (ev_pixbuf_cache_set_selection_list),
4062         (ev_pixbuf_cache_get_selection_list):
4063         * shell/ev-pixbuf-cache.h:
4064         * shell/ev-utils.c: (ev_print_region_contents):
4065         * shell/ev-utils.h:
4066         * shell/ev-view.c: (ev_view_queue_draw_page),
4067         (selection_update_idle_cb), (ev_view_motion_notify_event),
4068         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
4069         (setup_caches), (ev_view_find_next), (merge_selection_region),
4070         (selection_free):
4071         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
4072
4073         Clean up selection to be much smoother!
4074
4075 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
4076
4077         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
4078         to poppler_page_render_selection().
4079
4080 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4081
4082         * ps/ps-document.c: (save_page_list): Use
4083         unzipped document when printing. Thanks to 
4084         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
4085         311016.
4086
4087 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4088
4089         * shell/ev-window.c: (update_action_sensitivity):
4090         
4091         Disable print and save respect to lockdown gconf keys. Fix
4092         for 312342.
4093
4094 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * configure.ac:
4097         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
4098         (write_to_temp_file), (ev_file_set_contents):
4099         * shell/ev-utils.h:
4100         * shell/ev-window.c: (save_print_config_to_file):
4101         
4102         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
4103         Fix for bug 312238
4104
4105 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
4106
4107         * shell/ev-window.c: (load_print_config_from_file),
4108         (save_print_config_to_file), (ev_window_print_range):
4109
4110         Persist the print settings. Fixes bug #311578.
4111
4112 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4113
4114         * djvu/djvu-document.c: (djvu_document_get_page_size),
4115         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
4116         (djvu_document_thumbnails_get_thumbnail):
4117         * dvi/dvi-document.c: (dvi_document_get_page_size),
4118         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
4119         (dvi_document_thumbnails_get_dimensions),
4120         (dvi_document_thumbnails_get_thumbnail):
4121         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
4122         (pixbuf_document_render_pixbuf),
4123         (pixbuf_document_document_iface_init),
4124         (pixbuf_document_thumbnails_get_thumbnail):
4125         
4126         Update backends to make them build with new rotation system.
4127
4128 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4129
4130         * help/C/figures/evince_start_window.png:
4131         
4132         Update documentation image from Luca Ferretti <elle.uca@libero.it>
4133
4134 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
4135
4136         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
4137         * shell/ev-pixbuf-cache.h:
4138         * shell/ev-sidebar-thumbnails.c:
4139         (ev_sidebar_thumbnails_get_property), (add_range),
4140         (adjustment_changed_cb):
4141         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
4142         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
4143         we were thumbnailing the entire docment on startup, slowing us
4144         down hugely. 
4145
4146 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
4147
4148         * shell/ev-page-cache.c: (ev_page_cache_new):
4149         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
4150         == 0, fixes #310306.
4151
4152 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4153
4154         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
4155         (ev_view_rotate_left):
4156
4157         Account rotation in doc_rect_to_view_rect.
4158         Ensure rotation doesnt go out of bounds.
4159
4160 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4161
4162         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4163
4164         Correct and cleanup w/h swapping
4165
4166 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4167
4168         * backend/ev-document-thumbnails.c:
4169         (ev_document_thumbnails_get_thumbnail):
4170         * backend/ev-document-thumbnails.h:
4171         * backend/ev-document.c:
4172         * backend/ev-document.h:
4173         * backend/ev-render-context.c: (ev_render_context_new),
4174         (ev_render_context_set_rotation):
4175         * backend/ev-render-context.h:
4176         * pdf/ev-poppler.cc:
4177         * ps/ps-document.c: (ps_document_document_iface_init):
4178         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4179         * shell/ev-jobs.h:
4180         * shell/ev-page-cache.c: (build_height_to_page),
4181         (ev_page_cache_new), (ev_page_cache_get_size),
4182         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
4183         (ev_page_cache_get_height_to_page):
4184         * shell/ev-page-cache.h:
4185         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4186         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
4187         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
4188         (ev_pixbuf_cache_get_selection_pixbuf):
4189         * shell/ev-pixbuf-cache.h:
4190         * shell/ev-print-job.c: (idle_print_handler):
4191         * shell/ev-sidebar-thumbnails.c: (add_range):
4192         * shell/ev-view.c: (view_update_range_and_current_page),
4193         (get_page_y_offset), (get_page_extents),
4194         (ev_view_size_request_continuous_dual_page),
4195         (ev_view_size_request_continuous),
4196         (ev_view_size_request_dual_page),
4197         (ev_view_size_request_single_page), (draw_one_page),
4198         (ev_view_set_rotation), (ev_view_rotate_right),
4199         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
4200         (ev_view_zoom_for_size_continuous_and_dual_page),
4201         (ev_view_zoom_for_size_continuous),
4202         (ev_view_zoom_for_size_dual_page),
4203         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
4204         (ev_view_select_all):
4205         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4206         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
4207         (tiff_document_document_iface_init),
4208         (tiff_document_thumbnails_get_thumbnail):
4209
4210         Use rotation rather than orientation. It's easier and enough
4211         for our needs.
4212
4213 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4214
4215         * shell/ev-page-cache.c: (build_height_to_page),
4216         (ev_page_cache_new), (ev_page_cache_get_size),
4217         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
4218         (ev_page_cache_get_height_to_page):
4219         * shell/ev-page-cache.h:
4220         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
4221         (ev_view_size_request_continuous_dual_page),
4222         (ev_view_size_request_continuous),
4223         (ev_view_zoom_for_size_continuous_and_dual_page),
4224         (ev_view_zoom_for_size_continuous):
4225
4226         Make the page cache aware of page orientation.
4227
4228 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4229
4230         * backend/ev-document-thumbnails.c:
4231         (ev_document_thumbnails_get_thumbnail):
4232         * backend/ev-document-thumbnails.h:
4233         * backend/ev-document.c:
4234         * backend/ev-document.h:
4235         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
4236         * backend/ev-ps-exporter.h:
4237         * pdf/ev-poppler.cc:
4238         * ps/ps-document.c: (ps_document_document_iface_init),
4239         (ps_document_ps_export_do_page):
4240         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4241         * shell/ev-jobs.h:
4242         * shell/ev-page-cache.c: (ev_page_cache_get_size),
4243         (ev_page_cache_get):
4244         * shell/ev-page-cache.h:
4245         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4246         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
4247         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
4248         * shell/ev-pixbuf-cache.h:
4249         * shell/ev-print-job.c: (idle_print_handler):
4250         * shell/ev-sidebar-thumbnails.c: (add_range):
4251         * shell/ev-view.c: (view_update_range_and_current_page),
4252         (get_page_extents), (ev_view_size_request_dual_page),
4253         (ev_view_size_request_single_page), (draw_one_page),
4254         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
4255         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
4256         (ev_view_zoom_for_size_dual_page),
4257         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
4258         (ev_view_select_all):
4259         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4260         * tiff/tiff-document.c: (tiff_document_get_page_size),
4261         (tiff_document_get_orientation), (rotate_pixbuf),
4262         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
4263         (tiff_document_thumbnails_get_thumbnail),
4264         (tiff_document_ps_export_do_page), (tiff_document_init):
4265
4266         Really make use of the orientation bit of the render context.
4267         Use the render context in a few more places in the backend API.
4268         This regress orientation, but now it's done right. Will try to
4269         fix it up asap...
4270
4271 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4272
4273         * shell/ev-view.c: (ensure_rectangle_is_visible):
4274
4275         Patch by Nickolay V. Shmyrev to fix find flickering
4276
4277 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
4278
4279         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
4280         duplex parameters to ::begin.
4281
4282         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
4283         * shell/ev-print-job.c (idle_print_handler): 
4284         * ps/ps-document.c (ps_document_ps_export_begin): 
4285         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
4286         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
4287         implementations. Poppler backend needs poppler cvs. Rest has
4288         unchanged behavior.
4289
4290 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
4291
4292         * shell/ev-window.c (using_pdf_printer): new function.
4293         (ev_window_print_range): print a less techy message if someone
4294         tries to print to PDF.
4295
4296 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
4297
4298         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
4299         from "unknown font" string. Bug #311431
4300
4301 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
4302
4303         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
4304
4305 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
4306
4307         Bug #311280
4308         
4309         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
4310         name for PopplerFontTypes
4311         (pdf_document_fonts_fill_model): add font type to the detail column
4312
4313         * backend/ev-document-fonts.h: added
4314         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
4315
4316         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
4317         font name and font details, add a little markup.
4318         (ev_properties_fonts_init): use the new cell data func, specify ypad
4319         property for the cell renderer.
4320         (ev_properties_fonts_set_document): add the details column.
4321
4322 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
4323
4324         * configure.ac: Added "pl" to ALL_LINGUAS.
4325
4326 2005-07-24  Danilo Šegan  <danilo@gnome.org>
4327
4328         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
4329
4330 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
4331
4332         * help/ChangeLog: Started this for translations of manual.
4333         * configure.ac, autogen.sh, .cvsignore: Migrated to
4334         gnome-doc-utils. Patch in bug #311222.
4335
4336 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
4337
4338         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
4339         #ifdef this away to fix an unused-function warning.
4340
4341 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
4342
4343         * configure.ac: Added 'gl' to ALL_LINGUAS.
4344
4345 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
4346
4347         * configure.ac: Added ne in ALL_LINGUAS
4348         
4349 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4350
4351         * shell/ev-view.c: (ev_view_leave_notify_event):
4352         
4353         Clear status message when pointer leaves view. Fix for bug
4354         #310818 
4355
4356 2005-07-20 Ankit Patel <ankit644@yahoo.com>
4357
4358         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
4359
4360 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * shell/ev-view.c: (ev_view_leave_notify_event),
4363         (ev_view_class_init):
4364         
4365         Set cursor to normal then leaving view.
4366
4367 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4368
4369         * configure.ac:
4370         
4371         Fix required djvulibre version.
4372
4373 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
4374
4375         *configure.ac: Hindi (hi) language added
4376
4377 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
4378
4379         *configure.ac: Punjabi (pa) Language added
4380
4381 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4382
4383         * data/evince-ui.xml, shell/ev-window.c:
4384         
4385         Add keypad accelerators for zooming. Fix for bug 308128.
4386
4387 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4388
4389         * Makefile.am:
4390         * backend/Makefile.am:
4391         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
4392         * configure.ac:
4393         * shell/ev-document-types.c: (ev_document_types_add_filters):
4394
4395         Allow to enable/disable the pixbuf backend.
4396         Default to off for now. If we want it enabled we should
4397         really put mime types in the desktop, implement properties etc.
4398
4399         * properties/evince-properties.c:
4400
4401         Initialize error to NULL.
4402         Check error is not NULL before freeing.
4403
4404 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4405
4406         * shell/ev-window.c:
4407
4408         Use F5 as presentation accell
4409
4410 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4411
4412         * shell/ev-window.c: (update_chrome_visibility),
4413         (ev_window_create_fullscreen_popup), (ev_window_init):
4414
4415         Do not leak the fullscreen toolbar
4416
4417 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4418
4419         * shell/ev-window.c: (view_actions_focus_in_cb),
4420         (view_actions_focus_out_cb):
4421
4422         These has a return value! Fix totally random focus
4423         issues we was seeing.
4424
4425 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4426
4427         * shell/main.c: (load_files_remote):
4428
4429         Allow open more than one file
4430
4431 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4432
4433         * shell/main.c: (load_files_remote):
4434
4435         Fix for dbus 0.33. bug #309975
4436
4437 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
4438
4439         * properties/ev-properties-main.c: (ev_properties_get_pages):
4440
4441         Actually return NULL for types we dont support
4442
4443 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
4444
4445         * po/POTFILES.in:
4446
4447         Remove empty lines.
4448
4449 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
4450
4451         * backend/ev-document-factory.c:
4452         (ev_document_factory_get_document):
4453
4454         Do not try to create the object if type
4455         is invalid.
4456
4457 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
4458
4459         * ps/ps-document.c: (ps_document_dispose),
4460         (ps_async_renderer_render_pixbuf):
4461         * ps/ps-document.h:
4462
4463         Do not leak the target window
4464
4465 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
4466
4467         * shell/ev-application.c: (ev_application_init):
4468
4469         Let tbe check file existence for us.
4470         Add a comment about eggrecent mime filter.
4471
4472 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
4473
4474         * data/evince-ui.xml:
4475         * shell/ev-application.c: (ev_application_shutdown),
4476         (ev_application_init), (ev_application_get_toolbars_model),
4477         (ev_application_get_recent_model),
4478         (ev_application_save_toolbars_model):
4479         * shell/ev-application.h:
4480         * shell/ev-window.c: (ev_window_add_recent),
4481         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
4482         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
4483         (ev_window_init):
4484
4485         Use common toolbar and recent models for all windows.
4486         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
4489
4490         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
4491         successfully check for gtk_icon_view_get_visible_range.
4492
4493 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4494
4495         * djvu/Makefile.am:
4496         * dvi/Makefile.am:
4497         
4498         Fix djvu and dvi backend build.
4499
4500 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
4501
4502         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
4503         (new_separator_pixbuf):
4504
4505         Don't leak windows.
4506
4507 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
4508
4509         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4510
4511         HIGification of toolbar editor dialogue.
4512
4513 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4514
4515         * configure.ac:
4516         * shell/Makefile.am:
4517
4518         Ever build metadata manager since it's just
4519         disabled at runtime now.
4520
4521 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4522
4523         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4524         (ev_metadata_manager_get), (ev_metadata_manager_set):
4525         * shell/ev-metadata-manager.h:
4526
4527         Add an _init functions that enabled metadata management
4528         at runtime.
4529
4530         * shell/ev-window.c: (page_changed_cb),
4531         (setup_document_from_metadata), (ev_window_setup_document),
4532         (setup_view_from_metadata), (ev_window_open_uri),
4533         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4534         (ev_window_run_presentation), (ev_window_stop_presentation),
4535         (save_sizing_mode), (ev_window_zoom_changed_cb),
4536         (ev_window_continuous_changed_cb),
4537         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
4538         (window_configure_event_cb):
4539
4540         Remove all ugly metadata define since we deal with it
4541         at runtime now.
4542
4543         * shell/main.c: (load_files_remote), (main):
4544
4545         Add support for dbus cvs head. Hopefully didnt break one
4546         of the other versions now!
4547
4548         If we dont get a response from the dbus server just
4549         give up with it and not enable metadata.
4550
4551 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4552
4553         * Makefile.am:
4554         * backend/Makefile.am:
4555         * configure.ac:
4556         * cut-n-paste/recent-files/Makefile.am:
4557         * cut-n-paste/toolbar-editor/Makefile.am:
4558         * cut-n-paste/zoom-control/Makefile.am:
4559         * lib/Makefile.am:
4560         * pdf/Makefile.am:
4561         * pixbuf/Makefile.am:
4562         * properties/Makefile.am:
4563         * ps/Makefile.am:
4564         * shell/Makefile.am:
4565         * thumbnailer/Makefile.am:
4566         * tiff/Makefile.am:
4567
4568         Make frontends depend on just libev.
4569         Rework and group CFLAGS/LIBS definitions.
4570         Cleanups.
4571
4572 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4573
4574         * shell/ev-window:
4575
4576         do not unnecessarily save zoom
4577
4578         * configure.ac:
4579         * lib/ev-file-helpers.c: (ev_dot_dir):
4580         * shell/Makefile.am:
4581         * shell/dummy.cc:
4582
4583         Some cleanups
4584
4585 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4586
4587         * configure.ac:
4588         
4589         Remove unnecessary dependencies
4590
4591 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4592
4593         * properties/Makefile.am:
4594         * thumbnailer/Makefile.am:
4595         * tiff/Makefile.am:
4596
4597         Some more cleanups. Was really necessary
4598         but I probably introduced bugs, feel free
4599         to flame :)
4600
4601 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4602
4603         * backend/Makefile.am:
4604         * configure.ac:
4605         * cut-n-paste/recent-files/Makefile.am:
4606         * cut-n-paste/toolbar-editor/Makefile.am:
4607         * cut-n-paste/zoom-control/Makefile.am:
4608         * lib/Makefile.am:
4609         * pdf/Makefile.am:
4610         * pixbuf/Makefile.am:
4611         * properties/Makefile.am:
4612         * ps/Makefile.am:
4613         * shell/Makefile.am:
4614         * thumbnailer/Makefile.am:
4615         * tiff/Makefile.am:
4616
4617         Use gnome-common macros when possible.
4618         Cleanup dependencies.
4619         Actually disable deprecated where possible.
4620
4621 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4622
4623         * Makefile.am:
4624         * backend/Makefile.am:
4625         * properties/Makefile.am:
4626         * shell/Makefile.am:
4627         * thumbnailer/Makefile.am:
4628
4629         This should solve the circular dep without
4630         requiring dir reorg!
4631
4632         * shell/ev-window.c: (setup_view_from_metadata):
4633
4634         Never restore window size/position when the
4635         window is already visible.
4636
4637 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
4638
4639         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
4640
4641         Return a boolean from timeout func. Fix ported from gedit.
4642
4643 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
4644
4645         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
4646
4647 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * shell/ev-document-types.c: set "All Documents" as default filter in
4650         open dialog
4651
4652 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
4653
4654         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
4655         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
4656         (ev_metadata_manager_set_boolean): fix value/val thinko.
4657
4658 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
4659
4660         * shell/ev-window.c: (setup_view_from_metadata),
4661         (window_state_event_cb), (window_configure_event_cb),
4662         (ev_window_init):
4663
4664         Remember window position and maximized state
4665
4666 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
4667
4668         * configure.ac:
4669
4670         Fix DBUS configure checks.
4671
4672         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
4673         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
4674         (ev_metadata_manager_set_boolean):
4675
4676         Plug mem leaks.
4677
4678         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
4679         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4680         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
4681         (ev_window_continuous_changed_cb),
4682         (ev_window_dual_mode_changed_cb), (ev_window_new):
4683
4684         Fix the build without DBUS.
4685
4686 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
4687
4688         * shell/ev-metadata-manager.c: (parse_value), (save_values),
4689         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
4690         (ev_metadata_manager_set_string),
4691         (ev_metadata_manager_set_boolean):
4692         * shell/ev-metadata-manager.h:
4693
4694         Add support for some more types
4695
4696         * shell/ev-view.c: (scroll_to_current_page),
4697         (ev_view_get_continuous), (ev_view_set_continuous),
4698         (ev_view_get_dual_page):
4699         * shell/ev-view.h:
4700         * shell/ev-window.c: (page_changed_cb),
4701         (setup_document_from_metadata), (ev_window_setup_document),
4702         (setup_view_from_metadata), (ev_window_open_uri),
4703         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4704         (ev_window_run_presentation), (ev_window_stop_presentation),
4705         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
4706         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
4707         (ev_window_update_dual_page_action),
4708         (ev_window_continuous_changed_cb),
4709         (ev_window_dual_mode_changed_cb), (ev_window_init):
4710
4711         Remember a bunch of view/document properties. Prolly some
4712         are still missing but it's getting interesting.
4713
4714 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
4715
4716         * configure.ac: check if dbus-binding-tool is installed. Not the
4717         case on current Ubuntu breezy, it seems.
4718
4719 2005-07-05  Luca Ferretti <elle.uca@libero.it>
4720
4721         * data/evince.desktop.in.in:
4722         
4723         Allow open uri lists and add TryExec field.
4724
4725 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4726
4727         * configure.ac:
4728
4729         Enable dbus when available, do not require a configure
4730         option.
4731
4732 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
4733
4734         * configure.ac:
4735
4736         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
4737         disabled.
4738
4739 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4740         Marco Pesenti Gritti  <mpg@redhat.com>
4741
4742         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
4743         
4744         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
4745         functions to the format required by dbus
4746
4747         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
4748         errors. Use the RPC parameters in the expected way
4749
4750 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4751
4752         * Makefile.am:
4753         * properties/Makefile.am:
4754         * properties/ev-properties-main.c: (ev_properties_get_pages):
4755
4756         Support all mime types
4757
4758         * shell/Makefile.am:
4759         * thumbnailer/Makefile.am:
4760         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
4761         (evince_thumbnail_pngenc_get):
4762
4763         Use the document factory
4764
4765 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4766
4767         * backend/Makefile.am:
4768         * backend/ev-document-factory.c:
4769         (mime_type_supported_by_gdk_pixbuf),
4770         (ev_document_type_get_from_mime),
4771         (ev_document_factory_get_document),
4772         (ev_document_factory_get_backend),
4773         (ev_document_factory_get_mime_types),
4774         (ev_document_factory_get_all_mime_types):
4775         * backend/ev-document-factory.h:
4776         * shell/Makefile.am:
4777         * shell/ev-document-types.c: (get_document_from_uri),
4778         (ev_document_types_get_document),
4779         (file_filter_add_mime_list_and_free),
4780         (ev_document_types_add_filters):
4781         * shell/ev-document-types.h:
4782         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4783         * shell/ev-properties-dialog.c:
4784         (ev_properties_dialog_set_document):
4785         * shell/ev-window.c: (ev_window_cmd_file_open),
4786         (ev_window_cmd_save_as):
4787         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4788
4789         Rework document types managing to avoid code duplication
4790         and actually abstract from backend implementations.
4791         Also provide a minimal factory api that can be used by
4792         thumbnailer/properties.
4793
4794 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
4795
4796         * properties/ev-properties-view.c: (ev_properties_view_set_info):
4797         Plug a mem leak.
4798         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4799         HIG spacings.
4800
4801 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4802
4803         * shell/ev-properties-dialog.c
4804         (ev_properties_dialog_set_document): only call
4805         ev_properties_fonts_set_document() if the document implements the
4806         fonts interface
4807
4808 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4809
4810         * configure.ac:
4811         * properties/Makefile.am:
4812         * properties/ev-properties-view.c:
4813         (ev_properties_view_register_type):
4814         * properties/ev-properties-view.h:
4815         * properties/ev-properties-main.h:
4816
4817         Implement nautilus plugin for properties.
4818         Works only for pdf atm, I need to rework the
4819         document types stuff to get this to work
4820         for all backends...
4821
4822 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
4823
4824         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
4825         (ev_properties_fonts_set_document): use
4826         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
4827
4828 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4829
4830         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
4831         them
4832         (PlaceImage, tiff2ps_process_page): use
4833         g_ascii_dtostr to convert floats to strings in a locale-safe way.
4834
4835
4836 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
4837
4838         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
4839         (main): to call gnome_authentication_manager_init. Should fix
4840         Bug #308510
4841
4842         * configure.ac: that requires libgnomeui 2.6.0.
4843
4844 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4845
4846         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
4847         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
4848         use the new tiff2ps interfaces
4849
4850         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
4851         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
4852
4853         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
4854         structure instead of global variables.  Remove use of static
4855         variables in functions.
4856
4857 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
4858
4859         * shell/ev-page-action.c: unref the completion after setting it to the
4860         entry
4861
4862 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4863
4864         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
4865         postscript files
4866
4867 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4868
4869         * shell/ev-window.c (update_action_sensitivity): disable
4870         File->Print if the document does not implement the ps exporter
4871         interface
4872
4873 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
4874
4875         * Makefile.am:
4876         * configure.ac:
4877         * data/evince-properties.glade:
4878         * properties/.cvsignore:
4879         * properties/Makefile.am:
4880         * properties/ev-properties-view.c: (ev_properties_view_dispose),
4881         (ev_properties_view_class_init), (ev_properties_view_format_date),
4882         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
4883         (ev_properties_view_init), (ev_properties_view_new):
4884         * properties/ev-properties-view.h:
4885         * shell/Makefile.am:
4886         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
4887         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
4888         (ev_properties_dialog_new):
4889         * shell/ev-properties-dialog.h:
4890         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4891         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
4892         (update_progress_label), (job_fonts_finished_cb),
4893         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
4894         * shell/ev-properties-fonts.h:
4895         * shell/ev-properties.c:
4896         * shell/ev-properties.h:
4897         * shell/ev-window.c: (ev_window_setup_document),
4898         (ev_window_cmd_file_properties):
4899
4900         Split the properties pages in two different objects, depend
4901         only on the backend where possible, use widgets instead
4902         of gobject for the glade part, reimplement the dialog
4903         itself with gtk.
4904         I need this to implement nautilus properties page.
4905
4906 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
4907
4908         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
4909         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
4910         (tiff_document_document_ps_exporter_iface_init): implement the ps
4911         exporter interface for tiff documents
4912
4913         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
4914         libtiff to implement TIFF postscript export
4915
4916         * tiff/tiff2ps.h: added a header file for external tiff2ps
4917         functions.
4918
4919         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
4920         tiff2ps.h
4921
4922 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * shell/ev-view.c: (scroll_to_current_page),
4925         (ev_view_set_fullscreen), (ev_view_set_presentation):
4926         
4927         Scroll to current page when exit from presentation
4928
4929 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4930
4931         * shell/ev-window.c: (update_document_mode),
4932         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4933         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
4934         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
4935         
4936         Exit from fullscreen mode when switch to presentation. Fix for
4937         bug 309365
4938
4939 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
4940
4941         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
4942         return NULL if the document does not implement the selection
4943         interface.
4944
4945 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
4946
4947         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
4948         reported height by using the resolution aspect ratio
4949         (tiff_document_render_pixbuf): scale the pixbuf using the
4950         resolution aspect ratio
4951
4952 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * configure.ac:
4955         
4956         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
4957         <kiltedaco@gmail.com>
4958         
4959         * djvu/djvu-document.c: (djvu_document_get_orientation),
4960         (djvu_document_set_orientation), (djvu_document_get_page_size),
4961         (rotate_pixbuf), (djvu_document_render_pixbuf),
4962         (djvu_document_document_iface_init):
4963         * dvi/dvi-document.c: (dvi_document_get_orientation),
4964         (dvi_document_set_orientation), (dvi_document_get_page_size),
4965         (rotate_pixbuf), (dvi_document_render_pixbuf),
4966         (dvi_document_document_iface_init):
4967         
4968         Dvi and djvu backends are ported to new API
4969
4970 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
4971
4972         * backend/ev-selection.c: (ev_selection_get_selection_region),
4973         (ev_selection_get_selection_map):
4974         * backend/ev-selection.h:
4975         * pdf/ev-poppler.cc:
4976         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
4977         * shell/ev-jobs.h:
4978         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4979         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4980         (ev_pixbuf_cache_get_text_mapping):
4981         * shell/ev-pixbuf-cache.h:
4982         * shell/ev-view.c: (location_in_text),
4983         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
4984         support to EvView.  Now we can see where we can select!  Sweet!
4985
4986 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
4987
4988         * shell/ev-view.c (ev_view_button_press_event): Fix
4989         event->y + view->scroll_x typo.
4990
4991 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
4992
4993         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
4994         sub-GdkPixbuf instead of passing dest_x and dest_y.
4995         
4996         * shell/ev-view.c: (view_point_to_doc_point),
4997         (view_rect_to_doc_rect), (ev_view_button_press_event),
4998         (ev_view_motion_notify_event), (compute_new_selection_rect),
4999         (gdk_rectangle_point_in), (compute_new_selection_text),
5000         (compute_selections): Update selection code to keep the selection
5001         around as two points and not as a normalized rectangle, and fix
5002         page level selection in two-column mode.
5003
5004 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
5005
5006         * shell/ev-window.c: (window_configure_event_cb): 
5007         
5008         Fix compilation
5009         
5010 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
5011
5012         * pdf/ev-poppler.cc:
5013
5014         Fix compilation
5015
5016 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
5017
5018         * shell/Makefile.am:
5019         * shell/ev-metadata-manager.c: (item_free),
5020         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
5021         (parse_value), (parseItem), (load_values),
5022         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
5023         (save_values), (save_item), (get_oldest), (resize_items),
5024         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
5025         * shell/ev-metadata-manager.h:
5026
5027         Metadata manager from gedit but modified to use GValue, so that
5028         we dont need to keep converting from strings.
5029
5030         * configure.ac:
5031
5032         ENABLE_METADATA conditional, on when dbus is on
5033
5034         * shell/ev-application.c: (ev_application_open_uri):
5035
5036         Show the window after load so that we can initialize
5037         window size before it's showed.
5038
5039         * shell/ev-window.c: (ev_window_setup_from_metadata),
5040         (ev_window_open_uri), (window_configure_event_cb),
5041         (ev_window_init):
5042
5043         Save and load metadata information about window size.
5044         Not yet keeping states in account.
5045
5046         * shell/main.c: (main):
5047
5048         Shutdown metadata manager.
5049
5050 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5051
5052         * shell/ev-application-service.xml:
5053         * configure.ac:
5054         * shell/Makefile.am:
5055         * shell/ev-application.c:
5056         * shell/ev-application.h:
5057         * shell/ev-window.c:
5058         * shell/ev-window.h:
5059         * shell/main.c:
5060
5061         Add an optional dbus interface (--enable-dbus).
5062         Rework application code, mainly to be easier to
5063         use "remotely".
5064         Do not open multiple windows with the same document,
5065         spatial evince!
5066
5067 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
5068
5069         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
5070         pixbuf iff it exists.
5071
5072 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
5073
5074         * shell/*:
5075         * backend/ev-render-context.[ch]:
5076         * backend/ev-selection.[ch]:
5077
5078         Massive changes.  We now support text selection of pdfs, and not
5079         just rectangular selection.  This is pretty broken still, but I
5080         want to get something into CVS.
5081
5082 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * pdf/ev-poppler.cc:
5085         
5086         Fix for Bug 309080: crash on window close.
5087         
5088         * shell/ev-page-action.c: (page_changed_cb):
5089         
5090         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
5091         jensgr@gmx.net (Jens Granseuer).
5092
5093 2005-06-25  Marcel Telka  <marcel@telka.sk>
5094
5095         * configure.in (ALL_LINGUAS): Added sk.
5096
5097 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
5100         not a document open
5101
5102 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5103
5104         * NEWS:
5105         * configure.ac:
5106
5107         Release 0.3.2
5108
5109         * cut-n-paste/recent-files/Makefile.am:
5110
5111         Fix make distcheck
5112
5113 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5114
5115         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
5116         (pixbuf_document_set_orientation), (rotate_pixbuf),
5117         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
5118         (pixbuf_document_document_iface_init), (pixbuf_document_init):
5119
5120         Implement rotation and cleanup the code a bit.
5121
5122         * tiff/tiff-document.c: (tiff_document_get_page_size),
5123         (tiff_document_get_orientation), (tiff_document_set_orientation),
5124         (rotate_pixbuf), (tiff_document_render_pixbuf),
5125         (tiff_document_document_iface_init), (tiff_document_init):
5126
5127         Implement rotation. Was the quicker solution for the release
5128         but we really need to share this code in the shell.
5129
5130 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5131
5132         * pdf/ev-poppler.cc:
5133
5134         Enable rotation, require poppler cvs. Fix a leak.
5135
5136 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5137
5138         * shell/ev-window.c: (update_action_sensitivity):
5139         
5140         Make properties unsensitive if document backend doesn't provide
5141         any info
5142
5143 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
5146         (bitmap_flip_horizontally), (bitmap_flip_vertically),
5147         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
5148         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
5149         (bitmap_flip_rotate_counter_clockwise):
5150         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
5151         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
5152         (buff_gets):
5153         * dvi/mdvi-lib/common.h:
5154         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
5155         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
5156         (opendvi), (mdvi_reload), (mdvi_init_context),
5157         (mdvi_destroy_context), (mdvi_dopage), (special):
5158         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
5159         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
5160         (file_hash_free), (register_encoding), (parse_spec),
5161         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
5162         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
5163         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
5164         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
5165         (mdvi_register_font_type), (mdvi_unregister_font_type),
5166         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
5167         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
5168         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
5169         (mdvi_hash_destroy_key), (mdvi_hash_reset):
5170         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
5171         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
5172         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
5173         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
5174         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
5175         * dvi/mdvi-lib/special.c: (mdvi_register_special),
5176         (mdvi_unregister_special), (mdvi_flush_specials):
5177         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
5178         (t1_font_remove):
5179         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
5180         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
5181         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
5182         (free_font_metrics), (flush_font_metrics):
5183         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
5184         (tt_font_remove):
5185         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
5186         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
5187         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
5188         (dstring_insert), (dstring_new), (dstring_reset):
5189         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
5190         
5191         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
5192         avoid conflict with libtool on FC4
5193         
5194         * shell/ev-window.c: (ev_window_cmd_help_about):
5195         
5196         Update copyright year. Fix for bug 308828.
5197
5198 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * shell/ev-view.c: (add_scroll_binding_keypad),
5201         (ev_view_binding_activated), (ev_view_class_init),
5202         (on_adjustment_value_changed):
5203         
5204         Bug 170874: Arrow keys switch pages in presentation mode
5205
5206 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5207
5208         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5209         
5210         Fix for Bug 308265: Sidebar dissappears coming out of 
5211         Presentation mode
5212
5213 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * shell/ev-application.c: (ev_application_open):
5216         * shell/ev-document-types.c: (ev_document_types_add_filters),
5217         (ev_document_types_add_filters_for_type):
5218         * shell/ev-document-types.h:
5219         * shell/ev-window.c: (ev_window_cmd_save_as):
5220         
5221         Suggest basename as template when saving, provide filters
5222         for save dialog. It's bug 308402
5223
5224 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * pdf/ev-poppler.cc:
5227         * shell/ev-sidebar-links.c: (job_finished_callback):
5228         * shell/ev-view.c: (update_find_status_message):
5229         
5230         Some leaks fixed
5231
5232 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
5233
5234         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5235         (egg_recent_view_uimanager_set_list):
5236
5237         Fix buglet in !show_numbers case.
5238
5239 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
5240
5241         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5242         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
5243
5244         Use pango ellipsisation.
5245
5246         * pdf/ev-poppler.cc:
5247
5248         Fix refcount leak, from nsh.
5249
5250 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * cut-n-paste/recent-files/Makefile.am:
5253         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5254         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
5255         
5256         Removed EggRecentViewGtk
5257         
5258         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5259         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5260         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
5261         (ev_window_setup_recent):
5262         
5263         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
5264         with other projects
5265
5266 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5269         (egg_recent_view_gtk_finalize):
5270
5271         Fix memory leak
5272
5273         * cut-n-paste/toolbar-editor/Makefile.am:
5274         
5275         Fix location of cursor icon.
5276         
5277         * pdf/ev-poppler.cc:
5278         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
5279         (display_completion_text), (match_completion):
5280         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
5281         (selection_changed_callback), (create_loading_model),
5282         (print_section_cb), (links_page_num_func),
5283         (update_page_callback_foreach):
5284         * shell/ev-window.c: (ev_window_dispose):
5285         
5286         Small memory fixes. Links model now store objects instead
5287         of pointers to improve memory management. 
5288
5289 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5290
5291         * shell/ev-window.c: (zoom_control_changed_cb):
5292         
5293         Fix update of zoom control (bug 308268).
5294
5295 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
5296
5297         * shell/ev-properties.c (set_property): escape the text correctly.
5298         Handles non-UTF-8 properties and escaped properties.  Also, sets
5299         the text to "<i>None</i>" if the property isn't set.
5300
5301         * data/evince-properties.glade: Change the label to be ellipsized,
5302         and give it a minimum size.
5303
5304 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
5307         * shell/ev-sidebar-links.c: (create_loading_model):
5308         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5309         * shell/ev-view.c: (ev_view_set_document):
5310         * shell/ev-window.c: (ev_window_dispose):
5311         
5312         Various small fixes, mostly memory leaks. Thanks to valgrind.
5313
5314 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
5315
5316         * ps/ps-document.c: remove the locale.h include again ;-). And
5317         kill the (bogus) setlocale/savelocale business.
5318
5319 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
5320
5321         * ps/ps-document.c:
5322         
5323         Include locale.h to fix build
5324         
5325         * shell/ev-sidebar.c:
5326         
5327         Remove unnecessary includes
5328
5329 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5330
5331         * dvi/dvi-document.c: (dvi_document_load):
5332         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
5333         * po/POTFILES.in:
5334         
5335         Check for incorrect dvi files. Fix parsing dvi on AMD64
5336         platform. Thanks to tester@tester.ca (Olivier Crete).
5337
5338 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5339
5340         * shell/ev-page-action.c: (match_selected_cb),
5341         (display_completion_text), (match_completion), (update_model):
5342         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
5343         (expand_open_links):
5344         * shell/ev-sidebar.c: (ev_sidebar_destroy),
5345         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
5346         (ev_sidebar_set_document):
5347         * shell/ev-window.c: (ev_window_xfer_job_cb),
5348         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
5349         
5350         Fixed lot's of memory leaks, for example, memory leak on reload, 
5351         described in bug 307793.
5352
5353 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
5354
5355         * pdf/ev-poppler.cc:
5356         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
5357         (update_visible_range), (adjustment_changed_cb),
5358         (ev_sidebar_thumbnails_fill_model),
5359         (ev_sidebar_thumbnails_refresh),
5360         (ev_sidebar_tree_selection_changed),
5361         (ev_sidebar_icon_selection_changed),
5362         (ev_sidebar_thumbnails_use_icon_view),
5363         (ev_sidebar_thumbnails_set_document):
5364         * shell/ev-sidebar-thumbnails.h:
5365         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5366         (ev_window_cmd_edit_rotate_right), (ev_window_init):
5367
5368         Refresh thumbnails when changing orientation. Not fully
5369         working yet becuase of a sidebar bug.
5370
5371         Set page orientation to poppler page everywhere. This sucks
5372         really need to fix poppler.
5373
5374 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
5375
5376         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5377         (egg_recent_view_gtk_new_menu_item),
5378         (egg_recent_view_gtk_set_property),
5379         (egg_recent_view_gtk_get_property),
5380         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
5381         (egg_recent_view_gtk_set_tooltip_func),
5382         (egg_recent_view_gtk_set_label_width),
5383         (egg_recent_view_gtk_get_label_width):
5384         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
5385
5386         Sync with libegg (ellipsize labels)
5387
5388 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5389
5390         * data/evince-ui.xml:
5391         * shell/ev-window.c: (ev_window_cmd_go_forward),
5392         (ev_window_cmd_go_backward):
5393         
5394         Shift + PageUp moves 10 Pages. Fix for 306125
5395
5396 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5397
5398         * pdf/ev-poppler.cc:
5399
5400         Add a flag to check if orientation has been overriden
5401
5402 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
5403
5404         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
5405         field if necessary.
5406
5407         * ps/ps.h: add creator field to document.
5408
5409         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
5410         set creator field.
5411
5412 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5413
5414         * data/evince-properties.glade:
5415         * shell/ev-properties.c: (ev_properties_set_document):
5416
5417         s/PDF Version/Format
5418
5419 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5420
5421         * shell/ev-properties.c: (ev_properties_set_document):
5422
5423         Remove unnecessary translations
5424
5425 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5426
5427         * cut-n-paste/toolbar-editor/Makefile.am:
5428
5429         Correct library name    
5430
5431 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5432
5433         * configure.ac:
5434         * cut-n-paste/recent-files/egg-recent-model.c:
5435         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
5436         (egg_recent_model_unlock_file):
5437         * cut-n-paste/recent-files/egg-recent-util.c:
5438         (egg_recent_util_get_unique_id):
5439         * cut-n-paste/recent-files/update-from-egg.sh:
5440         * cut-n-paste/toolbar-editor/Makefile.am:
5441         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5442         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5443         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5444         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5445         (egg_toolbars_model_get_type):
5446         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5447
5448         Better makefile for toolbar editor and update everything
5449         to latest libegg.
5450
5451 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5452
5453         * shell/ev-window.c: (update_document_mode):
5454
5455         Prefer presentation mode when the document
5456         require fullscreen.
5457
5458 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5459
5460         * data/evince-ui.xml:
5461         * shell/ev-window.c:
5462
5463         Add control-equal for zooming
5464
5465 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5466
5467         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
5468
5469 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
5470
5471         * backend/ev-document.c: (ev_document_get_orientation):
5472         * backend/ev-document.h:
5473         * pdf/ev-poppler.cc:
5474         * ps/ps-document.c: (ps_document_get_orientation),
5475         (ps_document_set_orientation), (ps_document_document_iface_init):
5476
5477         Add a get_orientation api. Improve set_orientation.
5478
5479         * data/evince-ui.xml:
5480         * shell/ev-view.c: (ev_view_set_orientation),
5481         (ev_view_rotate_right), (ev_view_rotate_left):
5482         * shell/ev-view.h:
5483         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5484         (ev_window_cmd_edit_rotate_right):
5485
5486         Better ui for changing document orientation
5487
5488 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
5491         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
5492         * shell/ev-sidebar-links.h:
5493         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
5494         (ev_sidebar_page_iface_init):
5495         * shell/ev-sidebar-page.h:
5496         * shell/ev-sidebar-thumbnails.c:
5497         (ev_sidebar_thumbnails_get_property),
5498         (ev_sidebar_thumbnails_class_init),
5499         (ev_sidebar_thumbnails_set_document):
5500         * shell/ev-sidebar-thumbnails.h:
5501         * shell/ev-view.c: (ev_view_motion_notify_event):
5502         * shell/ev-window.c: (update_chrome_visibility),
5503         (ev_window_cmd_focus_page_selector),
5504         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
5505         (sidebar_page_main_widget_update_cb), (ev_window_init):
5506         
5507         Autoraise toolbar on GoToPage binding and fix bindings in
5508         EvSidebarThumbnails page.
5509
5510 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
5511
5512         * shell/ev-properties.c: (update_progress_label):
5513
5514         Hide the progress label when finished; bug #307697.
5515
5516 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
5517
5518         * pdf/ev-poppler.cc:
5519
5520         Enable is_open for links, you will need poppler cvs
5521
5522         * shell/ev-properties.c: (job_fonts_finished_cb):
5523
5524         Get a lock on the document when filling the tree view
5525
5526 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
5527
5528         * backend/ev-document-links.h:
5529         * pdf/ev-poppler.cc:
5530         * shell/ev-sidebar-links.c: (create_loading_model),
5531         (expand_open_links), (job_finished_callback):
5532
5533         Expand links when specified by the document.
5534         Depend on a poppler api (defined out for now)
5535
5536 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
5537
5538         * shell/ev-properties.c: (ev_properties_dispose),
5539         (ev_properties_class_init), (dialog_destroy_cb),
5540         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
5541         (ev_properties_set_document), (ev_properties_new),
5542         (ev_properties_show):
5543         * shell/ev-properties.h:
5544
5545         Make it an object, cleanup the code, api to show it as transient
5546         and to set the document.
5547
5548         * shell/ev-window.c: (ev_window_setup_document),
5549         (ev_window_cmd_file_properties):
5550
5551         Adapt to EvProperties changes, do not show multiple
5552         times, update it when document changes.
5553
5554 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
5555
5556         * ps/gstypes.h:
5557         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
5558         (ps_document_set_orientation), (ps_document_document_iface_init):
5559         * ps/ps-document.h:
5560
5561         Implement orientation here too
5562
5563         * shell/ev-properties.c: (ev_properties_new):
5564         * data/evince-properties.glade:
5565
5566         Hide the fonts page for backends that doesnt
5567         support it.     
5568
5569 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
5570
5571         * backend/ev-document.c: (ev_document_set_orientation):
5572         * backend/ev-document.h:
5573         * pdf/ev-poppler.cc:
5574
5575         Add orientation api. Currently poppler api is not optimal,
5576         we need to set orientation every time we _get a page.
5577         I will try to fix that at some point.
5578
5579         * data/evince-ui.xml:
5580         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
5581         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
5582
5583         Add orientation menu items
5584
5585         * shell/ev-page-cache.c: (ev_page_cache_clear):
5586         * shell/ev-page-cache.h:
5587
5588         Add api to clear the cache
5589
5590         * shell/ev-view.c: (setup_caches), (clear_caches),
5591         (ev_view_set_document), (ev_view_zoom_out),
5592         (ev_view_set_orientation):
5593         * shell/ev-view.h:
5594
5595         Implement orientation changing
5596
5597 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
5598
5599         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
5600         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
5601         * backend/ev-document-fonts.h:
5602
5603         Separate scan and fill so that we can incrementally fill from
5604         the main thread. Add a progress api.
5605
5606         * data/evince-properties.glade:
5607         * pdf/ev-poppler.cc:
5608         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
5609         * shell/ev-jobs.h:
5610         * shell/ev-properties.c: (update_progress_label),
5611         (job_fonts_finished_cb), (setup_fonts_view):
5612
5613         Incrementally feel the list and show the progress
5614         percentage in a label like acrobat does.
5615
5616         You are going to need poppler cvs
5617
5618 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
5619
5620         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
5621         * backend/ev-document-fonts.h:
5622         * pdf/ev-poppler.cc:
5623
5624         Make fonts model fill incrementally.
5625
5626         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5627         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5628         (ev_job_queue_remove_job):
5629         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5630         (ev_job_fonts_new), (ev_job_fonts_run):
5631         * shell/ev-jobs.h:
5632
5633         New job for fonts scanning
5634
5635         * shell/ev-properties.c: (job_fonts_finished_cb),
5636         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
5637         * shell/ev-properties.h:
5638         * shell/ev-window.c: (ev_window_cmd_file_properties):
5639
5640         Incrementally feel the treeview using the new job. Show Loading...
5641         message until scanning is completed.
5642
5643         Hopefully I didnt break the build without the poppler patch.
5644
5645 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5646
5647         * shell/ev-application.c: (ev_application_open):
5648         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
5649         (ev_document_type_get_type), (ev_document_type_lookup):
5650         * shell/ev-document-types.h:
5651         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
5652         * shell/ev-job-xfer.h:
5653         * shell/ev-window.c: (ev_window_clear_local_uri),
5654         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
5655         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
5656         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5657         
5658         Transfer remote documents to tmp directory to display them later.
5659
5660 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
5661
5662         * backend/ev-document-info.h:
5663         * shell/ev-properties.c: (ev_properties_new):
5664
5665         s/GTime*/GTime. Not sure why we was using a pointer
5666         at all there!
5667
5668 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
5669
5670         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
5671         situations.  That situation is that you're using GTK+-HEAD with
5672         the patch at #306726 is applied, and you have a document with <
5673         1500 pages in it.  It's not quite as uniformly nice as the
5674         TreeView, but should be better in the long run.
5675
5676         I'm pretty sure I guarded against breaking compilation with
5677         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
5678         I missed some.
5679
5680         * shell/ev-window.c (ev_window_init): We don't have our tree/list
5681         widget yet, so I commented that code out
5682         enable_view_actions_for_widget() for now.  Need to figure this
5683         out.
5684
5685         * shell/ev-page-action.c (match_selected_cb): emit the right
5686         signals.  Our cool C-l completion now works.
5687
5688 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * backend/Makefile.am:
5691         * backend/ev-document-fonts.c:
5692         * backend/ev-document-links.c:
5693         * backend/ev-document.c: (ev_document_load):
5694         * backend/ev-document.h:
5695         * backend/ev-job-queue.c:
5696         * backend/ev-job-queue.h:
5697         * backend/ev-jobs.c:
5698         * backend/ev-jobs.h:
5699         * backend/ev-page-cache.c:
5700         * backend/ev-page-cache.h:
5701
5702         EvPageCache and EvJobs are moved to shell.
5703
5704         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
5705         (ev_tmp_filename):
5706         * lib/ev-file-helpers.h:
5707         
5708         New helper to work with temporary files
5709         
5710         * shell/Makefile.am:
5711         * shell/ev-application.c: (ev_application_open):
5712         * shell/ev-application.h:
5713         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
5714         (remove_job_from_async_queue), (add_job_to_async_queue),
5715         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
5716         (handle_job), (search_for_jobs_unlocked),
5717         (no_jobs_available_unlocked), (ev_render_thread),
5718         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
5719         (ev_job_queue_add_job), (move_job_async), (move_job),
5720         (ev_job_queue_update_job), (ev_job_queue_remove_job):
5721         * shell/ev-job-queue.h:
5722         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
5723         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
5724         * shell/ev-job-xfer.h:
5725         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
5726         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
5727         (ev_job_links_class_init), (ev_job_render_init),
5728         (ev_job_render_dispose), (ev_job_render_class_init),
5729         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
5730         (ev_job_thumbnail_class_init), (ev_job_load_init),
5731         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
5732         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
5733         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
5734         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
5735         * shell/ev-jobs.h:
5736         * shell/ev-page-action.c: (ev_page_action_set_document):
5737         * shell/ev-page-cache.c: (ev_page_cache_init),
5738         (ev_page_cache_class_init), (ev_page_cache_finalize),
5739         (ev_page_cache_new), (ev_page_cache_get_n_pages),
5740         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
5741         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
5742         (ev_page_cache_get_title), (ev_page_cache_get_size),
5743         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5744         (ev_page_cache_get_height_to_page),
5745         (ev_page_cache_get_max_label_chars),
5746         (ev_page_cache_get_page_label),
5747         (ev_page_cache_has_nonnumeric_page_labels),
5748         (ev_page_cache_get_info), (ev_page_cache_next_page),
5749         (ev_page_cache_prev_page), (ev_page_cache_get):
5750         * shell/ev-page-cache.h:
5751         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
5752         (ev_pixbuf_cache_clear_job_sizes),
5753         (ev_pixbuf_cache_add_jobs_if_needed),
5754         (ev_pixbuf_cache_set_page_range):
5755         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
5756         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
5757         * shell/ev-sidebar-thumbnails.c:
5758         (ev_sidebar_tree_selection_changed),
5759         (ev_sidebar_thumbnails_set_document):
5760         * shell/ev-statusbar.c: (ev_statusbar_destroy),
5761         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
5762         (ev_statusbar_get_context_id), (ev_statusbar_push),
5763         (ev_statusbar_pop), (ev_statusbar_set_maximized),
5764         (ev_statusbar_pulse), (ev_statusbar_show_progress),
5765         (ev_statusbar_set_progress):
5766         * shell/ev-statusbar.h:
5767         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
5768         (ev_view_find_previous):
5769         * shell/ev-window.c: (ev_window_is_empty),
5770         (ev_window_setup_document), (password_dialog_response),
5771         (ev_window_clear_jobs), (ev_window_load_job_cb),
5772         (ev_window_xfer_job_cb), (ev_window_open_uri),
5773         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
5774         (ev_window_print), (ev_window_print_range),
5775         (ev_window_state_event), (ev_window_cmd_view_reload),
5776         (menu_item_select_cb), (menu_item_deselect_cb),
5777         (view_status_changed_cb), (ev_window_dispose),
5778         (drag_data_received_cb), (ev_window_init):
5779         * shell/ev-window.h:
5780         * shell/main.c: (load_files):
5781         
5782         New statusbar to show progress on idle. Two new jobs - 
5783         xfer job and load job to load document in background. And update
5784         of page_cache clients to new location of code.
5785
5786 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
5787   
5788         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
5789         selection in open dialog. It also remembers the last visited directory 
5790         in the current session.
5791
5792 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5793
5794         * shell/ev-properties.c: (ev_properties_new):
5795         * shell/ev-properties.h:
5796         * shell/ev-window.c: (ev_window_cmd_file_properties):
5797         
5798         Get document info from page cache instead of document itself.
5799         This should fix crash related to race conditions described in
5800         bug 306545.
5801
5802 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
5803
5804         * ps/ps-document.c: (ps_document_init),
5805         (send_ps), (get_page_box), (output), (catchPipe), (input),
5806         (stop_interpreter), (file_length), (file_readable),
5807         (check_filecompressedb), (ps_document_enable_interpreter),
5808         (document_load), (ps_async_renderer_render_pixbuf):
5809         * ps/ps-document.h:
5810
5811         Big cleanup of the ps code
5812
5813 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
5814
5815         * backend/Makefile.am:
5816         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
5817         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
5818         * backend/ev-async-renderer.h:
5819
5820         Add an async renderer interface (method + callback) which
5821         is useful for backends like ps.
5822
5823         * backend/ev-job-queue.c: (remove_job_from_async_queue),
5824         (add_job_to_async_queue), (job_finished_cb), (handle_job),
5825         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
5826         (ev_job_queue_add_job), (move_job_async), (move_job),
5827         (ev_job_queue_update_job), (ev_job_queue_remove_job):
5828
5829         Add queues for async renderer, these are executed on the
5830         main thread.
5831
5832         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
5833         (ev_job_render_run):
5834         * backend/ev-jobs.h:
5835
5836         If the backend support async renderer interface use it.
5837
5838         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
5839         (setup_pixmap), (ps_document_get_type),
5840         (ps_async_renderer_render_pixbuf),
5841         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
5842
5843         Implement async renderer interface.
5844
5845 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
5848
5849         Cleanup links job on exit.
5850
5851 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5854         (drag_data_get_cb), (drag_data_received_cb):
5855         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5856         (drag_data_get_cb), (parse_item_list),
5857         (egg_toolbar_editor_load_actions):
5858         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5859         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
5860         (parse_item_list), (parse_toolbars):
5861         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5862         (dvi_pixbuf_put_pixel):
5863         
5864         Fix gcc 4.0 warnings
5865
5866 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5867
5868         * ps/ps-document.c: (start_interpreter):
5869
5870         Fix warning when loading ps
5871
5872 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5873
5874         * ps/ps-document.c: (output):
5875
5876         Fix crash when priting gs error messages.
5877
5878 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5879
5880         * backend/ev-page-cache.c: (_ev_page_cache_new):
5881         * backend/ev-page-cache.h:
5882
5883         Use a const to return title so that we dont double
5884         free it. Small cleanup and fix a leak.
5885
5886         * shell/ev-window.c: (update_window_title):
5887
5888         strdup value from get_title.
5889
5890 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5891
5892         * shell/ev-sidebar-links.c: (job_finished_callback),
5893         (ev_sidebar_links_set_document):
5894
5895         Cleanup the old job when changing document
5896
5897 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5898
5899         * shell/ev-stock-icons.c:
5900         * shell/ev-stock-icons.h:
5901         * shell/ev-window.c:
5902         
5903         Add stock icons for actions that can appear in toolbar. Fix for
5904         bug 306566.
5905
5906 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5907
5908         * backend/ev-page-cache.c: (ev_page_cache_finalize),
5909         (_ev_page_cache_new), (ev_page_cache_get_max_width),
5910         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
5911         * backend/ev-page-cache.h:
5912         * shell/ev-view.c: (scroll_to_current_page),
5913         (view_update_range_and_current_page), (get_page_y_offset),
5914         (get_page_extents), (ev_view_size_request_continuous_dual_page),
5915         (ev_view_size_request_continuous),
5916         (ev_view_zoom_for_size_continuous_and_dual_page),
5917         (ev_view_zoom_for_size_continuous):
5918         
5919         More compact EvView layout in document with pages of different size.
5920
5921 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
5922
5923         * shell/ev-window.c (ev_window_cmd_file_properties): fix
5924         compilation.
5925
5926 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * shell/ev-view.c: (view_set_adjustment_values):
5929         * shell/ev-window.c: (ev_window_cmd_file_properties):
5930         
5931         A bit different fix for rounding problem but it has no
5932         problems on startup. Make properties window transient to parent.
5933
5934 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5935
5936         * pdf/ev-poppler.cc:
5937         
5938         More commenting of font stuff.
5939
5940 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5941
5942         * pdf/ev-poppler.cc:
5943
5944         Comment out some more fonts stuff. Should really
5945         work without the poppler patch now.
5946
5947 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5948
5949         * pdf/ev-poppler.cc:
5950
5951         Adapt to api change
5952
5953 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5954
5955         * data/evince-properties.glade:
5956         * pdf/ev-poppler.cc:
5957         * shell/ev-properties.c: (setup_fonts_view):
5958
5959         Set the column title. Show the dialog only
5960         once everything is setup.
5961         Getting font info can be very slow... will
5962         prolly need to make this threaded too.
5963
5964 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5965
5966         * backend/Makefile.am:
5967         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
5968         (ev_document_fonts_get_fonts_model):
5969         * backend/ev-document-fonts.h:
5970         * data/evince-properties.glade:
5971         * pdf/ev-poppler.cc:
5972         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
5973         * shell/ev-properties.h:
5974         * shell/ev-window.c: (ev_window_cmd_file_properties):
5975
5976         Implement fonts list. Defined out for now, since it depends
5977         on a not yet committed poppler patch.
5978
5979 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
5980
5981         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
5982         page + 1.
5983
5984         * shell/ev-window.c: Make sure we add the timeout when we get a
5985         focus-in event.
5986
5987         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
5988         adjustment->value before calculating the zoom factor to average
5989         out all of our rounding errors.  The page no longer 'drifts' when
5990         resizing.
5991
5992 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5993
5994         * data/evince-properties.glade:
5995         * shell/ev-properties.c: (ev_properties_format_date),
5996         (set_property):
5997         
5998         Labels don't expand when the dialogue is resized.
5999         strftime result needs to be converted to UTF-8. Thanks
6000         to Christian Persch <chpe@gnome.org>.
6001
6002 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6003
6004         * data/evince-properties.glade:
6005
6006         Hide the fonts tab
6007
6008 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6009
6010         * backend/ev-document-info.h:
6011         * backend/ev-document.c: (ev_document_info_free):
6012         * data/evince-properties.glade:
6013         * pdf/ev-poppler.cc:
6014         * ps/ps-document.c: (ps_document_get_info):
6015         * shell/ev-properties.c: (ev_properties_format_date),
6016         (set_property), (ev_properties_new):
6017         * shell/ev-properties.h:
6018         * shell/ev-window.c: (ev_window_cmd_file_properties):
6019
6020         Rework properties code to take only EvPropertyInfo
6021         in the constructor so that it can be useful for
6022         nautilus plugin too.
6023
6024         Deal with backends that doesnt support some properties.
6025         Make set property code generic.
6026
6027 2005-06-04  Christian Persch <chpe@gnome.org>
6028
6029         * data/evince-properties.glade:
6030
6031         fix spacings, make resizeable, and make data labels
6032         selectable + ellipsised
6033
6034 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
6035
6036         * backend/ev-document-info.h:
6037         * data/Makefile.am:
6038         * data/evince-ui.xml:
6039         * pdf/ev-poppler.cc:
6040         * shell/Makefile.am:
6041         * shell/ev-window.c: (update_action_sensitivity),
6042         (ev_window_cmd_file_properties):
6043
6044         Initial go at file properties. Patch by
6045         Emil Soleyman-Zomalan <emil@soleyman.com>.
6046         Needs love see #169583
6047
6048 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
6049
6050         * ps/ps-document.c: (output):
6051         * ps/ps.c: (psscan):
6052
6053         Try to render even if psscan fails.
6054
6055 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6056
6057         * ps/ps.c: (psscan), (pscopydoc):
6058
6059         Port buffered reading code from gv
6060
6061 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6062
6063         * ps/ps-document.c: (interpreter_message), (output):
6064
6065         Do not fail on interpreter messages
6066
6067 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6068
6069         * backend/ev-document-misc.c:
6070         (ev_document_misc_get_thumbnail_frame):
6071
6072         Pages can be 0 x 0, dont assert on this case
6073
6074 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6075
6076         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6077         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
6078
6079         Correctly manage our reference on document. Finally the reload
6080         huge leak is gone...
6081
6082 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6083
6084         * ps/ps-document.c: (ps_document_dispose):
6085
6086         Forgot to chain it to the parent. Thanks chpe.
6087
6088 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6089
6090         * ps/ps-document.c: (ps_document_dispose),
6091         (ps_document_class_init), (stop_interpreter), (document_load):
6092
6093         Cleanup dispose a bit. Dont leak the whole pixmap.
6094
6095 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6096
6097         * pdf/ev-poppler.cc:
6098
6099         Release the poppler document on dispose
6100
6101 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6102
6103         * shell/ev-view.c: (ev_view_set_document):
6104
6105         Release ref on the pixbuf cache when changing
6106         document.
6107
6108 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6109
6110         * ps/ps-document.c: (ps_document_get_info):
6111
6112         Fix a double free
6113
6114 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * backend/ev-page-cache.c: (ev_page_cache_init),
6117         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
6118         * backend/ev-page-cache.h:
6119         * shell/ev-page-action.c: (page_changed_cb):
6120         
6121         Set page action entry width depending on labels width. Fix
6122         for bug 305202.
6123
6124 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
6125
6126         * backend/ev-link.c: (ev_link_class_init):
6127
6128         Allow -1 as page value (error)
6129
6130 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6131
6132         * shell/ev-sidebar-thumbnails.c:
6133         (ev_sidebar_thumbnails_set_document):
6134         * shell/ev-view.c: (scroll_to_current_page),
6135         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
6136         (page_changed_cb), (on_adjustment_value_changed),
6137         (ev_view_set_document):
6138
6139         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
6140         Fix bug 305377
6141
6142 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6143
6144         * configure.ac:
6145         * djvu/djvu-document.c: (djvu_document_get_page_size):
6146
6147         Require djvulibre CVS. Now djvu loading is much faster. Fix for
6148         bug 301993.
6149
6150 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
6151
6152         * shell/ev-view.c (draw_one_page): modify the expose handling to
6153         get the shadows.
6154
6155         * shell/ev-window.c (update_action_sensitivity): Respect
6156         permissions field.  Kowtow to the man.
6157
6158         * pdf/ev-poppler.cc: Get the permissions field.
6159
6160         * tiff/*c: Make a tiny bit more robust.
6161
6162 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6163
6164         * djvu/djvu-document.c:
6165         
6166         Pop messages from djvu context message queue.
6167
6168 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6169
6170         * configure.ac, Makefile.am, shell/Makefile.am:
6171         * tiff/Makefile.am, shell/ev-document-types.c:
6172         
6173         Cleanup tiff configure checks. Fix for bug 305218.
6174
6175 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
6176
6177         * configure.ac: Added "uk" to ALL_LINGUAS.
6178
6179 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * cut-n-paste/zoom-control/ephy-zoom.c:
6182         (ephy_zoom_get_changed_zoom_level):
6183         * cut-n-paste/zoom-control/ephy-zoom.h:
6184         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
6185         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
6186         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
6187         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
6188         (zoom_control_changed_cb), (ev_window_init):
6189         
6190         Fix minor points related to moving best fit up. Introduce
6191         "zoom" property and make zoom control change it's value on
6192         notify::zoom signals. Fix for 305080.
6193
6194 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6195
6196         * data/evince-ui.xml:
6197         * shell/ev-window.c: (set_view_actions_sensitivity):
6198         
6199         Use + and - as accels for zoom in and zoom out. Fix for 305001.
6200
6201 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
6202
6203         * configure.ac:
6204
6205         Depends on poppler 0.3.2
6206
6207 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
6208
6209         * cut-n-paste/recent-files/egg-recent-item.c:
6210         (egg_recent_item_get_short_name):
6211         * cut-n-paste/toolbar-editor/Makefile.am:
6212         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6213         (new_pixbuf_from_widget):
6214         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6215         * cut-n-paste/toolbar-editor/egg-marshal.c:
6216         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6217         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6218
6219         Sync
6220
6221 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
6222
6223         * tiff/tiff-document.c: Rough TIFF backend.
6224
6225 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
6226
6227         * NEWS:
6228         * configure.ac:
6229         * cut-n-paste/toolbar-editor/Makefile.am:
6230
6231         Release 0.3.1
6232
6233 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
6234
6235         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
6236         (ev_view_find_next), (ev_view_find_previous):
6237
6238         Remove the locks around get_n_results   
6239
6240 2005-05-21  Juerg Billeter  <j@bitron.ch>
6241
6242         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
6243
6244         Pass correct number of pages to poppler.
6245
6246 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * configure.ac:
6249         * data/Makefile.am:
6250         * data/evince.desktop.in: 
6251         * data/evince.desktop.in.in:
6252         * po/POTFILES.in:
6253         
6254         Add conditionally dvi and djvu to desktop types. Fix for 304658.
6255
6256 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
6257
6258         * shell/ev-view.c: (view_update_adjustments),
6259         (view_set_adjustment_values): cast adjustmen->value to (int)
6260         before using it.  Otherwise, we get off by a pixel in some
6261         situations.
6262
6263         (draw_one_page): Draw the border on expose.
6264
6265 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
6266
6267         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
6268         adjustment when the mode changes, #304923
6269
6270 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6271
6272         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
6273         flickering on resize but still use gdk_window_scroll on
6274         scrolling
6275
6276 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
6277
6278         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
6279         option, #170458
6280
6281 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
6282
6283         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
6284         second page on page_changed if possible, #304669
6285
6286 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
6287
6288         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
6289         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
6290
6291 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
6292
6293         * .cvsignore:
6294         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
6295         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
6296         (ev_view_zoom_for_size_presentation),
6297         (ev_view_zoom_for_size_continuous_and_dual_page),
6298         (ev_view_zoom_for_size_continuous),
6299         (ev_view_zoom_for_size_dual_page),
6300         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
6301         * shell/ev-view.h:
6302         * shell/ev-window.c: (update_view_size),
6303         (ev_window_sizing_mode_changed_cb):
6304
6305         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
6306         the scrollbars.  It's not 100% right, but it's much closer.  Kills
6307         an infinite loop, #304769
6308
6309
6310 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
6311
6312         * data/evince-ui.xml:
6313         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
6314         * shell/ev-window.c: (set_view_actions_sensitivity):
6315
6316         Make PgUp/Down behave like Space
6317
6318 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
6319
6320         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
6321         * backend/ev-ps-exporter.h:
6322         * pdf/ev-poppler.cc:
6323         * ps/ps-document.c: (ps_document_ps_export_begin):
6324         * shell/ev-print-job.c: (idle_print_handler):
6325
6326         Adapt to new poppler api
6327
6328 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
6329
6330         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6331         (ephy_zoom_control_init):
6332
6333         Translate zoom levels
6334
6335 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
6336
6337         * cut-n-paste/zoom-control/ephy-zoom.c:
6338         (ephy_zoom_get_zoom_level_index):
6339
6340         Fix current zoom -> zoom control match
6341
6342 2005-05-18  James Bowes  <bowes@cs.dal.ca>
6343
6344         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
6345         rather than the scrolled_window that it's in. Fixes bug #304655.
6346
6347 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
6348
6349         * shell/ev-view.c: (view_update_adjustments),
6350         (view_set_adjustment_values), (view_update_range_and_current_page),
6351         (view_scroll_to_page), (set_scroll_adjustment),
6352         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
6353         (ev_view_scroll), (ev_view_scroll_view),
6354         (ensure_rectangle_is_visible), (find_page_at_location),
6355         (get_link_at_location), (go_to_link), (status_message_from_link),
6356         (ev_view_size_request_continuous_dual_page),
6357         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
6358         (ev_view_unrealize), (ev_view_expose_event),
6359         (ev_view_button_press_event), (ev_view_motion_notify_event),
6360         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
6361         (draw_rubberband), (highlight_find_results), (draw_one_page),
6362         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
6363         (ev_view_init), (find_changed_cb), (page_changed_cb),
6364         (on_adjustment_value_changed), (ev_view_new),
6365         (ev_view_set_document), (ev_view_set_zoom),
6366         (ev_view_set_continuous), (ev_view_set_dual_page),
6367         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
6368         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
6369         (ev_view_zoom_for_size_presentation),
6370         (ev_view_zoom_for_size_continuous_dual_page),
6371         (ev_view_zoom_for_size_continuous),
6372         (ev_view_zoom_for_size_dual_page),
6373         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6374         (ev_view_get_status), (ev_view_set_status),
6375         (update_find_status_message), (ev_view_get_find_status),
6376         (ev_view_set_find_status), (jump_to_find_result),
6377         (jump_to_find_page), (compute_selections), (clear_selection),
6378         (ev_view_select_all), (get_selected_text), (ev_view_copy),
6379         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
6380         (ev_view_update_primary_selection),
6381         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
6382         * shell/ev-view.h:
6383         * shell/ev-window.c: (ev_window_open_page_label),
6384         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
6385         (ev_window_init):
6386         * shell/ev-window.h:
6387         * shell/main.c: (load_files):
6388
6389         Massive code clean up from Nickolay Shmyrev.  Keep page offset
6390         when resizing.  Remove the bin_window().  Also, patch from James
6391         Bowes to fix command line page, #300641
6392         
6393 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
6394
6395         * data/evince-ui.xml:
6396         * shell/ev-view.c:
6397         * shell/ev-view.h:
6398         * shell/ev-window.c: (update_action_sensitivity):
6399
6400         Get rid of View->Normal Size, it's just confusing
6401
6402 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
6403
6404         * backend/ev-document-info.h:
6405         * backend/ev-document.c: (ev_document_info_free): Free the
6406         EvDocumentInfo.
6407
6408         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
6409         (clear_range), (add_range), (update_visible_range),
6410         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
6411         (ev_sidebar_thumbnails_set_document):
6412         * shell/ev-window.c: (ev_window_setup_document): Only render the
6413         visible thumbnails.  It takes an instant to render, but it uses
6414         much less memory.
6415
6416 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
6417
6418         * shell/ev-sidebar-links.c: (popup_menu_cb):
6419
6420         Select first item
6421
6422 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
6423
6424         * lib/Makefile.am:
6425         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
6426         (button_press_cb), (ev_sidebar_links_construct):
6427
6428         Show the popup menu also on keybindings
6429
6430 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
6431
6432         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
6433         * shell/ev-window.h:
6434
6435         Expose api to print a range (with dialog). Make private _print use
6436         it.
6437
6438         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
6439         (ev_sidebar_links_construct):
6440
6441         Show a print context menu on linkx, it prints the selected
6442         section.
6443
6444 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
6445
6446         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
6447         button.
6448
6449 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
6450
6451         * AUTHORS:
6452
6453         Update
6454
6455         * shell/ev-window.c: (build_comments_string),
6456         (ev_window_cmd_help_about):
6457
6458         Show poppler version/backend and authors
6459
6460 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
6461
6462         * cut-n-paste/zoom-control/ephy-zoom.c:
6463         (ephy_zoom_get_zoom_level_index):
6464         * cut-n-paste/zoom-control/ephy-zoom.h:
6465
6466         Move the best fit items at the top of the list
6467
6468 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
6469
6470         * shell/ev-marshal.list:
6471         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
6472         (activate_cb), (match_selected_cb), (activate_link_cb),
6473         (connect_proxy), (ev_page_action_class_init):
6474         * shell/ev-page-action.h:
6475
6476         Use signals to notify action activation. Hopefully
6477         I did not break completion since I cant test...
6478
6479         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
6480         (register_custom_actions):
6481
6482         Connect to page selector actions and also grab focus on
6483         the view when activated.
6484
6485 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
6486
6487         * pdf/ev-poppler.cc:
6488         * backend/ev-page-cache.c: make page size calculation consistent
6489         and set it to (int)( width * scale + 0.5).  This makes the weird
6490         line going through the middle of the page go away.
6491
6492         * shell/ev-view.c: move painting the background page after
6493         checking the expose area covers us.
6494
6495 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6496
6497         * data/evince-password.glade:
6498         
6499         Mark labels as not translatable. Fix for bug 302842.
6500
6501 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6502
6503         * configure.ac: Added "es" to ALL_LINGUAS.
6504
6505 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6506
6507         * data/evince-toolbar.xml:
6508         * shell/ev-window.c: (update_action_sensitivity),
6509         (ev_window_setup_document), (ev_window_set_page_mode),
6510         (ev_window_init):
6511
6512         Remove some leftover code from jrb first continous
6513         attempt. Use the new actions, we still need good icons
6514         though...
6515
6516 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6517
6518         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
6519
6520         Update label when connecting proxy. Fix a warning with NULL
6521         page_cache.
6522
6523 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6524
6525         * data/evince-ui.xml:
6526         * shell/ev-page-action.c: (ev_page_action_grab_focus):
6527         * shell/ev-page-action.h:
6528         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
6529
6530         Add mnemonic for edit toolbar.
6531         ctrl+l focus the page entry.
6532
6533 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6534
6535         * lib/Makefile.am:
6536         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
6537         (ev_window_init):
6538         * shell/main.c: (main):
6539
6540         Put the toolbar xml in evince own dot dir
6541
6542 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6543
6544         * shell/ev-window.c: (ev_window_init):
6545
6546         Make the toolbar not removable
6547
6548 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6549
6550         * data/evince-ui.xml:
6551         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
6552         * shell/ev-sidebar-links.h:
6553         * shell/ev-sidebar-thumbnails.c:
6554         (ev_sidebar_thumbnails_get_treeview):
6555         * shell/ev-sidebar-thumbnails.h:
6556         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
6557         (ev_view_class_init):
6558         * shell/ev-view.h:
6559         * shell/ev-window.c: (update_action_sensitivity),
6560         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6561         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
6562         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
6563         (ev_window_init):
6564
6565         This is evil... Make space/backspace global accelerators but
6566         enable them only for some widgets (sidebars and view).
6567         I dont like it, but I dont know a better way... :/
6568
6569 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6570
6571         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
6572         (ev_page_action_widget_finalize),
6573         (ev_page_action_widget_class_init), (update_page_cache):
6574
6575         Keep a weak reference on proxy->page_cache so that we
6576         dont try to disconnect the signal if the object is already
6577         gone. Maybe there is a better way to cleanup reference handling
6578         in page action though...
6579
6580 2005-05-10  Juerg Billeter  <j@bitron.ch>
6581
6582         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
6583         * backend/ev-ps-exporter.h:
6584         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
6585         * ps/ps-document.c: (ps_document_ps_export_begin):
6586         
6587         Change api to pass print range to ps_exporter_begin. The pdf backend
6588         requires this information.
6589         
6590         * shell/ev-print-job.c: (idle_print_handler):
6591         
6592         Adapt to api change
6593
6594 2005-05-10  Juerg Billeter  <j@bitron.ch>
6595
6596         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
6597         (idle_print_handler)
6598         * shell/ev-window.c: (ev_window_print):
6599
6600         Support printing page range, based on patch by Amaury Jacquot
6601
6602 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6603
6604         * data/evince-toolbar.xml:
6605
6606         Add zoom control to available items
6607
6608 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * shell/ev-window.c: (update_action_sensitivity):
6611
6612         Set slash action insensitive when appropriate
6613
6614 2005-05-10  Christian Persch <chpe@gnome.org>
6615
6616         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
6617
6618         Fix warning on the overflow menu
6619
6620 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6621
6622         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
6623
6624         Check for uri correctness/existence
6625
6626 2005-05-09  Juerg Billeter  <j@bitron.ch>
6627
6628         * shell/ev-window.c: (using_postscript_printer):
6629
6630         LPD printers use postscript, too
6631
6632 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6633
6634         * shell/ev-window.c: (register_custom_actions):
6635
6636         The zoom one is actually sort of useful,
6637         put it back
6638
6639 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6640
6641         * shell/ev-window.c: (register_custom_actions):
6642
6643         Hide page/zoom controls from overflow, they
6644         are useless.
6645
6646 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6647
6648         * cut-n-paste/update-from-egg.sh:
6649         
6650         Share it between all cut-n-paste subdirs
6651
6652         * cut-n-paste/recent-files/Makefile.am:
6653
6654         Fix to use "global" update-from-egg.sh
6655
6656         * cut-n-paste/recent-files/egg-recent-model.c:
6657         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
6658         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6659         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
6660         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
6661
6662         Update from libegg
6663
6664         * cut-n-paste/toolbar-editor/Makefile.am:
6665
6666         Fix to use "global" update-from-egg.sh
6667
6668         * cut-n-paste/toolbar-editor/eggmarshalers.list:
6669
6670         Update from libegg
6671
6672 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
6673
6674         * configure.ac:
6675         * cut-n-paste/Makefile.am:
6676         * cut-n-paste/recent-files/Makefile.am:
6677         * cut-n-paste/toolbar-editor/.cvsignore:
6678         * cut-n-paste/toolbar-editor/Makefile.am:
6679         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6680         (egg_editable_toolbar_get_type), (get_toolbar_position),
6681         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
6682         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
6683         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
6684         (set_item_drag_source), (create_item_from_action), (create_item),
6685         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
6686         (popup_toolbar_context_menu_cb), (free_dragged_item),
6687         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6688         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
6689         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
6690         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6691         (item_added_cb), (item_removed_cb),
6692         (egg_editable_toolbar_construct),
6693         (egg_editable_toolbar_disconnect_model),
6694         (egg_editable_toolbar_deconstruct),
6695         (egg_editable_toolbar_set_model),
6696         (egg_editable_toolbar_set_ui_manager),
6697         (egg_editable_toolbar_set_property),
6698         (egg_editable_toolbar_get_property),
6699         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
6700         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
6701         (egg_editable_toolbar_new_with_model),
6702         (egg_editable_toolbar_get_edit_mode),
6703         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
6704         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
6705         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
6706         (new_pixbuf_from_widget), (new_separator_pixbuf),
6707         (update_separator_image), (style_set_cb),
6708         (_egg_editable_toolbar_new_separator_image),
6709         (egg_editable_toolbar_get_model):
6710         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6711         * cut-n-paste/toolbar-editor/egg-marshal.c:
6712         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6713         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
6714         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
6715         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
6716         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
6717         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
6718         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
6719         (editor_drag_data_delete_cb), (drag_data_get_cb),
6720         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
6721         (editor_create_item), (update_editor_sheet), (setup_editor),
6722         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
6723         (parse_item_list), (model_has_action), (update_actions_list),
6724         (egg_toolbar_editor_load_actions):
6725         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6726         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6727         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
6728         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
6729         (toolbars_item_new), (free_toolbar_node), (free_item_node),
6730         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
6731         (egg_toolbars_model_add_separator), (impl_add_item),
6732         (parse_item_list), (egg_toolbars_model_add_toolbar),
6733         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
6734         (impl_get_item_data), (impl_get_item_type),
6735         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
6736         (egg_toolbars_model_init), (free_toolbar),
6737         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
6738         (egg_toolbars_model_remove_toolbar),
6739         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6740         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
6741         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
6742         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
6743         (egg_toolbars_model_get_item_data),
6744         (egg_toolbars_model_get_item_type):
6745         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6746         * cut-n-paste/toolbar-editor/eggmarshalers.list:
6747         * data/Makefile.am:
6748         * data/evince-toolbar.xml:
6749         * data/evince-ui.xml:
6750         * data/hand-open.png:
6751         * po/POTFILES.in:
6752         * shell/Makefile.am:
6753         * shell/ev-window.c: (update_chrome_visibility),
6754         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
6755         (ev_window_dispose), (ev_window_init):
6756
6757         Implement epiphany like toolbar editor. Based on patch by
6758         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6761
6762         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
6763
6764         Use set_cursor instead of set_selection, so that
6765         the keyboard focus moves too.
6766
6767 2005-05-09  Aleksey Kliger <akliger@gmail.com>
6768
6769         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
6770
6771         Fix infinite loop when loading Type1 fonts
6772
6773 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6774
6775         * data/evince-ui.xml:
6776         * shell/ev-window.c:
6777
6778         Slash -> Find
6779
6780 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
6781
6782         * configure.ac:
6783
6784         Make --disable really disable
6785
6786 2005-05-07  Juerg Billeter  <j@bitron.ch>
6787
6788         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
6789
6790         Compare page labels even without has_labels set, fixes setting page
6791         with entry
6792
6793 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6794
6795         * shell/ev-view.c: (ev_view_create_invisible_cursor),
6796         (ev_view_set_cursor), (ev_view_button_press_event),
6797         (ev_view_motion_notify_event), (ev_view_button_release_event),
6798         (ev_view_init):
6799
6800         Implement middle button scrolling. Based on a patch
6801         by Tommi Komulainen <tommi.komulainen@iki.fi>.
6802
6803 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
6804
6805         * shell/ev-document-types.c: (get_slow_mime_type),
6806         (get_document_type_from_mime), (ev_document_type_lookup):
6807         * shell/ev-document-types.h:
6808
6809         Change api to lookup from uri. Do fast lookup first, if the
6810         type is unknown try with data sniffing.
6811
6812         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
6813         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6814
6815         Adapt to api change
6816
6817 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6818
6819         * thumbnailer/Makefile.am:
6820
6821         Fix distcheck
6822
6823 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * NEWS:
6826         * configure.ac:
6827
6828         Release 0.3.0
6829
6830         * data/evince-ui.xml:
6831
6832         Hide presentation mode for now
6833
6834         * shell/ev-view.c: (highlight_find_results):
6835
6836         Show current find selection only on current page
6837
6838 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6839
6840         * shell/ev-view.c: (ev_view_select_all):
6841
6842         Compute size of the actual page, not of
6843         the current one.
6844
6845 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6846
6847         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
6848         (view_rect_to_doc_rect), (compute_selections),
6849         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
6850         (ev_view_copy), (ev_view_primary_get_cb),
6851         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
6852         (ev_view_button_press_event), (ev_view_motion_notify_event),
6853         (ev_view_button_release_event), (page_changed_cb):
6854
6855         Fix text selection
6856
6857 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6858
6859         * shell/ev-view.c: (compute_border), (get_page_extents),
6860         (doc_rect_to_view_rect), (highlight_find_results),
6861         (ev_view_bin_expose), (ev_view_select_all),
6862         (ev_view_motion_notify_event), (update_find_status_message),
6863         (jump_to_find_result), (jump_to_find_page):
6864
6865         First go at fixing search, still buggy
6866
6867 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
6868
6869         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
6870         dropdown box and button at the top of the sidebar.
6871
6872 2005-05-02  James Bowes  <bowes@cs.dal.ca>
6873
6874         * configure.ac: Output zoom-control Makefile.
6875         * cut-n-paste/Makefile.am: build zoom-control subdir.
6876         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6877         * cut-n-paste/zoom-control/ephy-zoom-action.h:
6878         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6879         * cut-n-paste/zoom-control/ephy-zoom-control.h:
6880         * cut-n-paste/zoom-control/ephy-zoom.c:
6881         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
6882         from epiphany, and modified to add a separator into the menu.
6883         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
6884         * data/evince-ui.xml: Replace old zoom toolbar actions with new
6885         zoom-control action.
6886         * shell/Makefile.am: Include zoom-control flags.
6887         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
6888         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
6889         (ev_view_zoom_for_size_presentation),
6890         (ev_view_zoom_for_size_continuous_and_dual_page),
6891         (ev_view_zoom_for_size_continuous),
6892         (ev_view_zoom_for_size_dual_page),
6893         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
6894         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
6895         ev_view_get_zoom and ev_view_get_sizing_mode.
6896         * shell/ev-view.h:
6897         * shell/ev-window.c: (update_action_sensitivity),
6898         (update_sizing_buttons), (zoom_control_changed_cb),
6899         (register_custom_actions): Initialize and use the zoom-control 
6900         widget.
6901
6902 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
6903
6904         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
6905         preview cache back to 1.  Don't know when it got set to 0.
6906         
6907         * shell/ev-view.c: (compute_border), (ev_view_realize),
6908         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
6909         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
6910         (ev_view_get_fullscreen), (ev_view_set_presentation),
6911         (ev_view_get_presentation), (ev_view_set_sizing_mode),
6912         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
6913         * shell/ev-view.h:
6914         * shell/ev-window.c:
6915         (update_chrome_visibility),
6916         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6917         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6918         (update_document_mode), (ev_window_update_fullscreen_action),
6919         (ev_window_fullscreen), (ev_window_unfullscreen),
6920         (ev_window_cmd_view_fullscreen),
6921         (ev_window_update_presentation_action),
6922         (ev_window_run_presentation), (ev_window_stop_presentation),
6923         (ev_window_cmd_view_presentation), (ev_window_state_event),
6924         (ev_window_focus_in_event), (ev_window_focus_out_event),
6925         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
6926         * data/evince-ui.xml: Initial presentation mode.  We should
6927         probably hide this until it's done, as it's quite rough.  Also,
6928         change full-screen to fullscreen and add two getters to EvView.
6929
6930 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * shell/ev-page-action.c: (update_page_cache),
6933         (ev_page_action_dispose):
6934         * shell/ev-window.c: (destroy_fullscreen_popup),
6935         (ev_window_create_fullscreen_popup):
6936
6937         Use connect_object rather than explicitly
6938         disconnect on dispose.
6939
6940 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * shell/ev-page-action.c: (update_page_cache),
6943         (ev_page_action_dispose):
6944
6945 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * backend/ev-page-cache.c: (_ev_page_cache_new),
6948         (ev_page_cache_set_page_label),
6949         (ev_page_cache_has_nonnumeric_page_labels):
6950         * backend/ev-page-cache.h:
6951         * shell/ev-page-action.c: (update_pages_label):
6952         
6953         If all page labels are numeric, fallback to default
6954         way to display number of pages. See bug 173185.
6955
6956 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6957
6958         * shell/ev-page-action.c: (ev_page_action_dispose):
6959         * shell/ev-view.c: (view_update_range_and_current_page):
6960         * shell/ev-window.c: (ev_window_dispose):
6961         
6962         Set page on scroll in continuous mode. Fixes bug 301986.
6963         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
6964
6965 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
6966
6967         * configure.ac:
6968
6969         Require poppler 0.3.0
6970
6971 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6972         
6973         * shell/Makefile.am, configure.ac: Fix build problems
6974         with t1lib. Bug 301996.
6975
6976 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6977
6978         * shell/ev-view.c: (ev_view_scroll_event):
6979         
6980         Scroll up increase zoom
6981
6982 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6983
6984         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
6985         (ev_view_set_sizing_mode),
6986         (ev_view_zoom_for_size_continuous_and_dual_page),
6987         (ev_view_zoom_for_size_continuous):
6988         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
6989         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
6990         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
6991         (ev_window_init):
6992
6993         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
6994         Fix for 165473 and 165472.
6995
6996 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * po/POTFILES.in:
6999         * thumbnailer/Makefile.am:
7000         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
7001         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
7002         * thumbnailer/evince-thumbnailer.schemas.in:
7003         
7004         Make thumbnailer schemas translatable. Fix for bug 301773
7005         
7006         * thumbnailer/evince-thumbnailer-djvu.schemas:
7007         * thumbnailer/evince-thumbnailer-dvi.schemas:
7008         * thumbnailer/evince-thumbnailer.schemas:
7009
7010         Removed files
7011
7012 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
7013
7014         * shell/ev-view.c (ev_view_init): forgot to set this.
7015
7016 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
7017
7018         * shell/ev-view.c: (find_page_at_location),
7019         (get_link_at_location),
7020         (ev_view_set_show_border), (ev_view_set_spacing),
7021         (ev_view_zoom_for_size_continuous_and_dual_page),
7022         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
7023         Also, add a quick fix measuring of widths.  Also, removed
7024         ev_view_set_spacing and ev_view_set_show_border.
7025         
7026         * shell/ev-window.c: (ev_window_unfullscreen),
7027         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
7028
7029 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7030
7031         * shell/ev-view.c: (view_update_range_and_current_page),
7032         (page_changed_cb):
7033         
7034         Fix crash on exit and scrolling to page in continuous view.
7035
7036 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
7037
7038         * TODO:
7039         * backend/ev-page-cache.c: (_ev_page_cache_new),
7040         (ev_page_cache_get_max_width_size),
7041         (ev_page_cache_get_max_height_size):
7042         * backend/ev-page-cache.h:
7043         * data/evince-ui.xml:
7044         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
7045         * shell/ev-view.c: (view_update_adjustments),
7046         (view_update_range_and_current_page), (get_bounding_box_size),
7047         (ev_view_size_request_continuous_and_dual_page),
7048         (ev_view_size_request_continuous),
7049         (ev_view_size_request_dual_page),
7050         (ev_view_size_request_single_page), (ev_view_size_request),
7051         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
7052         (ev_view_bin_expose), (ev_view_expose_event),
7053         (ev_view_set_property), (ev_view_get_property),
7054         (ev_view_class_init), (ev_view_init), (ev_view_new),
7055         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
7056         (ev_view_set_dual_page), (ev_view_set_full_screen),
7057         (ev_view_set_presentation), (ev_view_set_sizing_mode),
7058         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
7059         (ev_view_zoom_out), (zoom_for_size_fit_width),
7060         (zoom_for_size_best_fit),
7061         (ev_view_zoom_for_size_continuous_and_dual_page),
7062         (ev_view_zoom_for_size_continuous),
7063         (ev_view_zoom_for_size_dual_page),
7064         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7065         (ev_view_show_cursor), (ev_sizing_mode_get_type):
7066         * shell/ev-view.h:
7067         * shell/ev-window.c: (update_action_sensitivity),
7068         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7069         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7070         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
7071         (ev_window_cmd_view_zoom_out), (update_view_size),
7072         (ev_window_set_sizing_mode), (ev_window_init):
7073
7074         Add Continuous and Dual page modes.
7075
7076 2005-04-23  James Bowes  <bowes@cs.dal.ca>
7077
7078         * dvi/dvi-document.c: (dvi_document_load),
7079         (dvi_document_thumbnails_get_thumbnail),
7080         (dvi_document_init_params): Fix up some mixups between
7081         width and height to correct thumbnail rendering.
7082
7083 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7084
7085         * dvi/mdvi-lib/private.h:
7086         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
7087         
7088         Suppess output for kpathsea during font generation. Thanks to
7089         James Bowes
7090
7091 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
7092
7093         * NEWS:
7094         * configure.ac:
7095
7096         Release 0.2.1
7097
7098         * Makefile.am: fix distcheck.
7099
7100 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * shell/ev-sidebar-links.c: (selection_changed_callback),
7103         (update_page_callback), (row_activated_callback),
7104         (job_finished_callback), (ev_sidebar_links_set_document):
7105         
7106         Fix for bug #169901. Double click on links expands tree.
7107
7108 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
7109
7110         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
7111         hard-coded style. Fix for bug 170111
7112
7113 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
7114
7115         * shell/ev-view.c (highlight_find_results): Remove unnecessary
7116         locking.
7117
7118 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
7119
7120         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
7121
7122 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
7123
7124         * pdf/ev-poppler.cc:
7125         * shell/ev-view.c: (highlight_find_results):
7126
7127         Fix find on single page documents
7128
7129 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
7130
7131         * data/evince.schemas.in: fix for bug 301390
7132
7133 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
7134
7135         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
7136         (ev_view_zoom_out), (ev_view_zoom_normal):
7137         * shell/ev-view.h:
7138         * shell/ev-window.c: (update_action_sensitivity),
7139         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7140         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
7141         (ev_window_cmd_view_normal_size):
7142
7143         Fix normal size zoom. Make zoom in/zoom out unsensitive when
7144         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
7145         better than oom. 
7146
7147 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
7148
7149         * configure.ac:
7150
7151         Depend on 2.57, 2.59 doesnt seem to be necessary
7152
7153 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
7154
7155         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
7156         (create_tool_item):
7157
7158         Put back total number of pages as (1 of 1234)
7159
7160 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
7161
7162         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
7163         remove the job.
7164
7165         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
7166         function.  This helps debugging.
7167
7168 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7169
7170         * djvu/djvu-document.c: (djvu_document_class_init),
7171         (djvu_document_get_info), (djvu_document_document_iface_init):
7172         * dvi/dvi-document.c: (dvi_document_class_init),
7173         (dvi_document_get_info), (dvi_document_document_iface_init):
7174
7175         Dummy implementation of get_info method for dvi and
7176         djvu. Fix crashes with those backends
7177
7178 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
7179
7180         * data/evince.desktop.in:
7181
7182         Add application/x-gzpostscript
7183
7184 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
7185
7186         * data/evince.schemas.in: Added real long descriptions, 
7187         closes bug 172496 
7188
7189         * README: Added actual text, closes bug 171869
7190
7191 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7192
7193         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7194
7195         Thumbnail page 0
7196
7197 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7198
7199         * backend/ev-document-info.h:
7200
7201         s/GDate */GDate so we can just use g_free
7202
7203 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7204
7205         * shell/ev-window.c: (update_document_mode),
7206         (ev_window_setup_document):
7207
7208         Show the window in fullscreen when specified by
7209         the document
7210
7211 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7212
7213         * backend/ev-document.c: (ev_document_class_init),
7214         (ev_document_get_info), (ev_document_render_pixbuf):
7215         * backend/ev-document.h:
7216         * backend/ev-page-cache.c: (_ev_page_cache_new):
7217         * pdf/ev-poppler.cc:
7218         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
7219         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
7220         * ps/ps-document.c: (ps_document_class_init), (document_load),
7221         (ps_document_get_info), (ps_document_document_iface_init):
7222
7223         Remove get_title from the interface, we can just use document info
7224
7225 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7226
7227         * backend/Makefile.am:
7228         * backend/ev-document.c: (ev_document_render_get_info):
7229         * backend/ev-document.h:
7230         * pdf/ev-poppler.cc:
7231
7232         Initial support for document info. Based on jrb patch.
7233
7234 2005-04-19  Paolo Borelli <pborelli@katamail.com>
7235
7236         * shell/ev-window.c: (ev_window_state_event),
7237         (ev_window_class_init), (ev_window_init):
7238         
7239         Doesn't show resize grip when maximized. See bug #301053
7240
7241 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7242
7243         * po/POTFILES.in:
7244         
7245         ev-sidebar-thumbnails now has translatable labels
7246         
7247         * shell/Makefile.am:
7248         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
7249         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
7250         (ev_sidebar_links_page_iface_init):
7251         * shell/ev-sidebar-links.h:
7252         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7253         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
7254         (ev_sidebar_page_get_label):
7255         * shell/ev-sidebar-page.h:
7256         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
7257         (ev_sidebar_thumbnails_set_document),
7258         (ev_sidebar_thumbnails_support_document),
7259         (ev_sidebar_thumbnails_get_label),
7260         (ev_sidebar_thumbnails_page_iface_init):
7261         * shell/ev-sidebar-thumbnails.h:
7262         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
7263         (ev_sidebar_set_document):
7264         * shell/ev-sidebar.h:
7265         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
7266         
7267         Small rework of sidebar code. Now sidebar pages should implement
7268         EvSidebarPage interface. That makes page management in EvSidebar
7269         easier. See bug #164811 for details
7270
7271 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * shell/ev-application.c: (ev_application_open):
7274         * shell/ev-document-types.c:
7275         
7276         Fix build error and small problem with application exit
7277
7278 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7279
7280         * thumbnailer/Makefile.am:
7281         * thumbnailer/evince-thumbnailer-djvu.schemas:
7282         * thumbnailer/evince-thumbnailer-dvi.schemas:
7283         
7284         Conditionally install schemas for djvu/dvi thumbnailer
7285
7286 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
7287
7288         * shell/ev-document-types.h: 
7289         * shell/ev-document-types.c: 
7290         New files, handling the mapping from mimetypes to backends
7291         
7292         * shell/ev-window.c: 
7293         * thumbnailer/evince-thumbnailer.c:     
7294         Use the ev-document-types code
7295         
7296         * shell/Makefile.am: 
7297         Added new convenience library libevbackendfactory_la, containing
7298         the new mimetype->backend logic; moved the backends into it.
7299
7300         * thumbnailer/Makefile.am:
7301         Make the thumbnailer link with the libevbackend.la convenience
7302         library, rather than having a duplicate of the backend logic here.
7303
7304 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
7305
7306         * shell/ev-stock-icons.c: constify some vars.
7307         * shell/ev-window.c: ditto.
7308
7309 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
7310
7311         * ps/ps-document.c (get_page_orientation):
7312
7313         Respect document orientation 
7314
7315 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * djvu/Makefile.am:
7318         * dvi/Makefile.am:
7319         * shell/Makefile.am:
7320         
7321         Move library dependencies to components.
7322         
7323         * shell/ev-window.c: (update_window_title),
7324         (start_loading_document):
7325         
7326         Fix display of uris with spaces. Bug 168358.
7327
7328 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
7329
7330         * shell/ev-sidebar-links.c: (selection_changed_cb):
7331         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
7332         (ev_view_button_release_event), (ev_view_set_document):
7333         * shell/ev-view.h:
7334         * shell/ev-window.c: (find_bar_search_changed_cb):
7335         * shell/ev-window.h: Minor cleanups removing some dead code.
7336
7337 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7338
7339         * backend/ev-page-cache.c: (_ev_page_cache_new):
7340         
7341         Set current page to 0 if document has pages.
7342
7343 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7344
7345         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7346
7347         Initialize GError to NULL, fix a crash when loading fails.
7348
7349 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7350
7351         * shell/ev-window.c: (update_view_size):
7352
7353         Calculate shadow size only when there is actually
7354         a shadow.
7355
7356 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7357
7358         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
7359         * shell/ev-view.h:
7360
7361         Allow setting view spacing, default to 0
7362
7363         * shell/ev-window.c: (ev_window_unfullscreen),
7364         (ev_window_cmd_view_fullscreen), (ev_window_init):
7365
7366         Remove spacing in fullscreen mode
7367
7368 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7369
7370         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
7371         (ev_view_size_request), (expose_bin_window),
7372         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
7373         * shell/ev-view.h:
7374         * shell/ev-window.c: (ev_window_unfullscreen),
7375         (ev_window_cmd_view_fullscreen):
7376
7377         Do not draw the border in fulscreen
7378
7379 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7380
7381         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
7382         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
7383         (find_page_at_location), (page_changed_cb):
7384
7385         Rework border calculation, so that I can more easily disable it.
7386         Code somewhat cleaner too.
7387
7388 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7389
7390         * backend/ev-page-cache.c: (ev_page_cache_init),
7391         (_ev_page_cache_new):
7392
7393         Remove some assertions, documents can have 0 pages.
7394         Make initial current page -1.
7395
7396         * shell/ev-page-action.c: (page_changed_cb):
7397
7398         Show "" if current page is -1
7399
7400         * shell/ev-window.c: (update_action_sensitivity),
7401         (ev_window_setup_document):
7402
7403         When document has 0 pages do not set the view
7404         and make nearly everything insensitive.
7405
7406 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7407
7408         * shell/ev-page-view.c:
7409         * shell/ev-page-view.h:
7410
7411         Remove unused files.
7412         
7413         * shell/ev-sidebar-thumbnails.c:
7414         (ev_sidebar_thumbnails_set_document):
7415         * shell/ev-sidebar.c: (ev_sidebar_set_document),
7416         (ev_sidebar_supports_document):
7417         * shell/ev-sidebar.h:
7418         * shell/ev-window.c: (ev_window_setup_document):
7419         
7420         Doesn't show thumbnails if document has 1 page. Make
7421         sidebar menu entries sensitive only if if they have 
7422         sense. Fix bug 164811. 
7423
7424 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
7425
7426         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
7427         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
7428         (ev_view_zoom_out), (ev_view_set_size):
7429
7430         Rework sizing to deal with documents with not uniform page
7431         size.
7432
7433 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
7434
7435         * backend/ev-page-cache.c: (_ev_page_cache_new):
7436
7437         Fix several page size caching bugs
7438
7439 2005-04-15  Luca Ferretti <elle.uca@libero.it>
7440
7441         * shell/ev-window.c: (set_action_properties):
7442
7443         Make all toolbar items translatable
7444
7445 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
7446
7447         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
7448         (save_page_list), (ps_document_save),
7449         (ps_document_document_iface_init), (ps_document_ps_export_begin),
7450         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
7451         (ps_document_ps_exporter_iface_init):
7452         * ps/ps-document.h:
7453
7454         Based on a patch by J�rg Billeter <j@bitron.ch>
7455         
7456         Implement print and save a copy for the ps backend.
7457
7458 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
7459
7460         * backend/ev-document.h:
7461         * djvu/djvu-document.c: (djvu_document_can_get_text),
7462         (djvu_document_document_iface_init):
7463         * dvi/dvi-document.c: (dvi_document_can_get_text),
7464         (dvi_document_document_iface_init):
7465         * pdf/ev-poppler.cc:
7466         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
7467         (pixbuf_document_document_iface_init):
7468         * ps/ps-document.c: (ps_document_can_get_text),
7469         (ps_document_document_iface_init):
7470         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
7471         * shell/ev-window.c: (update_action_sensitivity):
7472
7473         Fix the crash when trying to copy in backends that doesnt
7474         support it. We can implement a better solution once we
7475         do real text selection.
7476
7477 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
7478
7479         * data/evince-ui.xml:
7480         * shell/ev-window.c: (ev_window_cmd_escape):
7481         
7482         Work around the Escape conflict (find bar and unfullscreen)
7483
7484 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * backend/ev-page-cache.c: (ev_page_cache_next_page):
7487         
7488         Fix for #300233. Next page correctly handles document end.
7489         
7490         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7491         (ev_sidebar_thumbnails_class_init),
7492         (ev_sidebar_thumbnails_set_document),
7493         (ev_sidebar_thumbnails_clear_job),
7494         (ev_sidebar_thumbnails_clear_model):
7495         
7496         Cleanup thumbnail jobs on document changes.
7497         
7498         * shell/ev-view.c: (add_scroll_binding_keypad),
7499         (add_scroll_binding_shifted), (ev_view_class_init):
7500         
7501         Shift + Space scrolls up. Fix for #173184
7502         
7503         * shell/ev-window.c: (ev_window_open_page),
7504         (ev_window_cmd_view_reload):
7505         
7506         Fix reload (Bug #300094)
7507
7508 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7509
7510         
7511         * dvi/mdvi-lib/assoc.c:
7512         * dvi/mdvi-lib/assoc.h: Removed garbage files
7513         
7514         * dvi/mdvi-lib/bitmap.c:
7515         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
7516         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
7517         * dvi/mdvi-lib/color.h: Antialias of rules
7518         
7519         * dvi/mdvi-lib/common.h:
7520         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
7521         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
7522         * dvi/mdvi-lib/files.c:
7523         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
7524         * dvi/mdvi-lib/mdvi.h:
7525         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7526         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
7527         * dvi/mdvi-lib/util.c: Fix compile warnings
7528         
7529         * dvi/dvi-document.c:
7530         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
7531         (dvi_document_thumbnails_get_thumbnail),
7532         (dvi_document_document_thumbnails_iface_init):
7533         * dvi/mdvi-lib/Makefile.am:
7534         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7535         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
7536         
7537         Dvi backend now renders thumbnails
7538
7539 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
7540
7541         * shell/main.c: (main): 
7542         
7543         Save accelerators on exit. Fixes bug #172095.
7544
7545 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
7546
7547         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
7548         update priority" comment.
7549
7550         * backend/ev-job-queue.c: Give a way to change priority.
7551
7552 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
7553
7554         * shell/ev-page-action.c: Fix logic.
7555
7556 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
7557
7558         * shell/ev-view.c: (ev_view_can_find_next):
7559         * shell/ev-window.c: (ev_window_setup_document):
7560
7561         Check that the document supports find
7562
7563 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
7564
7565         * data/evince-ui.xml:
7566         * shell/ev-view.c: (ev_view_can_find_next):
7567         * shell/ev-view.h:
7568         * shell/ev-window.c: (update_action_sensitivity),
7569         (find_changed_cb), (ev_window_setup_document),
7570         (ev_window_cmd_edit_find_next):
7571
7572         Add Edit->Find Next
7573
7574 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
7575
7576         * pdf/ev-poppler.cc:
7577         * shell/ev-print-job.c: (idle_print_handler):
7578
7579         Make printing work again
7580
7581 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
7582
7583         * shell/ev-page-action.h:
7584         * shell/ev-page-action.c: (ev_page_action_widget_init),
7585         (ev_page_action_widget_class_init), (page_changed_cb),
7586         (create_tool_item), (update_page_cache), (build_new_tree_cb),
7587         (get_filter_model_from_model), (match_selected_cb),
7588         (display_completion_text), (match_completion), (update_model),
7589         (connect_proxy), (ev_page_action_set_property),
7590         (ev_page_action_get_property), (ev_page_action_set_document),
7591         (ev_page_action_set_model), (ev_page_action_class_init): Big
7592         reworking to make completions work iff we have >= GTK-2.7.0
7593                 
7594         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
7595         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
7596         (job_finished_cb): We now have a 'model' property that is set when
7597         the links are loaded.  This can be caught with "notify::model"
7598
7599         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
7600         listen for the model to be set, and propagate it to the action.
7601
7602 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7603
7604         * cut-n-paste/recent-files/egg-recent-item.c:
7605         (egg_recent_item_set_uri), (make_valid_utf8),
7606         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
7607         * cut-n-paste/recent-files/egg-recent-item.h:
7608         
7609         Update egg-recent from libegg. This should fix long
7610         startup problem. For details see
7611         http://bugzilla.gnome.org/show_bug.cgi?id=160531
7612
7613 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7614
7615         * cut-n-paste/recent-files/Makefile.am:
7616         * data/evince-ui.xml, shell/Makefile.am:
7617         * shell/ev-application.c, shell/ev-application.h:
7618         * shell/ev-window.c: Recent files support.
7619         
7620         * configure.ac: Added "ru" to ALL_LINGUAS.
7621         
7622         * dvju: new backend to support DJVU files.
7623         * dvi: new backend to support DVI.
7624
7625         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
7626         * ev-application.c: Support for new backends.
7627         
7628         * help, ev-window.c, main.c shell/Makefile.am: 
7629         Evince user documentation.
7630
7631 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
7632
7633         * po/POTFILES.in:
7634         * shell/ev-window.c:
7635         * thumbnailer/evince-thumbnailer.c:
7636
7637         s/pdf-document/ev-poppler
7638
7639 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
7640
7641         * NEWS:
7642         * configure.ac:
7643
7644         Release 0.2.0
7645
7646         * ps/ps-document.c: (setup_pixmap):
7647
7648         Remove debug code
7649
7650 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
7651
7652         * backend/ev-page-cache.c (ev_page_cache_next_page): 
7653         * shell/ev-window.c (ev_window_cmd_go_next_page) 
7654         (ev_window_cmd_go_first_page): Fix of by one errors.
7655
7656 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
7657
7658         * ps/ps-document.c: (get_page_box):
7659
7660         Fix page size calculation
7661
7662 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
7663
7664         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7665         (ps_document_cleanup), (setup_pixmap), (get_page_box),
7666         (get_page_orientation), (setup_page), (document_load),
7667         (ps_document_get_page_size), (render_pixbuf_idle):
7668         * ps/ps-document.h:
7669
7670         More refactoring to adapt to EvDocument changes
7671
7672 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
7673
7674         * ps/ps-document.c: (start_interpreter):
7675
7676         Actually add alpha args
7677
7678 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
7679
7680         * pdf/ev-poppler.cc:
7681
7682         Make clipboard work again
7683
7684 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
7685
7686         Make searching work again.
7687         
7688         * backend/ev-document.c:
7689         * backend/ev-document.h:
7690         * backend/ev-document-find.c:
7691         * backend/ev-document-find.h: Change EvDocumentIface so we no
7692         longer store the current page or zoom level in the document.  The
7693         consequence is that all calls that operate on the current page now
7694         instead take the page number as an extra argument, and all
7695         coordinates are now doubles in document coordinate system.
7696
7697         * pdf/ev-poppler.cc:
7698         * pixbuf/pixbuf-document.c:
7699         * ps/ps-document.c: Update backends accordingly.
7700
7701 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
7702
7703         * autogen.sh:
7704
7705         Add required gettext version
7706
7707 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
7708
7709         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
7710         make F1 bring up non-existent help.
7711
7712         * shell/eggfindbar.c: Patch from Christian Persch to sync to
7713         epiphany's find bar, #167477
7714
7715         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
7716         <emil@nishra.com> to add space-bar scrolling, 
7717
7718         * shell/ev-window.c (static GtkActionEntry entries): add default
7719         keybinding for Help (F1)
7720         Fixes #171068
7721
7722         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
7723         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
7724         170110
7725
7726 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
7727
7728         * Makefile.am: 
7729         * pixbuf/pixbuf-document.c: 
7730
7731         Got pixbuf backend working again
7732
7733 2005-04-01  Steve Murphy  <murf@e-tools.com>
7734
7735         * configure.in: Added "rw" to ALL_LINGUAS.
7736
7737 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
7738
7739         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
7740         model types, noticed by Martin Kretzschmar.
7741
7742 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
7743
7744         * pdf/ev-poppler.cc: Implement search based on
7745         poppler_page_find_text().  Currently a bit crude since we remember
7746         all matches from all pages.  Also, we grab the big document lock
7747         when we search since searching changes the underlying stream and
7748         thus conflicts with the rendering thread.
7749         
7750         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7751         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
7752         (ev_view_find_previous): Fix some page indexes to be 0 based,
7753         offset rubber band by view offset,
7754
7755 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
7756
7757         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
7758
7759 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
7760
7761         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
7762         completely because I didn't understand GtkActions.  I should
7763         read Marco's code more carefully in the future.
7764
7765         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
7766         function
7767
7768 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
7769
7770         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
7771         PopplerRectangle change from poppler CVS.
7772
7773 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
7774
7775         * backend/ev-document.c: (ev_document_get_page_label):
7776         * backend/ev-document.h:
7777         * backend/ev-page-cache.c: (_ev_page_cache_new),
7778         (ev_page_cache_get_page_label):
7779         * backend/ev-page-cache.h:
7780         * pdf/ev-poppler.cc:
7781         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
7782         (links_page_num_func):
7783         * shell/ev-sidebar-thumbnails.c:
7784         (ev_sidebar_thumbnails_set_document):
7785         * shell/ev-view.c: (status_message_from_link),
7786         (ev_view_motion_notify_event):
7787         * shell/ev-window.c: (document_supports_sidebar): Add in page
7788         label support.  It's not perfect yet, but it's the first 'feature'
7789         in a while.
7790         Also, fix a bogus comment noticed by crispin. 
7791
7792 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
7793
7794         * Makefile.am: Remove pixbuf backend for now
7795
7796         * configure.ac: Require poppler-glib instead of just poppler.
7797
7798         * backend/ev-document-thumbnails.h: Add a comment
7799
7800         * backend/ev-document.h:
7801         * backend/ev-document.c: (ev_document_class_init),
7802         (ev_document_load), (ev_document_get_link),
7803         (ev_document_get_links): Remove 3 methods and add get_links.
7804         Also, made 0 based.
7805
7806         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7807         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
7808
7809         * backend/ev-link.c: (ev_link_set_title),
7810         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
7811         (ev_link_mapping_find):
7812         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
7813         
7814         * backend/ev-page-cache.c: (ev_page_cache_init),
7815         (_ev_page_cache_new), (ev_page_cache_set_current_page),
7816         (ev_page_cache_get_size), (ev_page_cache_next_page),
7817         (ev_page_cache_prev_page): Fix to be 0 based.
7818
7819         * pdf/Makefile.am: 
7820         * pdf/ev-poppler.h:
7821         * pdf/ev-poppler.cc: New backend.
7822         
7823         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
7824         (ps_document_get_page), (ps_document_document_iface_init):
7825
7826         * shell/ev-pixbuf-cache.h:
7827         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
7828         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
7829         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
7830         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
7831         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
7832         Fix up code to grab a page cache per each doc.  Also, fix to be 0
7833         based.
7834         
7835         * shell/ev-sidebar-thumbnails.c:
7836         (ev_sidebar_tree_selection_changed), (page_changed_cb),
7837         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
7838
7839         * shell/ev-view.c: (status_message_from_link),
7840         (find_page_at_location), (get_link_at_location),
7841         (ev_view_motion_notify_event), (ev_view_button_release_event),
7842         (ev_view_init): Use the new link code.  Fix to be 0 based.
7843
7844         * shell/ev-window.c: (update_action_sensitivity),
7845         (document_supports_sidebar): 0 based.
7846
7847 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
7848
7849         * pdf/pdf-document.cc: Patch from Fernando Herrera
7850         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
7851         *blush*
7852
7853 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
7854
7855         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
7856         1 to the page, as this seems to be 1 based.  I thought we has this
7857         fixed.  grump.
7858
7859 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
7860
7861         * TODO:
7862         * backend/Makefile.am:
7863         * backend/ev-document-links.c:
7864         (ev_document_links_has_document_links),
7865         (ev_document_links_get_links_model):
7866         * backend/ev-document-links.h:
7867         * backend/ev-document.c: (ev_document_get_page_cache),
7868         (ev_document_get_doc_mutex), (ev_document_load),
7869         (ev_document_save), (ev_document_get_title),
7870         (ev_document_get_n_pages), (ev_document_set_page),
7871         (ev_document_get_page), (ev_document_set_target),
7872         (ev_document_set_scale), (ev_document_set_page_offset),
7873         (ev_document_get_page_size), (ev_document_get_text),
7874         (ev_document_get_link), (ev_document_render),
7875         (ev_document_render_pixbuf), (ev_document_scale_changed):
7876         * backend/ev-document.h:
7877         * backend/ev-job-queue.c: (remove_object_from_queue),
7878         (notify_finished), (handle_job), (search_for_jobs_unlocked),
7879         (no_jobs_available_unlocked), (ev_render_thread),
7880         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
7881         (ev_job_queue_remove_job):
7882         * backend/ev-job-queue.h:
7883         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7884         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7885         (ev_job_links_class_init), (ev_job_render_init),
7886         (ev_job_render_dispose), (ev_job_render_class_init),
7887         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7888         (ev_job_thumbnail_class_init), (ev_job_finished),
7889         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7890         (ev_job_render_run), (ev_job_thumbnail_new),
7891         (ev_job_thumbnail_run):
7892         * backend/ev-jobs.h:
7893         * backend/ev-link.c:
7894         * backend/ev-link.h:
7895         * backend/ev-page-cache.c: (ev_page_cache_init),
7896         (ev_page_cache_class_init), (ev_page_cache_finalize),
7897         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
7898         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7899         (ev_page_cache_set_link), (ev_page_cache_get_title),
7900         (ev_page_cache_get_size), (ev_page_cache_next_page),
7901         (ev_page_cache_prev_page):
7902         * backend/ev-page-cache.h:
7903         * pdf/pdf-document.cc:
7904         * ps/gsdefaults.c:
7905         * ps/gsdefaults.h:
7906         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
7907         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
7908         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
7909         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
7910         (is_interpreter_ready), (output), (catchPipe), (input),
7911         (start_interpreter), (check_filecompressed), (compute_dimensions),
7912         (ps_document_enable_interpreter), (document_load),
7913         (ps_document_next_page), (render_page), (ps_document_set_page),
7914         (ps_document_set_scale), (render_pixbuf_idle),
7915         (ps_document_render_pixbuf), (ps_document_document_iface_init):
7916         * ps/ps-document.h:
7917         * shell/Makefile.am:
7918         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
7919         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
7920         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
7921         (ev_pixbuf_cache_new), (job_finished_cb),
7922         (check_job_size_and_unref), (move_one_job),
7923         (ev_pixbuf_cache_update_range), (find_job_cache),
7924         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
7925         (ev_pixbuf_cache_add_jobs_if_needed),
7926         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
7927         * shell/ev-pixbuf-cache.h:
7928         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
7929         (idle_print_handler):
7930         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
7931         (selection_changed_cb), (create_loading_model),
7932         (ev_sidebar_links_construct), (links_page_num_func),
7933         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
7934         (update_page_callback), (job_finished_cb),
7935         (ev_sidebar_links_set_document):
7936         * shell/ev-sidebar-thumbnails.c:
7937         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
7938         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
7939         (page_changed_cb), (thumbnail_job_completed_callback),
7940         (ev_sidebar_thumbnails_set_document):
7941         * shell/ev-sidebar-thumbnails.h:
7942         * shell/ev-sidebar.c: (ev_sidebar_set_document):
7943         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
7944         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
7945         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
7946         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
7947         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
7948         (ev_view_button_release_event), (ev_view_scroll_view),
7949         (ev_view_class_init), (ev_view_init), (update_find_status_message),
7950         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
7951         (ev_view_new), (job_finished_cb), (page_changed_cb),
7952         (ev_view_set_document), (go_to_link), (ev_view_zoom),
7953         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
7954         (ev_view_find_previous):
7955         * shell/ev-view.h:
7956         * shell/ev-window.c: (update_action_sensitivity),
7957         (ev_window_open_page), (update_window_title), (update_total_pages),
7958         (page_changed_cb), (ev_window_setup_document),
7959         (password_dialog_response), (ev_window_cmd_save_as),
7960         (ev_window_print), (ev_window_cmd_go_previous_page),
7961         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
7962         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
7963         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
7964         * shell/main.c: (main):
7965
7966         Merge evince-threads branch
7967
7968 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
7969
7970         * configure.ac: Added "lt" to ALL_LINGUAS.
7971
7972 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
7973
7974         * NEWS:
7975         * configure.ac:
7976
7977         Release 0.1.9
7978
7979 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
7980
7981         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7982
7983         Fix here also the thumbnails 1-basedness :)
7984
7985 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
7986
7987         * NEWS:
7988         * configure.ac:
7989
7990         Release 0.1.8
7991
7992 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
7993
7994         * pdf/pdf-document.cc:
7995         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7996         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
7997
7998         Fix the mess we did with thumbnails and 1-basedness
7999
8000 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
8001
8002         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
8003
8004 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
8005
8006         * NEWS:
8007         * configure.ac:
8008
8009         Release 0.1.7
8010
8011 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
8012
8013         * ps/Makefile.am:
8014         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
8015         (gtk_gs_defaults_get_alpha_parameters),
8016         (gtk_gs_defaults_get_ungzip_cmd),
8017         (gtk_gs_defaults_get_unbzip2_cmd):
8018         * ps/gsdefaults.h:
8019         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
8020         (ps_document_get_orientation), (document_load),
8021         (ps_document_goto_page), (ps_document_set_page_size):
8022         * ps/ps-document.h:
8023
8024         Some more sanitization of the ps backend. Remove a lot
8025         of unused code and do not base our defaults on ggv
8026         preferences (ugh!)
8027
8028 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
8029
8030         * thumbnailer/evince-thumbnailer.schemas:
8031         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
8032         (main): add -s option for thumbnail size.
8033
8034 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
8035
8036         * configure.ac:
8037
8038         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
8039         remove it.
8040
8041 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
8042
8043         * pdf/pdf-document.cc:
8044
8045         Remove 4 pixels of useless border from the
8046         thumbnail.
8047
8048 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
8049
8050         * backend/ev-document-thumbnails.c:
8051         (ev_document_thumbnails_get_thumbnail):
8052         * backend/ev-document-thumbnails.h:
8053
8054         Rework API a bit. Add a border flag and
8055         change sizing logic (now the size we specify
8056         applies to the bigger dimension).
8057
8058         * pdf/pdf-document.cc:
8059         * pixbuf/pixbuf-document.c:
8060         (pixbuf_document_thumbnails_get_thumbnail):
8061         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
8062         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8063
8064         Adapt to the new API and do not draw a border for nautilus
8065         thumbnailer.
8066
8067 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
8068
8069         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8070         take thumbnails from page "0" instead of "1". Added a copyright header.
8071
8072 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
8073
8074         * ps/ps-document.c: (set_up_page), (start_interpreter):
8075
8076         Make it C89 compliant
8077
8078 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
8079
8080         * Makefile.am:
8081         * configure.ac:
8082         * pdf/.cvsignore:
8083         * pdf/pdf-document.cc:
8084         * thumbnailer/Makefile.am:
8085         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
8086         (main):
8087         * thumbnailer/evince-thumbnailer.schemas:
8088         * thumbnailer/pdf-icon.png:
8089
8090         Add a nautilus thumbnailer.
8091         Based on patch by Fernando Herrera <fherrera@onirica.com>.
8092
8093 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
8094
8095         * NEWS:
8096         * configure.ac:
8097         * po/POTFILES.in:
8098
8099         Release 0.1.6
8100
8101 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
8102
8103         Use poppler instead of including xpdf source code.  Poppler is a
8104         fork of xpdf to build it as a shared library. See
8105         http://freedesktop.org/wiki/Software/poppler.
8106
8107         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
8108         xpdf fork.
8109         
8110         * pdf/Makefile.am: Build libpdfdocument.a here.
8111         
8112         * pdf/GDKSplashOutputDev.cc:
8113         * pdf/GDKSplashOutputDev.h:
8114         * pdf/GnomeVFSStream.cc:
8115         * pdf/GnomeVFSStream.h:
8116         * pdf-document.cc:
8117         * pdf-document.h:
8118         * test-gdk-output-dev.cc
8119         * Thumb.cc:
8120         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
8121         against poppler.
8122
8123 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8124
8125         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
8126
8127         Clear idle stack before unsetting the document
8128
8129 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8130
8131         * ps/ps-document.c: (ps_document_widget_event),
8132         (ps_document_set_target), (ps_document_finalize),
8133         (ps_document_get_page):
8134
8135         Disconnect the widget event signal on finalize.
8136         Some code cleanups.
8137
8138 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8139
8140         * ps/ps-document.c: (set_up_page):
8141
8142         If there is no bpixmap create one, even if size
8143         is not changed.
8144
8145 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8146
8147         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
8148         (set_up_page), (document_load), (ps_document_set_zoom):
8149
8150         Default page is 0. Calculate size even when we have no
8151         target yet.
8152
8153 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
8154
8155         * shell/ev-sidebar.c: expand the selection widget to be always as
8156         wide as the sidebar
8157
8158 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8159
8160         * shell/ev-sidebar-thumbnails.c:
8161         (ev_sidebar_thumbnails_set_document):
8162
8163         Clear the list store when setting document
8164
8165 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8166
8167         * shell/ev-page-action.c: (update_entry), (sync_entry),
8168         (activate_cb), (entry_size_request_cb), (create_tool_item),
8169         (connect_proxy):
8170
8171         Use an entry for the page control instead of spinbuttons
8172
8173 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8174
8175         * data/evince.schemas.in:
8176
8177         Correct confusing string
8178
8179 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
8180
8181         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
8182         for real.  Gosh, how long has this been broken.
8183
8184         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
8185         check for a NULL link.  We crash otherwise.
8186
8187 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
8188
8189         * NEWS:
8190         * configure.ac:
8191
8192         Release 0.1.5
8193
8194 2005-02-25  Sebastien Bacher  <seb128@debian.org>
8195
8196         * configure.ac: add the french translation.
8197
8198 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8199
8200         * shell/ev-window.c:
8201
8202         Remove unused header -> fix distcheck
8203
8204 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8205
8206         * shell/ev-window.c: (update_window_title),
8207         (ev_window_popup_password_dialog):
8208
8209         Unescape filename for display
8210
8211 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8212
8213         * pdf/xpdf/pdf-document.cc:
8214
8215         In get_page_size deal with rotation. Also
8216         cleanup the function a bit.
8217
8218 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8219
8220         * pdf/xpdf/pdf-document.cc:
8221
8222         Fix crash when opening in new window
8223
8224 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8225
8226         * configure.ac:
8227
8228         Check ghostscript >= 7
8229
8230 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
8231
8232         * shell/ev-window.c:
8233
8234         Make page width the default sizing mode
8235
8236 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
8237         Marco Pesenti Gritti <marco@gnome.org>
8238
8239         * shell/ev-window.c: Remember the sidebar size
8240
8241         * data/evince.schemas.in: Add a new gconf key to store the size of
8242         the sidebar
8243
8244 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
8245
8246         * data/evince-ui.xml:
8247         * shell/ev-window.c: (update_action_sensitivity),
8248         (ev_window_cmd_view_reload):
8249         
8250         Add a "Reload" action and menu entry
8251
8252 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
8253
8254         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
8255         iff the type doesn't support thumbnailing and indexing.
8256
8257 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
8258
8259         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
8260
8261 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8262
8263         * pdf/splash/Splash.cc:
8264
8265         Port fix for a crasher from kde bug
8266         http://bugs.kde.org/show_bug.cgi?id=97131
8267
8268 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8269
8270         * pdf/xpdf/pdf-document.cc:
8271
8272         Return a link even if it's of an unrecognized
8273         type. Otherwise we go in an infinte cycle.
8274
8275 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8276
8277         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
8278         (size_allocate_cb), (ev_window_set_sizing_mode):
8279
8280         Update size when switching mode
8281
8282 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8283
8284         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8285         (ev_window_cmd_view_page_width), (update_sizing_buttons),
8286         (ev_window_cmd_view_normal_size):
8287
8288         Fix size toggle buttons behavior
8289
8290 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8291
8292         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
8293         (doc_rect_to_view_rect), (ev_view_size_allocate),
8294         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
8295         (scale_changed_callback):
8296
8297         Do not cache offsets in size_allocate.
8298
8299 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8300
8301         * shell/ev-view.c: (ev_view_size_allocate):
8302
8303         Calculate offsets before calling the parent
8304         class (which does a redraw)
8305
8306 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8307
8308         * pdf/xpdf/pdf-document.cc:
8309
8310         Fix a crasher on exit. Unused code, put a TODO
8311
8312 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8313
8314         * backend/ev-document.c: (ev_document_class_init),
8315         (ev_document_page_changed), (ev_document_scale_changed):
8316         * backend/ev-document.h:
8317
8318         Separate page/scale notifications
8319
8320         * pdf/xpdf/pdf-document.cc:
8321
8322         Emit the new signals.
8323         Do not display the pdf page in _render, do it
8324         when scale/page are requested.
8325
8326         * ps/ps-document.c: (ps_document_set_zoom),
8327         (ps_document_widget_event):
8328         * ps/ps-document.h:
8329
8330         Emit the new signals.
8331
8332         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
8333         (ev_view_init), (page_changed_callback), (scale_changed_callback),
8334         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
8335         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
8336         * shell/ev-view.h:
8337         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
8338         (ev_window_cmd_view_page_width), (size_allocate_cb),
8339         (ev_window_set_sizing_mode):
8340
8341         Rework sizing to be pixel based.
8342         There are bugs but should be already way better.
8343
8344 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
8345
8346         * shell/ev-window.c: (ev_window_init):
8347
8348         Do not allow to shrink sidebar smaller then
8349         child requisition
8350
8351 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
8352
8353         * shell/ev-sidebar.[ch]
8354         * shell/ev-window.c:
8355
8356         Improved sidebar widget. Fixes #166683
8357
8358 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
8359
8360         * shell/ev-view.c (update_find_status_message): Give translators
8361         more flexibility with ngettext plural handling.
8362
8363 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
8364
8365         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
8366         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
8367         page when we get the page size.
8368
8369 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
8370
8371         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
8372
8373         ps pages are 0 based, convert 
8374
8375 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
8376
8377         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
8378
8379         Initialize correct parent class. Set GError on document load
8380
8381 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
8382
8383         * pdf/xpdf/pdf-document.cc:
8384
8385         Fixup selection offset calculation
8386
8387         * shell/ev-view.c: (view_rect_to_doc_rect),
8388         (doc_rect_to_view_rect), (ev_view_size_allocate),
8389         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
8390         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
8391
8392         Store selection as document relative, so that zooming
8393         and offset changing doesnt break it.
8394
8395 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
8396
8397         * shell/ev-view.c: (ev_view_best_fit):
8398
8399         Do not try to best fit if the view is not realized
8400
8401 2005-02-20  Kostas Papadimas <pkst@gnome.org>
8402           
8403         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
8404
8405 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
8406
8407         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
8408
8409 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
8410
8411         * shell/ev-window.c: Change the fullscreen toolbar to always be in
8412         the popup window.  That prevents it resizing when in full screen
8413         mode.
8414
8415         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
8416         multiple rerenders.  This pretty much sucks.
8417
8418         * data/evince-ui.xml: Change the fullscreen toolbar to include the
8419         rest of the toolbar.
8420
8421 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
8422
8423         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
8424
8425 2005-02-17  Alexander Shopov  <ash@contact.bg>
8426
8427         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
8428
8429 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
8430
8431         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
8432
8433 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
8434
8435         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
8436         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
8437         (set_document_page), (document_changed_callback),
8438         (ev_view_set_document), (ev_view_find_previous),
8439         (ev_view_hide_cursor), (ev_view_show_cursor):
8440         * shell/ev-view.h:
8441         * shell/ev-window.c: (update_chrome_visibility),
8442         (fullscreen_timeout_cb), (fullscreen_set_timeout),
8443         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
8444         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
8445         (ev_window_unfullscreen):
8446         * shell/main.c: (main):
8447
8448         Automatically hide the fullscreen button.
8449         Patch by Kristian Høgsberg <krh@redhat.com>
8450
8451 2005-02-16  Vincent Noel  <vnoel@cox.net>
8452
8453         * shell/main.c (main): Specify an icon for the window. Patch by
8454         Jaap A. Haitsma. Fixes #166177.
8455
8456 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
8457
8458         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
8459
8460 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
8461
8462         * backend/ev-document-misc.h:
8463         * backend/ev-document-misc.c:
8464         (ev_document_misc_get_page_border_size),
8465         (ev_document_misc_paint_one_page): New function to canonicalize
8466         sizing/painting a border.
8467
8468         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
8469         used.
8470
8471         * pdf/xpdf/pdf-document.cc: use new function
8472
8473         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
8474         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
8475         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
8476         shell/ev-window.c: (update_sizing_buttons),
8477         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
8478         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
8479         (ev_window_cmd_view_page_width), (size_allocate_cb),
8480         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
8481         and "fit width" values act as toggle buttons so they stay
8482         toggled.  It's not 100% perfect, and it's a little slow, but it's
8483         good enough to commit I think.
8484
8485 2005-02-15  David Lodge  <dave@cirt.net>
8486
8487         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
8488
8489 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
8490
8491         * shell/ev-window.c (update_window_title): replace newlines in
8492         the title by spaces. Bug #166107.
8493
8494 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
8495
8496         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
8497         parameters providing allocation width and height without
8498         scrollbars and width of a possible vertical scrollbar. With this
8499         additional information the functions can work as
8500         intended. Unfortunately they're not idempotent. We should
8501         transform these commands to toggles. Fixes Bug #164976
8502         Initial patch by Stephane Loeuillet, then heavily modified.
8503
8504         * shell/ev-view.h: update prototypes.
8505
8506         * shell/ev-window.c (ev_window_cmd_view_best_fit)
8507         (ev_window_cmd_view_page_width): provide EvView fit functions with
8508         all the information they need. Formulas to calculate this
8509         information taken from GtkScrolledWindow.
8510
8511 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
8512
8513         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
8514         created a thumbnail, the list store is updated to know
8515         that the thumbnail is set. Fixes bug #166792
8516
8517 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8518
8519         * shell/ev-window.c: fixed typo, closes bug 166897
8520
8521         * TODO: updated TODO with bug numbers that are relevant
8522
8523 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
8524
8525         * shell/ev-window.c: Support for DnD of files. Fixes #164813
8526
8527 2005-02-09  Vincent Noel  <vnoel@cox.net>
8528
8529         * shell/ev-window.c: (set_action_properties): Set the "Previous"
8530         and "Next" toolbar buttons as important to make them stand out.
8531
8532 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
8533
8534         * lib/ev-debug.c:
8535         * lib/ev-debug.h:
8536         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
8537         (start_interpreter), (stop_interpreter), (document_load),
8538         (ps_document_next_page), (ps_document_goto_page),
8539         (ps_document_set_page_size), (ps_document_widget_event),
8540         (ps_document_render):
8541         * shell/ev-page-view.c: (ev_page_view_dispose):
8542         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
8543
8544         Fix compilation on non-gcc platforms
8545
8546 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
8547
8548         * NEWS:
8549         * configure.ac:
8550
8551         Release 0.1.4
8552
8553         * pdf/xpdf/Catalog.cc:
8554         * pdf/xpdf/XRef.cc:
8555
8556         Fix the fix for CAN-2004-0888
8557
8558 2005-02-09  Luca Ferretti <elle.uca@libero.it>
8559
8560         * data/Makefile.am:
8561         * data/evince-ui.xml:
8562         * shell/ev-stock-icons.c: (ev_stock_icons_init):
8563         * shell/ev-stock-icons.h:
8564         * shell/ev-window.c: (update_action_sensitivity),
8565         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
8566         (set_action_properties):
8567
8568         Improve toolbar layout/icons
8569
8570 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
8571
8572         * pdf/xpdf/pdf-document.cc:
8573
8574         Add warnings about unimplemented/unknown link
8575         types.
8576
8577 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8578
8579         * ps/ps-document.c: (set_up_page):
8580
8581         Log gs property
8582
8583 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8584
8585         * ps/ps-document.c: (start_interpreter):
8586
8587         Log gs env var
8588
8589 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8590
8591         * shell/ev-page-view.c: (ev_page_view_dispose):
8592         * shell/ev-view.c: (ev_view_finalize):
8593         * shell/ev-window.c: (ev_window_setup_document),
8594         (ev_window_dispose), (ev_window_init):
8595
8596         Solve more refs issues.
8597
8598         I commented out the page_view initialization for now:
8599         it was never destroyed (because it's never added
8600         to a container). Because of that we was leaking
8601         gs processes. Couldnt think to a clean fix.
8602         We need to figure this out, password view has the
8603         same issue probably.
8604
8605 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8606
8607         * ps/ps-document.c: (ps_document_finalize),
8608         (ps_document_get_n_pages), (ps_document_get_page):
8609
8610         Some cleanups, stop the interpreter on finalize
8611
8612         * shell/ev-page-view.c: (ev_page_view_dispose),
8613         (ev_page_view_class_init):
8614
8615         Release our reference on the document
8616
8617 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8618
8619         * Makefile.am:
8620         * configure.ac:
8621         * doc/debugging.txt:
8622         * lib/.cvsignore:
8623         * lib/Makefile.am:
8624         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
8625         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
8626         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
8627         * lib/ev-debug.h:
8628
8629         Add debugging helpers
8630
8631         * ps/Makefile.am:
8632         * ps/ps-document.c: (set_up_page), (start_interpreter),
8633         (stop_interpreter), (document_load), (ps_document_next_page),
8634         (ps_document_goto_page), (ps_document_set_page_size),
8635         (ps_document_widget_event), (ps_document_render):
8636         * shell/Makefile.am:
8637         * shell/ev-view.c: (expose_bin_window):
8638         * shell/main.c: (main):
8639
8640         Add some logs
8641         
8642 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8643
8644         * ps/ps-document.c: (ps_document_widget_event):
8645
8646         Initialize message_window, this should make ps
8647         rendering really work! (Never noticed because I was
8648         testing with a ps that is causing gs to exit every time!)
8649
8650 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
8651
8652         * data/evince.schemas.in: updated simple error in applyto closing tag
8653
8654 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
8655
8656         * Makefile.am:
8657         * configure.ac:
8658         * data/.cvsignore:
8659         * data/Makefile.am:
8660         * data/evince-ui.xml:
8661         A data/evince.schemas.in:
8662         * po/POTFILES.in:
8663         * shell/ev-stock-icons.c: (ev_stock_icons_init):
8664         * shell/ev-stock-icons.h:
8665         * shell/ev-window.c: (update_chrome_visibility),
8666         (update_chrome_flag), (ev_window_cmd_edit_find),
8667         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
8668         (ev_window_unfullscreen), (ev_window_focus_in_event),
8669         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
8670         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
8671         (ev_window_view_sidebar_cb), (find_bar_close_cb),
8672         (ev_window_dispose), (ev_window_class_init),
8673         (set_action_properties), (set_chrome_actions), (load_chrome),
8674         (ev_window_init):
8675
8676         Implement fullscreen mode changes from bug #164776.
8677         Also implement persistent chrome toggles.
8678
8679 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
8680
8681         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
8682
8683 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
8684
8685         * NEWS:
8686         * configure.ac:
8687         * shell/ev-view.c:
8688
8689         Add another check for find interface
8690
8691         Release 0.1.3
8692
8693 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
8694
8695         * shell/ev-application.c: (ev_application_open):
8696         * shell/ev-window.c: (ev_window_open):
8697
8698         Open gzipped ps documents
8699
8700 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
8701
8702         * TODO:
8703         * shell/ev-view.c: (set_document_page):
8704
8705         Clamp page number, dont try to move to
8706         not existant pages.
8707
8708 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
8709
8710         * backend/ev-document-find.c: (ev_document_find_changed):
8711         * backend/ev-document-find.h:
8712         * pdf/xpdf/pdf-document.cc:
8713         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
8714         * shell/ev-window.c: (find_bar_search_changed_cb):
8715
8716         Fix several bugs with find
8717
8718 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
8719
8720         * shell/ev-sidebar-thumbnails.c
8721         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
8722         document. Prevents warning from scroll_to_cell.
8723
8724 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
8725
8726         * configure.ac: Add «nb» to ALL_LINGUAS too.
8727
8728 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
8729
8730         * NOTES: New file with some random thoughts.
8731
8732         * TODO: Update.
8733
8734         * backend/ev-document-misc.c:
8735         (ev_document_misc_get_page_border_size): New function to
8736         canonicalize shadow drawing sizes.  Possibly goofy.
8737
8738         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
8739         (ev_view_best_fit), (ev_view_fit_width):
8740         * pdf/xpdf/pdf-document.cc:
8741         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
8742         * ps/ps-document.c: (ps_document_get_page_size):
8743         * backend/ev-document-misc.h:
8744         * backend/ev-document.c: (ev_document_get_page_size):
8745         * backend/ev-document.h: get_page_size now takes a page number
8746         parameter.  Made all the backends/frontends honor it.
8747
8748         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
8749         see.  Doesn't work yet.
8750
8751         * shell/Makefile.am:
8752         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
8753         Doesn't do anything yet.
8754
8755         * shell/ev-sidebar-thumbnails.c:
8756         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
8757         [0..n_pages-1]
8758
8759         * shell/ev-window.c: (update_action_sensitivity),
8760         (ev_window_setup_document), (ev_window_set_page_mode),
8761         (ev_window_page_mode_cb), (ev_window_init): Clean up the
8762         view-swapping code a bit so we can have multiple views on a
8763         document.  Add the multi-page view, though it can't be turned on
8764         yet.
8765
8766 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
8767
8768         * shell/ev-application.c: (ev_application_open):
8769         * shell/ev-view.c: (expose_bin_window):
8770         * shell/ev-window.c: (ev_window_open):
8771
8772         Support eps and check document supports find
8773         before drawing highlightings in expose.
8774
8775 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
8776
8777         * pixbuf/pixbuf-document.c:
8778         (pixbuf_document_thumbnails_get_dimensions),
8779         (pixbuf_document_document_thumbnails_iface_init):
8780
8781         implement get_dimensions
8782
8783 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
8784
8785         * NEWS:
8786         * configure.ac:
8787
8788         Release 0.1.2
8789
8790 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8791
8792         * shell/ev-view.c: (set_document_page):
8793
8794         Scroll at the top of the page when changing page
8795
8796 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8797
8798         * shell/ev-view.c: (ev_view_motion_notify_event):
8799
8800         Do not redraw unnecessarily
8801
8802 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8803
8804         * pdf/xpdf/pdf-document.cc:
8805         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8806         (expose_bin_window), (find_changed_cb):
8807
8808         Yay! find works now... Now to find bugs...
8809
8810 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8811
8812         * backend/ev-document-find.c: (ev_document_find_base_init),
8813         (ev_document_find_changed):
8814         * backend/ev-document-find.h:
8815         * pdf/xpdf/pdf-document.cc:
8816         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8817         (expose_bin_window), (ev_view_init), (set_document_page),
8818         (ensure_rectangle_is_visible), (jump_to_find_result),
8819         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
8820         (ev_view_find_next), (ev_view_find_previous):
8821         * shell/ev-view.h:
8822         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
8823
8824         More work on find implementation, mostly there now
8825
8826 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
8827
8828         * backend/ev-backend-marshalers.list:
8829         * backend/ev-document-find.c: (ev_document_find_base_init),
8830         (ev_document_find_cancel), (ev_document_find_page_has_results),
8831         (ev_document_find_get_n_results), (ev_document_find_get_result),
8832         (ev_document_find_get_progress), (ev_document_find_changed):
8833         * backend/ev-document-find.h:
8834
8835         Enanche the find interface to be really able to do
8836         multi page find.
8837
8838         * pdf/xpdf/pdf-document.cc:
8839
8840         Implement
8841
8842         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
8843         (expose_bin_window), (ev_view_init),
8844         (ev_view_get_find_status_message), (find_changed_cb),
8845         (ev_view_set_document), (set_document_page):
8846
8847         Adapt to the new interface. A few things are regressed sorry,
8848         I will finish it soon.
8849
8850 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
8851
8852         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
8853         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
8854         ev_sidebar_thumbnails_parent_class variable, don't define another
8855         parent_class variable.
8856
8857         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
8858         (ev_page_action_class_init): ditto.
8859
8860         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
8861         (pixbuf_document_class_init): ditto.
8862
8863         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
8864         ditto.
8865
8866         * .cvsignore: ignore various valgrind output files.
8867
8868 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
8869
8870         * data/evince-ui.xml:
8871         * shell/Makefile.am:
8872         * shell/ev-history.c:
8873         * shell/ev-history.h:
8874         * shell/ev-navigation-action.c:
8875         * shell/ev-navigation-action.h:
8876         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
8877         (ev_view_set_page), (ev_view_fit_width):
8878         * shell/ev-view.h:
8879         * shell/ev-window.c: (update_action_sensitivity),
8880         (ev_window_setup_document), (register_custom_actions):
8881
8882         Kill session history
8883
8884 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
8885
8886         * shell/ev-window.c: (update_action_sensitivity):
8887
8888         Fix inverted up/down buttons
8889
8890 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
8891
8892         * shell/ev-sidebar-thumbnails.c
8893         (ev_sidebar_thumbnails_select_page): make sure the selected
8894         thumbnail stays visible.
8895
8896 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
8897
8898         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
8899         scrolled window for Federico.
8900
8901 2005-01-26  Ole Laursen  <olau@hardworking.dk>
8902
8903         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
8904
8905 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
8906
8907         * configure.ac:
8908         * pdf/splash/SplashFTFontEngine.cc:
8909
8910         Fix CID fonts with freetype 2.1.9
8911
8912 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
8913
8914         * TODO: added item for desktop icon thumbnailer
8915
8916 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
8917
8918         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
8919         unloaded docs when the title is accessed.
8920
8921         * shell/ev-password-view.[hc]: New widget for displaying password
8922         state.
8923
8924         * shell/ev-window.[ch]: Refactor password handling code to handle
8925         the new view.
8926
8927 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
8928
8929         * NEWS:
8930         * configure.ac:
8931         * data/Makefile.am:
8932
8933         Release 0.1.1
8934
8935 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8936
8937         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
8938         ignore page offset here, to make search results independent of it,
8939
8940         * shell/ev-view.c (expose_bin_window): but take offsets into
8941         account here. Bug #164932
8942
8943         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
8944         scale at the right time. Bug #164996
8945
8946 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
8947
8948         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
8949         fix the problem. Now I just removed the Adobe font names and hope
8950         that the URW fonts are always in outline format. Bug #164934
8951
8952         * shell/ev-window.c (update_window_title): empty titles are
8953         useless, use filename in that case too.
8954
8955         * NEWS: Add some content.
8956
8957 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
8958
8959         * TODO: added one more TODO item and a TODONE section :)
8960
8961 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
8962
8963         * ps/ps-document.h: add page_[xy]_offset fields.
8964
8965         * ps/ps-document.c (ps_document_set_page_offset)
8966         (ps_document_render): Keep offset in consideration in a few
8967         places. Bug #164752 "postscript documents are not centered in
8968         window"
8969
8970         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
8971         s/gpdf/evince/. Spotted by Stephane Loeuillet.
8972
8973         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
8974         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
8975         stub out missing methods for complete EvDocument implementation.
8976         Fixes segfaults with Save A Copy and Copy actions.
8977
8978         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
8979         (ps_document_document_iface_init): ditto.
8980         
8981 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
8982
8983         * data/.cvsignore:
8984         * data/Makefile.am:
8985         * data/evince.desktop.in:
8986
8987         Add desktop file
8988
8989 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
8990
8991         * shell/ev-view.c: (ev_view_button_press_event),
8992         (ev_view_motion_notify_event):
8993
8994         Make selection work in any direction
8995
8996 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
8997
8998         * TODO:
8999         * shell/ev-window.c: (set_short_labels), (ev_window_init):
9000
9001         Use shorter labels for some of the toolbars items
9002
9003 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9004
9005         * pdf/xpdf/pdf-document.cc:
9006
9007         Check the links info is initialized before
9008         using it. Should fix a crash on startup.
9009
9010 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
9011
9012         * pixbuf/pixbuf-document.c
9013         (pixbuf_document_thumbnails_get_dimensions): force floating point
9014         division to calculate page_ratio. Fixes crash with landscape
9015         format pixbufs.
9016
9017 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
9018
9019         * shell/ev-view.c (ev_view_realize): make the bg color darker.
9020
9021 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
9022
9023         * shell/ev-view.c (set_document_page): unset has_selection when
9024         the page changes.
9025         (set_document_page): handle paper size changes when the page
9026         changes (test with Free Culture, page 2).
9027
9028 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9029
9030         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
9031         (expose_bin_window), (ev_view_class_init), (ev_view_init):
9032
9033         Use normal style color for the widget background and
9034         draw a black box around the page.
9035
9036 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9037
9038         * pdf/xpdf/pdf-document.cc:
9039
9040         Keep offset in consideration in a few places
9041
9042         * shell/ev-view.c: (expose_bin_window):
9043
9044         Set the offsets so that the document is ever centered
9045
9046 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9047
9048         * TODO: Added TODO items and finished off the first todo item
9049
9050         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
9051         reflect current authors
9052
9053 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9054
9055         * pdf/xpdf/pdf-document.cc:
9056         * shell/ev-view.c: (ev_view_set_cursor),
9057         (ev_view_motion_notify_event), (document_changed_callback),
9058         (set_document_page):
9059
9060         Show a wait cursor while the page is rendering
9061
9062 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9063
9064         * shell/ev-sidebar-thumbnails.c:
9065         (ev_sidebar_tree_selection_changed),
9066         (ev_sidebar_thumbnails_select_page):
9067         * shell/ev-sidebar-thumbnails.h:
9068         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
9069         (ev_view_can_go_forward):
9070         * shell/ev-window.c: (ev_window_open_page),
9071         (ev_window_setup_document), (update_current_page),
9072         (view_page_changed_cb), (ev_window_init):
9073         * shell/ev-window.h:
9074
9075         Ensure thumbnails selection, toolbar page control and
9076         current page are in sync.
9077
9078 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
9079
9080         * pdf/xpdf/XRef.cc:
9081
9082         Fix CAN-2005-0064
9083
9084 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
9085
9086         * backend/Makefile.am:
9087         * backend/ev-document-links.h:
9088         * backend/ev-document-security.c: (ev_document_security_get_type),
9089         (ev_document_security_has_document_security),
9090         (ev_document_security_set_password):
9091         * backend/ev-document-security.h:
9092         * backend/ev-document.c: (ev_document_error_quark):
9093         * backend/ev-document.h:
9094         * data/Makefile.am:
9095         * data/evince-password.glade:
9096         * pdf/xpdf/pdf-document.cc:
9097         * shell/Makefile.am:
9098         * shell/ev-password.c: (ev_password_set_bad_password_label),
9099         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
9100         (ev_password_dialog_get_password),
9101         (ev_password_dialog_set_bad_pass):
9102         * shell/ev-password.h:
9103         * shell/ev-window.c: (ev_window_get_attribute),
9104         (ev_window_set_property), (update_action_sensitivity),
9105         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
9106         (ev_window_setup_document), (ev_window_get_password),
9107         (ev_window_open), (ev_window_cmd_save_as),
9108         (using_postscript_printer), (ev_window_print),
9109         (find_not_supported_dialog), (ev_window_cmd_edit_find),
9110         (update_fullscreen_popup), (ev_window_fullscreen),
9111         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
9112         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
9113         (menu_item_select_cb), (find_bar_search_changed_cb),
9114         (ev_window_dispose), (ev_window_init):
9115
9116         Add initial support for password-supported dialogs.  This could be
9117         a lot cooler, but it'll do for now.
9118
9119 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
9120
9121         * pdf/xpdf/pdf-document.cc:
9122         * shell/ev-view.c: (status_message_from_link),
9123         (ev_view_set_status), (ev_view_set_cursor),
9124         (ev_view_motion_notify_event), (ev_view_init):
9125         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
9126
9127         Fix bugs in the links implementation and change cursor
9128         when hovering a link.
9129
9130 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
9131
9132         * viewer/.cvsignore: added cvsignore file for viewer directory
9133
9134         * TODO: created TODO document
9135
9136 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
9137
9138         * shell/ev-view.h:
9139         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
9140         new functions to help with implementation of sensitivity code
9141         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
9142         of all actions that might require it.  Fixes a crash when you
9143         click on the Zoom actions in a window lacking a document.
9144
9145 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
9146
9147         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
9148         of the Find action
9149
9150 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
9151
9152         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
9153         (pixbuf_document_document_iface_init):
9154         * ps/ps-document.c: (ps_document_get_link),
9155         (ps_document_document_iface_init):
9156         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
9157         (status_message_from_link), (ev_view_set_status),
9158         (ev_view_set_find_status), (ev_view_motion_notify_event),
9159         (ev_view_button_release_event), (ev_view_set_property),
9160         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
9161         (ev_view_get_find_status_message), (update_find_results),
9162         (ev_view_get_status), (ev_view_get_find_status):
9163         * shell/ev-view.h:
9164         * shell/ev-window.c: (view_status_changed_cb),
9165         (view_find_status_changed_cb), (ev_window_init):
9166
9167         View status message support, use it to show the links.
9168         Needs work...
9169
9170 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
9171
9172         * backend/ev-document.c: (ev_document_get_link):
9173         * backend/ev-document.h:
9174         * pdf/xpdf/pdf-document.cc:
9175         * shell/ev-application.c: (ev_application_open):
9176         * shell/ev-application.h:
9177         * shell/ev-sidebar-links.c: (selection_changed_cb):
9178         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
9179         (ev_view_go_to_link):
9180
9181         Add support for document links
9182
9183 2005-01-13  Anders Carlsson  <andersca@gnome.org>
9184
9185         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
9186         (create_tool_item):
9187         Set the spin button limits correctly.
9188         
9189         * shell/ev-sidebar-thumbnails.c:
9190         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
9191         Support changing pages by clicking on the thumbnails.
9192         
9193 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
9194
9195         * pixbuf/pixbuf-document.c:
9196         (pixbuf_document_thumbnails_get_dimensions),
9197         (pixbuf_document_document_thumbnails_iface_init):
9198
9199         implement get_dimensions
9200
9201 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
9202
9203         * ps/ps-document.c: (ps_document_goto_page):
9204
9205         Fix page switching on multipage documents
9206
9207 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
9208
9209         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
9210         
9211         check for NULL before assigning to width and height parameters
9212
9213 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
9214
9215         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9216         (pixbuf_document_set_property), (pixbuf_document_get_property):
9217
9218         implement get/set properties
9219
9220 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
9221
9222         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
9223         
9224         return NULL instead of "Unknown", letting the title get set to
9225         the filename when the pdf has no title.
9226
9227 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
9228
9229         * ps/ps-document.c: (ps_document_get_page_count),
9230         (ps_document_goto_page):
9231
9232 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
9233
9234         * shell/ev-history.c: (ev_history_get_property),
9235         (ev_history_set_property), (ev_history_class_init),
9236         (ev_history_add_page), (ev_history_set_current_index):
9237         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
9238         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
9239         (ev_navigation_action_finalize):
9240         * shell/ev-navigation-action.h:
9241         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
9242         (ev_view_go_forward), (ev_view_get_find_status_message),
9243         (history_index_changed_cb), (ev_view_set_history):
9244         * shell/ev-view.h:
9245         * shell/ev-window.c: (update_total_pages), (ev_window_open),
9246         (update_current_page), (register_custom_actions):
9247
9248         Implement history dropdowns
9249
9250 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
9251
9252         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
9253         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
9254         (ev_view_go_forward):
9255         * shell/ev-window.c: (register_custom_actions):
9256
9257         Fix several history bugs
9258
9259 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
9260
9261         * configure.ac: Add «nb» to ALL_LINGUAS.
9262
9263 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
9264
9265         * backend/Makefile.am:
9266         * backend/ev-bookmark.c:
9267         * backend/ev-bookmark.h:
9268         * backend/ev-document-bookmarks.c:
9269         * backend/ev-document-bookmarks.h:
9270         * backend/ev-document-links.c: (ev_document_links_get_type),
9271         (ev_document_links_has_document_links),
9272         (ev_document_links_begin_read), (ev_document_links_get_link),
9273         (ev_document_links_get_child), (ev_document_links_next),
9274         (ev_document_links_free_iter):
9275         * backend/ev-document-links.h:
9276         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
9277         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
9278         (ev_link_get_link_type), (ev_link_set_link_type),
9279         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
9280         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
9281         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
9282         (ev_link_new_external):
9283         * backend/ev-link.h:
9284         * pdf/xpdf/pdf-document.cc:
9285         * shell/Makefile.am:
9286         * shell/ev-application.c: (ev_application_open_link):
9287         * shell/ev-application.h:
9288         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
9289         (ev_history_get_link_nth):
9290         * shell/ev-history.h:
9291         * shell/ev-sidebar-bookmarks.c:
9292         * shell/ev-sidebar-bookmarks.h:
9293         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9294         (ev_sidebar_links_class_init), (selection_changed_cb),
9295         (ev_sidebar_links_construct), (ev_sidebar_links_init),
9296         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
9297         (do_one_iteration), (populate_links_idle),
9298         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
9299         * shell/ev-sidebar-links.h:
9300         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9301         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
9302         (go_to_index):
9303         * shell/ev-view.h:
9304         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
9305         * shell/ev-window.h:
9306
9307         Rename bookmark to link, and use "Index" for the sidebar panel.
9308
9309 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
9310
9311         * shell/Makefile.am:
9312         * shell/ev-application.c: (ev_application_open_bookmark):
9313         * shell/ev-application.h:
9314         * shell/ev-history.c: (ev_history_init), (free_links_list),
9315         (ev_history_finalize), (ev_history_class_init),
9316         (ev_history_add_link), (ev_history_add_page),
9317         (ev_history_get_link_nth), (ev_history_get_n_links),
9318         (ev_history_get_current_index), (ev_history_set_current_index),
9319         (ev_history_new):
9320         * shell/ev-history.h:
9321         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
9322         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
9323         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
9324         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
9325         (ev_view_set_page):
9326         * shell/ev-view.h:
9327         * shell/ev-window.c: (ev_window_open_bookmark),
9328         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
9329         (goto_page_cb), (register_custom_actions):
9330         * shell/ev-window.h:
9331
9332         Initial history implementation. Needs work.
9333
9334 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
9335
9336         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
9337
9338 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
9339
9340         * cut-n-paste/recent-files/egg-recent-item.c:
9341         * cut-n-paste/recent-files/egg-recent-item.h:
9342         * cut-n-paste/recent-files/egg-recent-model.c:
9343         * cut-n-paste/recent-files/egg-recent-util.c:
9344         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9345         * cut-n-paste/recent-files/egg-recent-view.c:
9346
9347         Update
9348
9349 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
9350
9351         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
9352         (fillGlyph, fillImageMask, drawImage):
9353         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
9354         pdf/splash/SplashTypes.h:
9355         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
9356         packed mode for Splash.
9357
9358         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
9359         RGB8 packed mode, eliminates the pixbuf data creation loop.
9360
9361         * shell/ev-print-job.c (ev_print_job_finalize)
9362         (ev_print_job_set_property, ev_print_job_get_property)
9363         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
9364         (ev_print_job_use_print_dialog_settings, idle_print_handler)
9365         (print_closure_finalize, ev_print_job_print): implement
9366         printing (for backends with EvPsExporter)
9367
9368         * shell/ev_print_job.h: update prototypes.
9369
9370         * shell/ev-window.c (ev_window_print): unref print job after
9371         printing.
9372
9373         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
9374         unless the document implements the EvDocumentFind interface.
9375
9376 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
9377
9378         * configure.ac: Added ja to ALL_LINGUAS.
9379
9380 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9381
9382         * pdf/xpdf/pdf-document.cc:
9383
9384         add a FIXME. We should probably not allocate
9385         a bookmark object every time
9386
9387 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9388
9389         * shell/ev-application.c: (ev_application_open),
9390         (ev_application_open_bookmark):
9391         * shell/ev-application.h:
9392         
9393         Add a way to open bookmarks
9394
9395         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
9396         (ev_bookmark_set_uri), (ev_bookmark_get_property),
9397         (ev_bookmark_set_property), (ev_bookmark_class_init),
9398         (ev_bookmark_new_title), (ev_bookmark_new_link),
9399         (ev_bookmark_new_external):
9400
9401         Support for external uris, better constructors.
9402
9403         * backend/ev-bookmark.h:
9404         * pdf/xpdf/pdf-document.cc:
9405         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
9406
9407         Handle external uris
9408
9409 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9410
9411         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
9412         (ev_sidebar_bookmarks_construct), (do_one_iteration):
9413
9414         Hook up bookmarks navigation
9415
9416 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9417
9418         * backend/Makefile.am:
9419         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
9420         (ev_bookmark_get_title), (ev_bookmark_set_title),
9421         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
9422         (ev_bookmark_get_page), (ev_bookmark_set_page),
9423         (ev_bookmark_get_property), (ev_bookmark_set_property),
9424         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
9425         (ev_bookmark_new):
9426         * backend/ev-bookmark.h:
9427         * backend/ev-document-bookmarks.c:
9428         (ev_document_bookmarks_get_bookmark):
9429         * backend/ev-document-bookmarks.h:
9430         * pdf/xpdf/pdf-document.cc:
9431         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
9432
9433         Add a bookmark object to the backend and use it instead of get_values
9434
9435 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9436
9437         * data/evince-ui.xml:
9438
9439         Cleanup and add select all.
9440
9441         * shell/ev-view.c: (ev_view_select_all),
9442         (ev_view_button_press_event):
9443         * shell/ev-view.h:
9444         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
9445
9446         Add select all.
9447         Clear selection on click.
9448
9449 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
9450
9451         * shell/ev-sidebar-thumbnails.c
9452         (ev_sidebar_thumbnails_set_document): forgot to unref the
9453         loading_icon.
9454
9455 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
9456
9457         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
9458         at the visible page, not just linearly.  This makes it look fast.
9459
9460 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
9461
9462         * backend/ev-document-misc.c
9463         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
9464         white.
9465         * backend/ev-document-thumbnails.h: New interface to get the size
9466         of a page.
9467
9468 2005-01-06  Jeremy Katz  <katzj@redhat.com>
9469
9470         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
9471         make dist works
9472
9473 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
9474
9475         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
9476         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
9477         things up a bit.
9478
9479         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
9480
9481 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
9482
9483         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
9484         fonts. Should fix font problems on systems that have the base
9485         fonts in bitmap format. Reported by James Henstridge
9486         <james@jamesh.id.au>.
9487
9488 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9489
9490         * pdf/xpdf/Gfx.cc:
9491         * pdf/xpdf/GfxState.cc:
9492
9493         Fix for CAN-2004-1125
9494
9495 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9496
9497         * shell/ev-view.c: (ev_view_copy):
9498         * shell/ev-view.h:
9499         * shell/ev-window.c: (ev_window_cmd_edit_copy):
9500
9501         Implement Edit->Copy
9502
9503 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9504
9505         * backend/ev-document.c: (ev_document_get_text):
9506         * backend/ev-document.h:
9507         * pdf/xpdf/pdf-document.cc:
9508         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
9509         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9510         (ev_view_update_primary_selection), (ev_view_button_press_event),
9511         (ev_view_motion_notify_event), (ev_view_button_release_event):
9512
9513         Beginnings of clipboard support. Incomplete but primary sort
9514         of work.
9515
9516 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9517
9518         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
9519         (expose_bin_window):
9520
9521         Nicer rubberband drawing, from GtkIconView.
9522
9523 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9524
9525         * backend/ev-document.c: (ev_document_save):
9526         * backend/ev-document.h:
9527         * data/evince-ui.xml:
9528         * pdf/xpdf/pdf-document.cc:
9529         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
9530
9531         Implement "Save a copy..." menu item
9532
9533 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9534
9535         * shell/ev-view.c: (ev_view_zoom):
9536
9537         Queue a resize when zoom changes
9538
9539 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
9540
9541         * backend/ev-document-misc.[ch]: New misc file to do simple drop
9542         shadows.
9543
9544         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
9545         thumbnails..
9546
9547 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9548
9549         * pdf/xpdf/pdf-document.cc
9550         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
9551
9552 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
9553
9554         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
9555         It's slow, but I'll speed it up next!
9556
9557 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
9558
9559         * shell/main.c (load_files):
9560
9561         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
9562         from the command line and because it seems more appropriate.
9563
9564 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
9565
9566         * data/evince-ui.xml:
9567         * shell/ev-window.c: (update_action_sensitivity),
9568         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
9569
9570         s/next page/page down
9571         s/previous page/page up
9572
9573 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
9574
9575         * data/evince-ui.xml:
9576
9577         Change the layout to match clarkbw design.
9578
9579         * shell/Makefile.am:
9580         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
9581         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
9582         (ev_navigation_action_finalize),
9583         (ev_navigation_action_set_property),
9584         (ev_navigation_action_get_property),
9585         (ev_navigation_action_class_init):
9586         * shell/ev-navigation-action.h:
9587
9588         Implement clarkbw toolbar navigation controls (incomplete)
9589
9590         * shell/ev-page-action.c: (update_label), (update_spin),
9591         (value_changed_cb), (create_tool_item), (connect_proxy),
9592         (ev_page_action_init), (ev_page_action_finalize),
9593         (ev_page_action_set_property), (ev_page_action_get_property),
9594         (ev_page_action_set_current_page),
9595         (ev_page_action_set_total_pages), (ev_page_action_class_init):
9596         * shell/ev-page-action.h:
9597
9598         Implement a page switcher in the toolbar
9599
9600         * shell/ev-view.c: (ev_view_scroll_view):
9601         * shell/ev-window.c: (update_total_pages), (ev_window_open),
9602         (update_current_page), (view_page_changed_cb), (goto_page_cb),
9603         (register_custom_actions), (ev_window_init):
9604
9605         Change page on PageUp/Down.
9606
9607 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
9608
9609         * pdf/xpdf/pdf-document.cc
9610         (pdf_document_thumbnails_get_thumbnail): initial stab at
9611         implementing thumbnail support for pdfs.  It only does documents
9612         with precached pdfs now.
9613
9614 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
9615
9616         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
9617         thumbnail code into a time-based idle as well.  Also, turn off the
9618         shadow temporarily as it's really slow.
9619
9620 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
9621
9622         * backend/ev-document.c: (ev_document_class_init):
9623         * pdf/xpdf/pdf-document.cc:
9624         * shell/ev-window.c: (ev_window_open):
9625
9626         Fix document title bugs and fallback to
9627         filename when not available.
9628
9629 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
9630
9631         * backend/ev-document.c: (ev_document_get_type),
9632         (ev_document_class_init), (ev_document_load),
9633         (ev_document_get_title):
9634         * backend/ev-document.h:
9635         * pdf/xpdf/pdf-document.cc:
9636         * ps/ps-document.c: (ps_document_set_property),
9637         (ps_document_get_property), (ps_document_class_init),
9638         (document_load):
9639         * ps/ps-document.h:
9640         * ps/ps.h:
9641         * shell/ev-window.c: (update_window_title), (ev_window_open),
9642         (ev_window_init):
9643
9644         Initial support for document title. Not working yet.
9645
9646 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
9647
9648         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
9649
9650         Grab focus on the view when clicking it
9651
9652 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
9653
9654         * shell/ev-marshal.list:
9655         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
9656         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
9657
9658         Add key bindings to the view. Now if the focus would work
9659         right...
9660
9661 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
9662
9663         * Makefile.am:
9664         * backend/Makefile.am:
9665         * data/Makefile.am:
9666         * dvi/Makefile.am:
9667         * dvi/dvilib/Makefile.am:
9668         * pdf/xpdf/Makefile.am:
9669         * po/POTFILES.in:
9670         * ps/Makefile.am:
9671
9672         Fix distcheck
9673
9674 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9675
9676         * shell/ev-view.c: (ev_view_realize):
9677
9678         Fix mouse wheel scrolling
9679
9680 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9681
9682         * ps/Makefile.am:
9683         * ps/gstypes.h:
9684         * ps/gtkgs.c:
9685         * ps/gtkgs.h:
9686         * ps/ps-document.c: (catchPipe), (ps_document_init),
9687         (ps_document_class_init), (ps_document_cleanup),
9688         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
9689         (set_up_page), (close_pipe), (is_interpreter_ready),
9690         (interpreter_failed), (output), (input), (start_interpreter),
9691         (stop_interpreter), (file_length), (file_readable),
9692         (check_filecompressed), (check_pdf), (compute_xdpi),
9693         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
9694         (ps_document_get_type), (ps_document_emit_error_msg),
9695         (document_load), (ps_document_next_page),
9696         (ps_document_get_current_page), (ps_document_get_page_count),
9697         (ps_document_goto_page), (ps_document_set_page_size),
9698         (ps_document_zoom_to_fit), (ps_document_set_zoom),
9699         (ps_document_load), (ps_document_get_n_pages),
9700         (ps_document_set_page), (ps_document_get_page),
9701         (ps_document_widget_event), (ps_document_set_target),
9702         (ps_document_set_scale), (ps_document_set_page_offset),
9703         (ps_document_get_page_size), (ps_document_render),
9704         (ps_document_document_iface_init):
9705         * ps/ps-document.h:
9706         * ps/ps.c:
9707         * shell/ev-window.c: (ev_window_open):
9708
9709         Rename GtkGS to PSDocument
9710
9711 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9712
9713         * ps/gtkgs.c: (gtk_gs_class_init):
9714         * ps/gtkgs.h:
9715
9716         Some more leftover...
9717
9718 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9719
9720         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
9721         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
9722         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
9723         * ps/gtkgs.h:
9724
9725         Remove unused code and make a lot of stuff private
9726
9727 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9728
9729         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
9730         (gtk_gs_defaults_changed):
9731         * ps/gsdefaults.h:
9732         * ps/gtkgs.c:
9733         * ps/gtkgs.h:
9734         * ps/ps.h:
9735
9736         Cleanup headers dependencies
9737
9738 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9739
9740         * ps/Makefile.am:
9741         * ps/ggvutils.c:
9742         * ps/ggvutils.h:
9743         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
9744         * ps/gsdefaults.h:
9745         * ps/gtkgs.c: (file_length), (file_readable),
9746         (check_filecompressed), (check_pdf), (gtk_gs_load),
9747         (gtk_gs_get_postscript):
9748
9749         Get rid of ggvutils
9750
9751 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9752
9753         * ps/ggvutils.c:
9754         * ps/ggvutils.h:
9755         * ps/gsio.h:
9756         * ps/gtkgs.c: (gtk_gs_set_zoom):
9757
9758         Cleanups
9759
9760 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9761
9762         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
9763
9764         Ensure the page is rerendered when changing zoom
9765
9766 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9767
9768         * backend/ev-document.c: (ev_document_base_init),
9769         (ev_document_changed):
9770         * backend/ev-document.h:
9771
9772         Add a changed event that is emitted when the page content
9773         changes. This is necessary to deal with the fact that
9774         in ps backend rendering happen asycrounously.
9775         This makes the ps backend mostly work.
9776
9777         * pdf/xpdf/pdf-document.cc:
9778
9779         Emit changed event
9780
9781         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
9782         (ps_document_set_target):
9783
9784         Emit changed event
9785
9786         * shell/ev-view.c: (document_changed_callback),
9787         (ev_view_set_document), (ev_view_set_page):
9788
9789         Redraw on the changed signal
9790
9791 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
9792
9793         * configure.ac: Added pt_BR to ALL_LINGUAS.
9794
9795 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
9796
9797         * backend/ev-document-bookmarks.c:
9798         (ev_document_bookmarks_get_child): *
9799         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
9800         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
9801         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
9802         (ev_sidebar_bookmarks_destroy),
9803         (ev_sidebar_bookmarks_class_init),
9804         (ev_sidebar_bookmarks_construct), (stack_data_free),
9805         (do_one_iteration), (populate_bookmarks_idle),
9806         (ev_sidebar_bookmarks_clear_document),
9807         (ev_sidebar_bookmarks_set_document): *
9808         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
9809         (ev_sidebar_add_page),
9810         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
9811         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
9812         it displays both the topics and the page numbers.
9813
9814 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
9815
9816         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
9817         toggle.
9818         * shell/ev-window.c (toggle_entries): Set sidebar default value to
9819         visible.
9820
9821 2004-12-23  Adam Weinberger  <adamw@gnome.org>
9822
9823         * configure.ac: Added en_CA to ALL_LINGUAS.
9824
9825 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
9826
9827         * ChangeLog: replace bottom of this ChangeLog (merged history of
9828         ggv and gpdf; where all paths were wrong and most of the files are
9829         not even in this tree) with ChangeLog (from arch) of the shell
9830         code.
9831
9832 2004-12-23  Havoc Pennington  <hp@redhat.com>
9833
9834         * shell/ev-window.c: hook up potentially-questionable "find
9835         results status text" feature - something involving the sidebar or
9836         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
9837         might be better in the end.
9838
9839         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
9840         with corresponding signal when it should be updated
9841
9842         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
9843
9844 2004-12-22  Havoc Pennington  <hp@redhat.com>
9845
9846         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
9847         find stuff on other pages, sort of (only returns one result on
9848         invisible pages, to show they have results; updates full results
9849         for a page when you view it). Currently repaints the current page
9850         every time a new result is found on any page, which isn't so nice.
9851
9852 2004-12-22  Havoc Pennington  <hp@redhat.com>
9853
9854         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
9855         the document doesn't support find (better ideas?)
9856         (find_bar_search_changed_cb): handle missing document or document
9857         that doesn't support find
9858
9859         * pdf/xpdf/pdf-document.cc: port to implement the new
9860         EvDocumentFindIface
9861
9862         * backend/ev-document-find.c: create a new interface for searching
9863
9864         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
9865
9866 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
9867
9868         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
9869         libevbackend.la.
9870
9871         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
9872         EvPrintJob constructor arguments.
9873
9874         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
9875         for documents that can export PostScript (page by page).
9876
9877         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
9878         
9879         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
9880         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
9881         (pdf_document_ps_exporter_iface_init:
9882         Implement EvPSExporter.
9883
9884         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
9885
9886 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9887
9888         * backend/Makefile.am:
9889         * backend/ev-document-thumbnails.c:
9890         (ev_document_thumbnails_get_type),
9891         (ev_document_thumbnails_get_thumbnail):
9892         * backend/ev-document-thumbnails.h:
9893         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
9894         (pixbuf_document_thumbnails_get_thumbnail),
9895         (pixbuf_document_document_thumbnails_iface_init):
9896         * shell/Makefile.am:
9897         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
9898         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
9899         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
9900         * shell/ev-sidebar-thumbnails.h:
9901         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9902         (ev_sidebar_set_document):
9903         * shell/ev-utils.c: (gaussian), (create_blur_filter),
9904         (create_shadow), (ev_pixbuf_add_shadow):
9905         * shell/ev-utils.h:
9906         Add thumbnail support.
9907         
9908 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
9909
9910         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
9911         (using_postscript_printer): Set up a print dialog for "PostScript
9912         injection" method.
9913
9914         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
9915         EvPrintJob.
9916
9917         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
9918
9919 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9920
9921         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
9922         (ps_document_set_target), (ps_document_get_page_size),
9923         (ps_document_render):
9924         * ps/gtkgs.h:
9925
9926         Fix a few bugs
9927
9928 2004-12-22  Christian Rose  <menthos@menthos.com>
9929
9930         * configure.ac: Added "sv" to ALL_LINGUAS.
9931
9932 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
9933
9934         * backend/ev-document-bookmarks.[ch]: new interface to indicate
9935         document supports bookmarks.
9936
9937 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9938
9939         * ps/ggvutils.c: (ggv_file_readable):
9940         * ps/ggvutils.h:
9941         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
9942         (gtk_gs_get_postscript):
9943
9944         Remove unused utils
9945
9946 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9947
9948         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
9949         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
9950         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
9951         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
9952         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
9953         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
9954         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
9955         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
9956         (gtk_gs_set_antialiasing), (ps_document_load),
9957         (ps_document_render):
9958         * ps/gtkgs.h:
9959
9960         Another check point for the ps backend. Now I can get it to show
9961         pages!
9962
9963 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
9964
9965         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
9966         document setting code.
9967
9968 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9969
9970         * shell/eggfindbar.c: (entry_activate_callback):
9971         Animate the next button when activate is pressed.
9972         
9973 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9974
9975         * shell/ev-window.c: (ev_window_cmd_edit_find),
9976         (update_fullscreen_popup), (ev_window_fullscreen),
9977         (ev_window_unfullscreen), (ev_window_state_event_cb),
9978         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
9979         Fix bugs in fullscreen code.
9980         
9981 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9982
9983         * Makefile.am:
9984         * configure.ac:
9985         * pixbuf/Makefile.am:
9986         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
9987         (pixbuf_document_load), (pixbuf_document_get_n_pages),
9988         (pixbuf_document_set_page), (pixbuf_document_get_page),
9989         (pixbuf_document_set_target), (pixbuf_document_set_scale),
9990         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
9991         (pixbuf_document_render), (pixbuf_document_begin_find),
9992         (pixbuf_document_end_find), (pixbuf_document_finalize),
9993         (pixbuf_document_class_init),
9994         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9995         * pixbuf/pixbuf-document.h:
9996         * shell/Makefile.am:
9997         * shell/ev-application.c: (ev_application_open):
9998         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
9999         (ev_window_open):
10000         Add pixbuf backend.
10001         
10002 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
10003
10004         * Makefile.am: 
10005         * dvi/dvilib/Makefile.am:
10006         * dvi/Makefile.am:
10007         * configure.ac: Auto*ify dvi and dvi/dvilib
10008
10009         * dvi/Makefile: Remove from CVS
10010         
10011         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
10012         confusion.
10013
10014         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
10015         
10016         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
10017         
10018 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10019
10020         * ps/Makefile.am:
10021         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
10022         (gtk_gs_value_adjustment_changed), (compute_size),
10023         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
10024         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
10025         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
10026         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
10027         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
10028         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
10029         (ps_document_load), (ps_document_get_n_pages),
10030         (ps_document_set_page), (ps_document_get_page),
10031         (ps_document_set_target), (ps_document_set_scale),
10032         (ps_document_set_page_offset), (ps_document_get_page_size),
10033         (ps_document_render), (ps_document_begin_find),
10034         (ps_document_end_find), (ps_document_document_iface_init):
10035         * ps/gtkgs.h:
10036         * shell/Makefile.am:
10037         * shell/ev-window.c: (ev_window_open):
10038
10039         Some work to integrate gtkgs with EvDocument
10040
10041 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10042
10043         * shell/ev-window.c: (update_fullscreen_popup),
10044         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
10045         (exit_fullscreen_button_clicked_cb),
10046         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
10047         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10048         (ev_window_state_event_cb), (ev_window_init):
10049         Add fullscreen support from Epiphany.
10050         
10051 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10052
10053         * data/ev-stock-zoom-fit-width.png: fit-width
10054         stock icon from gpdf.
10055         
10056         * shell/ev-stock-icons.[ch]: copied from gpdf.
10057         
10058         * shell/main.c: (main): init stock icons.
10059         
10060         * shell/ev-window.c: use the fit-width icon.
10061         
10062         * data/evince-ui.xml: add zooming toolbar items.
10063
10064 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10065
10066         * shell/ev-view.c: 
10067         (ev_view_best_fit), (ev_view_fit_width): because
10068         get_page_size() returns the scaled page size, we
10069         need to calculate the scale factor relative to
10070         the previous scale factor. Should really just
10071         add get_real_page_size().
10072
10073 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10074
10075         * shell/ev-view.[ch]:
10076         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
10077         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
10078         add zooming.
10079         
10080         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10081         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
10082         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
10083         hook it up.
10084         
10085         * pdf/xpdf/pdf-document.cc:
10086         (pdf_document_begin_find),
10087         (pdf_document_end_find): make static.
10088
10089 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
10090
10091         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
10092
10093         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
10094         names to fontconfig patterns.
10095         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
10096
10097         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
10098         setupBaseFontsFc.
10099
10100 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10101
10102         * Makefile.am:
10103         * configure.ac:
10104         * ps/Makefile.am:
10105         * ps/ggvutils.c:
10106         * ps/ggvutils.h:
10107         * ps/gsdefaults.c:
10108         * ps/gsdefaults.h:
10109         * ps/gsio.c:
10110         * ps/gsio.h:
10111         * ps/gtkgs.c:
10112         * ps/gtkgs.h:
10113         * ps/ps.c:
10114         * ps/ps.h:
10115
10116         Import ggv backend. Not hooked up yet.
10117
10118 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10119
10120         * shell/main.c: (load_files), (main): load files
10121         from the command line.
10122
10123 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10124
10125         * configure.ac: don't require bonobo.
10126         
10127         * cut-n-paste/recent-files/*: kill bonobo recent
10128         view.
10129
10130         * shell/ev-window.c:
10131         (ev_window_is_empty): upd.
10132         (unable_to_load), (ev_window_open): load backend
10133         based on the mime type.
10134
10135 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
10136
10137         * backend/.cvsignore: ignore generated marshalers source.
10138
10139         * shell/main.c (main): this is not epiphany.
10140
10141 2004-12-22  Havoc Pennington  <hp@redhat.com>
10142
10143         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
10144         (expose_bin_window): draw find highlights
10145
10146         * shell/ev-window.c (find_bar_search_changed_cb): implement 
10147         
10148         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
10149         (pdf_document_end_find): implement this interface
10150
10151         * backend/ev-document.c (ev_document_found): add this to emit
10152         signal
10153
10154 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
10155
10156         * data/evince-ui.xml: Add a few more toolbar items.
10157
10158         * shell/ev-window.c: Hook up page navigation toolbar 
10159         items.
10160
10161         * shell/ev-view.[ch]: add ev_view_set/get_page and 
10162         a page-changed signal.
10163
10164         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
10165         Add ev_document_get_page().
10166
10167         * shell/ev-window.c: Sensitize/desensitize navigation
10168         actions.
10169
10170 2004-12-21  Havoc Pennington  <hp@redhat.com>
10171
10172         * backend/ev-backend-marshal.c,
10173         backend/ev-backend-marshalers.list, backend/Makefile.am: add
10174         marshaler-generator thingy. I'm sure there's a better way to do
10175         this in the modern world.
10176
10177         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
10178         end_find methods and "found" signal.
10179
10180         * configure.ac: find glib-genmarshal
10181
10182 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
10183
10184         * shell/ev-sidebar.c: Construct an actual sidebar.
10185         * shell/ev-sidebar-bookmarks.[ch]:
10186         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
10187
10188 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
10189
10190         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
10191         Redo size handling.
10192         
10193         * shell/ev-view.c: Track the size from the document.
10194
10195 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
10196
10197         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
10198         constructor assumes ownership of the string passed in.
10199         
10200         * shell/ev-window.c (ev_window_open): Destroy the error
10201         dialog once we've displayed it.
10202
10203 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
10204
10205         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
10206         a bit, it works! (sort of)
10207
10208         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
10209         Move to .cc since we need to use C++ in the implementation.
10210
10211         * shell/dummy.cc: Add a CC file to force evince
10212         to be linked as a C++ program.
10213
10214 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
10215
10216         * shell/ev-view.[ch]: Start of content-area widget.
10217
10218         * shell/ev-window.c: Create a EvView, update it
10219         as we change documents.
10220
10221         * shell/Makefile.am shell/ev-marshal.list: Add
10222         generated marshalers.
10223
10224 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
10225
10226         * Makefile.am (SUBDIRS): move shell.
10227
10228 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
10229
10230         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
10231         .a to libtool convenience libraries.
10232
10233         * shell/ev-window.c (ev_window_open): Hard code loading
10234         a PDF document.
10235         
10236         * backend/ev-document.h: Add a boolean return to load(),
10237         fix GError * to GError **.
10238
10239         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
10240         object for a PDF backend EvDocument.
10241
10242 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
10243
10244         * dvi/*: New directory with the beginning of a .dvi backend.
10245
10246 2004-12-21  Havoc Pennington  <hp@redhat.com>
10247
10248         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
10249         previous/next instead of back/forward
10250
10251 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
10252
10253         * backend/ev-document.[ch]: Fix a couple of problems so
10254         it compile.
10255
10256 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
10257
10258         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
10259         to backend/ directory, rename EvViewer to EvDocument.
10260
10261 2004-12-21  Havoc Pennington  <hp@redhat.com>
10262
10263         * shell/ev-window.c: hook up the find bar widget; now we just need
10264         a document to find things in
10265
10266         * shell/eggfindbar.c: a find bar widget
10267
10268 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
10269
10270         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
10271
10272 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
10273
10274         * pdf/**: Import of xpdf code from gpdf. 
10275
10276         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
10277
10278         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
10279         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
10280         Fix FreeType includes.
10281
10282         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
10283         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
10284         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
10285         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
10286         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
10287         Include xpdfconfig.h
10288         
10289 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
10290
10291         * shell/ev-window.c (ev_window_dispose): dispose can be called
10292         multiple times.
10293
10294 2004-12-21  Havoc Pennington  <hp@redhat.com>
10295
10296         * shell/ev-window.c (ev_window_init): set title to Document Viewer
10297         rather than Evince
10298
10299         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
10300         items; really they should be synced with the strings, etc. from
10301         current gpdf, but just getting the boring typing out of the way 
10302
10303 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
10304
10305         * po/POTFILES.in:
10306         * shell/ev-application.c: (window_destroy_cb):
10307         * shell/ev-window.c:
10308         * shell/main.c: (main):
10309
10310         Actually show the window...
10311
10312 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
10313
10314         * Makefile.am:
10315         * shell/Makefile.am:
10316         * shell/ev-application.c: (ev_application_class_init):
10317         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
10318
10319         Make it build again
10320
10321 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
10322
10323         Import to gnome cvs.
10324         
10325         * Remove copies of gpdf and ggv trees.
10326         * Rip out all the recursive configure code.
10327         * Remove bonobo machinery.
10328         * viewer/*: GInterfaces that backends should/can implement.
10329
10330 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10331
10332         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
10333         typo
10334
10335 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10336
10337         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
10338         (ev_application_finalize, ev_application_class_init)
10339         (ev_application_init): use GType instance private data for priv.
10340
10341         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
10342         (ev_window_finalize, ev_window_class_init)
10343         (ev_window_init): ditto.
10344
10345 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10346
10347         * shell/ev-application.c (ev_application_new_window): make public
10348         (ev_application_show_initial_window): kill.
10349
10350         * shell/ev-application.h: update prototypes.
10351
10352         * shell/main.cc (main): inline ev_application_show_initial_window.
10353
10354 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10355
10356         * shell/ev-application.c (ev_application_new_window): impl.
10357         (ev_application_show_initial_window): use it.
10358         (is_window_empty, ev_application_get_empty_window): returns an
10359         existing empty window or a new one.
10360         (ev_application_open): from ev_window_cmd_file_open.
10361
10362         * shell/ev-application.h: update prototypes
10363
10364         * shell/ev-window.c (ev_window_is_empty): impl.
10365         (ev_window_open): make public.
10366         (ev_window_cmd_file_open): use ev_application_open
10367
10368         * shell/ev-window.h: update prototypes, remove unused.
10369
10370 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10371
10372         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
10373         move destroy handler out of here...
10374
10375         * shell/ev-application.c, shell/ev-application.h: ...into this new
10376         class. Also handles initial window creation.
10377
10378         * shell/main.cc (main): use EvApplication to create initial
10379         window.
10380
10381 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10382
10383         * Makefile.am (SUBDIRS): add cut-n-paste
10384
10385         * cut-n-paste/Makefile.am: add
10386
10387         * configure.ac: generate Makefiles in cut-n-paste
10388
10389 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10390
10391         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
10392         (ev_window_class_init): install ev_window_dispose.
10393
10394 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10395
10396         * shell/ev-window.h, shell/ev-window.c: replace gchar with
10397         char (gchar looks stupid).
10398
10399 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10400
10401         * po/de.po: updated German translation.
10402
10403 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10404
10405         * configure.ac: add more pkg-config library checks for gnome-vfs,
10406         bonobo etc.
10407
10408         * gpdf/configure.in: temporarily disable libpaper
10409         checks. Otherwise I'd have to add the checks for the shell, too.
10410
10411 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10412
10413         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
10414         and * file filters to the file choose.
10415
10416 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10417
10418         * po/de.po: Updated German translation.
10419
10420 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10421
10422         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
10423
10424 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10425
10426         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
10427
10428         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
10429         (ev_window_init): implement those menuitems.
10430
10431 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10432
10433         * data/evince-ui.xml: add a toolbar (with FileOpen action)
10434
10435         * shell/ev-window.c (ev_window_init): use the toolbar.
10436
10437 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10438
10439         * shell/ev-window.c (ev_window_init): use menu translations
10440
10441 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10442
10443         * configure.ac: add "de" to ALL_LINGUAS.
10444
10445         * po/de.po: add German translation.
10446
10447 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10448
10449         * Makefile.am (SUBDIRS): add po
10450
10451         * configure.ac: check intltool, glib-gettext etc, generate
10452         po/Makefile.in
10453
10454         * po, po/POTFILES.in, po/POTFILES.skip: new.
10455
10456 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10457
10458         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
10459         already use (#ifdef ENABLE_NLS)
10460
10461         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
10462         pointer indirection thinko.
10463
10464         * shell/main.c: include gi18n.h for bindtextdomain etc.
10465
10466 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10467
10468         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
10469         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
10470         tooltips for menu items in the statusbar.
10471
10472 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10473
10474         * configure.ac, data/Makefile.am, shell/Makefile.am: use
10475         pkgdatadir drop UIDIR
10476
10477 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10478
10479         * data/evince-ui.xml: Add File->Open menu item
10480
10481         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
10482         chooser), hook it up in the ui manager.
10483
10484 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10485
10486         * shell/ev-window.c: fix Help->About tooltip.
10487
10488 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
10489
10490         * configure.ac: set CFLAGS for libevprivate.
10491
10492         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
10493         definitions, factory etc.
10494
10495         * lib/Makefile.am: build libevprivate.a (only stock icon code).
10496
10497         * shell/Makefile.am: link against libevprivate.a.
10498
10499         * shell/ev-window.c (entries): add stock icon to Help->About.
10500
10501         * shell/main.c (main): init stock icon code.
10502
10503 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10504
10505         * lib/recent-files: egg recent files code
10506
10507         * lib/Makefile.am: add.
10508
10509         * Makefile.am: add lib subdir.
10510
10511         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
10512         set CFLAGS for recent-files.
10513
10514 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10515
10516         * configure.ac: disable -ansi and -pedantic gcc flags. They
10517         disable POSIX stuff in stdio.h, but egg-recent uses them.
10518
10519 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
10520
10521         * configure.ac: add --disable-deprecated flag (defaults to on in
10522         "cvs" builds).
10523
10524         * shell/Makefile.am (INCLUDES): use it.
10525
10526 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10527
10528         * shell/main.c: add missing #include.
10529
10530         * shell/ev-window.c: fix for pedantic gcc.
10531         (ev_window_cmd_help_about): split license into paragraphs for
10532         translators and pedantic compilers.
10533
10534 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10535
10536         * configure.ac: add more warning flags if compiling with gcc from
10537         cvs (or explicitly requested with --enable-more-warnings).
10538
10539 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10540
10541         * data/evince-ui.xml: add File and File->Close menu.
10542
10543         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
10544         (ev_window_destroy): quit after destroy.
10545         (ev_window_class_init): override GtkObject::destroy.
10546         (entries): install close_window callback.
10547
10548 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10549
10550         * Makefile.am (SUBDIRS): add data subdir.
10551
10552         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
10553         gtk+ 2.5.0 for GtkAboutDialog.
10554
10555         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
10556         main window.
10557
10558         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
10559
10560         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
10561         manager.
10562         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
10563
10564 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10565
10566         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
10567
10568 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10569
10570         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
10571
10572 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10573
10574         * shell/*: Added shell directory boilerplate, build it.
10575
10576 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10577
10578         * configure.ac, Makefile.am: Added top-level configure.ac and
10579         Makefile.am