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