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