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