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