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