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