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