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