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