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