]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
5d49d050c1fab7caddd006c8a730c2418610e5d0
[evince.git] / ChangeLog
1 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_run_fullscreen):
4
5         Do not show the toolbar in fullscreen mode if the main toolbar is
6         not visible. Fixes bug #483048.
7         
8 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-view.c: (ev_view_button_press_event):
11
12         Give priority to form fields over images when deciding whether a
13         button press event is over an image or form field. It allows edit
14         form fields when they are over a background image. Fixes bug
15         #477841.
16         
17 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
18
19         * NEWS:
20         * configure.ac:
21         
22         Update for release 2.20.0
23
24 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * backend/pdf/ev-poppler.cc:
27
28         Remove #ifdef HAVE_FORMS, so that forms support works again.
29
30 2007-09-05  Götz Waschk  <waschk@mandriva.org>
31
32         * configure.ac:
33         * data/evince.desktop.in.in:
34         
35         Fixes desktop file issues. See bug #473471.
36
37 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
40         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
41         (ev_job_queue_remove_job):
42         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
43         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
44         * shell/ev-window.c: (ev_window_clear_save_job),
45         (ev_window_save_job_cb), (file_save_dialog_response_cb),
46         (ev_window_dispose):
47
48         Move save a copy task to its own job so that it's carried out in a
49         thread avoiding another lock in the main thread. Use
50         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
51         can be saved to a pathin another file system. Fixes bug #456891.
52         
53 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
54
55         * NEWS:
56         * configure.ac:
57         
58         Update for release 2.19.92
59
60 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * configure.ac:
63         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
64         (pdf_selection_get_selection_region),
65         (pdf_selection_get_selection_map),
66         (ev_form_field_from_poppler_field):
67
68         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
69         and triple click selections are enabled again now.
70
71 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * shell/ev-window.c: (ev_window_add_history):
74
75         Make sure not to use the history with documents not supporting
76         links. Fixes bug #468954.
77
78 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * shell/ev-window.c: (ev_window_load_job_cb):
81
82         Restart the search when reloading a document with the find bar
83         visible. Fixes bug #461962.
84
85 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * shell/ev-window.c: (setup_document_from_metadata),
88         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
89
90         Do not jump to the first page when reloading a document from the
91         last page.
92
93 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
94
95         * shell/ev-window.c: (update_chrome_flag),
96         (setup_sidebar_from_metadata),
97         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
98         (ev_window_cmd_edit_find_next),
99         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
100         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
101         (find_bar_close_cb), (view_actions_focus_in_cb):
102
103         Do not update visibility when changing a chrome flag so that it's
104         possible to update several flags and update visibility only once
105         for all of them.
106
107 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
110
111         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
112         supported by gtk+. Fixes bug #460907.
113
114 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * shell/ev-view.c: (view_update_range_and_current_page):
117
118         Make sure current-page <= end-page in continuous mode. Fixes bug
119         #454950.
120
121 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * backend/pdf/ev-poppler.cc: (build_tree):
124
125         Ignore outline items without a title. Fixes bug #453913.
126
127 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
128
129         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
130         (ev_view_button_release_event), (ev_view_leave_notify_event):
131
132         Use always drag mouse cursor during a drag operation. Fixes bug
133         #470564.
134
135 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
138         (pdf_selection_get_selection_region),
139         (pdf_selection_get_selection_map):
140
141         Temporarily disable double and triple selections since it depends on
142         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
143         released and the update of the external dependency minimal version
144         approved.
145
146 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
149         (pdf_document_file_exporter_do_page):
150         * libdocument/ev-file-exporter.h:
151         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
152         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
153
154         Actually fix printing regressions. Remove orientation from
155         EvPrintContext since it's redundant.
156
157 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
160         * backend/impress/impress-document.c:
161         (impress_document_document_iface_init):
162         * backend/ps/ps-document.c: (ps_document_document_iface_init):
163         * backend/djvu/djvu-document.c:
164         (djvu_document_document_iface_init),
165         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
166         * backend/tiff/tiff-document.c:
167         (tiff_document_document_iface_init):
168         * backend/pixbuf/pixbuf-document.c:
169         (pixbuf_document_document_iface_init):
170         * backend/comics/comics-document.c:
171         (comics_document_document_iface_init):
172         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
173         (pdf_selection_render_selection),
174         (pdf_selection_get_selected_text),
175         (pdf_selection_get_selection_region),
176         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
177         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
178         (ev_selection_get_selection_region),
179         (ev_selection_get_selection_map):
180         * libdocument/ev-document.[ch]:
181         * shell/ev-pixbuf-cache.[ch]: (add_job),
182         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
183         * shell/ev-view-private.h:
184         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
185         (ev_job_render_run):
186         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
187         * shell/ev-view.c: (start_selection_for_event),
188         (ev_view_button_press_event), (ev_view_drag_data_get),
189         (ev_view_drag_data_received), (ev_view_button_release_event),
190         (compute_new_selection_text), (compute_selections),
191         (ev_view_select_all), (get_selected_text), (ev_view_copy),
192         (ev_view_primary_get_cb):
193
194         Add support for double and triple click selections.
195
196 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
197
198         * NEWS:
199         * configure.ac:
200
201         Update for release 2.19.4
202
203 2007-08-28  Justin Blanchard  <justinb04@aim.com>
204
205         * shell/ev-view-private.h:
206         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
207         (ev_view_set_highlight_search):
208         * shell/ev-view.h:
209         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
210         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
211         (find_bar_visibility_changed_cb):
212         
213         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
214
215 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
218         (pdf_document_file_exporter_begin),
219         (pdf_document_file_exporter_do_page):
220         * shell/ev-jobs.c: (ev_job_print_run):
221         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
222
223         Create always a portrait cairo surface and rotate when needed for
224         landscape. It fixes printing problems in real printers.
225
226 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
229         * libdocument/ev-file-exporter.[ch]:
230         (ev_file_exporter_get_capabilities):
231         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
232         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
233
234         Adjust number of pages per row according to page orientation when
235         printing 2 or 6 pages per sheet.
236
237 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * shell/ev-window.c: (ev_window_print_send):
240
241         Reset also cups setting to 1 when printing multiple pages per
242         sheet. Fixes bug #468853.
243
244 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * libdocument/ev-document-misc.c:
247         (ev_document_misc_surface_rotate_and_scale):
248
249         Use directly cairo_surface_get_content() when creating a similar
250         surface as suggested by Jeff Muizelaar. Thanks again.
251
252 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * backend/djvu/djvu-document.c: (djvu_document_render):
255         * backend/tiff/tiff-document.c: (tiff_document_render):
256         * backend/pdf/ev-poppler.cc: (pdf_document_render):
257         * libdocument/ev-document-misc.c:
258         (ev_document_misc_surface_from_pixbuf),
259         (ev_document_misc_surface_rotate_and_scale):
260
261         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
262         creating page surfaces. Fixes bug #453123. Thank you very much to
263         Jeff Muizelaar <jeff@infidigm.net>.
264
265 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * shell/ev-page-cache.c: (ev_page_cache_new),
268         (ev_page_cache_get_thumbnail_size):
269         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
270         (ev_sidebar_thumbnails_set_loading_icon):
271
272         Also store in page-cache the dimensions of the thumbnails so that
273         they can be used to create the correct loading icon in the side
274         pane. Fixes bug #466857.
275
276 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * backend/pdf/ev-poppler.cc:
279         (pdf_document_thumbnails_get_thumbnail):
280
281         Fix thumbnails rotation in pdf documents that include embedded 
282         thumbnails.
283
284 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
285
286         * backend/pdf/ev-poppler.cc:
287
288         Don't use #ifdef in macro expansion. Some compilers don't
289         like that. Closes bug #467042.
290
291 2007-08-15  Justin Blanchard  <justinb04@aim.com>
292
293         * backend/djvu/djvu-document.c: (djvu_document_finalize):
294         
295         Fixes memory leak in djvu backend.
296
297 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
298
299         * data/icons/32x32/Makefile.am:
300         * data/icons/32x32/actions/Makefile.am:
301         * data/icons/32x32/actions/view-page-cont.svg:
302         * data/icons/32x32/actions/view-page-facing.svg:
303         * data/icons/48x48/Makefile.am:
304         * data/icons/48x48/actions/Makefile.am:
305         * data/icons/48x48/actions/view-page-cont.svg:
306         * data/icons/48x48/actions/view-page-facing.svg:
307         
308         Icons for a new sizes.
309
310 2007-08-14  Justin Blanchard  <justinb04@aim.com>
311
312         * shell/ev-page-cache.c: (build_height_to_page),
313         (ev_page_cache_get_height_to_page):
314         
315         Fixes invalid read, see bug #466401.
316
317 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
320         (set_drag_cursor):
321         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
322         (configure_item_cursor), (new_pixbuf_from_widget):
323
324         Fix multihead problems in toolbar editor. Fixes bug #382055.
325
326 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-window.c: (ev_window_cmd_file_open),
329         (ev_window_cmd_save_as):
330
331         Use g_get_user_special_dir when available instead of
332         xdg_user_dir_lookup.
333
334 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
335
336         * MAINTAINERS:
337         
338         Updated according to request on desktop-devel.
339
340 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
343
344         Do not use cairo_rectangle and cairo_clip since we are
345         not using cairo_fill but cairo_paint. Use the same cairo context
346         for every page in the same expose event.
347
348 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
349
350         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
351         leak.
352
353 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * configure.ac:
356         * NEWS:
357
358         Release 0.9.3
359
360 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * libdocument/ev-document-info.h:
363         * libdocument/ev-document.h:
364         * shell/ev-page-action.h:
365         * shell/ev-sidebar-links.h:
366
367         Fix a headers problem with ev-link
368         
369         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
370         * shell/ev-view-private.h:
371         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
372         (get_link_area), (ev_view_query_tooltip),
373         (ev_view_leave_notify_event), (ev_view_destroy),
374         (ev_view_class_init):
375
376         Use new gtk tooltips when available instead of ev-tooltip.
377         
378 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-window.c: (update_chrome_visibility),
381         (ev_window_sidebar_visibility_changed_cb):
382
383         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
384         
385 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * shell/ev-navigation-action.c:
388         (ev_navigation_action_history_changed),
389         (ev_navigation_action_set_history):
390         * shell/ev-navigation-action-widget.c:
391         (ev_navigation_action_widget_init):
392         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
393
394         Fix compile warnings.
395         
396 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
399         (egg_editable_toolbar_dispose):
400
401         Fix memory leak.
402         
403 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
406         (screensaver_disable_x11):
407         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
408         * shell/ev-window.c: (presentation_set_timeout):
409         * shell/ev-view.c: (ev_view_presentation_transition_start):
410
411         Use g_timeout_add_seconds instead of g_timeout_add when
412         available.
413         
414 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
417
418         Set horizontal scrollbar policy to AUTOMATIC instead of
419         NEVER. Workaround for bug #449462.
420         
421 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * shell/ev-jobs.c: (ev_job_render_page_ready):
424
425         Add page_ready callback to main loop with high priority and hold
426         a reference to job during idle.
427         
428 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * configure.ac:
431         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
432         (pdf_document_file_exporter_begin),
433         (pdf_document_file_exporter_do_page),
434         (pdf_document_file_exporter_get_capabilities):
435         * libdocument/ev-file-exporter.h:
436         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
437         * shell/ev-window.c: (ev_window_print_send),
438         (ev_window_print_dialog_response_cb):
439
440         Allow printing multiple pages per sheet. Fixes bug #395573.
441         
442 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
443
444         * shell/ev-view.c: (tip_from_link):
445         
446         Check for NULL, fixes bug #460862.
447
448 2007-07-29  Christian Persch  <chpe@gnome.org>
449
450         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
451         (ev_window_preview_print_finished), (ev_window_do_preview_print),
452         (ev_window_cmd_preview_print):
453         
454         Fixes bug #437681 - blocks while enumerating printers.
455
456 2007-07-29  Christian Persch  <chpe@gnome.org>
457
458         * shell/ev-window.c: (ev_window_screen_changed):
459         
460         Don't use deprecated gtk+ function. See bug #460909.
461
462 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * shell/ev-utils.c: (get_num_monitors):
465         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
466
467         Do not use display before initializing it. Remove compile
468         warnings.
469
470 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
471
472         * shell/ev-view.c: (ev_view_class_init):
473         
474         Unix-like hjkl bindings added. See bug #458111.
475
476 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
477
478         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
479         * shell/ev-utils.h:
480         * shell/ev-view.c: (ev_view_set_zoom_for_size),
481         (ev_view_update_view_size):
482         * shell/ev-view.h:
483         * shell/ev-window.c: (ev_window_update_actions),
484         (setup_view_from_metadata), (ev_window_screen_changed),
485         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
486         (zoom_control_changed_cb):
487         * shell/ev-window.h:
488         
489         Reorganizes utility functions.
490
491 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
494         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
495         (add_job), (ev_pixbuf_cache_get_surface),
496         (ev_pixbuf_cache_get_link_mapping),
497         (ev_pixbuf_cache_get_image_mapping),
498         (ev_pixbuf_cache_get_form_field_mapping),
499         (ev_pixbuf_cache_get_text_mapping):
500         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
501         (notify_page_ready), (ev_job_render_page_ready),
502         (ev_job_render_run):
503
504         Add page_ready signal to notify that page is ready as soon as
505         possible even if other page elements like links, forms, images or
506         text mapping are not ready yet.
507
508 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
511         (dvi_document_file_exporter_do_page),
512         (dvi_document_file_exporter_get_capabilities),
513         (dvi_document_file_exporter_iface_init):
514         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
515         (ps_document_file_exporter_do_page),
516         (ps_document_file_exporter_get_capabilities),
517         (ps_document_file_exporter_iface_init):
518         * backend/djvu/djvu-document.c:
519         (djvu_document_file_exporter_begin),
520         (djvu_document_file_exporter_end),
521         (djvu_document_file_exporter_get_capabilities),
522         (djvu_document_file_exporter_iface_init):
523         * backend/tiff/tiff-document.c:
524         (tiff_document_file_exporter_begin),
525         (tiff_document_file_exporter_get_capabilities),
526         (tiff_document_document_file_exporter_iface_init):
527         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
528         (pdf_document_file_exporter_do_page),
529         (pdf_document_file_exporter_get_capabilities),
530         (pdf_document_file_exporter_iface_init):
531         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
532         (ev_file_exporter_get_capabilities):
533         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
534         (idle_print_handler), (ev_print_job_print):
535         * shell/ev-jobs.c: (ev_job_print_run):
536         * shell/ev-window.c: (ev_window_print_send),
537         (ev_window_print_range):
538
539         Use capabilities to know which options should be offered by the
540         print dialog depending on the document backend.
541
542 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
545
546         Give priority to forms over text to set the cursor.
547
548 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * shell/ev-view-private.h:
551         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
552         (ev_view_leave_notify_event), (ev_view_finalize),
553         (ev_view_get_property), (ev_view_class_init):
554
555         Use IBEAM cursor for text form fields and NORMAL cursor for read
556         only fields. Remove unused status attribute.
557
558 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
561
562         Update region for current selected items also for checkbox
563         buttons, since they can behave as radio buttons when they are in a
564         set.
565
566 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * configure.ac:
569         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
570
571         Get max length of text form fields.
572
573 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
576         * libdocument/ev-form-field.h:
577         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
578
579         Fix build with current poppler cvs head.
580
581 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * cut-n-paste/zoom-control/ephy-zoom-control.c:
584         * shell/eggfindbar.c: (egg_find_bar_init):
585
586         Fix build with gtk+ >= 2.11.5 due to gtktooltips
587         deprecation. Fixes bug #455667
588
589 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
590
591         * NEWS:
592         * configure.ac:
593         
594         Update for release 0.9.2
595
596 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * shell/ev-view.c: (ev_view_form_field_text_save),
599         (ev_view_form_field_choice_save):
600
601         Fix a crash when closing whith a form widget visible.
602
603 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
606
607         Update also the region of the current selected button when
608         clicking on another button if they are radio buttons.
609
610 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
613         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
614         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
615         (ev_pixbuf_cache_get_link_mapping),
616         (ev_pixbuf_cache_get_image_mapping),
617         (ev_pixbuf_cache_get_form_field_mapping),
618         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
619         * shell/ev-view.c: (ev_view_form_field_get_region),
620         (ev_view_form_field_button_create_widget),
621         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
622         (job_finished_cb):
623
624         Redraw only form field region instead of the whole page when
625         reloading a page to show changes on the form field.
626
627 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-view.c: (ev_view_form_field_choice_save):
630
631         Fix selection of first item in list form fields.
632
633 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
636         (ev_pixbuf_cache_reload_page),
637         (ev_pixbuf_cache_get_form_field_mapping):
638
639         Some refactoring to avoid duplicated code.
640
641 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * configure.ac:
644         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
645         (ev_form_field_from_poppler_field),
646         (pdf_document_forms_get_form_fields),
647         (pdf_document_forms_form_field_text_get_text),
648         (pdf_document_forms_form_field_text_set_text),
649         (pdf_document_forms_form_field_button_set_state),
650         (pdf_document_forms_form_field_button_get_state),
651         (pdf_document_forms_form_field_choice_get_item),
652         (pdf_document_forms_form_field_choice_get_n_items),
653         (pdf_document_forms_form_field_choice_is_item_selected),
654         (pdf_document_forms_form_field_choice_select_item),
655         (pdf_document_forms_form_field_choice_toggle_item),
656         (pdf_document_forms_form_field_choice_unselect_all),
657         (pdf_document_forms_form_field_choice_set_text),
658         (pdf_document_forms_form_field_choice_get_text),
659         (pdf_document_document_forms_iface_init):
660         * libdocument/Makefile.am:
661         * libdocument/ev-form-field.[ch]:
662         * libdocument/ev-document-forms.[ch]:
663         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
664         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
665         (add_job), (ev_pixbuf_cache_reload_page),
666         (ev_pixbuf_cache_get_form_field_mapping):
667         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
668         * shell/ev-view-private.h:
669         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
670         (ev_view_handle_cursor_over_xy),
671         (ev_view_get_form_field_at_location),
672         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
673         (ev_view_form_field_button_create_widget),
674         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
675         (ev_view_form_field_text_create_widget),
676         (ev_view_form_field_choice_save),
677         (ev_view_form_field_choice_changed),
678         (ev_view_form_field_choice_create_widget),
679         (ev_view_handle_form_field), (ev_view_size_allocate),
680         (ev_view_realize), (draw_end_presentation_page),
681         (ev_view_button_press_event), (ev_view_remove_all),
682         (ev_view_motion_notify_event), (ev_view_key_press_event),
683         (ev_view_enter_notify_event), (highlight_find_results),
684         (draw_loading_text), (draw_one_page), (ev_view_destroy),
685         (ev_view_class_init), (page_changed_cb),
686         (on_adjustment_value_changed), (ev_view_set_presentation),
687         (merge_selection_region), (ev_view_set_cursor),
688         (ev_view_reset_presentation_state):
689         
690         Merge evince-forms branch.
691
692 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
693
694         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
695
696         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
697         This script also updates itself from libegg
698
699         * cut-n-paste/toolbar-editor/egg*:
700         Run update-toolbareditor-from-libegg.sh so we are in sync again with
701         libegg
702
703 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
704
705         * shell/ev-window.c:
706         
707         Adds a nice icon to page action during toolbar editing.
708         See bug #452872.
709
710 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
711
712         * data/evince-toolbar.xml:
713         * shell/ev-window.c:
714         
715         Let user add a presentation and fullscreen icons on toolbar.
716         See bug #449734.
717
718 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
719
720         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
721
722         new script to keep in sync with toolbareditor in libegg
723
724         * cut-n-paste/toolbar-editor/*: 
725
726         Run update-toolbareditor-from-libegg so we are in sync again. 
727         Fixes bug #452850.
728         
729
730 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * shell/ev-sidebar-links.c: (job_finished_callback):
733
734         Do not connect selection changed signal more than once. Fixes bug
735         #349433.
736
737 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-window.c: (ev_window_view_sidebar_cb):
740
741         Do not change sidebar chrome flag when pressing F9 key in
742         presentation mode.
743
744 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * backend/pdf/ev-poppler.cc:
747         (pdf_document_thumbnails_get_dimensions):
748
749         Make sure thumbnails width and height is not <= 0. Fixes a crash
750         with some pdf documents which have really small pages.
751
752 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
753
754         * shell/main.c: (main):
755
756         Fixes program description translation issue.
757         Bug #450148.
758
759 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
760
761         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
762
763         Do not change current page when returning from black/white mode
764         in presentation. Fixes bug #415032.
765
766 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
767
768         * NEWS:
769         * configure.ac:
770         
771         Update for release 0.9.1
772
773 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
774
775         * backend/dvi/dvi-document.c:
776         (dvi_document_finalize),
777         (dvi_document_file_exporter_format_supported),
778         (dvi_document_file_exporter_begin),
779         (dvi_document_file_exporter_do_page),
780         (dvi_document_file_exporter_end),
781         (dvi_document_file_exporter_iface_init), (dvi_document_init):
782         
783         PDF exporter for dvi documents. Fixes bug #441319.
784
785 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * shell/ev-window.c: (ev_window_clear_print_job):
788
789         Clear gtk print job when job has finished. Fixes bug #447612.
790
791 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-window.c: (ev_window_print_send),
794         (ev_window_print_dialog_response_cb), (ev_window_print_range):
795
796         Add preview button to print dialog. Fixes bug #445419.
797
798 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * backend/dvi/Makefile.am:
801         * backend/dvi/pixbuf-device.[ch]: Removed
802         * backend/dvi/cairo-device.[ch]: Added
803         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
804         * backend/dvi/dvi-document.c: (dvi_document_load),
805         (dvi_document_render), (dvi_document_finalize),
806         (dvi_document_thumbnails_get_thumbnail), (parse_color),
807         (dvi_document_do_color_special):
808         * libdocument/ev-document-misc.[ch]:
809         (ev_document_misc_pixbuf_from_surface):
810
811         Port dvi backend to cairo and fix a problem with colors. 
812
813 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * shell/ev-view.c: (draw_one_page):
816
817         Draw only visible region.
818
819 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * backend/djvu/djvu-document.c: (djvu_document_render):
822
823         Fix rotation in djvu backend.
824
825 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * shell/ev-pixbuf-cache.c: (job_finished_cb),
828         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
829         (ev_pixbuf_cache_get_image_mapping),
830         (ev_pixbuf_cache_get_text_mapping):
831
832         Redraw view every time we have a new surface. Fixes bug #443587.
833
834 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * libdocument/ev-document.c: (ev_document_info_free):
837
838         Fix memory leaks.
839
840 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * backend/dvi/dvi-document.c: (dvi_document_render),
843         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
844         * backend/impress/impress-document.c:
845         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
846         (impress_document_render), (impress_document_document_iface_init),
847         (impress_document_thumbnails_get_thumbnail):
848         * backend/djvu/djvu-document-private.h:
849         * backend/djvu/djvu-document.c: (djvu_document_render),
850         (djvu_document_finalize), (djvu_document_document_iface_init),
851         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
852         * backend/tiff/tiff-document.c: (tiff_document_render),
853         (tiff_document_render_pixbuf),
854         (tiff_document_document_iface_init):
855         * backend/pdf/ev-poppler.cc: (pdf_document_render),
856         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
857         (pdf_selection_render_selection):
858         * backend/comics/comics-document.c:
859         (comics_document_render_pixbuf), (comics_document_render),
860         (comics_document_document_iface_init):
861         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
862         (pixbuf_document_document_iface_init):
863         * libdocument/ev-document-misc.[ch]:
864         (ev_document_misc_surface_from_pixbuf),
865         (ev_document_misc_surface_rotate_and_scale):
866         * libdocument/ev-document.[ch]: (ev_document_render):
867         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
868         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
869         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
870         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
871         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
872         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
873         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
874         (render_finished_cb), (ev_job_render_run):
875         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
876         (merge_selection_region):
877
878         Use cairo image surfaces instead of GDK pixbufs for drawing pages
879         and selections.
880
881 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-window-title.c: (ev_window_title_update):
884
885         Fix memory leak.
886
887 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * shell/ev-view.c: (draw_loading_text):
890
891         Show loading text centered. Fixes bug #433061
892
893 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * shell/ev-sidebar-thumbnails.c:
896         (ev_sidebar_thumbnails_set_loading_icon):
897
898         Remove a mutex in the main thread that blocks the UI in heavy
899         documents.
900
901 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
904
905         Set points_set to TRUE so that selections don't disappear after a
906         zoom change.
907
908 2007-06-07  Michael Monreal  <infernux@web.de>
909
910         * data/icons/16x16/actions/Makefile.am:
911         * data/icons/16x16/actions/zoom.svg:
912         * data/icons/22x22/actions/Makefile.am:
913         * data/icons/22x22/actions/zoom.svg:
914         * data/icons/24x24/actions/Makefile.am:
915         * shell/ev-stock-icons.c:
916         * shell/ev-stock-icons.h:
917         * shell/ev-window.c:
918         
919         Zoom icon artwork. See bug #444795.
920
921 2007-06-05  Bastien Nocera  <hadess@hadess.net>
922
923         * shell/ev-metadata-manager.c: Remove extraneous function
924         (Closes: #444386)
925
926 2007-06-05  Bastien Nocera  <hadess@hadess.net>
927
928         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
929         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
930         (ev_metadata_manager_set), (ev_metadata_manager_save):
931         Simplify the timeout, no need for modified anymore
932
933 2007-06-05  Bastien Nocera  <hadess@hadess.net>
934
935         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
936         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
937         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
938         (ev_metadata_manager_save): Adapted patch from Arjan van de
939         Ven (arjan@linux.intel.com) to avoid the timeout running all the
940         time, saves on power (Closes: #443851)
941
942 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * configure.ac:
945         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
946         (pdf_selection_render_selection), (pdf_document_get_page_duration):
947
948         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
949
950 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
951
952         * shell/ev-window.c: (ev_window_add_history):
953
954         Check if history is NULL
955
956 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * libdocument/ev-image.c: (ev_image_finalize):
959         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
960         * libdocument/ev-attachment.c: (ev_attachment_finalize):
961         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
962         (ev_tmp_uri_unlink):
963
964         Add functions to delete temporary files created by evince in a safe
965         way.
966
967         * shell/ev-window.c: (ev_window_clear_local_uri),
968         (open_xfer_update_progress_callback),
969         (save_xfer_update_progress_callback), (ev_window_save_remote),
970         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
971         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
972         (attachment_save_dialog_response_cb),
973         (ev_attachment_popup_cmd_save_attachment_as):
974
975         Allow saving a copy of a document, image or attachment to a remote
976         location. Fixes bug #440754. 
977
978 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * configure.ac:
981         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
982
983         Fix build with current poppler from cvs head. 
984
985 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
986
987         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
988
989         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
990         directory exists.
991
992 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
993
994         * shell/ev-sidebar.c: (ev_sidebar_add_page):
995         * shell/ev-window.c:
996
997         Change sidebar ordering. Fixes bug #439939.
998
999 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1000
1001         * backend/comics/Makefile.am:
1002         
1003         Fixes build with --without-libgnome.
1004
1005 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1006         
1007         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1008
1009         Update cursor and tooltip on page change and view scroll. Fixes bug
1010         #439217.
1011
1012 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1013
1014         * NEWS:
1015         * configure.ac:
1016         
1017         Update for release 0.9.0
1018
1019 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1020
1021         * backend/djvu/djvu-document-private.h:
1022         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1023         (djvu_document_finalize),
1024         (djvu_document_file_exporter_format_supported),
1025         (djvu_document_file_exporter_begin),
1026         (djvu_document_file_exporter_do_page),
1027         (djvu_document_file_exporter_end),
1028         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1029         
1030         Implemented printing with djvu. Bug #437998.
1031
1032 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * backend/impress/zip.c:
1035         Add missing ulong definition.
1036
1037         * backend/ps/ps-interpreter.c:
1038         Add missing headers.
1039
1040         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1041
1042 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1045
1046         Add missing call to parent class dispose method. 
1047
1048 2007-05-12  Ross Burton  <ross@openedhand.com>
1049
1050         * shell/main.c:
1051         Sync keybindings manually when building without libgnome
1052         (#437925).
1053
1054 2007-05-12  Ross Burton  <ross@openedhand.com>
1055
1056         * shell/ev-window.c:
1057         Respect the screen when opening help (#437866).
1058
1059 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * data/evince-ui.xml:
1062         * shell/ev-application.[ch]: (get_print_settings_from_args),
1063         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1064         (ev_application_open_uri_list):
1065         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1066         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1067         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1068         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1069         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1070         (ev_window_dispose):
1071         * shell/main.c: (arguments_parse):
1072
1073         Add print button in preview mode. Fixes bug #396475. 
1074
1075 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1076
1077         * cut-n-paste/zoom-control/ephy-zoom.h:
1078         
1079         Fixes zoom level factors. See bug #408119 for details.
1080
1081 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1082
1083         * backend/comics/comics-document.c: (comics_regex_quote),
1084         (extract_argv):
1085         
1086         Correctly quote symbols. Fixes crash in the bug
1087         #415370.
1088
1089 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1090
1091         * shell/ev-navigation-action-widget.c:
1092         (ev_navigation_action_widget_init),
1093         (ev_navigation_action_widget_class_init),
1094         (ev_navigation_action_widget_button_press_event):
1095         
1096         Connect to button-press event on correct widget. Fixes
1097         bug #431988
1098
1099 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1100
1101         * shell/ev-application.c: (ev_application_open_window),
1102         (ev_application_add_icon_path_for_screen),
1103         (ev_application_open_uri_at_dest):
1104         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1105         * shell/ev-navigation-action.c: (build_menu):
1106         
1107         Add app-specific icons to our icon theme. Fixes bug
1108         #425508.
1109
1110 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1111
1112         * shell/ev-history.c: (ev_history_class_init),
1113         (ev_history_add_link):
1114         * shell/ev-history.h:
1115         * shell/ev-navigation-action.c:
1116         (ev_navigation_action_history_changed),
1117         (ev_navigation_action_set_history), (build_menu),
1118         (ev_navigation_action_finalize):
1119         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1120         
1121         Make navigation action unsensitive instead of showing
1122         menu with unsensitive word. Fixes bug #417392.
1123
1124 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-application.[ch]: (ev_application_shutdown),
1127         (ev_application_get_print_settings),
1128         (ev_application_set_print_settings):
1129         * shell/ev-window.c:
1130
1131         Remember print settings. Fixes bug #349102. 
1132
1133 2007-05-08  Christian Persch  <chpe@gnome.org>
1134
1135         * configure.ac:
1136         * properties/ev-properties-view.c:
1137
1138         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1139         Bug #382438.
1140
1141 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * configure.ac:
1144         * properties/ev-properties-view.c: (ev_regular_paper_size):
1145
1146         Use gtk+ builtin paper list to identify the document's paper size.
1147         Fixes bug #382438. 
1148
1149 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1150
1151         * configure.ac:
1152
1153         Fix build when compiling with thumbnailer and libgnome support. 
1154
1155 2007-05-04  Ross Burton  <ross@openedhand.com>
1156
1157         * configure.ac:
1158         Add --without-libgnome, check for libgnome and libgnomeui
1159         separately, and add them to the symbols as required.
1160
1161         * libdocument/ev-file-helpers.c:
1162         When building without libgnome, use g_get_user_config_dir instead
1163         of gnome_user_dir_get.
1164
1165         * shell/ev-application.c:
1166         When building without libgnome, don't use session management.
1167
1168         * shell/main.c:
1169         When building without libgnome, don't use GnomeProgram or
1170         initialise the authentication manager.
1171
1172         This fixes #328842.
1173
1174 2007-05-04  Ross Burton  <ross@openedhand.com>
1175
1176         * shell/ev-window.c:
1177         Don't use libgnome to open help, instead call Yelp directly.
1178
1179 2007-05-04  Ross Burton  <ross@openedhand.com>
1180
1181         * shell/ev-sidebar-attachments.c:
1182         Don't use libgnome to lookup icons for MIME types, instead copy
1183         code from GTK+ to do it manually.
1184
1185 2007-05-04  Ross Burton  <ross@openedhand.com>
1186
1187         * configure.ac:
1188         Add libxml to the dependencies for SHELL_CORE (#435818).
1189
1190 2007-05-02  Ross Burton  <ross@openedhand.com>
1191
1192         * configure.ac:
1193         * Makefile.am:
1194         Add --disable-thumbnailer (#434825)
1195
1196 2007-05-02  Ross Burton  <ross@openedhand.com>
1197
1198         * shell/ev-window.c:
1199         Add missing includes, fix indentation.
1200
1201         * shell/main.c:
1202         Fix indentation.
1203
1204 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1205
1206         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1207         ev_application_open_uri_at_dest instead of ev_application_open_uri
1208         preventing new document always being opened in a new window even if there
1209         is an empty window.
1210
1211 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1212
1213         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1214         (egg_recent_view_uimanager_finalize):
1215         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1216         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1217         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1218         (ev_pixbuf_cache_dispose):
1219         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1220         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1221         
1222         Add missing chain to parent class methods. Fixes
1223         bug #433128.
1224
1225 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1226
1227         * data/Makefile.am (update-icon-cache): Updates
1228         gtk-update-icon-cache in uninstall-hook.
1229
1230 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-window.c: (ev_window_setup_document),
1233         (ev_window_set_document), (ev_window_load_job_cb):
1234         * shell/ev-view.c: (setup_caches):
1235         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1236
1237         Start rendering pages before any other jobs. 
1238
1239 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * shell/ev-window.c: (ev_window_stop_fullscreen),
1242         (ev_window_stop_presentation):
1243
1244         Update chrome visibility before window unfullscreen. 
1245
1246 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * data/Makefile.am:
1249         * data/evince-ui.xml:
1250         * shell/ev-stock-icons.[ch]:
1251         * shell/ev-application.[ch]: (ev_application_shutdown),
1252         (ev_application_init), (ev_application_get_toolbars_model):
1253         * shell/ev-window.c: (update_chrome_visibility),
1254         (fullscreen_toolbar_setup_item_properties),
1255         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1256         (ev_window_run_presentation), (ev_window_stop_presentation),
1257         (ev_window_run_preview), (ev_window_screen_changed),
1258         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1259         (ev_window_dispose), (ev_window_init):
1260
1261         Make fullscreen toolbar always visible. Do not use egg toolbars for
1262         fullscreen and preview modes since such toolbars are not editables.
1263         Fixes bugs #300278, #338910 and #316188.  
1264
1265 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1266
1267         * shell/ev-application.c:
1268         * shell/ev-job-queue.c:
1269         * shell/ev-metadata-manager.c:
1270         * shell/ev-stock-icons.c:
1271         * shell/ev-window.c:
1272         * shell/main.c:
1273         
1274         Developers documentation updated.
1275
1276 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1279
1280         Check whether uri is valid before launching it. Fixes bug #427664.
1281
1282 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-window.c:
1285
1286         Change key accelerator for Open a Copy menu entry which is in conflict
1287         with Close. Fixes bug #427321.
1288
1289 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1290
1291         * NEWS:
1292         * configure.ac:
1293         
1294         Update for release 0.8.1
1295
1296 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1297
1298         * shell/ev-window.c: (setup_size_from_metadata):
1299         
1300         Do not make window bigger than screen. Fixes bug 
1301         #388985.
1302
1303 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1306         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1307
1308         Use default resolution when it's not provided by document. Fixes bug
1309         #408762.
1310
1311 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * configure.ac:
1314         * thumbnailer/Makefile.am:
1315         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1316         * thumbnailer/evince-thumbnailer.schemas.in:
1317         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1318
1319         Add support for ps, eps and compressed documents thumbnails. Do not
1320         ignore size parameter. 
1321
1322 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1323
1324         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1325         (dvi_document_do_color_special):
1326         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1327
1328         Implement font color specials in the DVI backend. Fixes bug #303651.
1329
1330 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1331
1332         Fixup the previous commit:
1333
1334         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1335         * shell/xdg-user-dir-lookup.c: Make the function non-static
1336         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1337
1338 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1339
1340         * shell/ev-window.c (file_open_dialog_response_cb): Use
1341         the xdg-user-dirs DOCUMENTS folder as default folder when
1342         opening a file chooser.  (#424858)
1343
1344         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1345         xdg-user-dirs.
1346
1347 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * shell/ev-window.c: (ev_window_load_job_cb):
1350
1351         Do not setup view from metadata on preview mode. 
1352
1353 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * shell/main.c:
1356
1357         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1358
1359 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-view.c: (ev_view_primary_get_cb):
1362
1363         Check pointer != NULL before using it. Fixes bug #416841. 
1364
1365 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1366
1367         * NEWS:
1368         * configure.ac:
1369         
1370         Release 0.8.0
1371
1372 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1375
1376         Do not render thumbnails when sidebar thumbnail page is not visible
1377         at startup. Fixes bug #416447. 
1378
1379 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1380
1381         * data/evince.desktop.in.in:
1382
1383         "Application" is not a valid category in the freedesktop specification.
1384
1385 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * libdocument/ev-file-helpers.[ch]: (compression_run),
1388         (ev_file_uncompress), (ev_file_compress):
1389         * shell/ev-window.c: (file_save_dialog_response_cb):
1390
1391         Save document compressed when saving a copy of a compressed document.
1392         Fixes bug #334542.
1393
1394 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1397
1398         Allow deleting in goto window entry in presentation mode. 
1399
1400 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1401
1402         * Makefile.am: Dist MAINTAINERS.
1403
1404 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-window.c: (ev_window_update_actions):
1407
1408         Fix zoom shortcut keys when searching. Fixes bug #409828.
1409
1410 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-window.c: (ev_window_setup_document):
1413
1414         Fix crash when loading documents with only one page. 
1415
1416 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * backend/dvi/dvi-document.c:
1419         (dvi_document_thumbnails_get_dimensions),
1420         (dvi_document_thumbnails_get_thumbnail):
1421         * backend/impress/impress-document.c:
1422         (impress_document_thumbnails_get_thumbnail),
1423         (impress_document_thumbnails_get_dimensions):
1424         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1425         (ps_document_thumbnails_get_dimensions):
1426         * backend/djvu/djvu-document.c:
1427         (djvu_document_thumbnails_get_dimensions),
1428         (djvu_document_thumbnails_get_thumbnail):
1429         * backend/tiff/tiff-document.c:
1430         (tiff_document_thumbnails_get_thumbnail),
1431         (tiff_document_thumbnails_get_dimensions):
1432         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1433         (pdf_document_thumbnails_get_thumbnail),
1434         (pdf_document_thumbnails_get_dimensions):
1435         * backend/comics/comics-document.c:
1436         (comics_document_thumbnails_get_thumbnail),
1437         (comics_document_thumbnails_get_dimensions):
1438         * backend/pixbuf/pixbuf-document.c:
1439         (pixbuf_document_thumbnails_get_thumbnail),
1440         (pixbuf_document_thumbnails_get_dimensions):
1441         * libdocument/ev-document-thumbnails.[ch]:
1442         (ev_document_thumbnails_get_thumbnail),
1443         (ev_document_thumbnails_get_dimensions):
1444         * libdocument/ev-document-misc.[ch]:
1445         (ev_document_misc_get_thumbnail_frame):
1446         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1447         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1448         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1449         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1450         (ev_sidebar_thumbnails_refresh):
1451         * shell/ev-window.c: (ev_window_setup_document):
1452         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1453
1454         Use an EvRenderContext for rendering thumbnails instead of a suggested
1455         width, so that different sized pages get sized proportionally.
1456
1457 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * shell/ev-view.c: (ev_view_button_press_event),
1460         (ev_view_key_press_event):
1461
1462         Fix critical warnings when there is no document loaded. 
1463
1464 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * shell/ev-page-action-widget.c:
1467         * shell/ev-navigation-action.c:
1468         * shell/ev-window.c:
1469
1470         Fix compile warnings. 
1471
1472 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * backend/djvu/djvu-text.h:
1475         * backend/djvu/djvu-document.c:
1476         * backend/djvu/djvu-text-page.c:
1477         * backend/djvu/djvu-links.c:
1478         * backend/djvu/djvu-text-page.h:
1479         * backend/djvu/djvu-text.c:
1480         
1481         Fix build on Mac. Fixes bug #392186. Patch by
1482         <ephraim_owns@hotmail.com>
1483
1484 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1487
1488         Restore cairo context before rendering every page when printing a PDF
1489         document into a PDF file. 
1490
1491 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * backend/ps/gstypes.h:
1494         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1495         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1496         (ps_document_thumbnails_get_thumbnail):
1497
1498         Handle PostScript page orientation. Fixes bug #318568.
1499
1500 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * backend/ps/Makefile.am:
1503         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1504         (document_load), (ps_document_load), (save_document),
1505         (save_page_list), (ps_document_get_n_pages),
1506         (ps_document_get_page_size), (ps_document_get_info),
1507         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1508         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1509         (ps_document_thumbnails_get_thumbnail),
1510         (ps_document_thumbnails_get_dimensions),
1511         (ps_document_document_thumbnails_iface_init):
1512         * backend/ps/ps.[ch]: (psgetpagebox):
1513         * backend/ps/ps-interpreter.[ch]:
1514
1515         Add support for thumbnails in ps backend. Fixes bug #164755. 
1516
1517 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1518
1519         * NEWS:
1520         * configure.ac:
1521         
1522         Release 0.7.2
1523
1524 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1527         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1528         (ev_window_dispose):
1529
1530         Use document thumbnail as window icon. Fixes bug #384442.
1531
1532 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1533
1534         * configure.ac:
1535
1536         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1537         duplicated adding application/x-bzpostscript instead. 
1538
1539 2007-02-11  Tom Parker  <palfrey@tevp.net>
1540
1541         * backend/ps/ps-document.c: (document_load):
1542
1543         Check return value of psscan before trying
1544         to use it. Fixes bug #372414.
1545
1546 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1549
1550         Fix invalid free in ev-page-cache. Fixes bug #404745.
1551
1552 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1553
1554         * test/Makefile.am:
1555         * test/test3.py:
1556         
1557         Added reload test case.
1558
1559 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * po/POTFILES.in:
1562         * backend/djvu/djvu-document.c: (djvu_document_load):
1563
1564         Check whether there are missing files in indirect multipage djvu
1565         documents. Fixes bug #361683. 
1566
1567 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1568
1569         * test/Makefile.am:
1570         * test/test-mime.bin:
1571         * test/test3.py:
1572         
1573         Added test for slow mime type
1574
1575 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1578
1579         Add some checks and call parent_class->finalize. Fixes bug #404745.
1580
1581 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1582
1583         * shell/ev-navigation-action.c: (connect_proxy):
1584         
1585         Fixes dropdown history menu. Thanks a lot Carlos!
1586
1587 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1590
1591         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1592         bug #373715.
1593
1594 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * backend/ps/ps.c: (psscan):
1597
1598         Fix memory leak. 
1599
1600 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * configure.ac:
1603         * libdocument/ev-file-helpers.c: 
1604
1605         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1606
1607 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * configure.ac:
1610         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1611         (ps_interpreter_start), (document_load), (save_document),
1612         (save_page_list):
1613         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1614         * libdocument/ev-document-factory.c:
1615         (ev_document_factory_get_from_mime), (get_document_from_uri),
1616         (free_uncompressed_uri), (ev_document_factory_get_document):
1617         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1618
1619         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1620
1621 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * libdocument/ev-document.h:
1624
1625         Fix typo in function name. 
1626
1627 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * backend/ps/ps-document.c: (ps_interpreter_finished),
1630         (ps_interpreter_start), (ps_interpreter_failed):
1631
1632         Handle ghostscript interpreter crashes. 
1633
1634 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * shell/ev-window.c: (ev_window_open_uri),
1637         (window_configure_event_cb):
1638
1639         Setup window size and position before showing it. Fixes bug #401711.
1640
1641 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * backend/ps/Makefile.am:
1644         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1645         (ps_document_dispose), (ps_document_class_init),
1646         (ps_interpreter_input), (ps_interpreter_output),
1647         (ps_interpreter_error), (setup_interpreter_env),
1648         (ps_interpreter_start), (ps_interpreter_stop),
1649         (ps_interpreter_failed), (ps_interpreter_is_ready),
1650         (check_filecompressed), (document_load), (ps_document_load),
1651         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1652         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1653         (render_page):
1654
1655         Rework ps-document. Code cleanups, remove deprecated code. 
1656
1657 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * shell/ev-view.c: (ev_view_button_press_event):
1660
1661         Do not start an image drag and drop operation when pointer is on 
1662         text, so that we can select text when the whole background is an
1663         image. 
1664
1665 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * shell/ev-window.c: (ev_window_update_actions): 
1668
1669         Disable all zoom related actions during presentation mode. 
1670
1671 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1672
1673         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1674
1675         Do not zoom in or out on presentation mode. Fixes bug #401305.
1676
1677 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1678
1679         * shell/ev-navigation-action.c: (connect_proxy),
1680         (create_menu_item), (ev_navigation_action_class_init):
1681         
1682         Correctly show menu and fix crash when navigaton 
1683         action is out of toolbar visible area.
1684
1685 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1686
1687         * data/Makefile.am:
1688         * data/evince.1:
1689         
1690         Added man file
1691
1692 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1693
1694         * help/reference/* :
1695         * configure.ac:
1696         
1697         Added gtk-doc based documentation for Evince.
1698         Still in initial state but I hope it will
1699         grow.
1700         
1701         * configure.ac:
1702         
1703         Lower dbus requirement to 0.70
1704
1705 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * shell/ev-window.c: (ev_window_add_history):
1708
1709         Fix memory leak. 
1710
1711 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1712
1713         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1714         * shell/ev-view.h:
1715         * shell/ev-window.c: (ev_window_add_history):
1716         
1717         Correctly handle named destination links
1718
1719 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1720
1721         * NOTES:
1722         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1723         * backend/pdf/ev-poppler.cc:
1724         * libdocument/ev-document-links.h:
1725         * libdocument/ev-link.c: (ev_link_get_page):
1726         * libdocument/ev-link.h:
1727         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1728         (ev_history_add_link):
1729         * shell/ev-history.h:
1730         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1731         (new_history_menu_item), (build_menu):
1732         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1733         * shell/ev-sidebar-links.c: (create_loading_model),
1734         (print_section_cb), (ev_sidebar_links_construct),
1735         (fill_page_labels), (update_page_callback_foreach),
1736         (update_page_callback), (job_finished_callback):
1737         * shell/ev-view.c: (ev_view_handle_link):
1738         * shell/ev-window.c: (ev_window_find_chapter),
1739         (ev_window_add_history), (view_handle_link_cb),
1740         (history_changed_cb):
1741         
1742         Implements another history variant
1743
1744 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * shell/ev-window.c: (view_external_link_cb):
1747         * shell/ev-view.c: (ev_view_button_release_event):
1748
1749         Open links in new window when clicking with middle button. 
1750
1751 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1752
1753         * shell/ev-navigation-action.c: (new_history_menu_item):
1754         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1755         * shell/ev-view.c: (ev_view_handle_link):
1756         * shell/ev-window.c:
1757         
1758         Store link before jump, not the destination. For me it 
1759         seems like more natural history behavior.
1760
1761 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1762
1763         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1764         (ev_navigation_action_class_init):
1765         * shell/ev-navigation-action.h:
1766         * shell/ev-page-action.c: (activate_cb):
1767         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1768         (ev_page_cache_set_current_page_history):
1769         * shell/ev-page-cache.h:
1770         * shell/ev-sidebar-thumbnails.c:
1771         (ev_sidebar_tree_selection_changed),
1772         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1773         * shell/ev-view-private.h:
1774         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1775         * shell/ev-view.h:
1776         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1777         (ev_window_setup_document), (ev_window_load_job_cb):
1778         * shell/ev-window.h:
1779         
1780         History finally works as expected.
1781
1782 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1785
1786         Do not update links treeview if it doesn't have a model assigned yet. 
1787
1788 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1791         (ev_sidebar_links_class_init), (update_page_callback):
1792
1793         Do not update links treeview when sidepane is not visible. 
1794
1795 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1796
1797         * shell/ev-marshal.list:
1798         * shell/ev-page-action.c: (activate_cb),
1799         (ev_page_action_class_init):
1800         * shell/ev-page-action.h:
1801         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1802         * shell/ev-window.c:
1803         
1804         Remove activate_link signal, not required.
1805
1806 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1807
1808         * shell/ev-navigation-action.c: (build_menu):
1809         
1810         Reorder menu items and build menu with fixed length.
1811
1812 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1813
1814         * shell/ev-view.c: (get_selected_text):
1815         
1816         Normalize text to fix ligatures problem. See bug
1817         #341947 for details.
1818
1819 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1822
1823         Fix memory leak in ev-page-cache. 
1824
1825 2007-01-25  Tom Parker <palfrey@tevp.net>
1826
1827         * backend/impress/impress-document.c: (impress_document_load),
1828         (impress_document_finalize), (impress_document_init):
1829         * properties/ev-properties-main.c: (ev_properties_get_pages):
1830         
1831         Correctly handle impress document errors. Fixes nautilus
1832         crash in property page #370491.
1833
1834 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1837         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1838         (ev_job_queue_remove_job):
1839         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1840         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1841         (ev_job_load_run):
1842         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1843         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1844         (ev_window_load_job_cb), (xfer_update_progress_callback),
1845         (ev_window_open_uri), (ev_window_dispose):
1846         * shell/main.c: (main):
1847
1848         Do file transfer asynchronously in the main thread instead of
1849         synchronously in the load thread. Fixes bugs #399694, #398307 and
1850         #343542.
1851
1852 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * shell/ev-jobs.c: (ev_job_xfer_run):
1855
1856         Load the document with the font-config lock held. 
1857
1858 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * backend/ps/ps-document.c: (start_interpreter):
1861
1862         Fix memory leaks in ps backend. 
1863
1864 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * backend/impress/impress-document.c:
1867         (impress_document_render_pixbuf):
1868
1869         Do not acquire fontconfig lock in impress backend, since it is using
1870         the main loop for rendering. 
1871
1872 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * po/POTFILES.in: 
1875
1876         Remove mdvi files that shouldn't be translated. 
1877
1878 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-view-private.h:
1881         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1882         (ev_view_set_zoom):
1883
1884         Render "loading..." text into a cairo surface instead of directly into
1885         the window so that fontconfig lock is only needed once and UI is not
1886         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1887
1888 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1891         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1892
1893         Use icon theme associated with the window screen rather than default. 
1894
1895 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1896
1897         * configure.ac:
1898
1899         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1900
1901 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1902
1903         * data/icons/*/apps/evince.*:
1904
1905         Move Evince icons under new apps directory.
1906
1907         * data/icons/*/actions/*:
1908
1909         Add new custom themeable Evince icons: view-page-continuous, 
1910         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1911         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1912
1913         * configure.ac:
1914
1915         Add new directories to AC_CONFIG_FILES.
1916
1917         * shell/ev-stock-icons.c:
1918         * shell/ev-stock-icons.h:
1919
1920         Use new custom themeable icons.
1921
1922 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1925
1926         Do not draw white background page in presentation mode. 
1927
1928 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1929
1930         * shell/ev-view.c: Remove unused gnome-vfs include.
1931
1932 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1933
1934         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1935         
1936         Format string is corrected, fixes bug #397129.
1937
1938 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * shell/ev-window.c: (ev_window_setup_recent):
1941
1942         Do not include in recent menu inexistent documents. Fixes
1943         bug #339171.
1944
1945 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * po/POTFILES.skip: 
1948
1949         Update POTFILES.skip file according to current source tree. 
1950
1951 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * shell/ev-window.c: (file_save_dialog_response_cb):
1954
1955         Do Save a copy in atomic way. Fixes bug #328266. 
1956
1957 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1960
1961         Keep selected cell always visible in index treeview.
1962
1963 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1964         
1965         * shell/ev-view.c: (ev_view_size_allocate):
1966
1967         Restore horizontal scrollbar after switching to/from fullscreen
1968         or presentation mode. Fixes bug #331728.
1969
1970 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-view-private.h:
1973         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1974         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1975         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1976         (ev_view_can_zoom_out):
1977
1978         Use max and min scale values in the view iby taking dpi into account. 
1979
1980 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * configure.ac:
1983         * NEWS:
1984
1985         Release 0.7.1
1986
1987 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * shell/ev-window.c: (ev_window_print_send):
1990
1991         Send print job to printer with some settings set to default values,
1992         since we have already exported to a file according to such settings
1993         and they could be taken twice by some printers. 
1994
1995 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-jobs.c: (ev_job_xfer_run):
1998         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1999
2000         Show main window and load document with the font-config lock held. 
2001
2002 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * configure.ac:
2005         * shell/ev-application.c: (ev_application_register_service):
2006         * shell/main.c: (load_files_remote):
2007
2008         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2009
2010 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2011
2012         * doc/debugging.txt:
2013         
2014         Remove obsolete documentation.
2015
2016 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2017
2018         * Makefile.am:
2019         * backend/Makefile.am:
2020         * backend/comics/Makefile.am:
2021         * backend/djvu/Makefile.am:
2022         * backend/dvi/Makefile.am:
2023         * backend/ev-async-renderer.c:
2024         * backend/ev-async-renderer.h:
2025         * backend/ev-attachment.c:
2026         * backend/ev-attachment.h:
2027         * backend/ev-backend-marshal.c:
2028         * backend/ev-document-factory.c:
2029         * backend/ev-document-factory.h:
2030         * backend/ev-document-find.c:
2031         * backend/ev-document-find.h:
2032         * backend/ev-document-fonts.c:
2033         * backend/ev-document-fonts.h:
2034         * backend/ev-document-images.c:
2035         * backend/ev-document-images.h:
2036         * backend/ev-document-info.h:
2037         * backend/ev-document-links.c:
2038         * backend/ev-document-links.h:
2039         * backend/ev-document-misc.c:
2040         * backend/ev-document-misc.h:
2041         * backend/ev-document-security.c:
2042         * backend/ev-document-security.h:
2043         * backend/ev-document-thumbnails.c:
2044         * backend/ev-document-thumbnails.h:
2045         * backend/ev-document-transition.c:
2046         * backend/ev-document-transition.h:
2047         * backend/ev-document.c:
2048         * backend/ev-document.h:
2049         * backend/ev-file-exporter.c:
2050         * backend/ev-file-exporter.h:
2051         * backend/ev-image.c:
2052         * backend/ev-image.h:
2053         * backend/ev-link-action.c:
2054         * backend/ev-link-action.h:
2055         * backend/ev-link-dest.c:
2056         * backend/ev-link-dest.h:
2057         * backend/ev-link.c:
2058         * backend/ev-link.h:
2059         * backend/ev-render-context.c:
2060         * backend/ev-render-context.h:
2061         * backend/ev-selection.c:
2062         * backend/ev-selection.h:
2063         * backend/impress/Makefile.am:
2064         * backend/pdf/Makefile.am:
2065         * backend/pixbuf/Makefile.am:
2066         * backend/ps/Makefile.am:
2067         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2068         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2069         (start_interpreter), (stop_interpreter), (document_load),
2070         (ps_document_next_page), (render_page):
2071         * backend/tiff/Makefile.am:
2072         * comics/Makefile.am:
2073         * comics/comics-document.c:
2074         * comics/comics-document.h:
2075         * configure.ac:
2076         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2077         * djvu/Makefile.am:
2078         * djvu/djvu-document-private.h:
2079         * djvu/djvu-document.c:
2080         * djvu/djvu-document.h:
2081         * djvu/djvu-links.c:
2082         * djvu/djvu-links.h:
2083         * djvu/djvu-text-page.c:
2084         * djvu/djvu-text-page.h:
2085         * djvu/djvu-text.c:
2086         * djvu/djvu-text.h:
2087         * dvi/Makefile.am:
2088         * dvi/dvi-document.c:
2089         * dvi/dvi-document.h:
2090         * dvi/fonts.c:
2091         * dvi/fonts.h:
2092         * dvi/mdvi-lib/Makefile.am:
2093         * dvi/mdvi-lib/afmparse.c:
2094         * dvi/mdvi-lib/afmparse.h:
2095         * dvi/mdvi-lib/bitmap.c:
2096         * dvi/mdvi-lib/bitmap.h:
2097         * dvi/mdvi-lib/color.c:
2098         * dvi/mdvi-lib/color.h:
2099         * dvi/mdvi-lib/common.c:
2100         * dvi/mdvi-lib/common.h:
2101         * dvi/mdvi-lib/defaults.h:
2102         * dvi/mdvi-lib/dvimisc.c:
2103         * dvi/mdvi-lib/dviopcodes.h:
2104         * dvi/mdvi-lib/dviread.c:
2105         * dvi/mdvi-lib/files.c:
2106         * dvi/mdvi-lib/font.c:
2107         * dvi/mdvi-lib/fontmap.c:
2108         * dvi/mdvi-lib/fontmap.h:
2109         * dvi/mdvi-lib/fontsrch.c:
2110         * dvi/mdvi-lib/gf.c:
2111         * dvi/mdvi-lib/hash.c:
2112         * dvi/mdvi-lib/hash.h:
2113         * dvi/mdvi-lib/list.c:
2114         * dvi/mdvi-lib/mdvi.h:
2115         * dvi/mdvi-lib/pagesel.c:
2116         * dvi/mdvi-lib/paper.c:
2117         * dvi/mdvi-lib/paper.h:
2118         * dvi/mdvi-lib/pk.c:
2119         * dvi/mdvi-lib/private.h:
2120         * dvi/mdvi-lib/setup.c:
2121         * dvi/mdvi-lib/sp-epsf.c:
2122         * dvi/mdvi-lib/special.c:
2123         * dvi/mdvi-lib/sysdeps.h:
2124         * dvi/mdvi-lib/t1.c:
2125         * dvi/mdvi-lib/tfm.c:
2126         * dvi/mdvi-lib/tfmfile.c:
2127         * dvi/mdvi-lib/tt.c:
2128         * dvi/mdvi-lib/util.c:
2129         * dvi/mdvi-lib/vf.c:
2130         * dvi/pixbuf-device.c:
2131         * dvi/pixbuf-device.h:
2132         * impress/Makefile.am:
2133         * impress/common.h:
2134         * impress/document.c:
2135         * impress/f_oasis.c:
2136         * impress/f_oo13.c:
2137         * impress/iksemel.c:
2138         * impress/iksemel.h:
2139         * impress/imposter.h:
2140         * impress/impress-document.c:
2141         * impress/impress-document.h:
2142         * impress/internal.h:
2143         * impress/r_back.c:
2144         * impress/r_draw.c:
2145         * impress/r_geometry.c:
2146         * impress/r_gradient.c:
2147         * impress/r_style.c:
2148         * impress/r_text.c:
2149         * impress/render.c:
2150         * impress/render.h:
2151         * impress/zip.c:
2152         * impress/zip.h:
2153         * lib/Makefile.am:
2154         * lib/ev-debug.c:
2155         * lib/ev-debug.h:
2156         * lib/ev-file-helpers.c:
2157         * lib/ev-file-helpers.h:
2158         * lib/ev-gui.c:
2159         * lib/ev-gui.h:
2160         * lib/ev-tooltip.c:
2161         * lib/ev-tooltip.h:
2162         * libdocument/Makefile.am:
2163         * libdocument/ev-file-helpers.c:
2164         * pdf/Makefile.am:
2165         * pdf/ev-poppler.cc:
2166         * pdf/ev-poppler.h:
2167         * pixbuf/Makefile.am:
2168         * pixbuf/pixbuf-document.c:
2169         * pixbuf/pixbuf-document.h:
2170         * properties/Makefile.am:
2171         * ps/Makefile.am:
2172         * ps/gsdefaults.c:
2173         * ps/gsdefaults.h:
2174         * ps/gsio.c:
2175         * ps/gsio.h:
2176         * ps/gstypes.h:
2177         * ps/ps-document.c:
2178         * ps/ps-document.h:
2179         * ps/ps.c:
2180         * ps/ps.h:
2181         * shell/Makefile.am:
2182         * shell/ev-application.h:
2183         * shell/ev-sidebar-links.c:
2184         * shell/ev-sidebar-links.h:
2185         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2186         (ev_gui_menu_position_tree_selection):
2187         * shell/ev-utils.h:
2188         * shell/ev-view.c: (ev_view_finalize):
2189         * shell/ev-window.c:
2190         * shell/main.c: (main):
2191         * thumbnailer/Makefile.am:
2192         * tiff/Makefile.am:
2193         * tiff/tiff-document.c:
2194         * tiff/tiff-document.h:
2195         * tiff/tiff2ps.c:
2196         * tiff/tiff2ps.h:
2197         
2198         Reorganize source tree.
2199
2200 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * backend/ev-document-factory.c:
2203
2204         Do not include ev-poppler.h when pdf is disabled. 
2205
2206 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2207
2208         * configure.ac:
2209         * data/evince-ui.xml:
2210         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2211         (pdf_document_document_images_iface_init):
2212         * backend/Makefile.am:
2213         * backend/ev-document-images.[ch]:
2214         * backend/ev-image.[ch]:
2215         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2216         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2217         (ev_job_xfer_run):
2218         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2219         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2220         (ev_pixbuf_cache_get_image_mapping):
2221         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2222         (view_menu_popup_cb), (ev_window_dispose),
2223         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2224         (ev_view_popup_cmd_copy_image):
2225         * shell/ev-view-private.h:
2226         * shell/ev-view.c: (ev_view_get_image_at_location),
2227         (ev_view_do_popup_menu), (ev_view_popup_menu),
2228         (ev_view_button_press_event), (ev_view_drag_data_get),
2229         (ev_view_drag_motion), (ev_view_drag_data_received),
2230         (ev_view_motion_notify_event), (ev_view_button_release_event),
2231         (ev_view_finalize), (ev_view_class_init):
2232
2233         Add image handling support. Fixes bugs #310008 and #325047. Images
2234         selection is not supported yet. 
2235
2236 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2239         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2240         (ev_view_init):
2241
2242         Move view drag and drop stuff to ev-view.
2243
2244 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2247         * shell/ev-view.c: (clear_selection): 
2248
2249         Clear selection also in pixbuf cache.
2250
2251 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2252
2253         * data/evince.desktop.in.in:
2254         
2255         Change icon name in desktop file. See bug #390734
2256         for details.
2257
2258 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2259
2260         * thumbnailer/Makefile.am:
2261
2262         Use top_builddir instead top_srcdir for generated schema
2263         file installation. Fixes bug #390161.
2264
2265 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * configure.ac:
2268         * backend/Makefile.am:
2269         * backend/ev-document-transition.[ch]:
2270         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2271         (pdf_document_page_transition_iface_init):
2272         * shell/ev-view-private.h:
2273         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2274         (ev_view_set_presentation), (transition_next_page),
2275         (ev_view_presentation_transition_stop),
2276         (ev_view_presentation_transition_start), (ev_view_next_page):
2277
2278         Add page transition support in presentation mode. At the moment only
2279         page duration is supported, but not transition effects. Fixes bug
2280         #309815.
2281
2282 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2285
2286         Run find_link_dest with document lock held, since it's called by links
2287         thread and main thread at the same time. 
2288
2289 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * shell/ev-view.c: (goto_dest):
2292
2293         Update page-cache when page is changed by the view, so that
2294         page-changed signal is emitted. 
2295
2296 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * test/test1.py:
2299         * test/test2.py:
2300
2301         Use C locale in tests. 
2302
2303 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * shell/ev-window.c: (ev_window_run_presentation):
2306         * shell/ev-view-private.h:
2307         * shell/ev-view.c: (ev_view_set_presentation):
2308
2309         Restore zoom settings when back from presentation mode. 
2310
2311 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2312
2313         * shell/ev-window.c: (ev_window_run_presentation):
2314
2315         Always use "best fit" zoom in presentation mode.
2316         Fixes bug #389195.
2317
2318 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2319
2320         * shell/ev-view.c: (ev_view_goto_window_create):
2321
2322         Show "Jump to page" label in the page jumping popup in
2323         presentation mode instead of just a GtkEntry.
2324
2325 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * shell/ev-window.c: (launch_external_uri):
2328
2329         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2330         #378085.
2331
2332 2006-12-22  Elijah Newren  <newren gmail com>
2333
2334         * configure.ac: explicitly check for libxml2.  Fixes #388795
2335
2336 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-view-private.h:
2339         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2340         (ev_view_goto_window_delete_event), (key_is_numeric),
2341         (ev_view_goto_window_key_press_event),
2342         (ev_view_goto_window_button_press_event),
2343         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2344         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2345         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2346
2347         Allow jumping to another page by typing a page number in presentation
2348         mode. It uses a popup window with an entry. Fixes bug #353625.
2349
2350 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2351
2352         * configure.ac:
2353         * properties/ev-properties-view.c: (ev_get_default_user_units),
2354         (ev_regular_paper_size):
2355         
2356         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2357         to Damien Carbery <damien.carbery@sun.com> and
2358         Yevgen Muntyan <muntyan@tamu.edu>.
2359
2360 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2361
2362         * shell/ev-window.c: (setup_document_from_metadata):
2363
2364         Make sure Evince doesn't restore the view on the last
2365         page when a document is reopened. Fixes bug #383381.
2366
2367 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2368
2369         * shell/ev-view.c: (draw_loading_text):
2370
2371         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2372
2373 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * configure.ac:
2376         * NEWS:
2377
2378         Release 0.7.0
2379
2380 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * configure.ac:
2383         * pdf/ev-poppler.cc: (pdf_print_context_free),
2384         (pdf_document_file_exporter_begin),
2385         (pdf_document_file_exporter_do_page):
2386
2387         Make cairo-pdf depedency optional. 
2388
2389 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2392
2393         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2394
2395 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2398         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2399         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2400         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2401         * shell/ev-view.c: (draw_loading_text):
2402         * shell/ev-window.c: (ev_window_cmd_file_properties):
2403
2404         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2405         related to using FontConfig from different threads.
2406         
2407 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * shell/ev-view.c: (draw_loading_text):
2410
2411         Acquire lock document when drawing "Loading..." text so that only one
2412         thread will use FontConfig at the same time. Fixes bug #374750.
2413
2414 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * shell/ev-page-action.[ch]: (activate_cb):
2417         * shell/ev-window.c: (activate_label_cb):
2418
2419         Check if text inserted in page entry is a valid page number when it
2420         doesn't match to any document page label. Fixes bug #383165.
2421
2422 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2423         * shell/ev-window.c:
2424
2425         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2426         available with GTK < 2.10. Added an ifdef to avoid compilation
2427         error.
2428
2429 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * configure.ac:
2432         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2433
2434         Fix ps backend in multihead systems.
2435
2436 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2439         * shell/ev-window.c: (ev_window_get_screen_dpi),
2440         (ev_window_update_actions), (setup_view_from_metadata),
2441         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2442
2443         Take screen DPI into account when zooming. Fixes bug #318285.
2444
2445 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2446
2447         * data/Makefile.am:
2448
2449         Cleaned up/slightly refactored Makefile.am. Added GConf
2450         schemas uninstallation as well.
2451
2452 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2453
2454         * Makefile.am:
2455         * test/Makefile.am:
2456
2457         Fight with autotools to fix make check. Make distcheck
2458         works fine as well now!
2459
2460 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2461
2462         * shell/ev-view.c: (draw_end_presentation_page):
2463
2464         Corrected "end of presentation" string.
2465
2466 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2467
2468         * shell/ev-view.c: (ev_view_key_press_event):
2469
2470         Correctly propagate key press event so that up/down keys
2471         work as expected (correct behaviour was broken by
2472         black/white screen key bindings for presentations).
2473
2474 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2477         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2478         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2479         (pdf_selection_get_selection_region),
2480         (pdf_selection_get_selection_map):
2481
2482         Add "static" to some private functions. 
2483
2484 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2485
2486         * lib/ev-tooltip.h:
2487         * properties/ev-properties-view.h:
2488         * shell/ev-jobs.h:
2489         * shell/ev-properties-dialog.h:
2490         * shell/ev-properties-fonts.h:
2491         * shell/ev-sidebar-links.h:
2492         * shell/ev-sidebar-thumbnails.h:
2493         * shell/ev-sidebar.h:
2494         * shell/ev-window.h:
2495         
2496         Fixes CHACK type in class casts. See bug #385343
2497         for details.
2498
2499 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * shell/ev-view-private.h:
2502         * shell/ev-view.c: (draw_end_presentation_page),
2503         (ev_view_expose_event), (ev_view_key_press_event),
2504         (ev_view_class_init), (ev_view_init):
2505
2506         Blank screen in presentation mode when pressing 'b' (filling with
2507         black) or 'w' (filling with white) keys. Fixes bug #358132.
2508
2509 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2510
2511         * data/evince-toolbar.xml:
2512         * shell/ev-window.c:
2513         
2514         Use stock icon for Select All action. Fixes
2515         bug #382652.
2516
2517 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2518
2519         * shell/ev-view.c: (get_doc_point_from_offset),
2520         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2521
2522         Add links support in rotated documents. Fixes bug #343733.
2523
2524 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * shell/ev-view-private.h:
2527         * shell/ev-view.c: (draw_end_presentation_page),
2528         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2529
2530         Show a blank page after the last page in presentation mode with a
2531         message indicating that presentation has finished and how to exit. 
2532
2533 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * shell/ev-window.c: (fullscreen_timeout_cb):
2536
2537         Hide cursor after a while in presentation mode. 
2538
2539 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2540
2541         * backend/ev-document-info.h:
2542         * data/evince-properties.glade:
2543         * pdf/ev-poppler.cc:
2544         * properties/ev-properties-view.c: (ev_regular_paper_size),
2545         (ev_properties_view_set_info):
2546         * ps/ps-document.c: (ps_document_get_info):
2547
2548         Adds a paper size field to the properties dialog. Fixes
2549         bug #307315. Patch by Kasper Svendsen (with some i18n
2550         changes done by me).
2551
2552 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2553
2554         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2555         (screensaver_init_dbus), (totem_scrsaver_new),
2556         (totem_scrsaver_init):
2557         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2558         * shell/ev-application.c: (ev_application_register_service),
2559         (ev_application_screensaver_enable),
2560         (ev_application_screensaver_disable):
2561         * shell/ev-application.h:
2562         * shell/ev-window.c: (ev_window_run_presentation),
2563         (ev_window_stop_presentation), (build_comments_string),
2564         (ev_window_init):
2565         
2566         Move screensaver handling to application. No more
2567         message on startup.
2568
2569 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * configure.ac:
2572         * backend/Makefile.am:
2573         * backend/ev-file-exporter.[ch]:
2574         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2575         * ps/ps-document.c: (ps_document_file_exporter_*):
2576         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2577         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2578         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2579         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2580
2581         Allow printing to PDF when suppoted by the backend.
2582         
2583 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * shell/ev-window.c: (build_comments_string):
2586
2587         Use always "Document Viewer" in about dialog. 
2588
2589 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * djvu/djvu-document.c: (djvu_document_get_page_size):
2592
2593         Display a warning message when get_pageinfo fails. 
2594
2595 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2596
2597         * Makefile.am:
2598         * backend/Makefile.am:
2599         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2600         * configure.ac:
2601         * shell/ev-window.c: (build_comments_string):
2602         
2603         Make pdf compilation optional. See bug #38007.
2604
2605 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * ps/ps.c: (get_next_text):
2608
2609         Fix CVE-2006-5864.
2610
2611 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2614         * shell/ev-navigation-action.c: (connect_proxy),
2615         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2616         
2617         Do not call g_type_class_peek_parent twice.
2618
2619 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2620
2621         * configure.ac:
2622         * data/icons/24x24/.cvsignore:
2623         * data/icons/24x24/Makefile.am:
2624         * data/icons/24x24/evince.png:
2625         * data/icons/Makefile.am:
2626         
2627         Add 24x24 icon. Thanks to 
2628         Michael Monreal <infernux@web.de>.
2629
2630 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2631
2632         * configure.ac: Fix typo in configure.ac. Thanks
2633         to dmacks@netspace.org for notification.
2634
2635 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2636
2637         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2638         
2639         Drop dbus include, fixes compilation with older dbus.
2640
2641 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2642
2643         * configure.ac:
2644         * cut-n-paste/Makefile.am:
2645         * cut-n-paste/totem-screensaver/.cvsignore
2646         * cut-n-paste/totem-screensaver/Makefile.am:
2647         * cut-n-paste/totem-screensaver/README:
2648         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2649         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2650         * shell/Makefile.am:
2651         * shell/ev-window.c: (ev_window_run_presentation),
2652         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2653         (ev_window_init):
2654
2655         Implemented screensaver enabling/disabling for
2656         presentation mode (not fullscreen mode). Code stolen
2657         from Totem (with some minor tweaks). Fixes bug #338889.
2658
2659 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2660
2661         * configure.ac:
2662
2663         Bump gnome-icon-theme requirements. We use the rotation
2664         icons that appeared recently.
2665
2666 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2667
2668         * shell/ev-history.c: (ev_history_add_page):
2669         * shell/ev-history.h:
2670         * shell/ev-window.c: (page_changed_cb):
2671         
2672         Use page labels instead of numbers.
2673
2674 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2675
2676         * data/evince-toolbar.xml:
2677         * po/POTFILES.in:
2678         * shell/Makefile.am:
2679         * shell/ev-navigation-action-widget.c:
2680         (ev_navigation_action_widget_init),
2681         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2682         (menu_detacher), (ev_navigation_action_widget_set_menu),
2683         (menu_position_func), (popup_menu_under_arrow),
2684         (ev_navigation_action_widget_toggled),
2685         (ev_navigation_action_widget_button_press_event):
2686         * shell/ev-navigation-action-widget.h:
2687         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2688         (ev_navigation_action_set_window), (activate_menu_item_cb),
2689         (new_history_menu_item), (new_empty_history_menu_item),
2690         (build_menu), (menu_activated_cb), (connect_proxy),
2691         (create_tool_item), (ev_navigation_action_init),
2692         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2693         * shell/ev-navigation-action.h:
2694         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2695         (ev_page_action_widget_set_page_cache),
2696         (ev_page_action_widget_finalize),
2697         (ev_page_action_widget_class_init), (match_selected_cb),
2698         (display_completion_text), (match_completion), (build_new_tree_cb),
2699         (get_filter_model_from_model),
2700         (ev_page_action_widget_update_model):
2701         * shell/ev-page-action-widget.h:
2702         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2703         (connect_proxy):
2704         * shell/ev-page-action.h:
2705         * shell/ev-stock-icons.c:
2706         * shell/ev-stock-icons.h:
2707         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2708         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2709         (register_custom_actions):
2710         * shell/main.c:
2711         
2712         Preliminary history implementation
2713
2714 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2715
2716         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2717         (dvi_document_class_init), (dvi_document_init_params):
2718         * dvi/mdvi-lib/font.c: (font_reference):
2719         
2720         Add reference to subfont. Fixes bug #374277.
2721
2722 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2725         (ev_window_cmd_file_open_copy_at_dest):
2726
2727         Fix a race condition when creating symlink. Increase the counter
2728         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2729         Mathias Hasselmann).
2730
2731 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * backend/Makefile.am:
2734         * backend/ev-attachment.c: (ev_attachment_open):
2735         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2736         (ev_tmp_dir), (ev_tmp_filename):
2737         * shell/ev-sidebar-attachments.c:
2738         (ev_sidebar_attachments_drag_data_get):
2739         * shell/ev-window.c: (ev_window_clear_temp_file):
2740
2741         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2742         in ensure_dir_exists. Abort without crashing when we can't create
2743         user's directory.
2744
2745 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * data/evince-ui.xml:
2748         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2749         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2750         (ev_window_cmd_file_open_copy_at_dest),
2751         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2752         (ev_view_popup_cmd_open_link_new_window):
2753
2754         Allow opening a copy of the current document in a new window. Fixes bug
2755         #357472
2756
2757 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2758
2759         * data/evince-toolbar.xml:
2760         
2761         Add rotate right and rotate left to available items for toolbar.
2762         
2763         * data/evince-ui.xml:
2764         * shell/ev-window.c: (ev_window_init):
2765         
2766         Customize toolbar with right click. Fixes bug #372451.
2767
2768 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2769
2770         * shell/ev-window.c: 
2771         
2772         Use "object-rotate-{left,right}" stock icons. Fixes 
2773         bug #373863.
2774
2775 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2778         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2779         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2780         (ev_window_open_uri):
2781         * shell/main.c: (arguments_parse):
2782
2783         Remove temp file created when evince is used by GTK+ in
2784         preview mode. Fixes bug #365282. 
2785
2786 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2787
2788         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2789         
2790         Fixes bug #372474 - Side pane disabled when entering 
2791         and leaving fullscreen mode.
2792
2793 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2794
2795         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2796         * data/Makefile.am:
2797         * data/evince-preview-toolbar.xml:
2798         * data/evince-toolbar.xml:
2799         * shell/ev-application.c: (ev_application_shutdown),
2800         (ev_application_init), (ev_application_get_toolbars_model):
2801         * shell/ev-application.h:
2802         * shell/ev-window.c: (update_chrome_visibility),
2803         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2804         (ev_window_cmd_edit_toolbar), (ev_window_init):
2805         
2806         Fixes bug #364364 - toolbar editor shows zoom actions again.
2807
2808 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2811
2812         Do not take margins into consideration for paper size when printing.
2813         Really fixes bug #350491.
2814
2815 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * data/evince-ui.xml:
2818         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2819         (ev_window_cmd_file_print_setup),
2820         (ev_window_print_dialog_response_cb),
2821         (ev_window_setup_action_sensitivity):
2822
2823         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2824
2825 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * shell/ev-window.c: (ev_window_print_range):
2828
2829         Revert my previuos commit, since printing to PDF is not supported by
2830         evince yet. 
2831
2832 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * shell/ev-window.c: (ev_window_print_range):
2835
2836         Enable print to a PDF. Fixes bug #332121.
2837
2838 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * shell/ev-application-service.xml:
2841         * shell/ev-application.[ch]: (ev_application_open_window),
2842         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2843         (ev_application_open_uri), (ev_application_open_uri_list):
2844         * shell/ev-window.c: (file_open_dialog_response_cb),
2845         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2846         (drag_data_received_cb), (open_remote_link):
2847         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2848
2849         Add support for multiscreen systems. Fixes bug #316206.
2850
2851 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2852
2853         * shell/ev-jobs.[ch]: (ev_job_print_new),
2854         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2855         (ev_job_print_do_page):
2856         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2857
2858         Allow printing only odd/even pages. Fixes bug #367289.
2859
2860 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2861
2862         * test/test1.py:
2863         * test/test2.py:
2864
2865         Re-add locale settings to test files.
2866
2867 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2868
2869         * data/evince-ui.xml:
2870         * shell/ev-window.c: (set_action_properties):
2871         
2872         Removed garbage from code and ui.
2873
2874 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2875
2876         * shell/ev-window.c: (ev_window_cmd_help_about):
2877
2878         Shamelessly add my name to the list of contributors.
2879
2880 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2881
2882         * test/test1.py:
2883         * test/test2.py:
2884
2885         Cleaned up the dogtail scripts.
2886
2887 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2888
2889         * shell/ev-view.c: (draw_loading_text): Don't render
2890         "loading..." text in presentation mode. Temporary
2891         workaround for bug #320352.
2892
2893 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2894
2895         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2896         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2897
2898         Use print settings scale, copies, collate and reverse which were
2899         ignored. Fixes bug #359032.
2900
2901 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2902
2903         * configure.ac:
2904         * data/evince-password.glade:
2905         * test/Makefile.am:
2906         * test/test-encrypt.pdf:
2907         * test/test-links.pdf:
2908         * test/test1.py:
2909         * test/test2.py:
2910
2911         Add automated UI tests for evince with dogtail. See
2912         bug #300948.    
2913
2914 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2917
2918         Hide fullscreen toolbar when switching to another desktop workspace.
2919         Fixes bug #338871
2920
2921 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2922
2923         * shell/ev-window-title.c: 
2924         
2925         Test for .dvi in title of pdf documents.
2926
2927 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2928
2929         * shell/ev-view.c: (ev_view_scroll):
2930
2931         Page Up/Down should do page jumps in "Best fit" mode.
2932         If a user has explicitly chosen to view exactly one page
2933         at a time, scrolling just a part of the page when
2934         pressing Page Up/Down is not right. Fixes bug #323107.
2935
2936 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2937
2938         * NEWS:
2939         * configure.ac:
2940         
2941         Update for 0.6.1
2942
2943 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2944
2945         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2946         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2947         
2948         Correctly disconnect from job signals on destroy.
2949
2950 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2951
2952         * shell/ev-view-private.h:
2953         * shell/ev-view.c: (view_set_adjustment_values),
2954         (view_update_range_and_current_page),
2955         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2956         
2957         Fixes bug #343199, current page now follows find page.
2958
2959 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2960
2961         * backend/ev-document-factory.c:
2962         * configure.ac:
2963         Assigned OpenDocument presenation MIME type to the
2964         Impress backend. Added some missing (but harmless)
2965         #ifdefs in the document factory as well to make things
2966         consistent again. Fixes bug #360658.
2967
2968 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2969
2970         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2971         * backend/ev-document-find.c: (ev_document_find_get_type):
2972         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2973         * backend/ev-document-links.c: (ev_document_links_get_type):
2974         * backend/ev-document-security.c: (ev_document_security_get_type):
2975         * backend/ev-document-thumbnails.c:
2976         (ev_document_thumbnails_get_type):
2977         * backend/ev-document.c: (ev_document_get_type):
2978         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2979         * backend/ev-selection.c: (ev_selection_get_type):
2980         * cut-n-paste/recent-files/egg-recent-model.c:
2981         (egg_recent_model_get_type):
2982         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2983         (egg_recent_view_uimanager_get_type):
2984         * cut-n-paste/recent-files/egg-recent-view.c:
2985         (egg_recent_view_get_type):
2986         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2987         (egg_editable_toolbar_get_type):
2988         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2989         (egg_toolbar_editor_get_type):
2990         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2991         (egg_toolbars_model_get_type):
2992         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2993         (egg_tree_multi_drag_source_get_type):
2994         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2995         (ephy_zoom_action_get_type):
2996         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2997         (ephy_zoom_control_get_type):
2998         * impress/r_back.c: (_imp_fill_back):
2999         * properties/ev-properties-main.c:
3000         (ev_properties_plugin_register_type):
3001         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3002         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3003         (ev_view_accessible_factory_get_type):
3004
3005         Reduce relocations. Bug #360616.
3006
3007 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3008
3009         * backend/ev-document-factory.c:
3010         (ev_document_factory_get_document):
3011         
3012         Load document even if extension is wrong.
3013
3014 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3015
3016         * shell/ev-metadata-manager.c: (save_values):
3017         * shell/ev-window.c: (setup_size_from_metadata),
3018         (setup_view_from_metadata), (ev_window_setup_document),
3019         (ev_window_xfer_job_cb), (window_configure_event_cb):
3020         
3021         Set size according to the document size/page size ratio.
3022         That should correct rather wierd behaviour of the previous
3023         commit.
3024
3025 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3026
3027         * shell/ev-window.c: (setup_view_from_metadata):
3028         
3029         Set size for new windows from previous window size.
3030         See bugs #354968 and #168450 for details. Thanks
3031         to Meik Hellmund.
3032
3033 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * djvu/djvu-links.c: (build_tree):
3036
3037         Fix memory leak.
3038
3039 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3040
3041         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3042         
3043         Don't make sidebar close button insensitive. Fixes
3044         bug #357871.
3045
3046 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3047
3048         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3049         (ev_window_set_view_accels_sensitivity):
3050         
3051         Don't enable Slash on documents which don't support
3052         find. Fixes bug #358648.
3053
3054 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3055
3056         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3057         open dialog fall back to the current document uri if the
3058         filechooser hasn't been used before. Fixes bug #356980.
3059
3060 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3061
3062         * shell/ev-window.c: (ev_window_setup_recent), 
3063         (ev_window_get_recent_file_label):
3064
3065         Escape underscores in filenames of recent file items.
3066
3067 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3068
3069         * configure.ac:
3070         
3071         Bumped poppler requirements, really 0.5.3 is very 
3072         buggy, now we require 0.5.4.
3073
3074 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * djvu/Makefile.am:
3077         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3078         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3079         (djvu_document_document_links_iface_init):
3080         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3081         (number_from_string_10), (get_djvu_link_dest),
3082         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3083         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3084         (djvu_links_get_links), (djvu_links_find_link_dest),
3085         (djvu_links_get_links_model):
3086         * djvu/djvu-links.h:
3087         
3088         Add support for links and bookmarks in djvu documents. Thanks
3089         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3090         patch.
3091
3092 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3093
3094         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3095         
3096         Reopen should reload document. Fixes 
3097         bug 327951.
3098
3099 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3100
3101         * configure.ac:
3102         * data/Makefile.am:
3103         * data/evince-16.png:
3104         * data/evince-22.png:
3105         * data/evince.png:
3106         * data/evince.svg:
3107         * data/icons/16x16/Makefile.am:
3108         * data/icons/16x16/evince.png:
3109         * data/icons/22x22/Makefile.am:
3110         * data/icons/22x22/evince.png:
3111         * data/icons/48x48/Makefile.am:
3112         * data/icons/48x48/evince.png:
3113         * data/icons/Makefile.am:
3114         * data/icons/scalable/Makefile.am:
3115         * data/icons/scalable/evince.svg:
3116         
3117         Install icons with correct names. Fixes
3118         bug #354429.
3119
3120 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * shell/ev-view.c: (ev_view_button_release_event):
3123
3124         Don't open links with middle mouse button. Fixes bug #353649
3125
3126 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3127
3128         * NEWS:
3129         * configure.ac:
3130         
3131         Update for release 0.6.0
3132
3133 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3134
3135         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3136         Implement Close named action. Patch by Carlos Garcia Campos.
3137
3138 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3141         
3142         Don't clear link mapping on copy_job_to_job_info. Fixes
3143         bug 346168.
3144
3145 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * shell/main.c: (main):
3148
3149         Revert my previous commit, gnome_program_init owns the option context.
3150         Fix another memory leak in main. Both caught by Christian Persch. 
3151
3152 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/main.c: (main):
3155
3156         Fix memory leak.
3157
3158 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3161
3162         Fix crash when opening a pdf with password protection. 
3163
3164 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3165
3166         * pdf/ev-poppler.cc: (pdf_document_search_free):
3167
3168         Fix memory leak. 
3169
3170 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3171
3172         * backend/ev-document-factory.c:
3173         (ev_document_factory_get_document):
3174         * tiff/tiff-document.c: (tiff_document_finalize):
3175         
3176         More correct handling of document loading. Fixes
3177         bug #349043.
3178
3179 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * backend/ev-attachment.c: (ev_attachment_save):
3182
3183         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3184         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3185
3186 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3187         
3188         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3189         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3190
3191 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * shell/ev-sidebar-thumbnails.c:
3194
3195         Do not render thumbnails unless thumbnails page is active in the
3196         sidebar.
3197
3198 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3199
3200         * shell/ev-properties-dialog.c:
3201
3202         Fix dialogue spacing. Bug #351370.
3203
3204 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3205
3206         * configure.ac:
3207
3208         Use lowercase gettext catalog file names (evince.mo
3209         instead of Evince.mo)
3210
3211 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * shell/ev-sidebar-attachments.c:
3214
3215         GtkIconTheme is now screen safe too. Fixes bug #350878
3216
3217 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * shell/ev-window.c:
3220
3221         GtkRecent manager is now screen safe. Fixes bug #350145
3222
3223 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3224
3225         * shell/ev-sidebar.c: (ev_sidebar_init):
3226         
3227         Make sidebar close icon smaller. Fix for bug 350177.
3228         See also bugs 350176 and 165770.
3229
3230 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3233
3234         Ignore zoom for xyz destinations when it's <= 1, keeping user
3235         preferences instead. Set correct sizing-mode for fith and fitv
3236         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3237
3238 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3239
3240         * NEWS:
3241         * configure.ac:
3242         
3243         Update for release 0.5.5
3244
3245 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3246         
3247         * shell/ev-window.c: (ev_window_cmd_escape)
3248
3249         Escape unfocus page entry. Fixes bug #345809.
3250
3251 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3254         (build_tree), (pdf_document_links_get_links),
3255         (pdf_document_links_find_link_dest):
3256         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3257         (goto_xyz_dest):
3258
3259         Convert from PDF style coordinates to X style coordinates in the
3260         backend rather than in the view. Fixes bug #338440
3261
3262 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3263
3264         * shell/ev-window.c:
3265         
3266         Remove Ctrl+Shift+T shortcut for toolbars. See
3267         the bug #350098.
3268
3269 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * configure.ac:
3272
3273         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3274         of this. 
3275
3276 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * configure.ac:
3279         * cut-n-paste/Makefile.am:
3280         * data/evince-ui.xml:
3281         * shell/Makefile.am:
3282         * shell/ev-application.[ch]:
3283         * shell/ev-window.c:
3284
3285         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3286         #349273
3287
3288 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3289
3290         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3291         findbar code: s/help/search/
3292
3293 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3294
3295         * shell/ev-window.c: (setup_document_from_metadata),
3296         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3297         (setup_view_from_metadata):
3298         
3299         Fix memory leaks.
3300
3301 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3302
3303         * autogen.sh, configure.ac: 
3304         
3305         Update automake usage. See bug 349292.
3306
3307 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3308
3309         * shell/eggfindbar.c: (egg_find_bar_class_init),
3310         (entry_activate_callback), (egg_find_bar_init),
3311         (egg_find_bar_set_status_text):
3312         * shell/eggfindbar.h:
3313         
3314         Unify Evince findbar with Epiphany. Nice patch
3315         from Fabricio Silva <silva@crans.org> and
3316         Frederic Peters <fpeters@entrouvert.com>. See
3317         bug #339966 for details.
3318
3319 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3320
3321         * data/evince.desktop.in.in:
3322         
3323         Correct information for bugzilla. Thanks to
3324         Olaf Vitters, see bug #348855.
3325
3326 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-jobs.[ch]:
3329         * shell/ev-sidebar-links.c:
3330         * shell/ev-window.[ch]:
3331
3332         GtkPrintJob doesn't support print ranges or current page, so we export
3333         to a ps file now when printing ranges or current page.
3334
3335 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3336
3337         * pdf/ev-poppler.cc:
3338         * shell/ev-window.c: (do_action_named):
3339
3340         We should be more clear about bugzilla. See the
3341         poppler bug #7623.
3342
3343 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * configure.ac:
3346         * shell/Makefile.am:
3347         * shell/ev-job-queue.c:
3348         * shell/ev-jobs.[ch]:
3349         * shell/ev-sidebar-links.c:
3350         * shell/ev-window.[ch]:
3351         
3352         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3353         #348422
3354
3355 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3358         * shell/ev-application-service.xml:
3359         * shell/ev-application.[ch]:
3360         * shell/ev-jobs.[ch]:
3361         * shell/ev-window.[ch]: (ev_window_run_preview):
3362         * shell/main.c: 
3363
3364         Add preview mode to use evince as a printing previewer. It also adds
3365         other command line options for fullscreen and presentation modes.
3366         Fixes bugs #347822, #317031
3367
3368 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3369
3370         * NEWS:
3371         * configure.ac:
3372         
3373         Update for release 0.5.4
3374
3375 2006-07-11  Bastien Nocera <hadess@hadess.net>
3376
3377         * Makefile.am:
3378         * backend/Makefile.am:
3379         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3380         * backend/ev-document-factory.h:
3381         * configure.ac:
3382         * impress/.cvsignore:
3383         * impress/Makefile.am:
3384         * impress/common.h:
3385         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3386         (imp_get_page), (imp_next_page), (imp_prev_page),
3387         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3388         * impress/f_oasis.c: (render_object), (render_page),
3389         (get_geometry), (_imp_oasis_load):
3390         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3391         (_imp_oo13_load):
3392         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3393         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3394         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3395         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3396         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3397         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3398         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3399         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3400         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3401         (iks_new_within), (iks_insert), (iks_insert_cdata),
3402         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3403         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3404         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3405         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3406         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3407         (iks_cdata), (iks_cdata_size), (iks_has_children),
3408         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3409         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3410         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3411         (iks_tree), (iks_load), (iks_save):
3412         * impress/iksemel.h:
3413         * impress/imposter.h:
3414         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3415         (imp_render_draw_bezier_real), (imp_render_get_size),
3416         (imp_render_set_fg_color), (imp_render_draw_line),
3417         (imp_render_draw_rect), (imp_render_draw_polygon),
3418         (imp_render_draw_arc), (imp_render_draw_bezier),
3419         (imp_render_open_image), (imp_render_get_image_size),
3420         (imp_render_scale_image), (imp_render_draw_image),
3421         (imp_render_close_image), (imp_render_markup),
3422         (imp_render_get_text_size), (imp_render_draw_text),
3423         (impress_document_load), (impress_document_save),
3424         (impress_document_get_n_pages), (impress_document_get_page_size),
3425         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3426         (impress_document_finalize), (impress_document_class_init),
3427         (impress_document_can_get_text), (impress_document_get_info),
3428         (impress_document_document_iface_init),
3429         (impress_document_thumbnails_get_thumbnail),
3430         (impress_document_thumbnails_get_dimensions),
3431         (impress_document_document_thumbnails_iface_init),
3432         (impress_document_init):
3433         * impress/impress-document.h:
3434         * impress/internal.h:
3435         * impress/r_back.c: (_imp_fill_back):
3436         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3437         (_imp_draw_image), (_imp_tile_image):
3438         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3439         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3440         (r_polyline):
3441         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3442         (r_draw_gradient_complex), (r_draw_gradient):
3443         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3444         (r_get_bullet):
3445         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3446         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3447         (r_text):
3448         * impress/render.c: (imp_create_context), (imp_context_set_page),
3449         (imp_context_set_step), (imp_render), (imp_delete_context):
3450         * impress/render.h:
3451         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3452         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3453         (zip_load_xml), (zip_get_size), (zip_load):
3454         * impress/zip.h:
3455         * shell/ev-utils.c:
3456         
3457         New backend to support impress slides. Fixes bug #30867.
3458
3459 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3460
3461         * shell/ev-utils.c: (using_postscript_printer):
3462         
3463         Fixes crash when print using PAPI backend,
3464         bug #345012.
3465
3466 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3467
3468         * shell/ev-jobs.c: (ev_job_xfer_run):
3469         * shell/ev-window.c: (password_dialog_response),
3470         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3471         (ev_window_dispose):
3472         Fixes bug #344160: if the xfer job doesn't complete
3473         because a password is required, reload the existing
3474         instance instead of creating a new one.
3475
3476 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3477
3478         * shell/main.c: (main): Call gdk_threads_init. Thus
3479         we'll avoid errors in auth dialog. Fix for the bug
3480         #343347.
3481
3482 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3483
3484         * configure.ac: Advertise pixbuf support, fix
3485         for the bug 343317.
3486
3487 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3488
3489         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3490         (ev_sidebar_thumbnails_set_document):
3491         
3492         Update sidebar thumbnails after reloading.
3493
3494 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3495
3496         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3497         * shell/ev-jobs.h:
3498         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3499         (ev_window_cmd_view_reload), (ev_window_init):
3500         
3501         Don't crash on reload. Fix for the bug #343167.
3502
3503 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3504
3505         * shell/ev-jobs.c: (ev_job_render_run):
3506         
3507         Check for document links.
3508
3509 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3510
3511         * backend/ev-attachment.c: (ev_attachment_save),
3512         (ev_attachment_launch_app), (ev_attachment_open):
3513         * backend/ev-document-factory.c: (get_document_from_uri):
3514         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3515         (egg_recent_view_uimanager_set_list):
3516         * ps/ps-document.c: (check_filecompressed), (document_load),
3517         (ps_document_load):
3518         * shell/ev-metadata-manager.c: (load_values):
3519         * shell/ev-password.c: (ev_password_dialog_set_property):
3520         * shell/ev-view.c: (tip_from_link):
3521         * shell/ev-window.c: (file_save_dialog_response_cb),
3522         (ev_window_print_dialog_response_cb):
3523         
3524         Use consistent quoting style. Fix for the bug #320285.
3525
3526 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * shell/ev-jobs.c: (ev_job_xfer_run):
3529         * shell/main.c: (load_files):
3530                 
3531         Open links with anchors. Fix for the bug #339836.
3532
3533 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3534
3535         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3536         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3537         (ev_link_dest_set_property), (ev_link_dest_finalize),
3538         (ev_link_dest_class_init), (ev_link_dest_new_named),
3539         (ev_link_dest_new_page_label):
3540         * backend/ev-link-dest.h:
3541         * shell/ev-application.c: (ev_application_open_uri):
3542         * shell/ev-view.c: (goto_dest):
3543         * shell/ev-window.c:
3544         * shell/ev-window.h:
3545         
3546         Fix page-label command line option. Bug #342070.
3547
3548 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3549
3550         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3551         
3552         Don't show highlight rects if page can't be showed. Fix for 
3553         the bug #342076
3554
3555 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3556
3557         * shell/ev-window.c: (setup_sidebar_from_metadata),
3558         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3559         
3560         Setup sidebar from metadata even if there is no document
3561         loaded. Fix for the bug #342807.
3562
3563 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * cut-n-paste/toolbar-editor/Makefile.am:
3566         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3567         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3568         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3569         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3570         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3571         (popup_context_menu_cb), (button_press_event_cb),
3572         (configure_item_sensitivity), (configure_item_cursor),
3573         (configure_item_tooltip), (connect_widget_signals),
3574         (action_sensitive_cb), (create_item_from_action),
3575         (create_item_from_position), (toolbar_drag_data_received_cb),
3576         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3577         (toolbar_drag_leave_cb), (configure_drag_dest),
3578         (toggled_visibility_cb), (toolbar_visibility_refresh),
3579         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3580         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3581         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3582         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3583         (egg_editable_toolbar_dispose),
3584         (egg_editable_toolbar_set_ui_manager),
3585         (egg_editable_toolbar_get_selected),
3586         (egg_editable_toolbar_set_selected), (set_edit_mode),
3587         (egg_editable_toolbar_set_property),
3588         (egg_editable_toolbar_get_property),
3589         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3590         (egg_editable_toolbar_new_with_model),
3591         (egg_editable_toolbar_get_edit_mode),
3592         (egg_editable_toolbar_set_edit_mode),
3593         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3594         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3595         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3596         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3597         (item_added_or_removed_cb), (toolbar_removed_cb),
3598         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3599         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3600         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3601         (editor_create_item_from_name), (append_table),
3602         (update_editor_sheet), (egg_toolbar_editor_init):
3603         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3604         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3605         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3606         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3607         (toolbar_node_free), (egg_toolbars_model_get_flags),
3608         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3609         (egg_toolbars_model_get_name), (impl_add_item),
3610         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3611         (parse_data_list), (parse_item_list), (parse_toolbars),
3612         (egg_toolbars_model_load_toolbars), (parse_available_list),
3613         (parse_names), (egg_toolbars_model_load_names),
3614         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3615         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3616         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3617         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3618         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3619         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3620         (egg_toolbars_model_set_types), (fill_avail_array),
3621         (egg_toolbars_model_get_name_avail),
3622         (egg_toolbars_model_get_name_flags),
3623         (egg_toolbars_model_set_name_flags):
3624         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3625         * cut-n-paste/toolbar-editor/eggintl.h:
3626         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3627         (egg_tree_multi_drag_source_get_type),
3628         (egg_tree_multi_drag_source_row_draggable),
3629         (egg_tree_multi_drag_source_drag_data_delete),
3630         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3631         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3632         (path_list_free), (set_context_data), (get_context_data),
3633         (get_info), (egg_tree_multi_drag_drag_data_get),
3634         (egg_tree_multi_drag_motion_event),
3635         (egg_tree_multi_drag_button_press_event),
3636         (egg_tree_multi_drag_add_drag_support):
3637         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3638         * shell/ev-application.c: (ev_application_init),
3639         (ev_application_save_toolbars_model):
3640         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3641         (ev_window_cmd_edit_toolbar), (ev_window_init):
3642         
3643         Sync toolbareditor with epiphany and libegg
3644
3645 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * configure.ac: 
3648
3649         Depend on poppler 0.5.2
3650
3651 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3652
3653         * shell/ev-jobs.c: (ev_job_render_run):
3654         
3655         Check if document supports links iterface.
3656
3657 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * NEWS:
3660         * configure.ac:
3661         
3662         Update for release 0.5.3
3663
3664 2006-05-13  Michael Plump  <plumpy@skylab.org>
3665
3666         * configure.ac:
3667         * shell/Makefile.am:
3668         * shell/main.c: (main):
3669         
3670         Port to GOption command line parsing. Fix for the 
3671         bug #327518
3672
3673 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3674
3675         * shell/ev-window.c: (ev_window_cmd_help_about):
3676         
3677         Do not wrap license. Fix for the bug #309460.
3678
3679 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3680
3681         * configure.ac:
3682         * properties/ev-properties-main.c: (ev_properties_get_pages):
3683         * shell/ev-application.c: (ev_application_open_window),
3684         (ev_application_open_uri_at_dest):
3685         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3686         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3687         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3688         * shell/ev-utils.c: (save_print_config_to_file):
3689         * shell/ev-window.c: (ev_window_cmd_save_as),
3690         (ev_attachment_popup_cmd_save_attachment_as):
3691         * shell/main.c: (load_files_remote):
3692         
3693         Bump requirements to gtk 2.8 and drop all ifdefs used.
3694
3695 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3696
3697         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3698         * shell/ev-window.c: (ev_window_init):
3699         
3700         Show attachments page.
3701
3702 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3703
3704         * po/POTFILES.in:
3705         * shell/ev-attachment-bar.c:
3706         * shell/ev-attachment-bar.h:
3707         * shell/ev-sidebar-attachments.c:
3708         (ev_sidebar_attachments_icon_cache_add),
3709         (icon_theme_get_pixbuf_from_mime_type),
3710         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3711         (ev_sidebar_attachments_icon_cache_refresh),
3712         (ev_sidebar_attachments_get_attachment_at_pos),
3713         (ev_sidebar_attachments_popup_menu_show),
3714         (ev_sidebar_attachments_popup_menu),
3715         (ev_sidebar_attachments_button_press),
3716         (ev_sidebar_attachments_update_icons),
3717         (ev_sidebar_attachments_drag_data_get),
3718         (ev_sidebar_attachments_get_property),
3719         (ev_sidebar_attachments_destroy),
3720         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3721         (ev_sidebar_attachments_new),
3722         (ev_sidebar_attachments_set_document),
3723         (ev_sidebar_attachments_support_document),
3724         (ev_sidebar_attachments_get_label),
3725         (ev_sidebar_attachments_page_iface_init):
3726         * shell/ev-sidebar-attachments.h:
3727         * shell/ev-window.c: (update_chrome_visibility),
3728         (setup_sidebar_from_metadata), (ev_window_setup_document),
3729         (ev_window_sidebar_current_page_changed_cb),
3730         (attachment_bar_menu_popup_cb), (ev_window_init):
3731         
3732         Move attachments bar to sidebar.
3733
3734 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * pdf/ev-poppler.cc:
3737         * shell/ev-application.[ch]:
3738         * shell/main.c:
3739
3740         Fix some memory leaks.
3741
3742 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3743
3744         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3745
3746         Change the properties dialog response to
3747         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3748         will make the dialog go away when the user presses
3749         enter. With gtk+ >= 2.9 this will happen anyway, but for
3750         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3751         escape by default. Fixes bug #340539. See also bug
3752         #101293 for the gtk+ part.
3753
3754 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3755
3756         * shell/ev-view.c (tip_from_action_named): Replace some strings
3757         that were wrong. Closes #340970.
3758
3759 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3760
3761         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3762
3763         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3764         #341049
3765
3766 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3767
3768         * djvu/Makefile.am:
3769         * dvi/Makefile.am:
3770         * dvi/mdvi-lib/Makefile.am:
3771         * properties/Makefile.am:
3772         * ps/Makefile.am:
3773         * shell/Makefile.am:
3774         * thumbnailer/Makefile.am:
3775         
3776         Due to broken libtool that is unable to track dependencies
3777         of noinst libraries we are forced to explicitely point
3778         libraries for binary. Fix for the bug #333334.
3779
3780 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3781
3782         * data/evince.desktop.in.in:
3783         * shell/ev-view.c: (view_update_range_and_current_page),
3784         (ev_view_next_page), (ev_view_previous_page):
3785         * shell/ev-window.c: (update_chrome_visibility),
3786         (setup_sidebar_from_metadata), (ev_window_setup_document),
3787         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3788         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3789         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3790         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3791         (ev_window_stop_presentation), (ev_window_focus_in_event),
3792         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3793         (ev_window_init):
3794         * thumbnailer/Makefile.am:
3795         
3796         Update fullscreen and presentation timeout handling. Hide
3797         cursor in presentation after timeout. Fix for the bugs
3798         #136359 and #336981.
3799
3800 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3801
3802         * backend/ev-link-action.[ch]:
3803         * pdf/ev-poppler.cc: (ev_link_from_action):
3804         * shell/ev-view-private.h:
3805         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3806         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3807
3808         Add support for Named Action links
3809
3810 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3811
3812         * backend/Makefile.am:
3813         * backend/ev-document-links.[ch]:
3814         * backend/ev-document.[ch]:
3815         * backend/ev-link-action.[ch]:
3816         * backend/ev-link-dest.[ch]:
3817         * backend/ev-link.[ch]:
3818         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3819         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3820         * shell/ev-page-action.c: (build_new_tree_cb):
3821         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3822         (links_page_num_func), (update_page_callback):
3823         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3824         (tip_from_link):
3825         * shell/ev-jobs.c:
3826         * shell/ev-window.[ch]: (ev_window_open_uri),
3827         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3828         * shell/ev-application.[ch]: (ev_application_open_window),
3829         (ev_application_open_uri):
3830
3831         Rework links system, it adds support for remote links now and it makes
3832         easier to add new kinds of actions and destinations. Fixes bug #317292
3833
3834 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3835
3836         * data/Makefile.am:
3837         * data/evince.png:
3838         * data/evince-16.png:
3839         * data/evince-22.png:
3840         * data/evince.svg:
3841         * shell/main.c: (main):
3842         
3843         Evince use it's own icon. Fix for the bug #313392.
3844
3845         * shell/ev-window.c: (fullscreen_timeout_cb),
3846         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3847         (ev_window_cmd_help_about), (ev_window_dispose):
3848         
3849         Simplify fullscreen timeout code.
3850
3851 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * backend/ev-attachment.c: 
3854         * shell/ev-attachment-bar.c:
3855         * shell/ev-window.c:
3856
3857         Allow multiple selection of attachments
3858
3859 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3860
3861         * shell/ev-view.c: (view_update_range_and_current_page),
3862         (ev_view_scroll):
3863         
3864         Fix for the bug #312573 – Optimal selection of current 
3865         page among visible pages.
3866
3867 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * configure.ac:
3870         * djvu/Makefile.am:
3871         * djvu/djvu-text.h:
3872         
3873         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3874         for the bug 339868.
3875
3876 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3877
3878         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3879
3880 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3881
3882         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3883         dictated by the GNOME HIG. Fixes bug #339235.
3884
3885 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3886
3887         * data/evince-ui.xml:
3888         * shell/ev-view.c: (ev_view_can_find_previous):
3889         * shell/ev-view.h:
3890         * shell/ev-window.c: (ev_window_update_actions),
3891         (ev_window_cmd_edit_find_previous):
3892
3893         Add support for "Find Previous" as dictated by the GNOME HIG. A
3894         menu item is added and some glue code to make it all work is added
3895         to various files.
3896
3897 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3898
3899         * configure.ac: Award myself the "useless use of cat" award.
3900
3901 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3902
3903         * po/LINGUAS: New file listing all supported languages.
3904
3905         * configure.in: Use po/LINGUAS instead of including all languages
3906         directly in this file. See the wiki for more information:
3907         http://live.gnome.org/GnomeGoals/PoLinguas
3908
3909 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * backend/ev-document-factory.c:
3912
3913         Do not load the document twice when there isn't errors
3914
3915 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * backend/ev-attachment.c: 
3918
3919         Fix a crash when there isn't a default application to open an
3920         attachment
3921
3922 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * backend/ev-attachment.[ch]:
3925         * shell/ev-attachment-bar.[ch]:
3926
3927         Added missing files. 
3928
3929 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * backend/Makefile.am:
3932         * data/evince-ui.xml:
3933         * backend/ev-attachment.[ch]:
3934         * backend/ev-document.[ch]: (ev_document_has_attachments),
3935         (ev_document_get_attachments):
3936         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3937         (attachment_save_to_buffer), (pdf_document_get_attachments),
3938         (pdf_document_document_iface_init):
3939         * shell/Makefile.am:
3940         * shell/ev-attachment-bar.[ch]:
3941         * shell/ev-window.c:
3942
3943         Add support for PDF attachments. Fixes bug #325143
3944
3945 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3946
3947         * backend/ev-document-factory.c: (get_document_from_uri),
3948         (ev_document_factory_get_document):
3949         * backend/ev-document-factory.h:
3950         * properties/ev-properties-main.c: (ev_properties_get_pages):
3951         * shell/Makefile.am:
3952         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3953         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3954         (ev_job_queue_remove_job):
3955         * shell/ev-job-queue.h:
3956         * shell/ev-job-xfer.c:
3957         * shell/ev-job-xfer.h:
3958         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3959         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3960         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3961         (ev_job_xfer_run):
3962         * shell/ev-jobs.h:
3963         * shell/ev-window.c: (ev_window_is_empty),
3964         (password_dialog_response), (ev_window_clear_xfer_job),
3965         (ev_window_xfer_job_cb), (ev_window_open_uri),
3966         (ev_window_cmd_focus_page_selector),
3967         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3968         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3969         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3970         (ev_window_dispose):
3971         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3972         
3973         * Cleanup mime type detection on document load. Fix for the
3974         bug #336448.
3975
3976 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3977
3978         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3979         
3980         Fix crash on exit, described in the bug #336825.
3981
3982 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3983
3984         * backend/ev-document-factory.c:
3985         (ev_document_factory_get_from_mime),
3986         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3987         (ev_document_factory_get_document),
3988         (file_filter_add_mime_list_and_free),
3989         (ev_document_factory_add_filters):
3990         * backend/ev-document-factory.h:
3991         * properties/ev-properties-main.c: (ev_properties_get_pages):
3992         * shell/Makefile.am:
3993         * shell/ev-application.c:
3994         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3995         * shell/ev-window.c: (ev_window_cmd_file_open),
3996         (ev_window_cmd_save_as):
3997         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3998         
3999         Rework factory functions so they are placed now in a single 
4000         file ev-document-factory.c
4001
4002 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4003
4004         * shell/ev-window.c: (update_chrome_visibility):
4005         
4006         Fix for the bug 166566 - don't show menubar in fullscreen
4007         mode.
4008
4009 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4010
4011         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4012
4013 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4014
4015         * shell/ev-view.c: (ev_view_expose_event):
4016         
4017         More correctly draw loading text when document
4018         is empty.
4019
4020 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4021
4022         * shell/ev-view.c: (ev_view_scroll):
4023         
4024         Fix for the bug #334854, page down and page up switch
4025         pages in presentation mode.
4026
4027 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * shell/ev-window.c: (ev_window_set_action_sensitive),
4030         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4031         (ev_window_set_view_accels_sensitivity),
4032         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4033         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4034         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4035         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4036         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4037         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4038         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4039         (view_actions_focus_in_cb), (ev_window_init):
4040         
4041         Fix for the bug #333902, now it's possible to search
4042         words with slash.
4043
4044 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4045
4046         * configure.ac: Added Breton translation.
4047         * po/br.po: Added Breton translation.
4048
4049 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * shell/ev-window-title (ev_window_title_update):
4052
4053         Fix memory leak in window title. Fixes bug #333944
4054
4055 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-metadata-manager.c (parseItem):
4058
4059         Fix memory leaks. Fixes bug #333945
4060
4061 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4062         
4063         * NEWS, configure.ac, TODO:
4064         
4065         Update for release 0.5.2.
4066
4067 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * shell/ev-view.c: (view_update_range_and_current_page),
4070         (page_changed_cb):
4071         
4072         Don't jump on scrolling, fix for the bug #333127.
4073
4074 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4075
4076         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4077         
4078         Scroll by one page in presentation mode. Fix for the bug
4079         #332993.
4080
4081 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4082
4083         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4084
4085 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4086
4087         * configure.ac  Added lv in ALL_LINGUAS line.
4088
4089 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4090         
4091         * NEWS, configure.ac:
4092         
4093         Update for release 0.5.1
4094
4095 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4096
4097         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4098         * backend/ev-document-misc.h:
4099         * shell/ev-view.c: (draw_one_page):
4100         
4101          Clairfy what page the toolbar page number applies to. Fix
4102          for the bug #328102.
4103
4104 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4105
4106         * shell/ev-view-private.h:
4107         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4108         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4109         (ev_view_search_changed):
4110         * shell/ev-view.h:
4111         * shell/ev-window.c: (find_bar_search_changed_cb):
4112         
4113         Dont't jump to find result if window was scrolled during search.
4114         Fix for the bug #313266.
4115
4116 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4117
4118         * shell/eggfindbar.c: (egg_find_bar_class_init):
4119         * shell/eggfindbar.h:
4120         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4121         * shell/ev-view-private.h:
4122         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4123         (ev_view_class_init), (ev_sizing_mode_get_type),
4124         (ev_scroll_type_get_type):
4125         * shell/ev-view.h:
4126         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4127         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4128         (ev_window_init):
4129         
4130         Fix for the bug 319133 - Find entry should allow text scroll.
4131
4132 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4133
4134         * shell/ev-view-private.h:
4135         * shell/ev-view.c: (view_update_range_and_current_page),
4136         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4137         (ev_view_set_document), (update_find_status_message),
4138         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4139         (ev_view_find_previous):
4140         
4141         Fix for the bug #319137. Search now takes account for scrolling.
4142
4143 2006-02-19  Michael Hofmann <mh21@piware.de>
4144
4145         * configure.ac:
4146         * djvu/Makefile.am:
4147         * djvu/djvu-document-private.h:
4148         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4149         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4150         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4151         (djvu_document_can_get_text), (djvu_document_get_text),
4152         (djvu_document_document_iface_init),
4153         (djvu_document_thumbnails_get_thumbnail),
4154         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4155         (djvu_document_find_get_result),
4156         (djvu_document_find_page_has_results),
4157         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4158         (djvu_document_find_iface_init):
4159         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4160         (djvu_text_page_selection), (djvu_text_page_limits_process),
4161         (djvu_text_page_limits), (djvu_text_page_copy),
4162         (djvu_text_page_position), (djvu_text_page_union),
4163         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4164         (djvu_text_page_box), (djvu_text_page_append_text),
4165         (djvu_text_page_search), (djvu_text_page_prepare_search),
4166         (djvu_text_page_new), (djvu_text_page_free):
4167         * djvu/djvu-text-page.h:
4168         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4169         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4170         (djvu_text_n_results), (djvu_text_has_results),
4171         (djvu_text_get_result), (djvu_text_get_progress):
4172         * djvu/djvu-text.h:
4173         
4174         Text search in djvu. Fix for the bug #303415.
4175
4176 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4177
4178         * configure.ac:
4179         * shell/ev-window.c: (ev_window_cmd_save_as):
4180         
4181         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4182         Thanks to Gary Coady <gary@lyranthe.org>
4183
4184 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4185
4186         * shell/ev-print-job.c: (idle_print_handler):
4187         
4188         Inverse order printing, bug #320919.
4189
4190 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4191
4192         * data/evince-toolbar.xml:
4193         * shell/ev-window.c:
4194         
4195         Allow to add sidebar checkbutton on toolbar. Fix
4196         for the bug #144577.
4197
4198 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4199
4200         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4201         
4202         Add checks that have sense for empty ps document.
4203
4204 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4205
4206         * configure.ac: Include PS in mime types list. 
4207
4208 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4209
4210         * configure.ac:
4211         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4212         * ps/gsdefaults.h:
4213         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4214         
4215         Runtime check for gs interpreter. Fix for the bug #320868.
4216         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4217
4218 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * shell/ev-application.c: 
4221
4222         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4223         dbus>=0.60, so that the request is not queued. 
4224
4225 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * configure.ac:
4228         * shell/Makefile.am:
4229         * shell/ev-sidebar-links.c: (print_section_cb):
4230         * shell/ev-utils.c:
4231         * shell/ev-utils.h:
4232         * shell/ev-window.c: (update_action_sensitivity),
4233         (ev_window_close_dialogs), (ev_window_print):
4234         * shell/ev-window.h:
4235         
4236         Make printing support optional. Patch from Eduardo de Barros Lima
4237         <eduardo.lima@indt.org.br> for the bug #330546.
4238
4239 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4240
4241         * shell/ev-view-private.h:
4242         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4243         (ev_view_set_document):
4244         * shell/ev-view.h:
4245         * shell/ev-window.c: (ev_window_load_job_cb),
4246         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4247         (ev_window_init):
4248
4249         Draw Loading message during xfer job. Fix for the bug #329495.
4250
4251 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4252
4253         * comics/comics-document.c: (comics_regex_quote),
4254         (comics_document_load), (extract_argv):
4255         
4256         Correcly quote regexp before passing it to unzip.
4257
4258 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4259
4260         * shell/ev-page-cache.c: (build_height_to_page),
4261         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4262         (ev_page_cache_get_dual_even_left):
4263         * shell/ev-page-cache.h:
4264         * shell/ev-view.c: (view_update_range_and_current_page),
4265         (get_page_y_offset), (get_page_extents):
4266         
4267         Place even pages to the left if document has less then
4268         two pages. Fix for the bug #328856.
4269
4270 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4271
4272         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4273         
4274         Correct comics scheme. This make evince create thumbnails
4275         for comic books. Fix for the bug 329088.
4276
4277 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4278
4279         * data/evince-password.glade: Don't explicitly set
4280         invisible_char to the current default value in case
4281         the default changes; let GTK+ do its magic.
4282
4283 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4284
4285         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4286         real filename to tmp filename since often document
4287         type is determined by extension.
4288
4289 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4290
4291         * shell/ev-view.c: (add_scroll_binding_keypad),
4292         (ev_view_binding_activated), (ev_view_class_init):
4293         
4294         Add keybindings for percision-scrolling of display area. 
4295         Fix for the bug #314072.
4296
4297 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4298
4299         * data/evince.desktop.in.in:
4300         
4301         Add GTK to the list of categories. Fix for the bug #328034.
4302
4303 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4304
4305         * shell/ev-application.c: (ev_application_shutdown),
4306         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4307         * shell/ev-application.h:
4308         * shell/ev-window.c: (file_open_dialog_response_cb),
4309         (ev_window_cmd_file_open):
4310         
4311         Save last uri in file chooser dialog. Fix for the bug #327950.
4312
4313 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4314
4315         * NEWS:
4316         * README:
4317         
4318         Final update for release 0.5.0
4319         
4320         * shell/Makefile.am:
4321         
4322         Remove disable deprecated until we'll require libgnome-2.13.7
4323         and port to GOption argument parsing. See bug 327518.
4324
4325 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4326
4327         * comics/comics-document.c: (comics_document_save):
4328         * djvu/djvu-document.c: (djvu_document_save):
4329         * dvi/dvi-document.c: (dvi_document_save):
4330         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4331         * lib/ev-file-helpers.h:
4332         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4333         * tiff/tiff-document.c: (tiff_document_save):
4334         
4335         Use common save function for backends.
4336
4337 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4338
4339         * backend/ev-document-types.c:
4340         
4341         Fix crash on saving pixbuf.
4342
4343 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * cut-n-paste/recent-files/egg-recent-item.c:
4346         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4347         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4348         (parse_info_free), (valid_element), (start_element_handler),
4349         (end_element_handler), (text_handler), (egg_recent_model_filter),
4350         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4351         (egg_recent_model_monitor), (egg_recent_model_read),
4352         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4353         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4354         (egg_recent_model_set_property), (egg_recent_model_class_init),
4355         (egg_recent_model_init), (egg_recent_model_add_full),
4356         (egg_recent_model_delete), (egg_recent_model_get_list),
4357         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4358         (egg_recent_model_set_filter_mime_types),
4359         (egg_recent_model_clear_group_filter),
4360         (egg_recent_model_set_filter_groups),
4361         (egg_recent_model_clear_scheme_filter),
4362         (egg_recent_model_set_filter_uri_schemes),
4363         (egg_recent_model_remove_expired):
4364         * cut-n-paste/recent-files/egg-recent-util.c:
4365         (egg_recent_util_get_icon):
4366         * cut-n-paste/recent-files/egg-recent-util.h:
4367         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4368         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4369         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4370         (egg_recent_view_uimanager_set_property),
4371         (egg_recent_view_uimanager_get_property),
4372         (egg_recent_view_uimanager_class_init),
4373         (egg_recent_view_uimanager_init),
4374         (egg_recent_view_uimanager_set_label_width),
4375         (egg_recent_view_uimanager_get_label_width):
4376         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4377         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4378         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4379         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4380         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4381         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4382         
4383         Update from libegg.
4384
4385 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4386
4387         * shell/ev-page-cache.c: (build_height_to_page),
4388         (ev_page_cache_get_height_to_page):
4389         * shell/ev-page-cache.h:
4390         * shell/ev-view.c: (view_update_range_and_current_page),
4391         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4392         (ev_view_previous_page):
4393         
4394         Dual mode places even pages to the left. Fix for the bug #309393.
4395
4396         * shell/ev-view.h:
4397         * shell/ev-window.c: (update_action_sensitivity),
4398         (setup_view_from_metadata), (view_menu_popup_cb):
4399         
4400         Don't restore presentation in empty windows, more intelligent
4401         next page behaviour in dual mode.
4402
4403         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4404         (ev_pixbuf_cache_clear_job_sizes):
4405         
4406         Cleanup job callback on removal. Fix for the bug #325886.
4407
4408 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4409
4410         * ps/ps.c: (psscan):
4411         
4412         Commit workaround Mozilla problem. Fix for the bug #325919
4413         
4414         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4415         (save_item):
4416         
4417         Fix for year 2038 problem.
4418
4419 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * shell/ev-window.c: (setup_document_from_metadata),
4422         (ev_window_cmd_view_reload):
4423
4424         Clamp page recieved from metadata in valid values. Fix
4425         for the bug #325986.
4426
4427 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4428
4429         * MAINTAINERS: 
4430         Add MAINTAINERS as requested on desktop-devel-list.
4431
4432 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4433
4434         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4435         (mime_type_supported_by_gdk_pixbuf),
4436         (ev_document_factory_get_mime_types),
4437         (ev_document_factory_get_all_mime_types):
4438         
4439         Don't add pixbuf mime types if pixbuf backend is disabled.
4440         
4441         * shell/ev-application.c: (ev_application_get_uri_window):
4442         
4443         Fix for the bug 325815 - unhandled MIME type message doesn't 
4444         appear a second time. 
4445         
4446         * shell/ev-document-types.c: (ev_document_types_add_filters):
4447         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4448         (password_dialog_response), (ev_window_popup_password_dialog),
4449         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4450         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4451         (ev_window_run_presentation), (ev_window_stop_presentation),
4452         (save_sizing_mode), (ev_window_zoom_changed_cb),
4453         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4454         (ev_window_dual_mode_changed_cb),
4455         (ev_window_sidebar_current_page_changed_cb),
4456         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4457         (window_state_event_cb), (window_configure_event_cb):
4458         
4459         Cleanup additional uris holded by EvWindow.
4460
4461 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4462
4463         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4464         (ev_view_can_previous_page), (ev_view_can_next_page):
4465         * shell/ev-view.h:
4466         * shell/ev-window.c: (update_action_sensitivity):
4467         
4468         Two page scrolling with Space and PageUp in dual mode. Second fix 
4469         for the bug #316608.
4470
4471 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * shell/ev-view.c: (scroll_to_current_page):
4474         
4475         Correctly clamp adjustment value. Fix for the bug
4476         #325808.
4477
4478 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * shell/ev-sidebar-links.c: (print_section_cb):
4481         * shell/ev-window.c: (ev_window_get_uri),
4482         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4483         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4484         (ev_window_dispose):
4485         
4486         Make print dialog non-modal. Fix for the bug #325622.
4487
4488 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4489
4490         * shell/ev-metadata-manager.c:
4491         * shell/ev-utils.c: (using_pdf_printer),
4492         (using_postscript_printer), (load_print_config_from_file),
4493         (save_print_config_to_file):
4494         * shell/ev-utils.h:
4495         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4496         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4497         (setup_view_from_metadata), (ev_window_setup_document),
4498         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4499         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4500         (ev_window_run_presentation), (ev_window_stop_presentation),
4501         (save_sizing_mode), (ev_window_zoom_changed_cb),
4502         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4503         (ev_window_dual_mode_changed_cb),
4504         (ev_window_sidebar_current_page_changed_cb),
4505         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4506         (window_state_event_cb), (window_configure_event_cb),
4507         (ev_window_init):
4508         
4509         Setting saving behaviour fixes.
4510
4511 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * configure.ac:
4514         
4515         Make antialiasing gs options better and allow
4516         to change them during configure. Fix for the 
4517         bug #319049.
4518
4519 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4520
4521         * shell/ev-window.c: (setup_view_from_metadata):
4522         
4523         Remember if last window was maximized. Fix for the
4524         bug #323797.
4525
4526 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4527
4528         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4529
4530 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4531
4532         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4533         * shell/ev-page-action.c: (build_new_tree_cb):
4534         * shell/ev-sidebar-links.c: (links_page_num_func),
4535         (update_page_callback_foreach), (update_page_callback):
4536         * shell/ev-view.c: (scroll_to_current_page):
4537         
4538         Fix for the bug #325067 with more intelligent selection
4539         of current link in sidebar. Make sidebar handle links
4540         of FITR-like type more correctly.
4541
4542         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4543         (dvi_pixbuf_put_pixel):
4544         
4545         Fix memory consumtion with disabled alpha channel.
4546
4547 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * data/evince-ui.xml:
4550         * shell/ev-window.c: (view_menu_popup_cb),
4551         (ev_popup_cmd_open_link), (ev_window_init):
4552         
4553         Update context menu for internal links. Fix for the bug
4554         #325066.
4555
4556 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4557
4558         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4559         
4560         Bind context menu to keyboard also. Fix for the bug
4561         #325065.
4562
4563 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4564
4565         * shell/ev-view.c: (selection_scroll_timeout_cb):
4566         
4567         Horizontal scroll on selection also.
4568
4569 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4570
4571         * shell/ev-metadata-manager.c: (parse_value):
4572         * shell/ev-view.c: (goto_xyz_link):
4573         
4574         Correct zoom setup and metadata save broken in 
4575         some locales.
4576
4577 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4578
4579         * shell/ev-view-private.h:
4580         * shell/ev-view.c: (scroll_to_current_page),
4581         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4582         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4583         (page_changed_cb), (ev_view_set_continuous),
4584         (ev_view_set_dual_page), (ev_view_set_presentation):
4585         
4586         Delay scroll until allocation to correctly position page. Fix
4587         for the bug #317334.
4588
4589 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * NEWS:
4592         * configure.ac:
4593         
4594         Update NEWS and require poppler 0.5.0.
4595
4596 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4597         
4598         * data/evince-ui.xml:
4599         * shell/ev-view-private.h:
4600         * shell/ev-view.c: (ev_view_get_link_at_location),
4601         (handle_link_over_xy), (ev_view_button_press_event),
4602         (ev_view_button_release_event), (ev_view_class_init):
4603         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4604         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4605         (ev_window_init):
4606         
4607         Implement right-click context menu.
4608
4609 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4610
4611         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4612         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4613         (mdvi_pixbuf_device_render):
4614         * pdf/ev-poppler.cc:
4615
4616         Don't generate thumbnails with alpha. See bug #324077.
4617         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4618
4619 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * shell/ev-window.c: (setup_chrome_from_metadata):
4622         
4623         Fix typo that was hiding toolbar.
4624
4625 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4626
4627         * shell/ev-view-private.h:
4628         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4629         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4630         (ev_view_button_release_event), (ev_view_destroy):
4631         
4632         Small cleanup and autoscrolling during selection. Thanks to 
4633         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4634
4635 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4636
4637         * configure.ac:
4638         
4639         Correctly check for comics option.
4640
4641 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4642         * Makefile.am:
4643         * configure.ac:
4644         * backend/Makefile.am:
4645         * backend/ev-document-factory.c:
4646         * shell/ev-document-types.c:
4647
4648         Included option in configure to make ps backend 
4649         compilation optional with --disable-ps.
4650
4651 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4652
4653         * backend/ev-document-factory.c:
4654         * comics/Makefile.am:
4655         * comics/comics-document.c: (comics_document_load):
4656         * comics/ev-cbr-mime.xml:
4657         * configure.ac:
4658         
4659         Comics mime types are added to shared-mime-info CVS. Now
4660         we don't need to install our own mime types.
4661
4662 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4663
4664         * shell/ev-window.c:
4665         
4666         Add shortcut for "save a copy" menu entry. Fix for
4667         the bug #324582.
4668
4669 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4672         (job_finished_cb), (new_selection_pixbuf_needed),
4673         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4674         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4675         
4676         Rework selection job info logic and fix critical warning.
4677
4678 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4679
4680         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4681
4682 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4683
4684         * data/evince-ui.xml:
4685         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4686         
4687         Enter as shortcut key for next page. Fix for the bug
4688         #321394.
4689
4690 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4691
4692         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4693
4694 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4695
4696         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4697         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4698         (new_selection_pixbuf_needed),
4699         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4700         (clear_job_selection):
4701         
4702         Too early for 0.5. Pixbuf cache code cleaned a bit.
4703
4704 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * NEWS:
4707         * configure.ac:
4708         
4709         Release 0.5.0 preparation
4710
4711 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4712
4713         * comics/Makefile.am:
4714         * configure.ac:
4715         * shell/ev-document-types.c: (ev_document_types_add_filters):
4716         
4717         More advanced handling of custom mime type installation.
4718
4719 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * data/evince.schemas.in:
4722         * shell/ev-metadata-manager.c: (value_free),
4723         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4724         (ev_metadata_manager_get), (ev_metadata_manager_set):
4725         * shell/ev-metadata-manager.h:
4726         * shell/ev-window.c: (update_chrome_flag),
4727         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4728         (setup_document_from_metadata), (setup_chrome_from_metadata),
4729         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4730         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4731         (ev_window_view_toolbar_cb),
4732         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4733         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4734         
4735         Save last document settings and reuse them for new documents.
4736
4737 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4738
4739         * Makefile.am:
4740         * backend/Makefile.am:
4741         * backend/ev-document-factory.c:
4742         * backend/ev-document-factory.h:
4743         * comics/Makefile.am:
4744         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4745         (comics_document_load), (comics_document_save),
4746         (comics_document_get_n_pages), (comics_document_get_page_size),
4747         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4748         (comics_document_class_init), (comics_document_can_get_text),
4749         (comics_document_get_info), (comics_document_document_iface_init),
4750         (comics_document_init), (get_supported_image_extensions),
4751         (comics_document_thumbnails_get_geometry),
4752         (comics_document_thumbnails_get_thumbnail),
4753         (comics_document_thumbnails_get_dimensions),
4754         (comics_document_document_thumbnails_iface_init), (extract_argv):
4755         * comics/comics-document.h:
4756         * comics/ev-cbr-mime.xml:
4757         * configure.ac:
4758         * po/POTFILES.in:
4759         * shell/ev-application.c: (ev_application_register_service):
4760         * shell/ev-document-types.c: (ev_document_types_add_filters):
4761         * thumbnailer/Makefile.am:
4762         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4763         
4764         New CBR/CBZ backend for comic books.
4765
4766 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4767
4768         * shell/main.c: (load_files_remote):
4769
4770         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4771         warning on startup of second instance is fixed. It
4772         is bug #320353.
4773
4774 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4775
4776         * shell/ev-window.c: (ev_window_finalize):
4777         
4778         Fix double free that cause crash.
4779
4780 2005-10-29  Bastien Nocera <hadess@hadess.net>
4781
4782         * tiff/tiff-document.c: (tiff_document_load):
4783         
4784         Fix memory leak.
4785
4786 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4787
4788         * po/POTFILES.in:
4789         * shell/Makefile.am:
4790         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4791         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4792         (ev_view_accessible_get_text),
4793         (ev_view_accessible_get_character_at_offset),
4794         (ev_view_accessible_get_text_before_offset),
4795         (ev_view_accessible_get_text_at_offset),
4796         (ev_view_accessible_get_text_after_offset),
4797         (ev_view_accessible_get_character_count),
4798         (ev_view_accessible_get_caret_offset),
4799         (ev_view_accessible_set_caret_offset),
4800         (ev_view_accessible_get_run_attributes),
4801         (ev_view_accessible_get_default_attributes),
4802         (ev_view_accessible_get_character_extents),
4803         (ev_view_accessible_get_offset_at_point),
4804         (ev_view_accessible_get_n_selections),
4805         (ev_view_accessible_get_selection),
4806         (ev_view_accessible_add_selection),
4807         (ev_view_accessible_remove_selection),
4808         (ev_view_accessible_set_selection),
4809         (ev_view_accessible_text_iface_init),
4810         (ev_view_accessible_idle_do_action),
4811         (ev_view_accessible_action_do_action),
4812         (ev_view_accessible_action_get_n_actions),
4813         (ev_view_accessible_action_get_description),
4814         (ev_view_accessible_action_get_name),
4815         (ev_view_accessible_action_set_description),
4816         (ev_view_accessible_action_iface_init),
4817         (ev_view_accessible_get_type), (ev_view_accessible_new),
4818         (ev_view_accessible_factory_get_accessible_type),
4819         (ev_view_accessible_factory_create_accessible),
4820         (ev_view_accessible_factory_class_init),
4821         (ev_view_accessible_factory_get_type):
4822         * shell/ev-view-accessible.h:
4823         * shell/ev-view-private.h:
4824         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4825         * shell/ev-view.h:
4826         
4827         Initial accessibility support.
4828
4829 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4830
4831         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4832
4833 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4834
4835         * shell/ev-print-job.c: (idle_print_handler):
4836         
4837         Fix for bug Bug 318916: Printing multiple pages.
4838
4839 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4840
4841         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4842
4843 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4844
4845         * pdf/ev-poppler.cc:
4846         
4847         Thumnail dimensions unified with other backends.
4848         
4849         * shell/ev-window-title.c: (ev_window_title_update):
4850         
4851         Fix warning.
4852
4853 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4854
4855         * data/ev-stock-zoom-fit-width.png:
4856         
4857         Remove unused file.
4858
4859 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * configure.ac:
4862         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4863         (djvu_document_finalize):
4864         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4865         (dvi_document_finalize):
4866         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4867         (pixbuf_document_save), (pixbuf_document_finalize):
4868         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4869         (tiff_document_finalize):
4870         
4871         Save a copy implemented for various backends.
4872
4873 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4874
4875         * configure.ac:
4876         
4877         Don't link with ltiff if tiff is disabled.
4878
4879 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4880
4881         * pdf/GDKSplashOutputDev.cc:
4882         * pdf/GDKSplashOutputDev.h:
4883         * pdf/Thumb.cc:
4884         * pdf/Thumb.h:
4885         * pdf/pdf-document.cc:
4886         * pdf/pdf-document.h:
4887         * pdf/test-gdk-output-dev.cc:
4888         
4889         Remove old unused files.
4890
4891 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4892
4893         * shell/ev-window.c: (ev_window_setup_document):
4894         
4895         Fixed warnings on reload and probably crash reason.
4896
4897 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * properties/ev-properties-view.c:
4900         (ev_properties_view_format_date):
4901         
4902         Check if date is invalid. Fix for bug 318134.
4903
4904 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4905
4906         * shell/ev-window-title.c:
4907         
4908         Add .indd files (Adobe Indesign) to the list of "bad
4909         extensions".
4910
4911 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4912
4913         * data/evince-ui.xml:
4914         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4915         
4916         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4917
4918 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4919
4920         * shell/ev-window.c: (launch_link), (launch_external_uri),
4921         (view_external_link_cb):
4922
4923         URL-escape link before passing it to gnome_vfs_url_show.
4924
4925 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4926
4927         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4928         there isn't text selected.
4929
4930 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4931
4932         * shell/ev-view.c: (handle_link_over_xy):
4933
4934         Check tooltip is valid utf8 before showing it
4935
4936 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4939
4940 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4941
4942         * shell/ev-window-title.c: (ev_window_title_update):
4943
4944         Guard against using g_strstrip on NULL. Fixes bug #317291.
4945
4946 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4947
4948         * pdf/ev-poppler.cc:
4949
4950         Show title even for unknown links
4951
4952 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4953
4954         * shell/ev-window-title.c: (ev_window_title_update):
4955
4956         Strip the title string
4957
4958 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4959
4960         * shell/ev-window-title.c:
4961
4962         Add .rtf to the bad extensions list
4963
4964 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4965
4966         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4967         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4968
4969         Ignore link coordinates if they are outside page bounds
4970
4971 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4972
4973         * backend/ev-link.c: (ev_link_type_get_type),
4974         (ev_link_get_filename), (ev_link_get_params),
4975         (ev_link_get_property), (ev_link_set_property),
4976         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4977         * backend/ev-link.h:
4978         * pdf/ev-poppler.cc:
4979         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4980         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4981         (ev_window_init):
4982
4983         Implement launch links. Delegate external link opening to
4984         the window.
4985
4986 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4987
4988         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4989         (ev_link_get_right), (ev_link_get_property),
4990         (ev_link_set_property), (ev_link_class_init),
4991         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4992         * backend/ev-link.h:
4993         * pdf/ev-poppler.cc:
4994         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4995
4996         Implement fitr links
4997
4998 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4999
5000         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5001         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5002         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5003         (ev_view_size_request_continuous),
5004         (ev_view_size_request_dual_page),
5005         (ev_view_size_request_single_page), (ev_view_size_allocate),
5006         (ev_view_zoom_for_size_continuous_and_dual_page),
5007         (ev_view_zoom_for_size_continuous),
5008         (ev_view_zoom_for_size_dual_page),
5009         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5010         (ev_sizing_mode_get_type):
5011         * shell/ev-view.h:
5012         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5013
5014         Do not use modes for link, we need to calculate size ad hoc.
5015         Still not perfect because of the usual scrollbar issues grrr.
5016
5017 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5018
5019         * backend/ev-link.c: (ev_link_type_get_type),
5020         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5021         * backend/ev-link.h:
5022         * pdf/ev-poppler.cc:
5023         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5024         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5025         (ev_view_size_request_continuous),
5026         (ev_view_size_request_dual_page),
5027         (ev_view_size_request_single_page), (ev_view_size_allocate),
5028         (zoom_for_size_fit_height),
5029         (ev_view_zoom_for_size_continuous_and_dual_page),
5030         (ev_view_zoom_for_size_continuous),
5031         (ev_view_zoom_for_size_dual_page),
5032         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5033         (ev_sizing_mode_get_type):
5034         * shell/ev-view.h:
5035         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5036
5037         Implement FIT_HEIGHT mode (only for links).
5038         Implement FITH links
5039
5040 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5041
5042         * shell/ev-window-title.c: (get_filename_from_uri),
5043         (ev_window_title_sanitize_extension), (ev_window_title_update),
5044         (ev_window_title_set_document), (ev_window_title_set_uri),
5045         (ev_window_title_free):
5046         * shell/ev-window-title.h:
5047         * shell/ev-window.c: (ev_window_setup_document),
5048         (ev_window_popup_password_dialog):
5049
5050         Refactor window title building while fixing it for
5051         password documents.
5052
5053 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5054
5055         * pdf/ev-poppler.cc:
5056
5057         Escape link title before setting it in the model
5058
5059 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5060
5061         * shell/ev-application.c: (removed_from_session), (save_session),
5062         (init_session), (ev_application_get_empty_window),
5063         (ev_application_init), (ev_application_get_windows):
5064         * shell/ev-application.h:
5065         * shell/ev-window.c: (ev_window_finalize):
5066
5067         Add a function to retrieve window list and share it where
5068         necessary.
5069         Implement session handling, works pretty well thanks to the
5070         metadata system.
5071
5072 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5073
5074         * shell/ev-password.c: (ev_password_item_created_callback),
5075         (ev_password_dialog_save_password):
5076         
5077         Fix for bug 316972. Use async gnome-keyring API.
5078
5079 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5080
5081         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5082         Remove unused unrealize handler. Add scroll handling to
5083         ev_view_scroll_event for presentation mode (bug #316708),
5084         and fix the event state checks there.
5085
5086 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5087
5088         * shell/ev-page-action.c: (page_changed_cb):
5089
5090         "marco, maybe we should be crazy and jump right to 6! :)"
5091
5092         Bryan Clark, Sep 2005
5093
5094 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5095
5096         * ps/ps-document.c: (save_document), (ps_document_save),
5097         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5098         (ps_document_ps_export_end):
5099
5100         Fix unstructured documents save and print
5101
5102 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5103
5104         * shell/ev-application.c: (ev_application_open_uri):
5105
5106         Fix window size persistance
5107
5108 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5109
5110         * shell/ev-view.c: (ev_view_button_release_event):
5111
5112         Based on a patch from carlosgc@gnome.org. Mouse buttons
5113         switch pages in presentation mode.
5114
5115 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5116
5117         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5118
5119         Dont cast to int before scaling
5120
5121 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5122
5123         * backend/ev-link.c: (ev_link_type_get_type),
5124         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5125         (ev_link_new_page_fith):
5126         * backend/ev-link.h:
5127         * pdf/ev-poppler.cc:
5128         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5129
5130         Implement FIT and FITH links
5131
5132 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5133
5134         * pdf/ev-poppler.cc:
5135
5136         Return 0 results when search is not in progress.
5137
5138         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5139         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5140
5141         Update menu sensitivity when cancelling search
5142
5143 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5144
5145         * shell/ev-view.c: (ev_view_can_find_next):
5146
5147         Take all pages in consideration, not just current one
5148
5149 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5150
5151         * shell/ev-page-cache.c:
5152         * shell/ev-page-cache.h:
5153         * shell/ev-view.c: (ev_view_binding_activated),
5154         (ev_view_next_page), (ev_view_previous_page),
5155         (ev_sizing_mode_get_type):
5156         * shell/ev-view.h:
5157         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5158         (ev_window_cmd_go_next_page):
5159
5160         Move page next/previous functions from page chace to
5161         view and change it to move by 2 page steps in dual mode.
5162
5163 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5164
5165         * shell/ev-window.c: (update_sidebar_visibility),
5166         (setup_sidebar_from_metadata), (ev_window_setup_document),
5167         (setup_view_from_metadata):
5168
5169         Show the index by default when there is one     
5170
5171 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5172
5173         * shell/ev-window-title.c: (ev_window_title_set_document):
5174
5175         Missing null check
5176
5177 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * shell/ev-view.c: (view_update_range_and_current_page):
5180         
5181         Allow display of last odd page in dual view. Fix for 316347.
5182
5183 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5184
5185         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5186         
5187         Make close button default. Fix for 316383.
5188
5189 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5190
5191         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5192         
5193         Mark close button as default. Fix for 316381.
5194
5195 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5196
5197         * backend/ev-link.c: (ev_link_class_init):
5198
5199         Allow negative doubles in left/top properties
5200
5201 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5202
5203         * shell/ev-window.c:
5204
5205         Remove a bunch of strings that was used only
5206         by the statusbar.
5207
5208 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5209
5210         * shell/ev-window-title.c: (get_filename_from_uri),
5211         (ev_window_title_set_document):
5212
5213         When title has a confusing extension, show also
5214         the document filename inside ()
5215
5216 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5217
5218         * shell/Makefile.am:
5219         * shell/ev-window-title.c: (ev_window_title_new),
5220         (ev_window_title_update), (ev_window_title_set_type),
5221         (ev_window_title_set_document), (ev_window_title_free):
5222         * shell/ev-window-title.h:
5223         * shell/ev-window.c: (ev_window_setup_document),
5224         (password_dialog_response), (ev_window_popup_password_dialog),
5225         (ev_window_dispose), (ev_window_init):
5226
5227         Factor out and cleanup window title code
5228
5229 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5230
5231         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5232         (unable_to_load):
5233
5234         Make dialog transient so it doesnt block other windows
5235
5236 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5237
5238         * pdf/ev-poppler.cc:
5239         
5240         Fix pdf thumbnails rendering.
5241
5242 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5243
5244         * shell/ev-window.c: (fullscreen_set_timeout):
5245         
5246         Increase timeout to hide full screen popup. Bug 
5247         316123. 
5248
5249 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * data/evince.schemas.in:
5252         * shell/ev-window.c: (update_action_sensitivity):
5253
5254         Allow the user to override document restrictions. Fix for bug
5255         305818.
5256
5257 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5258
5259         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5260         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5261         (ev_window_class_init): Fix multihead behaviour of fullscreen
5262         toolbar popup. Fixes bug #315451.
5263
5264 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5265
5266         * configure.ac:
5267         * data/evince-password.glade:
5268         * shell/ev-password.c: (ev_password_dialog_set_property),
5269         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5270         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5271         (ev_password_dialog_entry_changed_cb),
5272         (ev_password_dialog_entry_activated_cb),
5273         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5274         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5275         (ev_password_dialog_set_bad_pass):
5276         * shell/ev-password.h:
5277         * shell/ev-window.c: (password_dialog_response),
5278         (ev_window_popup_password_dialog):
5279         
5280         Support for gnome-keyring for encrypted PDF's.
5281
5282 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5285         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5286         (ev_view_enter_notify_event), (ev_view_class_init):
5287         
5288         More precise handling of enter_notify/leave_notify events
5289         in EvView. Fix for bug 315470.
5290
5291 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5292
5293         * shell/ev-window.c: (fullscreen_timeout_cb),
5294         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5295         (ev_window_dispose):
5296
5297         leak fix: unref fullscreen_timeout_source before clearing it
5298
5299 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * configure.ac, dvi/mdvi/Makefile.am: 
5302         
5303         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5304
5305 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5306
5307         * backend/ev-link.c: (ev_link_new_page_xyz):
5308         * pdf/ev-poppler.cc:
5309         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5310
5311         Fix some bugs with xyz links, respect zoom
5312
5313 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5314
5315         * shell/ev-window.c: (page_changed_cb),
5316         (setup_document_from_metadata), (update_sidebar_visibility),
5317         (setup_view_from_metadata), (ev_window_run_fullscreen),
5318         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5319         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5320         (ev_window_dual_mode_changed_cb),
5321         (ev_window_sidebar_current_page_changed_cb):
5322
5323         null check uri before setting and getting metadata
5324
5325 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5326
5327         * dvi/Makefile.am:
5328         * properties/Makefile.am:
5329         * shell/Makefile.am:
5330         * thumbnailer/Makefile.am:
5331
5332         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5333
5334 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5335
5336         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5337         (selection_changed_callback):
5338         * shell/ev-sidebar-links.h:
5339
5340         Add a signal for link activation.
5341
5342         * shell/ev-view.c: (ev_view_goto_link),
5343         (ev_view_button_release_event):
5344         * shell/ev-view.h:
5345         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5346         (ev_window_init):
5347
5348         Implement the signal so that we can handle all link types.
5349
5350         * shell/ev-page-cache.c:
5351
5352         Remove unused set_link function
5353
5354 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5355
5356         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5357
5358         Add some space from the cursor, hardcoded but I couldnt
5359         find a better way.
5360
5361 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5362
5363         * lib/ev-tooltip.c:
5364
5365         Use mozilla style vs gtk style, way better for links.
5366
5367         * shell/ev-view.c: (ev_view_motion_notify_event),
5368         (ev_view_destroy), (ev_view_init):
5369
5370         Deactive tooltip when the link hovered is changed.
5371
5372 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5373
5374         * backend/ev-document.h:
5375         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5376         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5377         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5378         (ev_link_new_page), (ev_link_new_page_xyz):
5379         * backend/ev-link.h:
5380         * pdf/ev-poppler.cc:
5381         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5382         (go_to_link), (tip_from_link):
5383
5384         Implement xyz links, still not functional. Links are a total
5385         mess, will need to refactor and bugfix a lot :(
5386
5387 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5388
5389         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5390
5391 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5392
5393         * data/evince-ui.xml:
5394         * data/evince.schemas.in:
5395         * shell/Makefile.am:
5396         * shell/ev-window.c: (update_chrome_visibility),
5397         (password_dialog_response), (ev_window_load_job_cb),
5398         (ev_window_xfer_job_cb), (ev_window_open_uri),
5399         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5400         (ev_window_init):
5401
5402         Remove the statusbar. This regress loading feedback, need to
5403         check with Bryan what we want to do there...
5404
5405 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5406
5407         * lib/ev-tooltip.c: (ev_tooltip_init):
5408
5409         Fix tooltip border and size handling
5410
5411 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5412
5413         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5414         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5415         (ev_tooltip_timeout), (ev_tooltip_activate),
5416         (ev_tooltip_deactivate):
5417         * lib/ev-tooltip.h:
5418         * shell/ev-view.c: (ev_view_motion_notify_event):
5419
5420         Delay popup showing. Mirror gtk logic/times.
5421
5422 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5423
5424         * lib/Makefile.am:
5425         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5426         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5427         (ev_tooltip_set_text), (ev_tooltip_set_position):
5428         * lib/ev-tooltip.h:
5429
5430         Simple widget to show tooltips at a custom position
5431
5432         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5433         (ev_view_destroy):
5434
5435         Use it for links. First go, needs work
5436
5437 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5438
5439         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5440         HIG fixes.  Use title capitalization for window title. Use 12 
5441         pixels of space between the dialog's vbox and action area.
5442
5443 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5444
5445         * shell/ev-window.c: (file_open_dialog_response_cb),
5446         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5447         (ev_window_cmd_save_as):
5448
5449         Make file pickers not modal and refactor code some
5450
5451 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5452
5453         * shell/ev-sidebar.h:
5454         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5455         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5456         (ev_sidebar_class_init), (ev_sidebar_select_page),
5457         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5458         (ev_sidebar_set_page):
5459
5460         Add a current page property and allow to get/set it
5461
5462         * shell/ev-window.c: (setup_view_from_metadata),
5463         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5464
5465         Persist current sidebar page per document
5466
5467 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5468
5469         * data/evince.schemas.in:
5470         * shell/ev-window.c: (update_chrome_visibility),
5471         (setup_document_from_metadata), (update_sidebar_visibility),
5472         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5473         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5474         (ev_window_run_presentation), (ev_window_stop_presentation),
5475         (ev_window_view_sidebar_cb),
5476         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5477         (load_chrome), (ev_window_init):
5478
5479         Persist size/visibility of sidebar per document
5480
5481 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5482
5483         * shell/ev-view.c (draw_loading_text): Draw loading text.
5484
5485 2005-09-02  Dan Damian  <dand@gnome.ro>
5486
5487         * configure.in: Added "ro" to ALL_LINGUAS.
5488
5489 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5490
5491         * shell/ev-view.c: (clear_caches):
5492
5493         ev_page_cache_get doesnt return a reference,
5494         dont try to unref it.
5495
5496 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5497
5498         * shell/main.c: (load_files_remote):
5499
5500         Fix timestamp parameter with dbus <= 0.33
5501
5502 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5503
5504         * data/evince.schemas.in:
5505
5506         Add missing full stop
5507
5508 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5509
5510         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5511         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5512
5513         Plug some memory leaks
5514
5515 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5516
5517         * configure.ac:
5518         * lib/ev-debug.c: (trap_handler):
5519
5520         Check for execinfo.h and use it only if it exists.
5521         Ported from Epiphany (bug #314776).
5522
5523 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5524
5525         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5526
5527 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5528
5529         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5530         * po/id.po      : Added Indonesian translation
5531
5532 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5533
5534         * shell/main.c:
5535         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5536         * NEWS: Release 0.4.0
5537
5538 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5539
5540         * configure.ac: catch another gtk+-2.8ism
5541         * shell/main.c: Make work with gtk+-2.6
5542
5543 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5544
5545         * shell/ev-application-service.xml: Add 'timestamp' argument to
5546           ev_application_open_window and ev_application_open_uri methods.
5547
5548         * shell/ev-application.h: Add 'timestamp' argument to
5549           ev_application_open_window, ev_application_open_uri,
5550           and ev_application_open_uri_list functions.
5551
5552         * shell/ev-application.c (ev_application_open_window,
5553           ev_application_open_uri, ev_application_open_uri_list): Change
5554           functions that show/present windows to use a timestamp if one
5555           is passed in.
5556
5557         * shell/ev-window.c (ev_window_cmd_file_open,
5558           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5559         * shell/main.c (load_files): Modify calls to ev_application to
5560           include GDK_CURRENT_TIME as timestamp.
5561
5562         * shell/main.c (load_files_remote): Obtain timestamp for client
5563           instance from GDK and pass to server instance so new windows are
5564           focused properly.  Fix dbus_g_proxy_call() calls by including second
5565           G_TYPE_INVALID.
5566           
5567         Closes bug #314475.
5568
5569 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5570
5571         * shell/ev-window.c (ev_window_finalize): Check for
5572         avail. EvWindows when quiting to handle the finalize better,
5573         #314497
5574
5575 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5576         
5577         * properties/ev-properties-view.c: 
5578         
5579         Set textdomain to libglade. Fixes translation problem in property page.
5580
5581 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5582
5583         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5584         * dvi/Makefile.am:
5585         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5586         * dvi/mdvi-lib/Makefile.am:
5587         
5588         Fix rotation of thumbnails, ported to new API. Moved library
5589         dependencies earlier, probably it will fix linkage problem.
5590
5591 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5592
5593         * backend/ev-document-misc.c:
5594         (ev_document_misc_get_thumbnail_frame):
5595         * backend/ev-document-misc.h:
5596         * configure.ac:
5597         * pdf/ev-poppler.cc:
5598         * shell/Makefile.am:
5599         * shell/ev-sidebar-thumbnails.c: (add_range),
5600         (ev_sidebar_thumbnails_set_loading_icon),
5601         (ev_sidebar_thumbnails_refresh),
5602         (ev_sidebar_thumbnails_set_document):
5603         * shell/ev-sidebar-thumbnails.h:
5604         * shell/ev-view.c: (ev_view_motion_notify_event),
5605         (ev_view_set_property), (ev_view_get_property),
5606         (ev_view_class_init), (ev_view_set_rotation):
5607         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5608         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5609         (ev_window_init):
5610         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5611         Redo rotation (again).  prepare for 0.4.0
5612
5613 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5614
5615         * configure.ac: Bump poppler requirement to 0.4.1.
5616
5617         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5618         argument to poppler_page_render_selection() call.
5619
5620 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5621
5622         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5623         (djvu_document_thumbnails_get_thumbnail):
5624         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5625         (dvi_document_thumbnails_get_thumbnail):
5626         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5627         (pixbuf_document_thumbnails_get_thumbnail):
5628         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5629         
5630         Update rotation direction of backends to fit with pdf and ps.
5631
5632 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5633
5634         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5635         * backend/ev-async-renderer.h:
5636         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5637         (setup_page), (ps_document_get_page_size),
5638         (ps_async_renderer_render_pixbuf):
5639         * ps/ps-document.h:
5640         * shell/ev-jobs.c: (ev_job_render_run):
5641
5642         Fix orientation in the postscript document
5643
5644 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5645
5646         * pdf/ev-poppler.cc:
5647         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5648         * shell/ev-view.c: (highlight_find_results):
5649
5650         Adapt to the new poppler rotation API. Fix text maps on landscape
5651         documents.
5652
5653 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5654
5655         * shell/ev-view.c (compute_new_selection_text): get the correct
5656         region when selecting in modes other than continuous.
5657
5658 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5659
5660         * shell/main.c (main): remove redundant g_warnings.
5661
5662 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5663
5664         * shell/Makefile.am: Don't include autogenerated
5665         file ev-application-service.h into distribution, since
5666         it causes dbus crash. Fix for bugs 313724 and 313443. 
5667
5668 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5669
5670         * configure.ac: Fix sed expression for FreeBSD. Thanks
5671         to Joe Marcus Clark <marcus@freebsd.org>
5672         
5673         * shell/eggfindbar.c: (entry_activate_callback),
5674         (entry_changed_callback), (egg_find_bar_init),
5675         (egg_find_bar_set_search_string):
5676         
5677         Made findbar buttons unsensitive if there is no text in
5678         entry. Fix for the bug 313285.
5679
5680 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5681
5682         * ps/ps-document.c: Use g_filename_display_name for displaying
5683         filenames and revert string freeze breackage
5684
5685 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5686
5687         * NEWS:
5688         * configure.ac:
5689
5690         Update for 0.3.4
5691
5692         * shell/Makefile.am:
5693
5694         Add ev-application-service.xml to extra dist
5695
5696         * shell/ev-view.c: (find_page_at_location):
5697
5698         Remove unused function (fix warning)
5699
5700 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5701
5702         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5703         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5704         
5705         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5706         bug 313623.
5707
5708 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5709
5710         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5711         * shell/ev-window.c:
5712         Fix build warnings
5713
5714 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5715
5716         * configure.ac: Update script to get dbus version.
5717         Fix for the bug #313443.
5718
5719 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5720
5721         * shell/ev-window.c: (ev_window_cmd_escape):
5722         
5723         Return focus back to view on escape. Fix for bug 313295.
5724
5725 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5726
5727         * shell/ev-window.c: (update_window_title),
5728         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5729         (ev_window_cmd_save_as):
5730         
5731         Correct conversion from uri to displayable string. Fix for
5732         bug 313296.
5733
5734 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * ps/ps-document.c: convert filename to utf8 when there is an error
5737         loading document. Fixes #309915
5738
5739 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5740
5741         * configure.ac:
5742
5743         We depend on poppler 0.4.0
5744
5745 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5746
5747         * configure.ac:
5748         * NEWS: Release 0.3.3.
5749         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5750
5751 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5752
5753         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5754         add a couple missing mnemonics to menu items, use title 
5755         capitalization for menu items and window titles, and add 
5756         ellipsis to open menu item.     
5757
5758 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5759
5760         * pdf/ev-poppler.cc:
5761         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5762         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5763         (ev_view_get_rotation):
5764         * shell/ev-view.h:
5765         * shell/ev-window.c: (setup_view_from_metadata),
5766         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5767         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5768         disk.
5769
5770 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5771
5772         * configure.ac: Added tr to ALL_LINGUAS
5773
5774 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5775
5776         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5777         requires several clicks to find word. Thanks to 
5778         Colin Slater <kiltedtaco@gmail.com>.
5779
5780 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5781
5782         * data/evince.desktop.in.in: Hide menu entry and
5783         rename it to "Document Viewer". Fix for bug 
5784         #312399.
5785
5786 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5787
5788         * shell/ev-page-action.c (ev_page_action_class_init): 
5789
5790         Point to the correct function in constructor of the
5791         activate_label signal
5792
5793 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5794
5795         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5796         * shell/ev-jobs.h: Make thread safe.
5797
5798 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5799
5800         * shell/ev-view.c: (view_update_range_and_current_page):
5801         Don't update page range if we are scrolling to some document
5802         point.
5803
5804 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5805
5806         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5807         when getting max_page_width, fix drawing in dual mode.
5808
5809 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5810
5811         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5812         getting the area for select_all.
5813
5814 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5815
5816         * backend/ev-selection.c: (ev_selection_render_selection):
5817         * backend/ev-selection.h:
5818         * pdf/ev-poppler.cc:
5819         * shell/ev-jobs.c: (ev_job_render_new):
5820         * shell/ev-jobs.h:
5821         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5822         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5823         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5824         (ev_view_class_init):
5825
5826         Change selection color on focus in and focus out events.  Also,
5827         poppler now uses GdkColor for specifying the selection colors, so
5828         drop some awkward conversion code.
5829
5830 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5831
5832         * configure.ac: Added Hebrew translation
5833
5834 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5835
5836         * NOTES:
5837         * backend/ev-selection.c: (ev_selection_render_selection):
5838         * backend/ev-selection.h:
5839         * pdf/ev-poppler.cc:
5840         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5841         (ev_job_render_run):
5842         * shell/ev-jobs.h:
5843         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5844         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5845         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5846         (ev_pixbuf_cache_style_changed),
5847         (ev_pixbuf_cache_get_selection_pixbuf),
5848         (ev_pixbuf_cache_set_selection_list),
5849         (ev_pixbuf_cache_get_selection_list):
5850         * shell/ev-pixbuf-cache.h:
5851         * shell/ev-utils.c: (ev_print_region_contents):
5852         * shell/ev-utils.h:
5853         * shell/ev-view.c: (ev_view_queue_draw_page),
5854         (selection_update_idle_cb), (ev_view_motion_notify_event),
5855         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5856         (setup_caches), (ev_view_find_next), (merge_selection_region),
5857         (selection_free):
5858         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5859
5860         Clean up selection to be much smoother!
5861
5862 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5863
5864         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5865         to poppler_page_render_selection().
5866
5867 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * ps/ps-document.c: (save_page_list): Use
5870         unzipped document when printing. Thanks to 
5871         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5872         311016.
5873
5874 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5875
5876         * shell/ev-window.c: (update_action_sensitivity):
5877         
5878         Disable print and save respect to lockdown gconf keys. Fix
5879         for 312342.
5880
5881 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5882
5883         * configure.ac:
5884         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5885         (write_to_temp_file), (ev_file_set_contents):
5886         * shell/ev-utils.h:
5887         * shell/ev-window.c: (save_print_config_to_file):
5888         
5889         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5890         Fix for bug 312238
5891
5892 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5893
5894         * shell/ev-window.c: (load_print_config_from_file),
5895         (save_print_config_to_file), (ev_window_print_range):
5896
5897         Persist the print settings. Fixes bug #311578.
5898
5899 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * djvu/djvu-document.c: (djvu_document_get_page_size),
5902         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5903         (djvu_document_thumbnails_get_thumbnail):
5904         * dvi/dvi-document.c: (dvi_document_get_page_size),
5905         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5906         (dvi_document_thumbnails_get_dimensions),
5907         (dvi_document_thumbnails_get_thumbnail):
5908         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5909         (pixbuf_document_render_pixbuf),
5910         (pixbuf_document_document_iface_init),
5911         (pixbuf_document_thumbnails_get_thumbnail):
5912         
5913         Update backends to make them build with new rotation system.
5914
5915 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * help/C/figures/evince_start_window.png:
5918         
5919         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5920
5921 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5922
5923         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5924         * shell/ev-pixbuf-cache.h:
5925         * shell/ev-sidebar-thumbnails.c:
5926         (ev_sidebar_thumbnails_get_property), (add_range),
5927         (adjustment_changed_cb):
5928         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5929         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5930         we were thumbnailing the entire docment on startup, slowing us
5931         down hugely. 
5932
5933 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5934
5935         * shell/ev-page-cache.c: (ev_page_cache_new):
5936         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5937         == 0, fixes #310306.
5938
5939 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5940
5941         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5942         (ev_view_rotate_left):
5943
5944         Account rotation in doc_rect_to_view_rect.
5945         Ensure rotation doesnt go out of bounds.
5946
5947 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5948
5949         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5950
5951         Correct and cleanup w/h swapping
5952
5953 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5954
5955         * backend/ev-document-thumbnails.c:
5956         (ev_document_thumbnails_get_thumbnail):
5957         * backend/ev-document-thumbnails.h:
5958         * backend/ev-document.c:
5959         * backend/ev-document.h:
5960         * backend/ev-render-context.c: (ev_render_context_new),
5961         (ev_render_context_set_rotation):
5962         * backend/ev-render-context.h:
5963         * pdf/ev-poppler.cc:
5964         * ps/ps-document.c: (ps_document_document_iface_init):
5965         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5966         * shell/ev-jobs.h:
5967         * shell/ev-page-cache.c: (build_height_to_page),
5968         (ev_page_cache_new), (ev_page_cache_get_size),
5969         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5970         (ev_page_cache_get_height_to_page):
5971         * shell/ev-page-cache.h:
5972         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5973         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5974         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5975         (ev_pixbuf_cache_get_selection_pixbuf):
5976         * shell/ev-pixbuf-cache.h:
5977         * shell/ev-print-job.c: (idle_print_handler):
5978         * shell/ev-sidebar-thumbnails.c: (add_range):
5979         * shell/ev-view.c: (view_update_range_and_current_page),
5980         (get_page_y_offset), (get_page_extents),
5981         (ev_view_size_request_continuous_dual_page),
5982         (ev_view_size_request_continuous),
5983         (ev_view_size_request_dual_page),
5984         (ev_view_size_request_single_page), (draw_one_page),
5985         (ev_view_set_rotation), (ev_view_rotate_right),
5986         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5987         (ev_view_zoom_for_size_continuous_and_dual_page),
5988         (ev_view_zoom_for_size_continuous),
5989         (ev_view_zoom_for_size_dual_page),
5990         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5991         (ev_view_select_all):
5992         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5993         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5994         (tiff_document_document_iface_init),
5995         (tiff_document_thumbnails_get_thumbnail):
5996
5997         Use rotation rather than orientation. It's easier and enough
5998         for our needs.
5999
6000 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6001
6002         * shell/ev-page-cache.c: (build_height_to_page),
6003         (ev_page_cache_new), (ev_page_cache_get_size),
6004         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6005         (ev_page_cache_get_height_to_page):
6006         * shell/ev-page-cache.h:
6007         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6008         (ev_view_size_request_continuous_dual_page),
6009         (ev_view_size_request_continuous),
6010         (ev_view_zoom_for_size_continuous_and_dual_page),
6011         (ev_view_zoom_for_size_continuous):
6012
6013         Make the page cache aware of page orientation.
6014
6015 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6016
6017         * backend/ev-document-thumbnails.c:
6018         (ev_document_thumbnails_get_thumbnail):
6019         * backend/ev-document-thumbnails.h:
6020         * backend/ev-document.c:
6021         * backend/ev-document.h:
6022         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6023         * backend/ev-ps-exporter.h:
6024         * pdf/ev-poppler.cc:
6025         * ps/ps-document.c: (ps_document_document_iface_init),
6026         (ps_document_ps_export_do_page):
6027         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6028         * shell/ev-jobs.h:
6029         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6030         (ev_page_cache_get):
6031         * shell/ev-page-cache.h:
6032         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6033         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6034         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6035         * shell/ev-pixbuf-cache.h:
6036         * shell/ev-print-job.c: (idle_print_handler):
6037         * shell/ev-sidebar-thumbnails.c: (add_range):
6038         * shell/ev-view.c: (view_update_range_and_current_page),
6039         (get_page_extents), (ev_view_size_request_dual_page),
6040         (ev_view_size_request_single_page), (draw_one_page),
6041         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6042         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6043         (ev_view_zoom_for_size_dual_page),
6044         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6045         (ev_view_select_all):
6046         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6047         * tiff/tiff-document.c: (tiff_document_get_page_size),
6048         (tiff_document_get_orientation), (rotate_pixbuf),
6049         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6050         (tiff_document_thumbnails_get_thumbnail),
6051         (tiff_document_ps_export_do_page), (tiff_document_init):
6052
6053         Really make use of the orientation bit of the render context.
6054         Use the render context in a few more places in the backend API.
6055         This regress orientation, but now it's done right. Will try to
6056         fix it up asap...
6057
6058 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6059
6060         * shell/ev-view.c: (ensure_rectangle_is_visible):
6061
6062         Patch by Nickolay V. Shmyrev to fix find flickering
6063
6064 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6065
6066         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6067         duplex parameters to ::begin.
6068
6069         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6070         * shell/ev-print-job.c (idle_print_handler): 
6071         * ps/ps-document.c (ps_document_ps_export_begin): 
6072         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6073         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6074         implementations. Poppler backend needs poppler cvs. Rest has
6075         unchanged behavior.
6076
6077 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6078
6079         * shell/ev-window.c (using_pdf_printer): new function.
6080         (ev_window_print_range): print a less techy message if someone
6081         tries to print to PDF.
6082
6083 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6084
6085         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6086         from "unknown font" string. Bug #311431
6087
6088 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6089
6090         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6091
6092 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6093
6094         Bug #311280
6095         
6096         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6097         name for PopplerFontTypes
6098         (pdf_document_fonts_fill_model): add font type to the detail column
6099
6100         * backend/ev-document-fonts.h: added
6101         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6102
6103         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6104         font name and font details, add a little markup.
6105         (ev_properties_fonts_init): use the new cell data func, specify ypad
6106         property for the cell renderer.
6107         (ev_properties_fonts_set_document): add the details column.
6108
6109 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6110
6111         * configure.ac: Added "pl" to ALL_LINGUAS.
6112
6113 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6114
6115         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6116
6117 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6118
6119         * help/ChangeLog: Started this for translations of manual.
6120         * configure.ac, autogen.sh, .cvsignore: Migrated to
6121         gnome-doc-utils. Patch in bug #311222.
6122
6123 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6124
6125         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6126         #ifdef this away to fix an unused-function warning.
6127
6128 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6129
6130         * configure.ac: Added 'gl' to ALL_LINGUAS.
6131
6132 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6133
6134         * configure.ac: Added ne in ALL_LINGUAS
6135         
6136 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6137
6138         * shell/ev-view.c: (ev_view_leave_notify_event):
6139         
6140         Clear status message when pointer leaves view. Fix for bug
6141         #310818 
6142
6143 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6144
6145         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6146
6147 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * shell/ev-view.c: (ev_view_leave_notify_event),
6150         (ev_view_class_init):
6151         
6152         Set cursor to normal then leaving view.
6153
6154 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6155
6156         * configure.ac:
6157         
6158         Fix required djvulibre version.
6159
6160 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6161
6162         *configure.ac: Hindi (hi) language added
6163
6164 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6165
6166         *configure.ac: Punjabi (pa) Language added
6167
6168 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6169
6170         * data/evince-ui.xml, shell/ev-window.c:
6171         
6172         Add keypad accelerators for zooming. Fix for bug 308128.
6173
6174 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6175
6176         * Makefile.am:
6177         * backend/Makefile.am:
6178         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6179         * configure.ac:
6180         * shell/ev-document-types.c: (ev_document_types_add_filters):
6181
6182         Allow to enable/disable the pixbuf backend.
6183         Default to off for now. If we want it enabled we should
6184         really put mime types in the desktop, implement properties etc.
6185
6186         * properties/evince-properties.c:
6187
6188         Initialize error to NULL.
6189         Check error is not NULL before freeing.
6190
6191 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6192
6193         * shell/ev-window.c:
6194
6195         Use F5 as presentation accell
6196
6197 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6198
6199         * shell/ev-window.c: (update_chrome_visibility),
6200         (ev_window_create_fullscreen_popup), (ev_window_init):
6201
6202         Do not leak the fullscreen toolbar
6203
6204 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6205
6206         * shell/ev-window.c: (view_actions_focus_in_cb),
6207         (view_actions_focus_out_cb):
6208
6209         These has a return value! Fix totally random focus
6210         issues we was seeing.
6211
6212 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6213
6214         * shell/main.c: (load_files_remote):
6215
6216         Allow open more than one file
6217
6218 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6219
6220         * shell/main.c: (load_files_remote):
6221
6222         Fix for dbus 0.33. bug #309975
6223
6224 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6225
6226         * properties/ev-properties-main.c: (ev_properties_get_pages):
6227
6228         Actually return NULL for types we dont support
6229
6230 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6231
6232         * po/POTFILES.in:
6233
6234         Remove empty lines.
6235
6236 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6237
6238         * backend/ev-document-factory.c:
6239         (ev_document_factory_get_document):
6240
6241         Do not try to create the object if type
6242         is invalid.
6243
6244 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6245
6246         * ps/ps-document.c: (ps_document_dispose),
6247         (ps_async_renderer_render_pixbuf):
6248         * ps/ps-document.h:
6249
6250         Do not leak the target window
6251
6252 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6253
6254         * shell/ev-application.c: (ev_application_init):
6255
6256         Let tbe check file existence for us.
6257         Add a comment about eggrecent mime filter.
6258
6259 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6260
6261         * data/evince-ui.xml:
6262         * shell/ev-application.c: (ev_application_shutdown),
6263         (ev_application_init), (ev_application_get_toolbars_model),
6264         (ev_application_get_recent_model),
6265         (ev_application_save_toolbars_model):
6266         * shell/ev-application.h:
6267         * shell/ev-window.c: (ev_window_add_recent),
6268         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6269         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6270         (ev_window_init):
6271
6272         Use common toolbar and recent models for all windows.
6273         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6276
6277         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6278         successfully check for gtk_icon_view_get_visible_range.
6279
6280 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6281
6282         * djvu/Makefile.am:
6283         * dvi/Makefile.am:
6284         
6285         Fix djvu and dvi backend build.
6286
6287 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6288
6289         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6290         (new_separator_pixbuf):
6291
6292         Don't leak windows.
6293
6294 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6295
6296         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6297
6298         HIGification of toolbar editor dialogue.
6299
6300 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6301
6302         * configure.ac:
6303         * shell/Makefile.am:
6304
6305         Ever build metadata manager since it's just
6306         disabled at runtime now.
6307
6308 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6309
6310         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6311         (ev_metadata_manager_get), (ev_metadata_manager_set):
6312         * shell/ev-metadata-manager.h:
6313
6314         Add an _init functions that enabled metadata management
6315         at runtime.
6316
6317         * shell/ev-window.c: (page_changed_cb),
6318         (setup_document_from_metadata), (ev_window_setup_document),
6319         (setup_view_from_metadata), (ev_window_open_uri),
6320         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6321         (ev_window_run_presentation), (ev_window_stop_presentation),
6322         (save_sizing_mode), (ev_window_zoom_changed_cb),
6323         (ev_window_continuous_changed_cb),
6324         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6325         (window_configure_event_cb):
6326
6327         Remove all ugly metadata define since we deal with it
6328         at runtime now.
6329
6330         * shell/main.c: (load_files_remote), (main):
6331
6332         Add support for dbus cvs head. Hopefully didnt break one
6333         of the other versions now!
6334
6335         If we dont get a response from the dbus server just
6336         give up with it and not enable metadata.
6337
6338 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6339
6340         * Makefile.am:
6341         * backend/Makefile.am:
6342         * configure.ac:
6343         * cut-n-paste/recent-files/Makefile.am:
6344         * cut-n-paste/toolbar-editor/Makefile.am:
6345         * cut-n-paste/zoom-control/Makefile.am:
6346         * lib/Makefile.am:
6347         * pdf/Makefile.am:
6348         * pixbuf/Makefile.am:
6349         * properties/Makefile.am:
6350         * ps/Makefile.am:
6351         * shell/Makefile.am:
6352         * thumbnailer/Makefile.am:
6353         * tiff/Makefile.am:
6354
6355         Make frontends depend on just libev.
6356         Rework and group CFLAGS/LIBS definitions.
6357         Cleanups.
6358
6359 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6360
6361         * shell/ev-window:
6362
6363         do not unnecessarily save zoom
6364
6365         * configure.ac:
6366         * lib/ev-file-helpers.c: (ev_dot_dir):
6367         * shell/Makefile.am:
6368         * shell/dummy.cc:
6369
6370         Some cleanups
6371
6372 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6373
6374         * configure.ac:
6375         
6376         Remove unnecessary dependencies
6377
6378 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6379
6380         * properties/Makefile.am:
6381         * thumbnailer/Makefile.am:
6382         * tiff/Makefile.am:
6383
6384         Some more cleanups. Was really necessary
6385         but I probably introduced bugs, feel free
6386         to flame :)
6387
6388 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6389
6390         * backend/Makefile.am:
6391         * configure.ac:
6392         * cut-n-paste/recent-files/Makefile.am:
6393         * cut-n-paste/toolbar-editor/Makefile.am:
6394         * cut-n-paste/zoom-control/Makefile.am:
6395         * lib/Makefile.am:
6396         * pdf/Makefile.am:
6397         * pixbuf/Makefile.am:
6398         * properties/Makefile.am:
6399         * ps/Makefile.am:
6400         * shell/Makefile.am:
6401         * thumbnailer/Makefile.am:
6402         * tiff/Makefile.am:
6403
6404         Use gnome-common macros when possible.
6405         Cleanup dependencies.
6406         Actually disable deprecated where possible.
6407
6408 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6409
6410         * Makefile.am:
6411         * backend/Makefile.am:
6412         * properties/Makefile.am:
6413         * shell/Makefile.am:
6414         * thumbnailer/Makefile.am:
6415
6416         This should solve the circular dep without
6417         requiring dir reorg!
6418
6419         * shell/ev-window.c: (setup_view_from_metadata):
6420
6421         Never restore window size/position when the
6422         window is already visible.
6423
6424 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6425
6426         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6427
6428         Return a boolean from timeout func. Fix ported from gedit.
6429
6430 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6431
6432         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6433
6434 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6435
6436         * shell/ev-document-types.c: set "All Documents" as default filter in
6437         open dialog
6438
6439 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6440
6441         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6442         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6443         (ev_metadata_manager_set_boolean): fix value/val thinko.
6444
6445 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6446
6447         * shell/ev-window.c: (setup_view_from_metadata),
6448         (window_state_event_cb), (window_configure_event_cb),
6449         (ev_window_init):
6450
6451         Remember window position and maximized state
6452
6453 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6454
6455         * configure.ac:
6456
6457         Fix DBUS configure checks.
6458
6459         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6460         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6461         (ev_metadata_manager_set_boolean):
6462
6463         Plug mem leaks.
6464
6465         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6466         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6467         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6468         (ev_window_continuous_changed_cb),
6469         (ev_window_dual_mode_changed_cb), (ev_window_new):
6470
6471         Fix the build without DBUS.
6472
6473 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6474
6475         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6476         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6477         (ev_metadata_manager_set_string),
6478         (ev_metadata_manager_set_boolean):
6479         * shell/ev-metadata-manager.h:
6480
6481         Add support for some more types
6482
6483         * shell/ev-view.c: (scroll_to_current_page),
6484         (ev_view_get_continuous), (ev_view_set_continuous),
6485         (ev_view_get_dual_page):
6486         * shell/ev-view.h:
6487         * shell/ev-window.c: (page_changed_cb),
6488         (setup_document_from_metadata), (ev_window_setup_document),
6489         (setup_view_from_metadata), (ev_window_open_uri),
6490         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6491         (ev_window_run_presentation), (ev_window_stop_presentation),
6492         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6493         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6494         (ev_window_update_dual_page_action),
6495         (ev_window_continuous_changed_cb),
6496         (ev_window_dual_mode_changed_cb), (ev_window_init):
6497
6498         Remember a bunch of view/document properties. Prolly some
6499         are still missing but it's getting interesting.
6500
6501 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6502
6503         * configure.ac: check if dbus-binding-tool is installed. Not the
6504         case on current Ubuntu breezy, it seems.
6505
6506 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6507
6508         * data/evince.desktop.in.in:
6509         
6510         Allow open uri lists and add TryExec field.
6511
6512 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6513
6514         * configure.ac:
6515
6516         Enable dbus when available, do not require a configure
6517         option.
6518
6519 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6520
6521         * configure.ac:
6522
6523         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6524         disabled.
6525
6526 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6527         Marco Pesenti Gritti  <mpg@redhat.com>
6528
6529         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6530         
6531         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6532         functions to the format required by dbus
6533
6534         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6535         errors. Use the RPC parameters in the expected way
6536
6537 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6538
6539         * Makefile.am:
6540         * properties/Makefile.am:
6541         * properties/ev-properties-main.c: (ev_properties_get_pages):
6542
6543         Support all mime types
6544
6545         * shell/Makefile.am:
6546         * thumbnailer/Makefile.am:
6547         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6548         (evince_thumbnail_pngenc_get):
6549
6550         Use the document factory
6551
6552 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6553
6554         * backend/Makefile.am:
6555         * backend/ev-document-factory.c:
6556         (mime_type_supported_by_gdk_pixbuf),
6557         (ev_document_type_get_from_mime),
6558         (ev_document_factory_get_document),
6559         (ev_document_factory_get_backend),
6560         (ev_document_factory_get_mime_types),
6561         (ev_document_factory_get_all_mime_types):
6562         * backend/ev-document-factory.h:
6563         * shell/Makefile.am:
6564         * shell/ev-document-types.c: (get_document_from_uri),
6565         (ev_document_types_get_document),
6566         (file_filter_add_mime_list_and_free),
6567         (ev_document_types_add_filters):
6568         * shell/ev-document-types.h:
6569         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6570         * shell/ev-properties-dialog.c:
6571         (ev_properties_dialog_set_document):
6572         * shell/ev-window.c: (ev_window_cmd_file_open),
6573         (ev_window_cmd_save_as):
6574         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6575
6576         Rework document types managing to avoid code duplication
6577         and actually abstract from backend implementations.
6578         Also provide a minimal factory api that can be used by
6579         thumbnailer/properties.
6580
6581 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6582
6583         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6584         Plug a mem leak.
6585         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6586         HIG spacings.
6587
6588 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6589
6590         * shell/ev-properties-dialog.c
6591         (ev_properties_dialog_set_document): only call
6592         ev_properties_fonts_set_document() if the document implements the
6593         fonts interface
6594
6595 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6596
6597         * configure.ac:
6598         * properties/Makefile.am:
6599         * properties/ev-properties-view.c:
6600         (ev_properties_view_register_type):
6601         * properties/ev-properties-view.h:
6602         * properties/ev-properties-main.h:
6603
6604         Implement nautilus plugin for properties.
6605         Works only for pdf atm, I need to rework the
6606         document types stuff to get this to work
6607         for all backends...
6608
6609 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6610
6611         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6612         (ev_properties_fonts_set_document): use
6613         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6614
6615 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6616
6617         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6618         them
6619         (PlaceImage, tiff2ps_process_page): use
6620         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6621
6622
6623 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6624
6625         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6626         (main): to call gnome_authentication_manager_init. Should fix
6627         Bug #308510
6628
6629         * configure.ac: that requires libgnomeui 2.6.0.
6630
6631 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6632
6633         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6634         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6635         use the new tiff2ps interfaces
6636
6637         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6638         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6639
6640         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6641         structure instead of global variables.  Remove use of static
6642         variables in functions.
6643
6644 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6645
6646         * shell/ev-page-action.c: unref the completion after setting it to the
6647         entry
6648
6649 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6650
6651         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6652         postscript files
6653
6654 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6655
6656         * shell/ev-window.c (update_action_sensitivity): disable
6657         File->Print if the document does not implement the ps exporter
6658         interface
6659
6660 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6661
6662         * Makefile.am:
6663         * configure.ac:
6664         * data/evince-properties.glade:
6665         * properties/.cvsignore:
6666         * properties/Makefile.am:
6667         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6668         (ev_properties_view_class_init), (ev_properties_view_format_date),
6669         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6670         (ev_properties_view_init), (ev_properties_view_new):
6671         * properties/ev-properties-view.h:
6672         * shell/Makefile.am:
6673         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6674         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6675         (ev_properties_dialog_new):
6676         * shell/ev-properties-dialog.h:
6677         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6678         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6679         (update_progress_label), (job_fonts_finished_cb),
6680         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6681         * shell/ev-properties-fonts.h:
6682         * shell/ev-properties.c:
6683         * shell/ev-properties.h:
6684         * shell/ev-window.c: (ev_window_setup_document),
6685         (ev_window_cmd_file_properties):
6686
6687         Split the properties pages in two different objects, depend
6688         only on the backend where possible, use widgets instead
6689         of gobject for the glade part, reimplement the dialog
6690         itself with gtk.
6691         I need this to implement nautilus properties page.
6692
6693 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6694
6695         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6696         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6697         (tiff_document_document_ps_exporter_iface_init): implement the ps
6698         exporter interface for tiff documents
6699
6700         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6701         libtiff to implement TIFF postscript export
6702
6703         * tiff/tiff2ps.h: added a header file for external tiff2ps
6704         functions.
6705
6706         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6707         tiff2ps.h
6708
6709 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * shell/ev-view.c: (scroll_to_current_page),
6712         (ev_view_set_fullscreen), (ev_view_set_presentation):
6713         
6714         Scroll to current page when exit from presentation
6715
6716 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6717
6718         * shell/ev-window.c: (update_document_mode),
6719         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6720         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6721         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6722         
6723         Exit from fullscreen mode when switch to presentation. Fix for
6724         bug 309365
6725
6726 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6727
6728         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6729         return NULL if the document does not implement the selection
6730         interface.
6731
6732 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6733
6734         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6735         reported height by using the resolution aspect ratio
6736         (tiff_document_render_pixbuf): scale the pixbuf using the
6737         resolution aspect ratio
6738
6739 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6740
6741         * configure.ac:
6742         
6743         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6744         <kiltedaco@gmail.com>
6745         
6746         * djvu/djvu-document.c: (djvu_document_get_orientation),
6747         (djvu_document_set_orientation), (djvu_document_get_page_size),
6748         (rotate_pixbuf), (djvu_document_render_pixbuf),
6749         (djvu_document_document_iface_init):
6750         * dvi/dvi-document.c: (dvi_document_get_orientation),
6751         (dvi_document_set_orientation), (dvi_document_get_page_size),
6752         (rotate_pixbuf), (dvi_document_render_pixbuf),
6753         (dvi_document_document_iface_init):
6754         
6755         Dvi and djvu backends are ported to new API
6756
6757 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6758
6759         * backend/ev-selection.c: (ev_selection_get_selection_region),
6760         (ev_selection_get_selection_map):
6761         * backend/ev-selection.h:
6762         * pdf/ev-poppler.cc:
6763         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6764         * shell/ev-jobs.h:
6765         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6766         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6767         (ev_pixbuf_cache_get_text_mapping):
6768         * shell/ev-pixbuf-cache.h:
6769         * shell/ev-view.c: (location_in_text),
6770         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6771         support to EvView.  Now we can see where we can select!  Sweet!
6772
6773 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6774
6775         * shell/ev-view.c (ev_view_button_press_event): Fix
6776         event->y + view->scroll_x typo.
6777
6778 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6779
6780         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6781         sub-GdkPixbuf instead of passing dest_x and dest_y.
6782         
6783         * shell/ev-view.c: (view_point_to_doc_point),
6784         (view_rect_to_doc_rect), (ev_view_button_press_event),
6785         (ev_view_motion_notify_event), (compute_new_selection_rect),
6786         (gdk_rectangle_point_in), (compute_new_selection_text),
6787         (compute_selections): Update selection code to keep the selection
6788         around as two points and not as a normalized rectangle, and fix
6789         page level selection in two-column mode.
6790
6791 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6792
6793         * shell/ev-window.c: (window_configure_event_cb): 
6794         
6795         Fix compilation
6796         
6797 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6798
6799         * pdf/ev-poppler.cc:
6800
6801         Fix compilation
6802
6803 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6804
6805         * shell/Makefile.am:
6806         * shell/ev-metadata-manager.c: (item_free),
6807         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6808         (parse_value), (parseItem), (load_values),
6809         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6810         (save_values), (save_item), (get_oldest), (resize_items),
6811         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6812         * shell/ev-metadata-manager.h:
6813
6814         Metadata manager from gedit but modified to use GValue, so that
6815         we dont need to keep converting from strings.
6816
6817         * configure.ac:
6818
6819         ENABLE_METADATA conditional, on when dbus is on
6820
6821         * shell/ev-application.c: (ev_application_open_uri):
6822
6823         Show the window after load so that we can initialize
6824         window size before it's showed.
6825
6826         * shell/ev-window.c: (ev_window_setup_from_metadata),
6827         (ev_window_open_uri), (window_configure_event_cb),
6828         (ev_window_init):
6829
6830         Save and load metadata information about window size.
6831         Not yet keeping states in account.
6832
6833         * shell/main.c: (main):
6834
6835         Shutdown metadata manager.
6836
6837 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6838
6839         * shell/ev-application-service.xml:
6840         * configure.ac:
6841         * shell/Makefile.am:
6842         * shell/ev-application.c:
6843         * shell/ev-application.h:
6844         * shell/ev-window.c:
6845         * shell/ev-window.h:
6846         * shell/main.c:
6847
6848         Add an optional dbus interface (--enable-dbus).
6849         Rework application code, mainly to be easier to
6850         use "remotely".
6851         Do not open multiple windows with the same document,
6852         spatial evince!
6853
6854 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6855
6856         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6857         pixbuf iff it exists.
6858
6859 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6860
6861         * shell/*:
6862         * backend/ev-render-context.[ch]:
6863         * backend/ev-selection.[ch]:
6864
6865         Massive changes.  We now support text selection of pdfs, and not
6866         just rectangular selection.  This is pretty broken still, but I
6867         want to get something into CVS.
6868
6869 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6870
6871         * pdf/ev-poppler.cc:
6872         
6873         Fix for Bug 309080: crash on window close.
6874         
6875         * shell/ev-page-action.c: (page_changed_cb):
6876         
6877         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6878         jensgr@gmx.net (Jens Granseuer).
6879
6880 2005-06-25  Marcel Telka  <marcel@telka.sk>
6881
6882         * configure.in (ALL_LINGUAS): Added sk.
6883
6884 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6885
6886         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6887         not a document open
6888
6889 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6890
6891         * NEWS:
6892         * configure.ac:
6893
6894         Release 0.3.2
6895
6896         * cut-n-paste/recent-files/Makefile.am:
6897
6898         Fix make distcheck
6899
6900 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6901
6902         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6903         (pixbuf_document_set_orientation), (rotate_pixbuf),
6904         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6905         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6906
6907         Implement rotation and cleanup the code a bit.
6908
6909         * tiff/tiff-document.c: (tiff_document_get_page_size),
6910         (tiff_document_get_orientation), (tiff_document_set_orientation),
6911         (rotate_pixbuf), (tiff_document_render_pixbuf),
6912         (tiff_document_document_iface_init), (tiff_document_init):
6913
6914         Implement rotation. Was the quicker solution for the release
6915         but we really need to share this code in the shell.
6916
6917 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6918
6919         * pdf/ev-poppler.cc:
6920
6921         Enable rotation, require poppler cvs. Fix a leak.
6922
6923 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * shell/ev-window.c: (update_action_sensitivity):
6926         
6927         Make properties unsensitive if document backend doesn't provide
6928         any info
6929
6930 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6933         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6934         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6935         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6936         (bitmap_flip_rotate_counter_clockwise):
6937         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6938         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6939         (buff_gets):
6940         * dvi/mdvi-lib/common.h:
6941         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6942         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6943         (opendvi), (mdvi_reload), (mdvi_init_context),
6944         (mdvi_destroy_context), (mdvi_dopage), (special):
6945         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6946         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6947         (file_hash_free), (register_encoding), (parse_spec),
6948         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6949         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6950         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6951         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6952         (mdvi_register_font_type), (mdvi_unregister_font_type),
6953         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6954         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6955         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6956         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6957         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6958         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6959         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6960         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6961         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6962         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6963         (mdvi_unregister_special), (mdvi_flush_specials):
6964         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6965         (t1_font_remove):
6966         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6967         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6968         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6969         (free_font_metrics), (flush_font_metrics):
6970         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6971         (tt_font_remove):
6972         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6973         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6974         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6975         (dstring_insert), (dstring_new), (dstring_reset):
6976         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6977         
6978         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6979         avoid conflict with libtool on FC4
6980         
6981         * shell/ev-window.c: (ev_window_cmd_help_about):
6982         
6983         Update copyright year. Fix for bug 308828.
6984
6985 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6986
6987         * shell/ev-view.c: (add_scroll_binding_keypad),
6988         (ev_view_binding_activated), (ev_view_class_init),
6989         (on_adjustment_value_changed):
6990         
6991         Bug 170874: Arrow keys switch pages in presentation mode
6992
6993 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6996         
6997         Fix for Bug 308265: Sidebar dissappears coming out of 
6998         Presentation mode
6999
7000 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * shell/ev-application.c: (ev_application_open):
7003         * shell/ev-document-types.c: (ev_document_types_add_filters),
7004         (ev_document_types_add_filters_for_type):
7005         * shell/ev-document-types.h:
7006         * shell/ev-window.c: (ev_window_cmd_save_as):
7007         
7008         Suggest basename as template when saving, provide filters
7009         for save dialog. It's bug 308402
7010
7011 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7012
7013         * pdf/ev-poppler.cc:
7014         * shell/ev-sidebar-links.c: (job_finished_callback):
7015         * shell/ev-view.c: (update_find_status_message):
7016         
7017         Some leaks fixed
7018
7019 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7020
7021         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7022         (egg_recent_view_uimanager_set_list):
7023
7024         Fix buglet in !show_numbers case.
7025
7026 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7027
7028         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7029         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7030
7031         Use pango ellipsisation.
7032
7033         * pdf/ev-poppler.cc:
7034
7035         Fix refcount leak, from nsh.
7036
7037 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * cut-n-paste/recent-files/Makefile.am:
7040         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7041         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7042         
7043         Removed EggRecentViewGtk
7044         
7045         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7046         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7047         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7048         (ev_window_setup_recent):
7049         
7050         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7051         with other projects
7052
7053 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7054
7055         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7056         (egg_recent_view_gtk_finalize):
7057
7058         Fix memory leak
7059
7060         * cut-n-paste/toolbar-editor/Makefile.am:
7061         
7062         Fix location of cursor icon.
7063         
7064         * pdf/ev-poppler.cc:
7065         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7066         (display_completion_text), (match_completion):
7067         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7068         (selection_changed_callback), (create_loading_model),
7069         (print_section_cb), (links_page_num_func),
7070         (update_page_callback_foreach):
7071         * shell/ev-window.c: (ev_window_dispose):
7072         
7073         Small memory fixes. Links model now store objects instead
7074         of pointers to improve memory management. 
7075
7076 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7077
7078         * shell/ev-window.c: (zoom_control_changed_cb):
7079         
7080         Fix update of zoom control (bug 308268).
7081
7082 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7083
7084         * shell/ev-properties.c (set_property): escape the text correctly.
7085         Handles non-UTF-8 properties and escaped properties.  Also, sets
7086         the text to "<i>None</i>" if the property isn't set.
7087
7088         * data/evince-properties.glade: Change the label to be ellipsized,
7089         and give it a minimum size.
7090
7091 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7092
7093         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7094         * shell/ev-sidebar-links.c: (create_loading_model):
7095         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7096         * shell/ev-view.c: (ev_view_set_document):
7097         * shell/ev-window.c: (ev_window_dispose):
7098         
7099         Various small fixes, mostly memory leaks. Thanks to valgrind.
7100
7101 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7102
7103         * ps/ps-document.c: remove the locale.h include again ;-). And
7104         kill the (bogus) setlocale/savelocale business.
7105
7106 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7107
7108         * ps/ps-document.c:
7109         
7110         Include locale.h to fix build
7111         
7112         * shell/ev-sidebar.c:
7113         
7114         Remove unnecessary includes
7115
7116 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7117
7118         * dvi/dvi-document.c: (dvi_document_load):
7119         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7120         * po/POTFILES.in:
7121         
7122         Check for incorrect dvi files. Fix parsing dvi on AMD64
7123         platform. Thanks to tester@tester.ca (Olivier Crete).
7124
7125 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7126
7127         * shell/ev-page-action.c: (match_selected_cb),
7128         (display_completion_text), (match_completion), (update_model):
7129         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7130         (expand_open_links):
7131         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7132         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7133         (ev_sidebar_set_document):
7134         * shell/ev-window.c: (ev_window_xfer_job_cb),
7135         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7136         
7137         Fixed lot's of memory leaks, for example, memory leak on reload, 
7138         described in bug 307793.
7139
7140 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7141
7142         * pdf/ev-poppler.cc:
7143         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7144         (update_visible_range), (adjustment_changed_cb),
7145         (ev_sidebar_thumbnails_fill_model),
7146         (ev_sidebar_thumbnails_refresh),
7147         (ev_sidebar_tree_selection_changed),
7148         (ev_sidebar_icon_selection_changed),
7149         (ev_sidebar_thumbnails_use_icon_view),
7150         (ev_sidebar_thumbnails_set_document):
7151         * shell/ev-sidebar-thumbnails.h:
7152         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7153         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7154
7155         Refresh thumbnails when changing orientation. Not fully
7156         working yet becuase of a sidebar bug.
7157
7158         Set page orientation to poppler page everywhere. This sucks
7159         really need to fix poppler.
7160
7161 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7162
7163         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7164         (egg_recent_view_gtk_new_menu_item),
7165         (egg_recent_view_gtk_set_property),
7166         (egg_recent_view_gtk_get_property),
7167         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7168         (egg_recent_view_gtk_set_tooltip_func),
7169         (egg_recent_view_gtk_set_label_width),
7170         (egg_recent_view_gtk_get_label_width):
7171         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7172
7173         Sync with libegg (ellipsize labels)
7174
7175 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7176
7177         * data/evince-ui.xml:
7178         * shell/ev-window.c: (ev_window_cmd_go_forward),
7179         (ev_window_cmd_go_backward):
7180         
7181         Shift + PageUp moves 10 Pages. Fix for 306125
7182
7183 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7184
7185         * pdf/ev-poppler.cc:
7186
7187         Add a flag to check if orientation has been overriden
7188
7189 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7190
7191         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7192         field if necessary.
7193
7194         * ps/ps.h: add creator field to document.
7195
7196         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7197         set creator field.
7198
7199 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7200
7201         * data/evince-properties.glade:
7202         * shell/ev-properties.c: (ev_properties_set_document):
7203
7204         s/PDF Version/Format
7205
7206 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7207
7208         * shell/ev-properties.c: (ev_properties_set_document):
7209
7210         Remove unnecessary translations
7211
7212 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7213
7214         * cut-n-paste/toolbar-editor/Makefile.am:
7215
7216         Correct library name    
7217
7218 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7219
7220         * configure.ac:
7221         * cut-n-paste/recent-files/egg-recent-model.c:
7222         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7223         (egg_recent_model_unlock_file):
7224         * cut-n-paste/recent-files/egg-recent-util.c:
7225         (egg_recent_util_get_unique_id):
7226         * cut-n-paste/recent-files/update-from-egg.sh:
7227         * cut-n-paste/toolbar-editor/Makefile.am:
7228         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7229         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7230         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7231         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7232         (egg_toolbars_model_get_type):
7233         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7234
7235         Better makefile for toolbar editor and update everything
7236         to latest libegg.
7237
7238 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7239
7240         * shell/ev-window.c: (update_document_mode):
7241
7242         Prefer presentation mode when the document
7243         require fullscreen.
7244
7245 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7246
7247         * data/evince-ui.xml:
7248         * shell/ev-window.c:
7249
7250         Add control-equal for zooming
7251
7252 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7253
7254         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7255
7256 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * backend/ev-document.c: (ev_document_get_orientation):
7259         * backend/ev-document.h:
7260         * pdf/ev-poppler.cc:
7261         * ps/ps-document.c: (ps_document_get_orientation),
7262         (ps_document_set_orientation), (ps_document_document_iface_init):
7263
7264         Add a get_orientation api. Improve set_orientation.
7265
7266         * data/evince-ui.xml:
7267         * shell/ev-view.c: (ev_view_set_orientation),
7268         (ev_view_rotate_right), (ev_view_rotate_left):
7269         * shell/ev-view.h:
7270         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7271         (ev_window_cmd_edit_rotate_right):
7272
7273         Better ui for changing document orientation
7274
7275 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7278         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7279         * shell/ev-sidebar-links.h:
7280         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7281         (ev_sidebar_page_iface_init):
7282         * shell/ev-sidebar-page.h:
7283         * shell/ev-sidebar-thumbnails.c:
7284         (ev_sidebar_thumbnails_get_property),
7285         (ev_sidebar_thumbnails_class_init),
7286         (ev_sidebar_thumbnails_set_document):
7287         * shell/ev-sidebar-thumbnails.h:
7288         * shell/ev-view.c: (ev_view_motion_notify_event):
7289         * shell/ev-window.c: (update_chrome_visibility),
7290         (ev_window_cmd_focus_page_selector),
7291         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7292         (sidebar_page_main_widget_update_cb), (ev_window_init):
7293         
7294         Autoraise toolbar on GoToPage binding and fix bindings in
7295         EvSidebarThumbnails page.
7296
7297 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7298
7299         * shell/ev-properties.c: (update_progress_label):
7300
7301         Hide the progress label when finished; bug #307697.
7302
7303 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7304
7305         * pdf/ev-poppler.cc:
7306
7307         Enable is_open for links, you will need poppler cvs
7308
7309         * shell/ev-properties.c: (job_fonts_finished_cb):
7310
7311         Get a lock on the document when filling the tree view
7312
7313 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7314
7315         * backend/ev-document-links.h:
7316         * pdf/ev-poppler.cc:
7317         * shell/ev-sidebar-links.c: (create_loading_model),
7318         (expand_open_links), (job_finished_callback):
7319
7320         Expand links when specified by the document.
7321         Depend on a poppler api (defined out for now)
7322
7323 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7324
7325         * shell/ev-properties.c: (ev_properties_dispose),
7326         (ev_properties_class_init), (dialog_destroy_cb),
7327         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7328         (ev_properties_set_document), (ev_properties_new),
7329         (ev_properties_show):
7330         * shell/ev-properties.h:
7331
7332         Make it an object, cleanup the code, api to show it as transient
7333         and to set the document.
7334
7335         * shell/ev-window.c: (ev_window_setup_document),
7336         (ev_window_cmd_file_properties):
7337
7338         Adapt to EvProperties changes, do not show multiple
7339         times, update it when document changes.
7340
7341 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7342
7343         * ps/gstypes.h:
7344         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7345         (ps_document_set_orientation), (ps_document_document_iface_init):
7346         * ps/ps-document.h:
7347
7348         Implement orientation here too
7349
7350         * shell/ev-properties.c: (ev_properties_new):
7351         * data/evince-properties.glade:
7352
7353         Hide the fonts page for backends that doesnt
7354         support it.     
7355
7356 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7357
7358         * backend/ev-document.c: (ev_document_set_orientation):
7359         * backend/ev-document.h:
7360         * pdf/ev-poppler.cc:
7361
7362         Add orientation api. Currently poppler api is not optimal,
7363         we need to set orientation every time we _get a page.
7364         I will try to fix that at some point.
7365
7366         * data/evince-ui.xml:
7367         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7368         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7369
7370         Add orientation menu items
7371
7372         * shell/ev-page-cache.c: (ev_page_cache_clear):
7373         * shell/ev-page-cache.h:
7374
7375         Add api to clear the cache
7376
7377         * shell/ev-view.c: (setup_caches), (clear_caches),
7378         (ev_view_set_document), (ev_view_zoom_out),
7379         (ev_view_set_orientation):
7380         * shell/ev-view.h:
7381
7382         Implement orientation changing
7383
7384 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7385
7386         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7387         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7388         * backend/ev-document-fonts.h:
7389
7390         Separate scan and fill so that we can incrementally fill from
7391         the main thread. Add a progress api.
7392
7393         * data/evince-properties.glade:
7394         * pdf/ev-poppler.cc:
7395         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7396         * shell/ev-jobs.h:
7397         * shell/ev-properties.c: (update_progress_label),
7398         (job_fonts_finished_cb), (setup_fonts_view):
7399
7400         Incrementally feel the list and show the progress
7401         percentage in a label like acrobat does.
7402
7403         You are going to need poppler cvs
7404
7405 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7406
7407         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7408         * backend/ev-document-fonts.h:
7409         * pdf/ev-poppler.cc:
7410
7411         Make fonts model fill incrementally.
7412
7413         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7414         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7415         (ev_job_queue_remove_job):
7416         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7417         (ev_job_fonts_new), (ev_job_fonts_run):
7418         * shell/ev-jobs.h:
7419
7420         New job for fonts scanning
7421
7422         * shell/ev-properties.c: (job_fonts_finished_cb),
7423         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7424         * shell/ev-properties.h:
7425         * shell/ev-window.c: (ev_window_cmd_file_properties):
7426
7427         Incrementally feel the treeview using the new job. Show Loading...
7428         message until scanning is completed.
7429
7430         Hopefully I didnt break the build without the poppler patch.
7431
7432 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7433
7434         * shell/ev-application.c: (ev_application_open):
7435         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7436         (ev_document_type_get_type), (ev_document_type_lookup):
7437         * shell/ev-document-types.h:
7438         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7439         * shell/ev-job-xfer.h:
7440         * shell/ev-window.c: (ev_window_clear_local_uri),
7441         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7442         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7443         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7444         
7445         Transfer remote documents to tmp directory to display them later.
7446
7447 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7448
7449         * backend/ev-document-info.h:
7450         * shell/ev-properties.c: (ev_properties_new):
7451
7452         s/GTime*/GTime. Not sure why we was using a pointer
7453         at all there!
7454
7455 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7456
7457         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7458         situations.  That situation is that you're using GTK+-HEAD with
7459         the patch at #306726 is applied, and you have a document with <
7460         1500 pages in it.  It's not quite as uniformly nice as the
7461         TreeView, but should be better in the long run.
7462
7463         I'm pretty sure I guarded against breaking compilation with
7464         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7465         I missed some.
7466
7467         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7468         widget yet, so I commented that code out
7469         enable_view_actions_for_widget() for now.  Need to figure this
7470         out.
7471
7472         * shell/ev-page-action.c (match_selected_cb): emit the right
7473         signals.  Our cool C-l completion now works.
7474
7475 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * backend/Makefile.am:
7478         * backend/ev-document-fonts.c:
7479         * backend/ev-document-links.c:
7480         * backend/ev-document.c: (ev_document_load):
7481         * backend/ev-document.h:
7482         * backend/ev-job-queue.c:
7483         * backend/ev-job-queue.h:
7484         * backend/ev-jobs.c:
7485         * backend/ev-jobs.h:
7486         * backend/ev-page-cache.c:
7487         * backend/ev-page-cache.h:
7488
7489         EvPageCache and EvJobs are moved to shell.
7490
7491         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7492         (ev_tmp_filename):
7493         * lib/ev-file-helpers.h:
7494         
7495         New helper to work with temporary files
7496         
7497         * shell/Makefile.am:
7498         * shell/ev-application.c: (ev_application_open):
7499         * shell/ev-application.h:
7500         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7501         (remove_job_from_async_queue), (add_job_to_async_queue),
7502         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7503         (handle_job), (search_for_jobs_unlocked),
7504         (no_jobs_available_unlocked), (ev_render_thread),
7505         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7506         (ev_job_queue_add_job), (move_job_async), (move_job),
7507         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7508         * shell/ev-job-queue.h:
7509         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7510         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7511         * shell/ev-job-xfer.h:
7512         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7513         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7514         (ev_job_links_class_init), (ev_job_render_init),
7515         (ev_job_render_dispose), (ev_job_render_class_init),
7516         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7517         (ev_job_thumbnail_class_init), (ev_job_load_init),
7518         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7519         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7520         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7521         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7522         * shell/ev-jobs.h:
7523         * shell/ev-page-action.c: (ev_page_action_set_document):
7524         * shell/ev-page-cache.c: (ev_page_cache_init),
7525         (ev_page_cache_class_init), (ev_page_cache_finalize),
7526         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7527         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7528         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7529         (ev_page_cache_get_title), (ev_page_cache_get_size),
7530         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7531         (ev_page_cache_get_height_to_page),
7532         (ev_page_cache_get_max_label_chars),
7533         (ev_page_cache_get_page_label),
7534         (ev_page_cache_has_nonnumeric_page_labels),
7535         (ev_page_cache_get_info), (ev_page_cache_next_page),
7536         (ev_page_cache_prev_page), (ev_page_cache_get):
7537         * shell/ev-page-cache.h:
7538         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7539         (ev_pixbuf_cache_clear_job_sizes),
7540         (ev_pixbuf_cache_add_jobs_if_needed),
7541         (ev_pixbuf_cache_set_page_range):
7542         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7543         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7544         * shell/ev-sidebar-thumbnails.c:
7545         (ev_sidebar_tree_selection_changed),
7546         (ev_sidebar_thumbnails_set_document):
7547         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7548         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7549         (ev_statusbar_get_context_id), (ev_statusbar_push),
7550         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7551         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7552         (ev_statusbar_set_progress):
7553         * shell/ev-statusbar.h:
7554         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7555         (ev_view_find_previous):
7556         * shell/ev-window.c: (ev_window_is_empty),
7557         (ev_window_setup_document), (password_dialog_response),
7558         (ev_window_clear_jobs), (ev_window_load_job_cb),
7559         (ev_window_xfer_job_cb), (ev_window_open_uri),
7560         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7561         (ev_window_print), (ev_window_print_range),
7562         (ev_window_state_event), (ev_window_cmd_view_reload),
7563         (menu_item_select_cb), (menu_item_deselect_cb),
7564         (view_status_changed_cb), (ev_window_dispose),
7565         (drag_data_received_cb), (ev_window_init):
7566         * shell/ev-window.h:
7567         * shell/main.c: (load_files):
7568         
7569         New statusbar to show progress on idle. Two new jobs - 
7570         xfer job and load job to load document in background. And update
7571         of page_cache clients to new location of code.
7572
7573 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7574   
7575         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7576         selection in open dialog. It also remembers the last visited directory 
7577         in the current session.
7578
7579 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7580
7581         * shell/ev-properties.c: (ev_properties_new):
7582         * shell/ev-properties.h:
7583         * shell/ev-window.c: (ev_window_cmd_file_properties):
7584         
7585         Get document info from page cache instead of document itself.
7586         This should fix crash related to race conditions described in
7587         bug 306545.
7588
7589 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7590
7591         * ps/ps-document.c: (ps_document_init),
7592         (send_ps), (get_page_box), (output), (catchPipe), (input),
7593         (stop_interpreter), (file_length), (file_readable),
7594         (check_filecompressedb), (ps_document_enable_interpreter),
7595         (document_load), (ps_async_renderer_render_pixbuf):
7596         * ps/ps-document.h:
7597
7598         Big cleanup of the ps code
7599
7600 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7601
7602         * backend/Makefile.am:
7603         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7604         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7605         * backend/ev-async-renderer.h:
7606
7607         Add an async renderer interface (method + callback) which
7608         is useful for backends like ps.
7609
7610         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7611         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7612         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7613         (ev_job_queue_add_job), (move_job_async), (move_job),
7614         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7615
7616         Add queues for async renderer, these are executed on the
7617         main thread.
7618
7619         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7620         (ev_job_render_run):
7621         * backend/ev-jobs.h:
7622
7623         If the backend support async renderer interface use it.
7624
7625         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7626         (setup_pixmap), (ps_document_get_type),
7627         (ps_async_renderer_render_pixbuf),
7628         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7629
7630         Implement async renderer interface.
7631
7632 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7633
7634         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7635
7636         Cleanup links job on exit.
7637
7638 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7639
7640         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7641         (drag_data_get_cb), (drag_data_received_cb):
7642         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7643         (drag_data_get_cb), (parse_item_list),
7644         (egg_toolbar_editor_load_actions):
7645         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7646         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7647         (parse_item_list), (parse_toolbars):
7648         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7649         (dvi_pixbuf_put_pixel):
7650         
7651         Fix gcc 4.0 warnings
7652
7653 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7654
7655         * ps/ps-document.c: (start_interpreter):
7656
7657         Fix warning when loading ps
7658
7659 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7660
7661         * ps/ps-document.c: (output):
7662
7663         Fix crash when priting gs error messages.
7664
7665 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7666
7667         * backend/ev-page-cache.c: (_ev_page_cache_new):
7668         * backend/ev-page-cache.h:
7669
7670         Use a const to return title so that we dont double
7671         free it. Small cleanup and fix a leak.
7672
7673         * shell/ev-window.c: (update_window_title):
7674
7675         strdup value from get_title.
7676
7677 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7678
7679         * shell/ev-sidebar-links.c: (job_finished_callback),
7680         (ev_sidebar_links_set_document):
7681
7682         Cleanup the old job when changing document
7683
7684 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7685
7686         * shell/ev-stock-icons.c:
7687         * shell/ev-stock-icons.h:
7688         * shell/ev-window.c:
7689         
7690         Add stock icons for actions that can appear in toolbar. Fix for
7691         bug 306566.
7692
7693 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7696         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7697         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7698         * backend/ev-page-cache.h:
7699         * shell/ev-view.c: (scroll_to_current_page),
7700         (view_update_range_and_current_page), (get_page_y_offset),
7701         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7702         (ev_view_size_request_continuous),
7703         (ev_view_zoom_for_size_continuous_and_dual_page),
7704         (ev_view_zoom_for_size_continuous):
7705         
7706         More compact EvView layout in document with pages of different size.
7707
7708 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7709
7710         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7711         compilation.
7712
7713 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7714
7715         * shell/ev-view.c: (view_set_adjustment_values):
7716         * shell/ev-window.c: (ev_window_cmd_file_properties):
7717         
7718         A bit different fix for rounding problem but it has no
7719         problems on startup. Make properties window transient to parent.
7720
7721 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * pdf/ev-poppler.cc:
7724         
7725         More commenting of font stuff.
7726
7727 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7728
7729         * pdf/ev-poppler.cc:
7730
7731         Comment out some more fonts stuff. Should really
7732         work without the poppler patch now.
7733
7734 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7735
7736         * pdf/ev-poppler.cc:
7737
7738         Adapt to api change
7739
7740 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7741
7742         * data/evince-properties.glade:
7743         * pdf/ev-poppler.cc:
7744         * shell/ev-properties.c: (setup_fonts_view):
7745
7746         Set the column title. Show the dialog only
7747         once everything is setup.
7748         Getting font info can be very slow... will
7749         prolly need to make this threaded too.
7750
7751 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7752
7753         * backend/Makefile.am:
7754         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7755         (ev_document_fonts_get_fonts_model):
7756         * backend/ev-document-fonts.h:
7757         * data/evince-properties.glade:
7758         * pdf/ev-poppler.cc:
7759         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7760         * shell/ev-properties.h:
7761         * shell/ev-window.c: (ev_window_cmd_file_properties):
7762
7763         Implement fonts list. Defined out for now, since it depends
7764         on a not yet committed poppler patch.
7765
7766 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7767
7768         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7769         page + 1.
7770
7771         * shell/ev-window.c: Make sure we add the timeout when we get a
7772         focus-in event.
7773
7774         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7775         adjustment->value before calculating the zoom factor to average
7776         out all of our rounding errors.  The page no longer 'drifts' when
7777         resizing.
7778
7779 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780
7781         * data/evince-properties.glade:
7782         * shell/ev-properties.c: (ev_properties_format_date),
7783         (set_property):
7784         
7785         Labels don't expand when the dialogue is resized.
7786         strftime result needs to be converted to UTF-8. Thanks
7787         to Christian Persch <chpe@gnome.org>.
7788
7789 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7790
7791         * data/evince-properties.glade:
7792
7793         Hide the fonts tab
7794
7795 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7796
7797         * backend/ev-document-info.h:
7798         * backend/ev-document.c: (ev_document_info_free):
7799         * data/evince-properties.glade:
7800         * pdf/ev-poppler.cc:
7801         * ps/ps-document.c: (ps_document_get_info):
7802         * shell/ev-properties.c: (ev_properties_format_date),
7803         (set_property), (ev_properties_new):
7804         * shell/ev-properties.h:
7805         * shell/ev-window.c: (ev_window_cmd_file_properties):
7806
7807         Rework properties code to take only EvPropertyInfo
7808         in the constructor so that it can be useful for
7809         nautilus plugin too.
7810
7811         Deal with backends that doesnt support some properties.
7812         Make set property code generic.
7813
7814 2005-06-04  Christian Persch <chpe@gnome.org>
7815
7816         * data/evince-properties.glade:
7817
7818         fix spacings, make resizeable, and make data labels
7819         selectable + ellipsised
7820
7821 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7822
7823         * backend/ev-document-info.h:
7824         * data/Makefile.am:
7825         * data/evince-ui.xml:
7826         * pdf/ev-poppler.cc:
7827         * shell/Makefile.am:
7828         * shell/ev-window.c: (update_action_sensitivity),
7829         (ev_window_cmd_file_properties):
7830
7831         Initial go at file properties. Patch by
7832         Emil Soleyman-Zomalan <emil@soleyman.com>.
7833         Needs love see #169583
7834
7835 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7836
7837         * ps/ps-document.c: (output):
7838         * ps/ps.c: (psscan):
7839
7840         Try to render even if psscan fails.
7841
7842 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7843
7844         * ps/ps.c: (psscan), (pscopydoc):
7845
7846         Port buffered reading code from gv
7847
7848 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7849
7850         * ps/ps-document.c: (interpreter_message), (output):
7851
7852         Do not fail on interpreter messages
7853
7854 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7855
7856         * backend/ev-document-misc.c:
7857         (ev_document_misc_get_thumbnail_frame):
7858
7859         Pages can be 0 x 0, dont assert on this case
7860
7861 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7862
7863         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7864         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7865
7866         Correctly manage our reference on document. Finally the reload
7867         huge leak is gone...
7868
7869 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7870
7871         * ps/ps-document.c: (ps_document_dispose):
7872
7873         Forgot to chain it to the parent. Thanks chpe.
7874
7875 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7876
7877         * ps/ps-document.c: (ps_document_dispose),
7878         (ps_document_class_init), (stop_interpreter), (document_load):
7879
7880         Cleanup dispose a bit. Dont leak the whole pixmap.
7881
7882 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7883
7884         * pdf/ev-poppler.cc:
7885
7886         Release the poppler document on dispose
7887
7888 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7889
7890         * shell/ev-view.c: (ev_view_set_document):
7891
7892         Release ref on the pixbuf cache when changing
7893         document.
7894
7895 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7896
7897         * ps/ps-document.c: (ps_document_get_info):
7898
7899         Fix a double free
7900
7901 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * backend/ev-page-cache.c: (ev_page_cache_init),
7904         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7905         * backend/ev-page-cache.h:
7906         * shell/ev-page-action.c: (page_changed_cb):
7907         
7908         Set page action entry width depending on labels width. Fix
7909         for bug 305202.
7910
7911 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * backend/ev-link.c: (ev_link_class_init):
7914
7915         Allow -1 as page value (error)
7916
7917 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7918
7919         * shell/ev-sidebar-thumbnails.c:
7920         (ev_sidebar_thumbnails_set_document):
7921         * shell/ev-view.c: (scroll_to_current_page),
7922         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7923         (page_changed_cb), (on_adjustment_value_changed),
7924         (ev_view_set_document):
7925
7926         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7927         Fix bug 305377
7928
7929 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7930
7931         * configure.ac:
7932         * djvu/djvu-document.c: (djvu_document_get_page_size):
7933
7934         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7935         bug 301993.
7936
7937 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7938
7939         * shell/ev-view.c (draw_one_page): modify the expose handling to
7940         get the shadows.
7941
7942         * shell/ev-window.c (update_action_sensitivity): Respect
7943         permissions field.  Kowtow to the man.
7944
7945         * pdf/ev-poppler.cc: Get the permissions field.
7946
7947         * tiff/*c: Make a tiny bit more robust.
7948
7949 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7950
7951         * djvu/djvu-document.c:
7952         
7953         Pop messages from djvu context message queue.
7954
7955 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7956
7957         * configure.ac, Makefile.am, shell/Makefile.am:
7958         * tiff/Makefile.am, shell/ev-document-types.c:
7959         
7960         Cleanup tiff configure checks. Fix for bug 305218.
7961
7962 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7963
7964         * configure.ac: Added "uk" to ALL_LINGUAS.
7965
7966 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * cut-n-paste/zoom-control/ephy-zoom.c:
7969         (ephy_zoom_get_changed_zoom_level):
7970         * cut-n-paste/zoom-control/ephy-zoom.h:
7971         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7972         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7973         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7974         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7975         (zoom_control_changed_cb), (ev_window_init):
7976         
7977         Fix minor points related to moving best fit up. Introduce
7978         "zoom" property and make zoom control change it's value on
7979         notify::zoom signals. Fix for 305080.
7980
7981 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * data/evince-ui.xml:
7984         * shell/ev-window.c: (set_view_actions_sensitivity):
7985         
7986         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7987
7988 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7989
7990         * configure.ac:
7991
7992         Depends on poppler 0.3.2
7993
7994 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7995
7996         * cut-n-paste/recent-files/egg-recent-item.c:
7997         (egg_recent_item_get_short_name):
7998         * cut-n-paste/toolbar-editor/Makefile.am:
7999         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8000         (new_pixbuf_from_widget):
8001         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8002         * cut-n-paste/toolbar-editor/egg-marshal.c:
8003         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8004         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8005
8006         Sync
8007
8008 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8009
8010         * tiff/tiff-document.c: Rough TIFF backend.
8011
8012 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8013
8014         * NEWS:
8015         * configure.ac:
8016         * cut-n-paste/toolbar-editor/Makefile.am:
8017
8018         Release 0.3.1
8019
8020 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8021
8022         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8023         (ev_view_find_next), (ev_view_find_previous):
8024
8025         Remove the locks around get_n_results   
8026
8027 2005-05-21  Juerg Billeter  <j@bitron.ch>
8028
8029         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8030
8031         Pass correct number of pages to poppler.
8032
8033 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8034
8035         * configure.ac:
8036         * data/Makefile.am:
8037         * data/evince.desktop.in: 
8038         * data/evince.desktop.in.in:
8039         * po/POTFILES.in:
8040         
8041         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8042
8043 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8044
8045         * shell/ev-view.c: (view_update_adjustments),
8046         (view_set_adjustment_values): cast adjustmen->value to (int)
8047         before using it.  Otherwise, we get off by a pixel in some
8048         situations.
8049
8050         (draw_one_page): Draw the border on expose.
8051
8052 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8053
8054         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8055         adjustment when the mode changes, #304923
8056
8057 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8058
8059         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8060         flickering on resize but still use gdk_window_scroll on
8061         scrolling
8062
8063 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8064
8065         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8066         option, #170458
8067
8068 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8069
8070         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8071         second page on page_changed if possible, #304669
8072
8073 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8074
8075         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8076         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8077
8078 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8079
8080         * .cvsignore:
8081         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8082         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8083         (ev_view_zoom_for_size_presentation),
8084         (ev_view_zoom_for_size_continuous_and_dual_page),
8085         (ev_view_zoom_for_size_continuous),
8086         (ev_view_zoom_for_size_dual_page),
8087         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8088         * shell/ev-view.h:
8089         * shell/ev-window.c: (update_view_size),
8090         (ev_window_sizing_mode_changed_cb):
8091
8092         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8093         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8094         an infinite loop, #304769
8095
8096
8097 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8098
8099         * data/evince-ui.xml:
8100         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8101         * shell/ev-window.c: (set_view_actions_sensitivity):
8102
8103         Make PgUp/Down behave like Space
8104
8105 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8106
8107         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8108         * backend/ev-ps-exporter.h:
8109         * pdf/ev-poppler.cc:
8110         * ps/ps-document.c: (ps_document_ps_export_begin):
8111         * shell/ev-print-job.c: (idle_print_handler):
8112
8113         Adapt to new poppler api
8114
8115 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8116
8117         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8118         (ephy_zoom_control_init):
8119
8120         Translate zoom levels
8121
8122 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8123
8124         * cut-n-paste/zoom-control/ephy-zoom.c:
8125         (ephy_zoom_get_zoom_level_index):
8126
8127         Fix current zoom -> zoom control match
8128
8129 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8130
8131         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8132         rather than the scrolled_window that it's in. Fixes bug #304655.
8133
8134 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8135
8136         * shell/ev-view.c: (view_update_adjustments),
8137         (view_set_adjustment_values), (view_update_range_and_current_page),
8138         (view_scroll_to_page), (set_scroll_adjustment),
8139         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8140         (ev_view_scroll), (ev_view_scroll_view),
8141         (ensure_rectangle_is_visible), (find_page_at_location),
8142         (get_link_at_location), (go_to_link), (status_message_from_link),
8143         (ev_view_size_request_continuous_dual_page),
8144         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8145         (ev_view_unrealize), (ev_view_expose_event),
8146         (ev_view_button_press_event), (ev_view_motion_notify_event),
8147         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8148         (draw_rubberband), (highlight_find_results), (draw_one_page),
8149         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8150         (ev_view_init), (find_changed_cb), (page_changed_cb),
8151         (on_adjustment_value_changed), (ev_view_new),
8152         (ev_view_set_document), (ev_view_set_zoom),
8153         (ev_view_set_continuous), (ev_view_set_dual_page),
8154         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8155         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8156         (ev_view_zoom_for_size_presentation),
8157         (ev_view_zoom_for_size_continuous_dual_page),
8158         (ev_view_zoom_for_size_continuous),
8159         (ev_view_zoom_for_size_dual_page),
8160         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8161         (ev_view_get_status), (ev_view_set_status),
8162         (update_find_status_message), (ev_view_get_find_status),
8163         (ev_view_set_find_status), (jump_to_find_result),
8164         (jump_to_find_page), (compute_selections), (clear_selection),
8165         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8166         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8167         (ev_view_update_primary_selection),
8168         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8169         * shell/ev-view.h:
8170         * shell/ev-window.c: (ev_window_open_page_label),
8171         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8172         (ev_window_init):
8173         * shell/ev-window.h:
8174         * shell/main.c: (load_files):
8175
8176         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8177         when resizing.  Remove the bin_window().  Also, patch from James
8178         Bowes to fix command line page, #300641
8179         
8180 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8181
8182         * data/evince-ui.xml:
8183         * shell/ev-view.c:
8184         * shell/ev-view.h:
8185         * shell/ev-window.c: (update_action_sensitivity):
8186
8187         Get rid of View->Normal Size, it's just confusing
8188
8189 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8190
8191         * backend/ev-document-info.h:
8192         * backend/ev-document.c: (ev_document_info_free): Free the
8193         EvDocumentInfo.
8194
8195         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8196         (clear_range), (add_range), (update_visible_range),
8197         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8198         (ev_sidebar_thumbnails_set_document):
8199         * shell/ev-window.c: (ev_window_setup_document): Only render the
8200         visible thumbnails.  It takes an instant to render, but it uses
8201         much less memory.
8202
8203 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8204
8205         * shell/ev-sidebar-links.c: (popup_menu_cb):
8206
8207         Select first item
8208
8209 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8210
8211         * lib/Makefile.am:
8212         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8213         (button_press_cb), (ev_sidebar_links_construct):
8214
8215         Show the popup menu also on keybindings
8216
8217 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8218
8219         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8220         * shell/ev-window.h:
8221
8222         Expose api to print a range (with dialog). Make private _print use
8223         it.
8224
8225         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8226         (ev_sidebar_links_construct):
8227
8228         Show a print context menu on linkx, it prints the selected
8229         section.
8230
8231 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8232
8233         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8234         button.
8235
8236 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8237
8238         * AUTHORS:
8239
8240         Update
8241
8242         * shell/ev-window.c: (build_comments_string),
8243         (ev_window_cmd_help_about):
8244
8245         Show poppler version/backend and authors
8246
8247 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * cut-n-paste/zoom-control/ephy-zoom.c:
8250         (ephy_zoom_get_zoom_level_index):
8251         * cut-n-paste/zoom-control/ephy-zoom.h:
8252
8253         Move the best fit items at the top of the list
8254
8255 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8256
8257         * shell/ev-marshal.list:
8258         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8259         (activate_cb), (match_selected_cb), (activate_link_cb),
8260         (connect_proxy), (ev_page_action_class_init):
8261         * shell/ev-page-action.h:
8262
8263         Use signals to notify action activation. Hopefully
8264         I did not break completion since I cant test...
8265
8266         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8267         (register_custom_actions):
8268
8269         Connect to page selector actions and also grab focus on
8270         the view when activated.
8271
8272 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8273
8274         * pdf/ev-poppler.cc:
8275         * backend/ev-page-cache.c: make page size calculation consistent
8276         and set it to (int)( width * scale + 0.5).  This makes the weird
8277         line going through the middle of the page go away.
8278
8279         * shell/ev-view.c: move painting the background page after
8280         checking the expose area covers us.
8281
8282 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8283
8284         * data/evince-password.glade:
8285         
8286         Mark labels as not translatable. Fix for bug 302842.
8287
8288 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8289
8290         * configure.ac: Added "es" to ALL_LINGUAS.
8291
8292 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * data/evince-toolbar.xml:
8295         * shell/ev-window.c: (update_action_sensitivity),
8296         (ev_window_setup_document), (ev_window_set_page_mode),
8297         (ev_window_init):
8298
8299         Remove some leftover code from jrb first continous
8300         attempt. Use the new actions, we still need good icons
8301         though...
8302
8303 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8304
8305         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8306
8307         Update label when connecting proxy. Fix a warning with NULL
8308         page_cache.
8309
8310 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8311
8312         * data/evince-ui.xml:
8313         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8314         * shell/ev-page-action.h:
8315         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8316
8317         Add mnemonic for edit toolbar.
8318         ctrl+l focus the page entry.
8319
8320 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8321
8322         * lib/Makefile.am:
8323         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8324         (ev_window_init):
8325         * shell/main.c: (main):
8326
8327         Put the toolbar xml in evince own dot dir
8328
8329 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8330
8331         * shell/ev-window.c: (ev_window_init):
8332
8333         Make the toolbar not removable
8334
8335 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8336
8337         * data/evince-ui.xml:
8338         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8339         * shell/ev-sidebar-links.h:
8340         * shell/ev-sidebar-thumbnails.c:
8341         (ev_sidebar_thumbnails_get_treeview):
8342         * shell/ev-sidebar-thumbnails.h:
8343         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8344         (ev_view_class_init):
8345         * shell/ev-view.h:
8346         * shell/ev-window.c: (update_action_sensitivity),
8347         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8348         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8349         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8350         (ev_window_init):
8351
8352         This is evil... Make space/backspace global accelerators but
8353         enable them only for some widgets (sidebars and view).
8354         I dont like it, but I dont know a better way... :/
8355
8356 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8357
8358         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8359         (ev_page_action_widget_finalize),
8360         (ev_page_action_widget_class_init), (update_page_cache):
8361
8362         Keep a weak reference on proxy->page_cache so that we
8363         dont try to disconnect the signal if the object is already
8364         gone. Maybe there is a better way to cleanup reference handling
8365         in page action though...
8366
8367 2005-05-10  Juerg Billeter  <j@bitron.ch>
8368
8369         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8370         * backend/ev-ps-exporter.h:
8371         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8372         * ps/ps-document.c: (ps_document_ps_export_begin):
8373         
8374         Change api to pass print range to ps_exporter_begin. The pdf backend
8375         requires this information.
8376         
8377         * shell/ev-print-job.c: (idle_print_handler):
8378         
8379         Adapt to api change
8380
8381 2005-05-10  Juerg Billeter  <j@bitron.ch>
8382
8383         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8384         (idle_print_handler)
8385         * shell/ev-window.c: (ev_window_print):
8386
8387         Support printing page range, based on patch by Amaury Jacquot
8388
8389 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8390
8391         * data/evince-toolbar.xml:
8392
8393         Add zoom control to available items
8394
8395 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8396
8397         * shell/ev-window.c: (update_action_sensitivity):
8398
8399         Set slash action insensitive when appropriate
8400
8401 2005-05-10  Christian Persch <chpe@gnome.org>
8402
8403         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8404
8405         Fix warning on the overflow menu
8406
8407 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8410
8411         Check for uri correctness/existence
8412
8413 2005-05-09  Juerg Billeter  <j@bitron.ch>
8414
8415         * shell/ev-window.c: (using_postscript_printer):
8416
8417         LPD printers use postscript, too
8418
8419 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8420
8421         * shell/ev-window.c: (register_custom_actions):
8422
8423         The zoom one is actually sort of useful,
8424         put it back
8425
8426 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8427
8428         * shell/ev-window.c: (register_custom_actions):
8429
8430         Hide page/zoom controls from overflow, they
8431         are useless.
8432
8433 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8434
8435         * cut-n-paste/update-from-egg.sh:
8436         
8437         Share it between all cut-n-paste subdirs
8438
8439         * cut-n-paste/recent-files/Makefile.am:
8440
8441         Fix to use "global" update-from-egg.sh
8442
8443         * cut-n-paste/recent-files/egg-recent-model.c:
8444         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8445         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8446         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8447         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8448
8449         Update from libegg
8450
8451         * cut-n-paste/toolbar-editor/Makefile.am:
8452
8453         Fix to use "global" update-from-egg.sh
8454
8455         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8456
8457         Update from libegg
8458
8459 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8460
8461         * configure.ac:
8462         * cut-n-paste/Makefile.am:
8463         * cut-n-paste/recent-files/Makefile.am:
8464         * cut-n-paste/toolbar-editor/.cvsignore:
8465         * cut-n-paste/toolbar-editor/Makefile.am:
8466         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8467         (egg_editable_toolbar_get_type), (get_toolbar_position),
8468         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8469         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8470         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8471         (set_item_drag_source), (create_item_from_action), (create_item),
8472         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8473         (popup_toolbar_context_menu_cb), (free_dragged_item),
8474         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8475         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8476         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8477         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8478         (item_added_cb), (item_removed_cb),
8479         (egg_editable_toolbar_construct),
8480         (egg_editable_toolbar_disconnect_model),
8481         (egg_editable_toolbar_deconstruct),
8482         (egg_editable_toolbar_set_model),
8483         (egg_editable_toolbar_set_ui_manager),
8484         (egg_editable_toolbar_set_property),
8485         (egg_editable_toolbar_get_property),
8486         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8487         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8488         (egg_editable_toolbar_new_with_model),
8489         (egg_editable_toolbar_get_edit_mode),
8490         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8491         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8492         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8493         (new_pixbuf_from_widget), (new_separator_pixbuf),
8494         (update_separator_image), (style_set_cb),
8495         (_egg_editable_toolbar_new_separator_image),
8496         (egg_editable_toolbar_get_model):
8497         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8498         * cut-n-paste/toolbar-editor/egg-marshal.c:
8499         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8500         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8501         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8502         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8503         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8504         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8505         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8506         (editor_drag_data_delete_cb), (drag_data_get_cb),
8507         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8508         (editor_create_item), (update_editor_sheet), (setup_editor),
8509         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8510         (parse_item_list), (model_has_action), (update_actions_list),
8511         (egg_toolbar_editor_load_actions):
8512         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8513         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8514         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8515         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8516         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8517         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8518         (egg_toolbars_model_add_separator), (impl_add_item),
8519         (parse_item_list), (egg_toolbars_model_add_toolbar),
8520         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8521         (impl_get_item_data), (impl_get_item_type),
8522         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8523         (egg_toolbars_model_init), (free_toolbar),
8524         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8525         (egg_toolbars_model_remove_toolbar),
8526         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8527         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8528         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8529         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8530         (egg_toolbars_model_get_item_data),
8531         (egg_toolbars_model_get_item_type):
8532         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8533         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8534         * data/Makefile.am:
8535         * data/evince-toolbar.xml:
8536         * data/evince-ui.xml:
8537         * data/hand-open.png:
8538         * po/POTFILES.in:
8539         * shell/Makefile.am:
8540         * shell/ev-window.c: (update_chrome_visibility),
8541         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8542         (ev_window_dispose), (ev_window_init):
8543
8544         Implement epiphany like toolbar editor. Based on patch by
8545         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8546
8547 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8548
8549         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8550
8551         Use set_cursor instead of set_selection, so that
8552         the keyboard focus moves too.
8553
8554 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8555
8556         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8557
8558         Fix infinite loop when loading Type1 fonts
8559
8560 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8561
8562         * data/evince-ui.xml:
8563         * shell/ev-window.c:
8564
8565         Slash -> Find
8566
8567 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8568
8569         * configure.ac:
8570
8571         Make --disable really disable
8572
8573 2005-05-07  Juerg Billeter  <j@bitron.ch>
8574
8575         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8576
8577         Compare page labels even without has_labels set, fixes setting page
8578         with entry
8579
8580 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8581
8582         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8583         (ev_view_set_cursor), (ev_view_button_press_event),
8584         (ev_view_motion_notify_event), (ev_view_button_release_event),
8585         (ev_view_init):
8586
8587         Implement middle button scrolling. Based on a patch
8588         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8589
8590 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8591
8592         * shell/ev-document-types.c: (get_slow_mime_type),
8593         (get_document_type_from_mime), (ev_document_type_lookup):
8594         * shell/ev-document-types.h:
8595
8596         Change api to lookup from uri. Do fast lookup first, if the
8597         type is unknown try with data sniffing.
8598
8599         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8600         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8601
8602         Adapt to api change
8603
8604 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8605
8606         * thumbnailer/Makefile.am:
8607
8608         Fix distcheck
8609
8610 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * NEWS:
8613         * configure.ac:
8614
8615         Release 0.3.0
8616
8617         * data/evince-ui.xml:
8618
8619         Hide presentation mode for now
8620
8621         * shell/ev-view.c: (highlight_find_results):
8622
8623         Show current find selection only on current page
8624
8625 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8626
8627         * shell/ev-view.c: (ev_view_select_all):
8628
8629         Compute size of the actual page, not of
8630         the current one.
8631
8632 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8633
8634         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8635         (view_rect_to_doc_rect), (compute_selections),
8636         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8637         (ev_view_copy), (ev_view_primary_get_cb),
8638         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8639         (ev_view_button_press_event), (ev_view_motion_notify_event),
8640         (ev_view_button_release_event), (page_changed_cb):
8641
8642         Fix text selection
8643
8644 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * shell/ev-view.c: (compute_border), (get_page_extents),
8647         (doc_rect_to_view_rect), (highlight_find_results),
8648         (ev_view_bin_expose), (ev_view_select_all),
8649         (ev_view_motion_notify_event), (update_find_status_message),
8650         (jump_to_find_result), (jump_to_find_page):
8651
8652         First go at fixing search, still buggy
8653
8654 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8655
8656         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8657         dropdown box and button at the top of the sidebar.
8658
8659 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8660
8661         * configure.ac: Output zoom-control Makefile.
8662         * cut-n-paste/Makefile.am: build zoom-control subdir.
8663         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8664         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8665         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8666         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8667         * cut-n-paste/zoom-control/ephy-zoom.c:
8668         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8669         from epiphany, and modified to add a separator into the menu.
8670         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8671         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8672         zoom-control action.
8673         * shell/Makefile.am: Include zoom-control flags.
8674         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8675         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8676         (ev_view_zoom_for_size_presentation),
8677         (ev_view_zoom_for_size_continuous_and_dual_page),
8678         (ev_view_zoom_for_size_continuous),
8679         (ev_view_zoom_for_size_dual_page),
8680         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8681         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8682         ev_view_get_zoom and ev_view_get_sizing_mode.
8683         * shell/ev-view.h:
8684         * shell/ev-window.c: (update_action_sensitivity),
8685         (update_sizing_buttons), (zoom_control_changed_cb),
8686         (register_custom_actions): Initialize and use the zoom-control 
8687         widget.
8688
8689 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8690
8691         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8692         preview cache back to 1.  Don't know when it got set to 0.
8693         
8694         * shell/ev-view.c: (compute_border), (ev_view_realize),
8695         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8696         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8697         (ev_view_get_fullscreen), (ev_view_set_presentation),
8698         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8699         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8700         * shell/ev-view.h:
8701         * shell/ev-window.c:
8702         (update_chrome_visibility),
8703         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8704         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8705         (update_document_mode), (ev_window_update_fullscreen_action),
8706         (ev_window_fullscreen), (ev_window_unfullscreen),
8707         (ev_window_cmd_view_fullscreen),
8708         (ev_window_update_presentation_action),
8709         (ev_window_run_presentation), (ev_window_stop_presentation),
8710         (ev_window_cmd_view_presentation), (ev_window_state_event),
8711         (ev_window_focus_in_event), (ev_window_focus_out_event),
8712         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8713         * data/evince-ui.xml: Initial presentation mode.  We should
8714         probably hide this until it's done, as it's quite rough.  Also,
8715         change full-screen to fullscreen and add two getters to EvView.
8716
8717 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8718
8719         * shell/ev-page-action.c: (update_page_cache),
8720         (ev_page_action_dispose):
8721         * shell/ev-window.c: (destroy_fullscreen_popup),
8722         (ev_window_create_fullscreen_popup):
8723
8724         Use connect_object rather than explicitly
8725         disconnect on dispose.
8726
8727 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8728
8729         * shell/ev-page-action.c: (update_page_cache),
8730         (ev_page_action_dispose):
8731
8732 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8733
8734         * backend/ev-page-cache.c: (_ev_page_cache_new),
8735         (ev_page_cache_set_page_label),
8736         (ev_page_cache_has_nonnumeric_page_labels):
8737         * backend/ev-page-cache.h:
8738         * shell/ev-page-action.c: (update_pages_label):
8739         
8740         If all page labels are numeric, fallback to default
8741         way to display number of pages. See bug 173185.
8742
8743 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8744
8745         * shell/ev-page-action.c: (ev_page_action_dispose):
8746         * shell/ev-view.c: (view_update_range_and_current_page):
8747         * shell/ev-window.c: (ev_window_dispose):
8748         
8749         Set page on scroll in continuous mode. Fixes bug 301986.
8750         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8751
8752 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8753
8754         * configure.ac:
8755
8756         Require poppler 0.3.0
8757
8758 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8759         
8760         * shell/Makefile.am, configure.ac: Fix build problems
8761         with t1lib. Bug 301996.
8762
8763 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8764
8765         * shell/ev-view.c: (ev_view_scroll_event):
8766         
8767         Scroll up increase zoom
8768
8769 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8770
8771         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8772         (ev_view_set_sizing_mode),
8773         (ev_view_zoom_for_size_continuous_and_dual_page),
8774         (ev_view_zoom_for_size_continuous):
8775         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8776         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8777         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8778         (ev_window_init):
8779
8780         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8781         Fix for 165473 and 165472.
8782
8783 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8784
8785         * po/POTFILES.in:
8786         * thumbnailer/Makefile.am:
8787         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8788         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8789         * thumbnailer/evince-thumbnailer.schemas.in:
8790         
8791         Make thumbnailer schemas translatable. Fix for bug 301773
8792         
8793         * thumbnailer/evince-thumbnailer-djvu.schemas:
8794         * thumbnailer/evince-thumbnailer-dvi.schemas:
8795         * thumbnailer/evince-thumbnailer.schemas:
8796
8797         Removed files
8798
8799 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8800
8801         * shell/ev-view.c (ev_view_init): forgot to set this.
8802
8803 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8804
8805         * shell/ev-view.c: (find_page_at_location),
8806         (get_link_at_location),
8807         (ev_view_set_show_border), (ev_view_set_spacing),
8808         (ev_view_zoom_for_size_continuous_and_dual_page),
8809         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8810         Also, add a quick fix measuring of widths.  Also, removed
8811         ev_view_set_spacing and ev_view_set_show_border.
8812         
8813         * shell/ev-window.c: (ev_window_unfullscreen),
8814         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8815
8816 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8817
8818         * shell/ev-view.c: (view_update_range_and_current_page),
8819         (page_changed_cb):
8820         
8821         Fix crash on exit and scrolling to page in continuous view.
8822
8823 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8824
8825         * TODO:
8826         * backend/ev-page-cache.c: (_ev_page_cache_new),
8827         (ev_page_cache_get_max_width_size),
8828         (ev_page_cache_get_max_height_size):
8829         * backend/ev-page-cache.h:
8830         * data/evince-ui.xml:
8831         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8832         * shell/ev-view.c: (view_update_adjustments),
8833         (view_update_range_and_current_page), (get_bounding_box_size),
8834         (ev_view_size_request_continuous_and_dual_page),
8835         (ev_view_size_request_continuous),
8836         (ev_view_size_request_dual_page),
8837         (ev_view_size_request_single_page), (ev_view_size_request),
8838         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8839         (ev_view_bin_expose), (ev_view_expose_event),
8840         (ev_view_set_property), (ev_view_get_property),
8841         (ev_view_class_init), (ev_view_init), (ev_view_new),
8842         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8843         (ev_view_set_dual_page), (ev_view_set_full_screen),
8844         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8845         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8846         (ev_view_zoom_out), (zoom_for_size_fit_width),
8847         (zoom_for_size_best_fit),
8848         (ev_view_zoom_for_size_continuous_and_dual_page),
8849         (ev_view_zoom_for_size_continuous),
8850         (ev_view_zoom_for_size_dual_page),
8851         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8852         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8853         * shell/ev-view.h:
8854         * shell/ev-window.c: (update_action_sensitivity),
8855         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8856         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8857         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8858         (ev_window_cmd_view_zoom_out), (update_view_size),
8859         (ev_window_set_sizing_mode), (ev_window_init):
8860
8861         Add Continuous and Dual page modes.
8862
8863 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8864
8865         * dvi/dvi-document.c: (dvi_document_load),
8866         (dvi_document_thumbnails_get_thumbnail),
8867         (dvi_document_init_params): Fix up some mixups between
8868         width and height to correct thumbnail rendering.
8869
8870 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8871
8872         * dvi/mdvi-lib/private.h:
8873         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8874         
8875         Suppess output for kpathsea during font generation. Thanks to
8876         James Bowes
8877
8878 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8879
8880         * NEWS:
8881         * configure.ac:
8882
8883         Release 0.2.1
8884
8885         * Makefile.am: fix distcheck.
8886
8887 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8888
8889         * shell/ev-sidebar-links.c: (selection_changed_callback),
8890         (update_page_callback), (row_activated_callback),
8891         (job_finished_callback), (ev_sidebar_links_set_document):
8892         
8893         Fix for bug #169901. Double click on links expands tree.
8894
8895 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8896
8897         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8898         hard-coded style. Fix for bug 170111
8899
8900 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8901
8902         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8903         locking.
8904
8905 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8906
8907         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8908
8909 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8910
8911         * pdf/ev-poppler.cc:
8912         * shell/ev-view.c: (highlight_find_results):
8913
8914         Fix find on single page documents
8915
8916 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8917
8918         * data/evince.schemas.in: fix for bug 301390
8919
8920 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8921
8922         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8923         (ev_view_zoom_out), (ev_view_zoom_normal):
8924         * shell/ev-view.h:
8925         * shell/ev-window.c: (update_action_sensitivity),
8926         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8927         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8928         (ev_window_cmd_view_normal_size):
8929
8930         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8931         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8932         better than oom. 
8933
8934 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8935
8936         * configure.ac:
8937
8938         Depend on 2.57, 2.59 doesnt seem to be necessary
8939
8940 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8941
8942         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8943         (create_tool_item):
8944
8945         Put back total number of pages as (1 of 1234)
8946
8947 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8948
8949         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8950         remove the job.
8951
8952         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8953         function.  This helps debugging.
8954
8955 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8956
8957         * djvu/djvu-document.c: (djvu_document_class_init),
8958         (djvu_document_get_info), (djvu_document_document_iface_init):
8959         * dvi/dvi-document.c: (dvi_document_class_init),
8960         (dvi_document_get_info), (dvi_document_document_iface_init):
8961
8962         Dummy implementation of get_info method for dvi and
8963         djvu. Fix crashes with those backends
8964
8965 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8966
8967         * data/evince.desktop.in:
8968
8969         Add application/x-gzpostscript
8970
8971 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8972
8973         * data/evince.schemas.in: Added real long descriptions, 
8974         closes bug 172496 
8975
8976         * README: Added actual text, closes bug 171869
8977
8978 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8979
8980         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8981
8982         Thumbnail page 0
8983
8984 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8985
8986         * backend/ev-document-info.h:
8987
8988         s/GDate */GDate so we can just use g_free
8989
8990 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8991
8992         * shell/ev-window.c: (update_document_mode),
8993         (ev_window_setup_document):
8994
8995         Show the window in fullscreen when specified by
8996         the document
8997
8998 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8999
9000         * backend/ev-document.c: (ev_document_class_init),
9001         (ev_document_get_info), (ev_document_render_pixbuf):
9002         * backend/ev-document.h:
9003         * backend/ev-page-cache.c: (_ev_page_cache_new):
9004         * pdf/ev-poppler.cc:
9005         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9006         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9007         * ps/ps-document.c: (ps_document_class_init), (document_load),
9008         (ps_document_get_info), (ps_document_document_iface_init):
9009
9010         Remove get_title from the interface, we can just use document info
9011
9012 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9013
9014         * backend/Makefile.am:
9015         * backend/ev-document.c: (ev_document_render_get_info):
9016         * backend/ev-document.h:
9017         * pdf/ev-poppler.cc:
9018
9019         Initial support for document info. Based on jrb patch.
9020
9021 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9022
9023         * shell/ev-window.c: (ev_window_state_event),
9024         (ev_window_class_init), (ev_window_init):
9025         
9026         Doesn't show resize grip when maximized. See bug #301053
9027
9028 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9029
9030         * po/POTFILES.in:
9031         
9032         ev-sidebar-thumbnails now has translatable labels
9033         
9034         * shell/Makefile.am:
9035         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9036         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9037         (ev_sidebar_links_page_iface_init):
9038         * shell/ev-sidebar-links.h:
9039         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9040         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9041         (ev_sidebar_page_get_label):
9042         * shell/ev-sidebar-page.h:
9043         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9044         (ev_sidebar_thumbnails_set_document),
9045         (ev_sidebar_thumbnails_support_document),
9046         (ev_sidebar_thumbnails_get_label),
9047         (ev_sidebar_thumbnails_page_iface_init):
9048         * shell/ev-sidebar-thumbnails.h:
9049         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9050         (ev_sidebar_set_document):
9051         * shell/ev-sidebar.h:
9052         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9053         
9054         Small rework of sidebar code. Now sidebar pages should implement
9055         EvSidebarPage interface. That makes page management in EvSidebar
9056         easier. See bug #164811 for details
9057
9058 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9059
9060         * shell/ev-application.c: (ev_application_open):
9061         * shell/ev-document-types.c:
9062         
9063         Fix build error and small problem with application exit
9064
9065 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9066
9067         * thumbnailer/Makefile.am:
9068         * thumbnailer/evince-thumbnailer-djvu.schemas:
9069         * thumbnailer/evince-thumbnailer-dvi.schemas:
9070         
9071         Conditionally install schemas for djvu/dvi thumbnailer
9072
9073 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9074
9075         * shell/ev-document-types.h: 
9076         * shell/ev-document-types.c: 
9077         New files, handling the mapping from mimetypes to backends
9078         
9079         * shell/ev-window.c: 
9080         * thumbnailer/evince-thumbnailer.c:     
9081         Use the ev-document-types code
9082         
9083         * shell/Makefile.am: 
9084         Added new convenience library libevbackendfactory_la, containing
9085         the new mimetype->backend logic; moved the backends into it.
9086
9087         * thumbnailer/Makefile.am:
9088         Make the thumbnailer link with the libevbackend.la convenience
9089         library, rather than having a duplicate of the backend logic here.
9090
9091 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9092
9093         * shell/ev-stock-icons.c: constify some vars.
9094         * shell/ev-window.c: ditto.
9095
9096 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9097
9098         * ps/ps-document.c (get_page_orientation):
9099
9100         Respect document orientation 
9101
9102 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9103
9104         * djvu/Makefile.am:
9105         * dvi/Makefile.am:
9106         * shell/Makefile.am:
9107         
9108         Move library dependencies to components.
9109         
9110         * shell/ev-window.c: (update_window_title),
9111         (start_loading_document):
9112         
9113         Fix display of uris with spaces. Bug 168358.
9114
9115 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9116
9117         * shell/ev-sidebar-links.c: (selection_changed_cb):
9118         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9119         (ev_view_button_release_event), (ev_view_set_document):
9120         * shell/ev-view.h:
9121         * shell/ev-window.c: (find_bar_search_changed_cb):
9122         * shell/ev-window.h: Minor cleanups removing some dead code.
9123
9124 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9125
9126         * backend/ev-page-cache.c: (_ev_page_cache_new):
9127         
9128         Set current page to 0 if document has pages.
9129
9130 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9131
9132         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9133
9134         Initialize GError to NULL, fix a crash when loading fails.
9135
9136 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9137
9138         * shell/ev-window.c: (update_view_size):
9139
9140         Calculate shadow size only when there is actually
9141         a shadow.
9142
9143 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9144
9145         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9146         * shell/ev-view.h:
9147
9148         Allow setting view spacing, default to 0
9149
9150         * shell/ev-window.c: (ev_window_unfullscreen),
9151         (ev_window_cmd_view_fullscreen), (ev_window_init):
9152
9153         Remove spacing in fullscreen mode
9154
9155 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9156
9157         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9158         (ev_view_size_request), (expose_bin_window),
9159         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9160         * shell/ev-view.h:
9161         * shell/ev-window.c: (ev_window_unfullscreen),
9162         (ev_window_cmd_view_fullscreen):
9163
9164         Do not draw the border in fulscreen
9165
9166 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9167
9168         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9169         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9170         (find_page_at_location), (page_changed_cb):
9171
9172         Rework border calculation, so that I can more easily disable it.
9173         Code somewhat cleaner too.
9174
9175 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9176
9177         * backend/ev-page-cache.c: (ev_page_cache_init),
9178         (_ev_page_cache_new):
9179
9180         Remove some assertions, documents can have 0 pages.
9181         Make initial current page -1.
9182
9183         * shell/ev-page-action.c: (page_changed_cb):
9184
9185         Show "" if current page is -1
9186
9187         * shell/ev-window.c: (update_action_sensitivity),
9188         (ev_window_setup_document):
9189
9190         When document has 0 pages do not set the view
9191         and make nearly everything insensitive.
9192
9193 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9194
9195         * shell/ev-page-view.c:
9196         * shell/ev-page-view.h:
9197
9198         Remove unused files.
9199         
9200         * shell/ev-sidebar-thumbnails.c:
9201         (ev_sidebar_thumbnails_set_document):
9202         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9203         (ev_sidebar_supports_document):
9204         * shell/ev-sidebar.h:
9205         * shell/ev-window.c: (ev_window_setup_document):
9206         
9207         Doesn't show thumbnails if document has 1 page. Make
9208         sidebar menu entries sensitive only if if they have 
9209         sense. Fix bug 164811. 
9210
9211 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9212
9213         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9214         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9215         (ev_view_zoom_out), (ev_view_set_size):
9216
9217         Rework sizing to deal with documents with not uniform page
9218         size.
9219
9220 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9221
9222         * backend/ev-page-cache.c: (_ev_page_cache_new):
9223
9224         Fix several page size caching bugs
9225
9226 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9227
9228         * shell/ev-window.c: (set_action_properties):
9229
9230         Make all toolbar items translatable
9231
9232 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9233
9234         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9235         (save_page_list), (ps_document_save),
9236         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9237         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9238         (ps_document_ps_exporter_iface_init):
9239         * ps/ps-document.h:
9240
9241         Based on a patch by J�rg Billeter <j@bitron.ch>
9242         
9243         Implement print and save a copy for the ps backend.
9244
9245 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9246
9247         * backend/ev-document.h:
9248         * djvu/djvu-document.c: (djvu_document_can_get_text),
9249         (djvu_document_document_iface_init):
9250         * dvi/dvi-document.c: (dvi_document_can_get_text),
9251         (dvi_document_document_iface_init):
9252         * pdf/ev-poppler.cc:
9253         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9254         (pixbuf_document_document_iface_init):
9255         * ps/ps-document.c: (ps_document_can_get_text),
9256         (ps_document_document_iface_init):
9257         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9258         * shell/ev-window.c: (update_action_sensitivity):
9259
9260         Fix the crash when trying to copy in backends that doesnt
9261         support it. We can implement a better solution once we
9262         do real text selection.
9263
9264 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9265
9266         * data/evince-ui.xml:
9267         * shell/ev-window.c: (ev_window_cmd_escape):
9268         
9269         Work around the Escape conflict (find bar and unfullscreen)
9270
9271 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9272
9273         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9274         
9275         Fix for #300233. Next page correctly handles document end.
9276         
9277         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9278         (ev_sidebar_thumbnails_class_init),
9279         (ev_sidebar_thumbnails_set_document),
9280         (ev_sidebar_thumbnails_clear_job),
9281         (ev_sidebar_thumbnails_clear_model):
9282         
9283         Cleanup thumbnail jobs on document changes.
9284         
9285         * shell/ev-view.c: (add_scroll_binding_keypad),
9286         (add_scroll_binding_shifted), (ev_view_class_init):
9287         
9288         Shift + Space scrolls up. Fix for #173184
9289         
9290         * shell/ev-window.c: (ev_window_open_page),
9291         (ev_window_cmd_view_reload):
9292         
9293         Fix reload (Bug #300094)
9294
9295 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9296
9297         
9298         * dvi/mdvi-lib/assoc.c:
9299         * dvi/mdvi-lib/assoc.h: Removed garbage files
9300         
9301         * dvi/mdvi-lib/bitmap.c:
9302         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9303         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9304         * dvi/mdvi-lib/color.h: Antialias of rules
9305         
9306         * dvi/mdvi-lib/common.h:
9307         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9308         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9309         * dvi/mdvi-lib/files.c:
9310         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9311         * dvi/mdvi-lib/mdvi.h:
9312         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9313         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9314         * dvi/mdvi-lib/util.c: Fix compile warnings
9315         
9316         * dvi/dvi-document.c:
9317         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9318         (dvi_document_thumbnails_get_thumbnail),
9319         (dvi_document_document_thumbnails_iface_init):
9320         * dvi/mdvi-lib/Makefile.am:
9321         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9322         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9323         
9324         Dvi backend now renders thumbnails
9325
9326 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9327
9328         * shell/main.c: (main): 
9329         
9330         Save accelerators on exit. Fixes bug #172095.
9331
9332 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9333
9334         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9335         update priority" comment.
9336
9337         * backend/ev-job-queue.c: Give a way to change priority.
9338
9339 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9340
9341         * shell/ev-page-action.c: Fix logic.
9342
9343 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9344
9345         * shell/ev-view.c: (ev_view_can_find_next):
9346         * shell/ev-window.c: (ev_window_setup_document):
9347
9348         Check that the document supports find
9349
9350 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9351
9352         * data/evince-ui.xml:
9353         * shell/ev-view.c: (ev_view_can_find_next):
9354         * shell/ev-view.h:
9355         * shell/ev-window.c: (update_action_sensitivity),
9356         (find_changed_cb), (ev_window_setup_document),
9357         (ev_window_cmd_edit_find_next):
9358
9359         Add Edit->Find Next
9360
9361 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9362
9363         * pdf/ev-poppler.cc:
9364         * shell/ev-print-job.c: (idle_print_handler):
9365
9366         Make printing work again
9367
9368 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9369
9370         * shell/ev-page-action.h:
9371         * shell/ev-page-action.c: (ev_page_action_widget_init),
9372         (ev_page_action_widget_class_init), (page_changed_cb),
9373         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9374         (get_filter_model_from_model), (match_selected_cb),
9375         (display_completion_text), (match_completion), (update_model),
9376         (connect_proxy), (ev_page_action_set_property),
9377         (ev_page_action_get_property), (ev_page_action_set_document),
9378         (ev_page_action_set_model), (ev_page_action_class_init): Big
9379         reworking to make completions work iff we have >= GTK-2.7.0
9380                 
9381         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9382         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9383         (job_finished_cb): We now have a 'model' property that is set when
9384         the links are loaded.  This can be caught with "notify::model"
9385
9386         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9387         listen for the model to be set, and propagate it to the action.
9388
9389 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9390
9391         * cut-n-paste/recent-files/egg-recent-item.c:
9392         (egg_recent_item_set_uri), (make_valid_utf8),
9393         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9394         * cut-n-paste/recent-files/egg-recent-item.h:
9395         
9396         Update egg-recent from libegg. This should fix long
9397         startup problem. For details see
9398         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9399
9400 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9401
9402         * cut-n-paste/recent-files/Makefile.am:
9403         * data/evince-ui.xml, shell/Makefile.am:
9404         * shell/ev-application.c, shell/ev-application.h:
9405         * shell/ev-window.c: Recent files support.
9406         
9407         * configure.ac: Added "ru" to ALL_LINGUAS.
9408         
9409         * dvju: new backend to support DJVU files.
9410         * dvi: new backend to support DVI.
9411
9412         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9413         * ev-application.c: Support for new backends.
9414         
9415         * help, ev-window.c, main.c shell/Makefile.am: 
9416         Evince user documentation.
9417
9418 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9419
9420         * po/POTFILES.in:
9421         * shell/ev-window.c:
9422         * thumbnailer/evince-thumbnailer.c:
9423
9424         s/pdf-document/ev-poppler
9425
9426 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9427
9428         * NEWS:
9429         * configure.ac:
9430
9431         Release 0.2.0
9432
9433         * ps/ps-document.c: (setup_pixmap):
9434
9435         Remove debug code
9436
9437 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9438
9439         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9440         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9441         (ev_window_cmd_go_first_page): Fix of by one errors.
9442
9443 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9444
9445         * ps/ps-document.c: (get_page_box):
9446
9447         Fix page size calculation
9448
9449 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9450
9451         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9452         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9453         (get_page_orientation), (setup_page), (document_load),
9454         (ps_document_get_page_size), (render_pixbuf_idle):
9455         * ps/ps-document.h:
9456
9457         More refactoring to adapt to EvDocument changes
9458
9459 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9460
9461         * ps/ps-document.c: (start_interpreter):
9462
9463         Actually add alpha args
9464
9465 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9466
9467         * pdf/ev-poppler.cc:
9468
9469         Make clipboard work again
9470
9471 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9472
9473         Make searching work again.
9474         
9475         * backend/ev-document.c:
9476         * backend/ev-document.h:
9477         * backend/ev-document-find.c:
9478         * backend/ev-document-find.h: Change EvDocumentIface so we no
9479         longer store the current page or zoom level in the document.  The
9480         consequence is that all calls that operate on the current page now
9481         instead take the page number as an extra argument, and all
9482         coordinates are now doubles in document coordinate system.
9483
9484         * pdf/ev-poppler.cc:
9485         * pixbuf/pixbuf-document.c:
9486         * ps/ps-document.c: Update backends accordingly.
9487
9488 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9489
9490         * autogen.sh:
9491
9492         Add required gettext version
9493
9494 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9495
9496         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9497         make F1 bring up non-existent help.
9498
9499         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9500         epiphany's find bar, #167477
9501
9502         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9503         <emil@nishra.com> to add space-bar scrolling, 
9504
9505         * shell/ev-window.c (static GtkActionEntry entries): add default
9506         keybinding for Help (F1)
9507         Fixes #171068
9508
9509         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9510         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9511         170110
9512
9513 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9514
9515         * Makefile.am: 
9516         * pixbuf/pixbuf-document.c: 
9517
9518         Got pixbuf backend working again
9519
9520 2005-04-01  Steve Murphy  <murf@e-tools.com>
9521
9522         * configure.in: Added "rw" to ALL_LINGUAS.
9523
9524 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9525
9526         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9527         model types, noticed by Martin Kretzschmar.
9528
9529 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9530
9531         * pdf/ev-poppler.cc: Implement search based on
9532         poppler_page_find_text().  Currently a bit crude since we remember
9533         all matches from all pages.  Also, we grab the big document lock
9534         when we search since searching changes the underlying stream and
9535         thus conflicts with the rendering thread.
9536         
9537         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9538         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9539         (ev_view_find_previous): Fix some page indexes to be 0 based,
9540         offset rubber band by view offset,
9541
9542 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9543
9544         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9545
9546 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9547
9548         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9549         completely because I didn't understand GtkActions.  I should
9550         read Marco's code more carefully in the future.
9551
9552         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9553         function
9554
9555 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9556
9557         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9558         PopplerRectangle change from poppler CVS.
9559
9560 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9561
9562         * backend/ev-document.c: (ev_document_get_page_label):
9563         * backend/ev-document.h:
9564         * backend/ev-page-cache.c: (_ev_page_cache_new),
9565         (ev_page_cache_get_page_label):
9566         * backend/ev-page-cache.h:
9567         * pdf/ev-poppler.cc:
9568         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9569         (links_page_num_func):
9570         * shell/ev-sidebar-thumbnails.c:
9571         (ev_sidebar_thumbnails_set_document):
9572         * shell/ev-view.c: (status_message_from_link),
9573         (ev_view_motion_notify_event):
9574         * shell/ev-window.c: (document_supports_sidebar): Add in page
9575         label support.  It's not perfect yet, but it's the first 'feature'
9576         in a while.
9577         Also, fix a bogus comment noticed by crispin. 
9578
9579 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9580
9581         * Makefile.am: Remove pixbuf backend for now
9582
9583         * configure.ac: Require poppler-glib instead of just poppler.
9584
9585         * backend/ev-document-thumbnails.h: Add a comment
9586
9587         * backend/ev-document.h:
9588         * backend/ev-document.c: (ev_document_class_init),
9589         (ev_document_load), (ev_document_get_link),
9590         (ev_document_get_links): Remove 3 methods and add get_links.
9591         Also, made 0 based.
9592
9593         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9594         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9595
9596         * backend/ev-link.c: (ev_link_set_title),
9597         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9598         (ev_link_mapping_find):
9599         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9600         
9601         * backend/ev-page-cache.c: (ev_page_cache_init),
9602         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9603         (ev_page_cache_get_size), (ev_page_cache_next_page),
9604         (ev_page_cache_prev_page): Fix to be 0 based.
9605
9606         * pdf/Makefile.am: 
9607         * pdf/ev-poppler.h:
9608         * pdf/ev-poppler.cc: New backend.
9609         
9610         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9611         (ps_document_get_page), (ps_document_document_iface_init):
9612
9613         * shell/ev-pixbuf-cache.h:
9614         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9615         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9616         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9617         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9618         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9619         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9620         based.
9621         
9622         * shell/ev-sidebar-thumbnails.c:
9623         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9624         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9625
9626         * shell/ev-view.c: (status_message_from_link),
9627         (find_page_at_location), (get_link_at_location),
9628         (ev_view_motion_notify_event), (ev_view_button_release_event),
9629         (ev_view_init): Use the new link code.  Fix to be 0 based.
9630
9631         * shell/ev-window.c: (update_action_sensitivity),
9632         (document_supports_sidebar): 0 based.
9633
9634 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9635
9636         * pdf/pdf-document.cc: Patch from Fernando Herrera
9637         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9638         *blush*
9639
9640 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9641
9642         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9643         1 to the page, as this seems to be 1 based.  I thought we has this
9644         fixed.  grump.
9645
9646 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9647
9648         * TODO:
9649         * backend/Makefile.am:
9650         * backend/ev-document-links.c:
9651         (ev_document_links_has_document_links),
9652         (ev_document_links_get_links_model):
9653         * backend/ev-document-links.h:
9654         * backend/ev-document.c: (ev_document_get_page_cache),
9655         (ev_document_get_doc_mutex), (ev_document_load),
9656         (ev_document_save), (ev_document_get_title),
9657         (ev_document_get_n_pages), (ev_document_set_page),
9658         (ev_document_get_page), (ev_document_set_target),
9659         (ev_document_set_scale), (ev_document_set_page_offset),
9660         (ev_document_get_page_size), (ev_document_get_text),
9661         (ev_document_get_link), (ev_document_render),
9662         (ev_document_render_pixbuf), (ev_document_scale_changed):
9663         * backend/ev-document.h:
9664         * backend/ev-job-queue.c: (remove_object_from_queue),
9665         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9666         (no_jobs_available_unlocked), (ev_render_thread),
9667         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9668         (ev_job_queue_remove_job):
9669         * backend/ev-job-queue.h:
9670         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9671         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9672         (ev_job_links_class_init), (ev_job_render_init),
9673         (ev_job_render_dispose), (ev_job_render_class_init),
9674         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9675         (ev_job_thumbnail_class_init), (ev_job_finished),
9676         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9677         (ev_job_render_run), (ev_job_thumbnail_new),
9678         (ev_job_thumbnail_run):
9679         * backend/ev-jobs.h:
9680         * backend/ev-link.c:
9681         * backend/ev-link.h:
9682         * backend/ev-page-cache.c: (ev_page_cache_init),
9683         (ev_page_cache_class_init), (ev_page_cache_finalize),
9684         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9685         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9686         (ev_page_cache_set_link), (ev_page_cache_get_title),
9687         (ev_page_cache_get_size), (ev_page_cache_next_page),
9688         (ev_page_cache_prev_page):
9689         * backend/ev-page-cache.h:
9690         * pdf/pdf-document.cc:
9691         * ps/gsdefaults.c:
9692         * ps/gsdefaults.h:
9693         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9694         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9695         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9696         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9697         (is_interpreter_ready), (output), (catchPipe), (input),
9698         (start_interpreter), (check_filecompressed), (compute_dimensions),
9699         (ps_document_enable_interpreter), (document_load),
9700         (ps_document_next_page), (render_page), (ps_document_set_page),
9701         (ps_document_set_scale), (render_pixbuf_idle),
9702         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9703         * ps/ps-document.h:
9704         * shell/Makefile.am:
9705         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9706         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9707         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9708         (ev_pixbuf_cache_new), (job_finished_cb),
9709         (check_job_size_and_unref), (move_one_job),
9710         (ev_pixbuf_cache_update_range), (find_job_cache),
9711         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9712         (ev_pixbuf_cache_add_jobs_if_needed),
9713         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9714         * shell/ev-pixbuf-cache.h:
9715         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9716         (idle_print_handler):
9717         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9718         (selection_changed_cb), (create_loading_model),
9719         (ev_sidebar_links_construct), (links_page_num_func),
9720         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9721         (update_page_callback), (job_finished_cb),
9722         (ev_sidebar_links_set_document):
9723         * shell/ev-sidebar-thumbnails.c:
9724         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9725         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9726         (page_changed_cb), (thumbnail_job_completed_callback),
9727         (ev_sidebar_thumbnails_set_document):
9728         * shell/ev-sidebar-thumbnails.h:
9729         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9730         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9731         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9732         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9733         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9734         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9735         (ev_view_button_release_event), (ev_view_scroll_view),
9736         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9737         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9738         (ev_view_new), (job_finished_cb), (page_changed_cb),
9739         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9740         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9741         (ev_view_find_previous):
9742         * shell/ev-view.h:
9743         * shell/ev-window.c: (update_action_sensitivity),
9744         (ev_window_open_page), (update_window_title), (update_total_pages),
9745         (page_changed_cb), (ev_window_setup_document),
9746         (password_dialog_response), (ev_window_cmd_save_as),
9747         (ev_window_print), (ev_window_cmd_go_previous_page),
9748         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9749         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9750         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9751         * shell/main.c: (main):
9752
9753         Merge evince-threads branch
9754
9755 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9756
9757         * configure.ac: Added "lt" to ALL_LINGUAS.
9758
9759 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9760
9761         * NEWS:
9762         * configure.ac:
9763
9764         Release 0.1.9
9765
9766 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9767
9768         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9769
9770         Fix here also the thumbnails 1-basedness :)
9771
9772 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9773
9774         * NEWS:
9775         * configure.ac:
9776
9777         Release 0.1.8
9778
9779 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9780
9781         * pdf/pdf-document.cc:
9782         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9783         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9784
9785         Fix the mess we did with thumbnails and 1-basedness
9786
9787 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9788
9789         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9790
9791 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9792
9793         * NEWS:
9794         * configure.ac:
9795
9796         Release 0.1.7
9797
9798 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9799
9800         * ps/Makefile.am:
9801         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9802         (gtk_gs_defaults_get_alpha_parameters),
9803         (gtk_gs_defaults_get_ungzip_cmd),
9804         (gtk_gs_defaults_get_unbzip2_cmd):
9805         * ps/gsdefaults.h:
9806         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9807         (ps_document_get_orientation), (document_load),
9808         (ps_document_goto_page), (ps_document_set_page_size):
9809         * ps/ps-document.h:
9810
9811         Some more sanitization of the ps backend. Remove a lot
9812         of unused code and do not base our defaults on ggv
9813         preferences (ugh!)
9814
9815 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9816
9817         * thumbnailer/evince-thumbnailer.schemas:
9818         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9819         (main): add -s option for thumbnail size.
9820
9821 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9822
9823         * configure.ac:
9824
9825         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9826         remove it.
9827
9828 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9829
9830         * pdf/pdf-document.cc:
9831
9832         Remove 4 pixels of useless border from the
9833         thumbnail.
9834
9835 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9836
9837         * backend/ev-document-thumbnails.c:
9838         (ev_document_thumbnails_get_thumbnail):
9839         * backend/ev-document-thumbnails.h:
9840
9841         Rework API a bit. Add a border flag and
9842         change sizing logic (now the size we specify
9843         applies to the bigger dimension).
9844
9845         * pdf/pdf-document.cc:
9846         * pixbuf/pixbuf-document.c:
9847         (pixbuf_document_thumbnails_get_thumbnail):
9848         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9849         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9850
9851         Adapt to the new API and do not draw a border for nautilus
9852         thumbnailer.
9853
9854 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9855
9856         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9857         take thumbnails from page "0" instead of "1". Added a copyright header.
9858
9859 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9860
9861         * ps/ps-document.c: (set_up_page), (start_interpreter):
9862
9863         Make it C89 compliant
9864
9865 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9866
9867         * Makefile.am:
9868         * configure.ac:
9869         * pdf/.cvsignore:
9870         * pdf/pdf-document.cc:
9871         * thumbnailer/Makefile.am:
9872         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9873         (main):
9874         * thumbnailer/evince-thumbnailer.schemas:
9875         * thumbnailer/pdf-icon.png:
9876
9877         Add a nautilus thumbnailer.
9878         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9879
9880 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9881
9882         * NEWS:
9883         * configure.ac:
9884         * po/POTFILES.in:
9885
9886         Release 0.1.6
9887
9888 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9889
9890         Use poppler instead of including xpdf source code.  Poppler is a
9891         fork of xpdf to build it as a shared library. See
9892         http://freedesktop.org/wiki/Software/poppler.
9893
9894         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9895         xpdf fork.
9896         
9897         * pdf/Makefile.am: Build libpdfdocument.a here.
9898         
9899         * pdf/GDKSplashOutputDev.cc:
9900         * pdf/GDKSplashOutputDev.h:
9901         * pdf/GnomeVFSStream.cc:
9902         * pdf/GnomeVFSStream.h:
9903         * pdf-document.cc:
9904         * pdf-document.h:
9905         * test-gdk-output-dev.cc
9906         * Thumb.cc:
9907         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9908         against poppler.
9909
9910 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9911
9912         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9913
9914         Clear idle stack before unsetting the document
9915
9916 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9917
9918         * ps/ps-document.c: (ps_document_widget_event),
9919         (ps_document_set_target), (ps_document_finalize),
9920         (ps_document_get_page):
9921
9922         Disconnect the widget event signal on finalize.
9923         Some code cleanups.
9924
9925 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9926
9927         * ps/ps-document.c: (set_up_page):
9928
9929         If there is no bpixmap create one, even if size
9930         is not changed.
9931
9932 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9933
9934         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9935         (set_up_page), (document_load), (ps_document_set_zoom):
9936
9937         Default page is 0. Calculate size even when we have no
9938         target yet.
9939
9940 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9941
9942         * shell/ev-sidebar.c: expand the selection widget to be always as
9943         wide as the sidebar
9944
9945 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9946
9947         * shell/ev-sidebar-thumbnails.c:
9948         (ev_sidebar_thumbnails_set_document):
9949
9950         Clear the list store when setting document
9951
9952 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9953
9954         * shell/ev-page-action.c: (update_entry), (sync_entry),
9955         (activate_cb), (entry_size_request_cb), (create_tool_item),
9956         (connect_proxy):
9957
9958         Use an entry for the page control instead of spinbuttons
9959
9960 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9961
9962         * data/evince.schemas.in:
9963
9964         Correct confusing string
9965
9966 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9967
9968         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9969         for real.  Gosh, how long has this been broken.
9970
9971         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9972         check for a NULL link.  We crash otherwise.
9973
9974 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9975
9976         * NEWS:
9977         * configure.ac:
9978
9979         Release 0.1.5
9980
9981 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9982
9983         * configure.ac: add the french translation.
9984
9985 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9986
9987         * shell/ev-window.c:
9988
9989         Remove unused header -> fix distcheck
9990
9991 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9992
9993         * shell/ev-window.c: (update_window_title),
9994         (ev_window_popup_password_dialog):
9995
9996         Unescape filename for display
9997
9998 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9999
10000         * pdf/xpdf/pdf-document.cc:
10001
10002         In get_page_size deal with rotation. Also
10003         cleanup the function a bit.
10004
10005 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10006
10007         * pdf/xpdf/pdf-document.cc:
10008
10009         Fix crash when opening in new window
10010
10011 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10012
10013         * configure.ac:
10014
10015         Check ghostscript >= 7
10016
10017 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10018
10019         * shell/ev-window.c:
10020
10021         Make page width the default sizing mode
10022
10023 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10024         Marco Pesenti Gritti <marco@gnome.org>
10025
10026         * shell/ev-window.c: Remember the sidebar size
10027
10028         * data/evince.schemas.in: Add a new gconf key to store the size of
10029         the sidebar
10030
10031 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10032
10033         * data/evince-ui.xml:
10034         * shell/ev-window.c: (update_action_sensitivity),
10035         (ev_window_cmd_view_reload):
10036         
10037         Add a "Reload" action and menu entry
10038
10039 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10040
10041         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10042         iff the type doesn't support thumbnailing and indexing.
10043
10044 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10045
10046         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10047
10048 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10049
10050         * pdf/splash/Splash.cc:
10051
10052         Port fix for a crasher from kde bug
10053         http://bugs.kde.org/show_bug.cgi?id=97131
10054
10055 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10056
10057         * pdf/xpdf/pdf-document.cc:
10058
10059         Return a link even if it's of an unrecognized
10060         type. Otherwise we go in an infinte cycle.
10061
10062 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10063
10064         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10065         (size_allocate_cb), (ev_window_set_sizing_mode):
10066
10067         Update size when switching mode
10068
10069 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10070
10071         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10072         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10073         (ev_window_cmd_view_normal_size):
10074
10075         Fix size toggle buttons behavior
10076
10077 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10078
10079         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10080         (doc_rect_to_view_rect), (ev_view_size_allocate),
10081         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10082         (scale_changed_callback):
10083
10084         Do not cache offsets in size_allocate.
10085
10086 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10087
10088         * shell/ev-view.c: (ev_view_size_allocate):
10089
10090         Calculate offsets before calling the parent
10091         class (which does a redraw)
10092
10093 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10094
10095         * pdf/xpdf/pdf-document.cc:
10096
10097         Fix a crasher on exit. Unused code, put a TODO
10098
10099 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10100
10101         * backend/ev-document.c: (ev_document_class_init),
10102         (ev_document_page_changed), (ev_document_scale_changed):
10103         * backend/ev-document.h:
10104
10105         Separate page/scale notifications
10106
10107         * pdf/xpdf/pdf-document.cc:
10108
10109         Emit the new signals.
10110         Do not display the pdf page in _render, do it
10111         when scale/page are requested.
10112
10113         * ps/ps-document.c: (ps_document_set_zoom),
10114         (ps_document_widget_event):
10115         * ps/ps-document.h:
10116
10117         Emit the new signals.
10118
10119         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10120         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10121         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10122         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10123         * shell/ev-view.h:
10124         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10125         (ev_window_cmd_view_page_width), (size_allocate_cb),
10126         (ev_window_set_sizing_mode):
10127
10128         Rework sizing to be pixel based.
10129         There are bugs but should be already way better.
10130
10131 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10132
10133         * shell/ev-window.c: (ev_window_init):
10134
10135         Do not allow to shrink sidebar smaller then
10136         child requisition
10137
10138 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10139
10140         * shell/ev-sidebar.[ch]
10141         * shell/ev-window.c:
10142
10143         Improved sidebar widget. Fixes #166683
10144
10145 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10146
10147         * shell/ev-view.c (update_find_status_message): Give translators
10148         more flexibility with ngettext plural handling.
10149
10150 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10151
10152         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10153         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10154         page when we get the page size.
10155
10156 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10157
10158         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10159
10160         ps pages are 0 based, convert 
10161
10162 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10163
10164         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10165
10166         Initialize correct parent class. Set GError on document load
10167
10168 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10169
10170         * pdf/xpdf/pdf-document.cc:
10171
10172         Fixup selection offset calculation
10173
10174         * shell/ev-view.c: (view_rect_to_doc_rect),
10175         (doc_rect_to_view_rect), (ev_view_size_allocate),
10176         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10177         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10178
10179         Store selection as document relative, so that zooming
10180         and offset changing doesnt break it.
10181
10182 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10183
10184         * shell/ev-view.c: (ev_view_best_fit):
10185
10186         Do not try to best fit if the view is not realized
10187
10188 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10189           
10190         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10191
10192 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10193
10194         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10195
10196 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10197
10198         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10199         the popup window.  That prevents it resizing when in full screen
10200         mode.
10201
10202         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10203         multiple rerenders.  This pretty much sucks.
10204
10205         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10206         rest of the toolbar.
10207
10208 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10209
10210         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10211
10212 2005-02-17  Alexander Shopov  <ash@contact.bg>
10213
10214         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10215
10216 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10217
10218         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10219
10220 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10221
10222         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10223         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10224         (set_document_page), (document_changed_callback),
10225         (ev_view_set_document), (ev_view_find_previous),
10226         (ev_view_hide_cursor), (ev_view_show_cursor):
10227         * shell/ev-view.h:
10228         * shell/ev-window.c: (update_chrome_visibility),
10229         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10230         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10231         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10232         (ev_window_unfullscreen):
10233         * shell/main.c: (main):
10234
10235         Automatically hide the fullscreen button.
10236         Patch by Kristian Høgsberg <krh@redhat.com>
10237
10238 2005-02-16  Vincent Noel  <vnoel@cox.net>
10239
10240         * shell/main.c (main): Specify an icon for the window. Patch by
10241         Jaap A. Haitsma. Fixes #166177.
10242
10243 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10244
10245         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10246
10247 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10248
10249         * backend/ev-document-misc.h:
10250         * backend/ev-document-misc.c:
10251         (ev_document_misc_get_page_border_size),
10252         (ev_document_misc_paint_one_page): New function to canonicalize
10253         sizing/painting a border.
10254
10255         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10256         used.
10257
10258         * pdf/xpdf/pdf-document.cc: use new function
10259
10260         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10261         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10262         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10263         shell/ev-window.c: (update_sizing_buttons),
10264         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10265         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10266         (ev_window_cmd_view_page_width), (size_allocate_cb),
10267         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10268         and "fit width" values act as toggle buttons so they stay
10269         toggled.  It's not 100% perfect, and it's a little slow, but it's
10270         good enough to commit I think.
10271
10272 2005-02-15  David Lodge  <dave@cirt.net>
10273
10274         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10275
10276 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10277
10278         * shell/ev-window.c (update_window_title): replace newlines in
10279         the title by spaces. Bug #166107.
10280
10281 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10282
10283         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10284         parameters providing allocation width and height without
10285         scrollbars and width of a possible vertical scrollbar. With this
10286         additional information the functions can work as
10287         intended. Unfortunately they're not idempotent. We should
10288         transform these commands to toggles. Fixes Bug #164976
10289         Initial patch by Stephane Loeuillet, then heavily modified.
10290
10291         * shell/ev-view.h: update prototypes.
10292
10293         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10294         (ev_window_cmd_view_page_width): provide EvView fit functions with
10295         all the information they need. Formulas to calculate this
10296         information taken from GtkScrolledWindow.
10297
10298 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10299
10300         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10301         created a thumbnail, the list store is updated to know
10302         that the thumbnail is set. Fixes bug #166792
10303
10304 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10305
10306         * shell/ev-window.c: fixed typo, closes bug 166897
10307
10308         * TODO: updated TODO with bug numbers that are relevant
10309
10310 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10311
10312         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10313
10314 2005-02-09  Vincent Noel  <vnoel@cox.net>
10315
10316         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10317         and "Next" toolbar buttons as important to make them stand out.
10318
10319 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10320
10321         * lib/ev-debug.c:
10322         * lib/ev-debug.h:
10323         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10324         (start_interpreter), (stop_interpreter), (document_load),
10325         (ps_document_next_page), (ps_document_goto_page),
10326         (ps_document_set_page_size), (ps_document_widget_event),
10327         (ps_document_render):
10328         * shell/ev-page-view.c: (ev_page_view_dispose):
10329         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10330
10331         Fix compilation on non-gcc platforms
10332
10333 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10334
10335         * NEWS:
10336         * configure.ac:
10337
10338         Release 0.1.4
10339
10340         * pdf/xpdf/Catalog.cc:
10341         * pdf/xpdf/XRef.cc:
10342
10343         Fix the fix for CAN-2004-0888
10344
10345 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10346
10347         * data/Makefile.am:
10348         * data/evince-ui.xml:
10349         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10350         * shell/ev-stock-icons.h:
10351         * shell/ev-window.c: (update_action_sensitivity),
10352         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10353         (set_action_properties):
10354
10355         Improve toolbar layout/icons
10356
10357 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10358
10359         * pdf/xpdf/pdf-document.cc:
10360
10361         Add warnings about unimplemented/unknown link
10362         types.
10363
10364 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10365
10366         * ps/ps-document.c: (set_up_page):
10367
10368         Log gs property
10369
10370 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10371
10372         * ps/ps-document.c: (start_interpreter):
10373
10374         Log gs env var
10375
10376 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10377
10378         * shell/ev-page-view.c: (ev_page_view_dispose):
10379         * shell/ev-view.c: (ev_view_finalize):
10380         * shell/ev-window.c: (ev_window_setup_document),
10381         (ev_window_dispose), (ev_window_init):
10382
10383         Solve more refs issues.
10384
10385         I commented out the page_view initialization for now:
10386         it was never destroyed (because it's never added
10387         to a container). Because of that we was leaking
10388         gs processes. Couldnt think to a clean fix.
10389         We need to figure this out, password view has the
10390         same issue probably.
10391
10392 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10393
10394         * ps/ps-document.c: (ps_document_finalize),
10395         (ps_document_get_n_pages), (ps_document_get_page):
10396
10397         Some cleanups, stop the interpreter on finalize
10398
10399         * shell/ev-page-view.c: (ev_page_view_dispose),
10400         (ev_page_view_class_init):
10401
10402         Release our reference on the document
10403
10404 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10405
10406         * Makefile.am:
10407         * configure.ac:
10408         * doc/debugging.txt:
10409         * lib/.cvsignore:
10410         * lib/Makefile.am:
10411         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10412         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10413         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10414         * lib/ev-debug.h:
10415
10416         Add debugging helpers
10417
10418         * ps/Makefile.am:
10419         * ps/ps-document.c: (set_up_page), (start_interpreter),
10420         (stop_interpreter), (document_load), (ps_document_next_page),
10421         (ps_document_goto_page), (ps_document_set_page_size),
10422         (ps_document_widget_event), (ps_document_render):
10423         * shell/Makefile.am:
10424         * shell/ev-view.c: (expose_bin_window):
10425         * shell/main.c: (main):
10426
10427         Add some logs
10428         
10429 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10430
10431         * ps/ps-document.c: (ps_document_widget_event):
10432
10433         Initialize message_window, this should make ps
10434         rendering really work! (Never noticed because I was
10435         testing with a ps that is causing gs to exit every time!)
10436
10437 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10438
10439         * data/evince.schemas.in: updated simple error in applyto closing tag
10440
10441 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10442
10443         * Makefile.am:
10444         * configure.ac:
10445         * data/.cvsignore:
10446         * data/Makefile.am:
10447         * data/evince-ui.xml:
10448         A data/evince.schemas.in:
10449         * po/POTFILES.in:
10450         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10451         * shell/ev-stock-icons.h:
10452         * shell/ev-window.c: (update_chrome_visibility),
10453         (update_chrome_flag), (ev_window_cmd_edit_find),
10454         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10455         (ev_window_unfullscreen), (ev_window_focus_in_event),
10456         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10457         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10458         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10459         (ev_window_dispose), (ev_window_class_init),
10460         (set_action_properties), (set_chrome_actions), (load_chrome),
10461         (ev_window_init):
10462
10463         Implement fullscreen mode changes from bug #164776.
10464         Also implement persistent chrome toggles.
10465
10466 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10467
10468         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10469
10470 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10471
10472         * NEWS:
10473         * configure.ac:
10474         * shell/ev-view.c:
10475
10476         Add another check for find interface
10477
10478         Release 0.1.3
10479
10480 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10481
10482         * shell/ev-application.c: (ev_application_open):
10483         * shell/ev-window.c: (ev_window_open):
10484
10485         Open gzipped ps documents
10486
10487 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10488
10489         * TODO:
10490         * shell/ev-view.c: (set_document_page):
10491
10492         Clamp page number, dont try to move to
10493         not existant pages.
10494
10495 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10496
10497         * backend/ev-document-find.c: (ev_document_find_changed):
10498         * backend/ev-document-find.h:
10499         * pdf/xpdf/pdf-document.cc:
10500         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10501         * shell/ev-window.c: (find_bar_search_changed_cb):
10502
10503         Fix several bugs with find
10504
10505 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10506
10507         * shell/ev-sidebar-thumbnails.c
10508         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10509         document. Prevents warning from scroll_to_cell.
10510
10511 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10512
10513         * configure.ac: Add «nb» to ALL_LINGUAS too.
10514
10515 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10516
10517         * NOTES: New file with some random thoughts.
10518
10519         * TODO: Update.
10520
10521         * backend/ev-document-misc.c:
10522         (ev_document_misc_get_page_border_size): New function to
10523         canonicalize shadow drawing sizes.  Possibly goofy.
10524
10525         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10526         (ev_view_best_fit), (ev_view_fit_width):
10527         * pdf/xpdf/pdf-document.cc:
10528         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10529         * ps/ps-document.c: (ps_document_get_page_size):
10530         * backend/ev-document-misc.h:
10531         * backend/ev-document.c: (ev_document_get_page_size):
10532         * backend/ev-document.h: get_page_size now takes a page number
10533         parameter.  Made all the backends/frontends honor it.
10534
10535         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10536         see.  Doesn't work yet.
10537
10538         * shell/Makefile.am:
10539         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10540         Doesn't do anything yet.
10541
10542         * shell/ev-sidebar-thumbnails.c:
10543         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10544         [0..n_pages-1]
10545
10546         * shell/ev-window.c: (update_action_sensitivity),
10547         (ev_window_setup_document), (ev_window_set_page_mode),
10548         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10549         view-swapping code a bit so we can have multiple views on a
10550         document.  Add the multi-page view, though it can't be turned on
10551         yet.
10552
10553 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10554
10555         * shell/ev-application.c: (ev_application_open):
10556         * shell/ev-view.c: (expose_bin_window):
10557         * shell/ev-window.c: (ev_window_open):
10558
10559         Support eps and check document supports find
10560         before drawing highlightings in expose.
10561
10562 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10563
10564         * pixbuf/pixbuf-document.c:
10565         (pixbuf_document_thumbnails_get_dimensions),
10566         (pixbuf_document_document_thumbnails_iface_init):
10567
10568         implement get_dimensions
10569
10570 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10571
10572         * NEWS:
10573         * configure.ac:
10574
10575         Release 0.1.2
10576
10577 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10578
10579         * shell/ev-view.c: (set_document_page):
10580
10581         Scroll at the top of the page when changing page
10582
10583 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10584
10585         * shell/ev-view.c: (ev_view_motion_notify_event):
10586
10587         Do not redraw unnecessarily
10588
10589 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10590
10591         * pdf/xpdf/pdf-document.cc:
10592         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10593         (expose_bin_window), (find_changed_cb):
10594
10595         Yay! find works now... Now to find bugs...
10596
10597 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10598
10599         * backend/ev-document-find.c: (ev_document_find_base_init),
10600         (ev_document_find_changed):
10601         * backend/ev-document-find.h:
10602         * pdf/xpdf/pdf-document.cc:
10603         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10604         (expose_bin_window), (ev_view_init), (set_document_page),
10605         (ensure_rectangle_is_visible), (jump_to_find_result),
10606         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10607         (ev_view_find_next), (ev_view_find_previous):
10608         * shell/ev-view.h:
10609         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10610
10611         More work on find implementation, mostly there now
10612
10613 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10614
10615         * backend/ev-backend-marshalers.list:
10616         * backend/ev-document-find.c: (ev_document_find_base_init),
10617         (ev_document_find_cancel), (ev_document_find_page_has_results),
10618         (ev_document_find_get_n_results), (ev_document_find_get_result),
10619         (ev_document_find_get_progress), (ev_document_find_changed):
10620         * backend/ev-document-find.h:
10621
10622         Enanche the find interface to be really able to do
10623         multi page find.
10624
10625         * pdf/xpdf/pdf-document.cc:
10626
10627         Implement
10628
10629         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10630         (expose_bin_window), (ev_view_init),
10631         (ev_view_get_find_status_message), (find_changed_cb),
10632         (ev_view_set_document), (set_document_page):
10633
10634         Adapt to the new interface. A few things are regressed sorry,
10635         I will finish it soon.
10636
10637 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10638
10639         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10640         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10641         ev_sidebar_thumbnails_parent_class variable, don't define another
10642         parent_class variable.
10643
10644         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10645         (ev_page_action_class_init): ditto.
10646
10647         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10648         (pixbuf_document_class_init): ditto.
10649
10650         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10651         ditto.
10652
10653         * .cvsignore: ignore various valgrind output files.
10654
10655 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * data/evince-ui.xml:
10658         * shell/Makefile.am:
10659         * shell/ev-history.c:
10660         * shell/ev-history.h:
10661         * shell/ev-navigation-action.c:
10662         * shell/ev-navigation-action.h:
10663         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10664         (ev_view_set_page), (ev_view_fit_width):
10665         * shell/ev-view.h:
10666         * shell/ev-window.c: (update_action_sensitivity),
10667         (ev_window_setup_document), (register_custom_actions):
10668
10669         Kill session history
10670
10671 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10672
10673         * shell/ev-window.c: (update_action_sensitivity):
10674
10675         Fix inverted up/down buttons
10676
10677 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10678
10679         * shell/ev-sidebar-thumbnails.c
10680         (ev_sidebar_thumbnails_select_page): make sure the selected
10681         thumbnail stays visible.
10682
10683 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10684
10685         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10686         scrolled window for Federico.
10687
10688 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10689
10690         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10691
10692 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10693
10694         * configure.ac:
10695         * pdf/splash/SplashFTFontEngine.cc:
10696
10697         Fix CID fonts with freetype 2.1.9
10698
10699 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10700
10701         * TODO: added item for desktop icon thumbnailer
10702
10703 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10704
10705         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10706         unloaded docs when the title is accessed.
10707
10708         * shell/ev-password-view.[hc]: New widget for displaying password
10709         state.
10710
10711         * shell/ev-window.[ch]: Refactor password handling code to handle
10712         the new view.
10713
10714 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10715
10716         * NEWS:
10717         * configure.ac:
10718         * data/Makefile.am:
10719
10720         Release 0.1.1
10721
10722 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10723
10724         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10725         ignore page offset here, to make search results independent of it,
10726
10727         * shell/ev-view.c (expose_bin_window): but take offsets into
10728         account here. Bug #164932
10729
10730         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10731         scale at the right time. Bug #164996
10732
10733 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10734
10735         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10736         fix the problem. Now I just removed the Adobe font names and hope
10737         that the URW fonts are always in outline format. Bug #164934
10738
10739         * shell/ev-window.c (update_window_title): empty titles are
10740         useless, use filename in that case too.
10741
10742         * NEWS: Add some content.
10743
10744 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10745
10746         * TODO: added one more TODO item and a TODONE section :)
10747
10748 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10749
10750         * ps/ps-document.h: add page_[xy]_offset fields.
10751
10752         * ps/ps-document.c (ps_document_set_page_offset)
10753         (ps_document_render): Keep offset in consideration in a few
10754         places. Bug #164752 "postscript documents are not centered in
10755         window"
10756
10757         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10758         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10759
10760         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10761         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10762         stub out missing methods for complete EvDocument implementation.
10763         Fixes segfaults with Save A Copy and Copy actions.
10764
10765         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10766         (ps_document_document_iface_init): ditto.
10767         
10768 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10769
10770         * data/.cvsignore:
10771         * data/Makefile.am:
10772         * data/evince.desktop.in:
10773
10774         Add desktop file
10775
10776 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10777
10778         * shell/ev-view.c: (ev_view_button_press_event),
10779         (ev_view_motion_notify_event):
10780
10781         Make selection work in any direction
10782
10783 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10784
10785         * TODO:
10786         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10787
10788         Use shorter labels for some of the toolbars items
10789
10790 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10791
10792         * pdf/xpdf/pdf-document.cc:
10793
10794         Check the links info is initialized before
10795         using it. Should fix a crash on startup.
10796
10797 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10798
10799         * pixbuf/pixbuf-document.c
10800         (pixbuf_document_thumbnails_get_dimensions): force floating point
10801         division to calculate page_ratio. Fixes crash with landscape
10802         format pixbufs.
10803
10804 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10805
10806         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10807
10808 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10809
10810         * shell/ev-view.c (set_document_page): unset has_selection when
10811         the page changes.
10812         (set_document_page): handle paper size changes when the page
10813         changes (test with Free Culture, page 2).
10814
10815 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10816
10817         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10818         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10819
10820         Use normal style color for the widget background and
10821         draw a black box around the page.
10822
10823 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10824
10825         * pdf/xpdf/pdf-document.cc:
10826
10827         Keep offset in consideration in a few places
10828
10829         * shell/ev-view.c: (expose_bin_window):
10830
10831         Set the offsets so that the document is ever centered
10832
10833 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10834
10835         * TODO: Added TODO items and finished off the first todo item
10836
10837         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10838         reflect current authors
10839
10840 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10841
10842         * pdf/xpdf/pdf-document.cc:
10843         * shell/ev-view.c: (ev_view_set_cursor),
10844         (ev_view_motion_notify_event), (document_changed_callback),
10845         (set_document_page):
10846
10847         Show a wait cursor while the page is rendering
10848
10849 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10850
10851         * shell/ev-sidebar-thumbnails.c:
10852         (ev_sidebar_tree_selection_changed),
10853         (ev_sidebar_thumbnails_select_page):
10854         * shell/ev-sidebar-thumbnails.h:
10855         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10856         (ev_view_can_go_forward):
10857         * shell/ev-window.c: (ev_window_open_page),
10858         (ev_window_setup_document), (update_current_page),
10859         (view_page_changed_cb), (ev_window_init):
10860         * shell/ev-window.h:
10861
10862         Ensure thumbnails selection, toolbar page control and
10863         current page are in sync.
10864
10865 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10866
10867         * pdf/xpdf/XRef.cc:
10868
10869         Fix CAN-2005-0064
10870
10871 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10872
10873         * backend/Makefile.am:
10874         * backend/ev-document-links.h:
10875         * backend/ev-document-security.c: (ev_document_security_get_type),
10876         (ev_document_security_has_document_security),
10877         (ev_document_security_set_password):
10878         * backend/ev-document-security.h:
10879         * backend/ev-document.c: (ev_document_error_quark):
10880         * backend/ev-document.h:
10881         * data/Makefile.am:
10882         * data/evince-password.glade:
10883         * pdf/xpdf/pdf-document.cc:
10884         * shell/Makefile.am:
10885         * shell/ev-password.c: (ev_password_set_bad_password_label),
10886         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10887         (ev_password_dialog_get_password),
10888         (ev_password_dialog_set_bad_pass):
10889         * shell/ev-password.h:
10890         * shell/ev-window.c: (ev_window_get_attribute),
10891         (ev_window_set_property), (update_action_sensitivity),
10892         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10893         (ev_window_setup_document), (ev_window_get_password),
10894         (ev_window_open), (ev_window_cmd_save_as),
10895         (using_postscript_printer), (ev_window_print),
10896         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10897         (update_fullscreen_popup), (ev_window_fullscreen),
10898         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10899         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10900         (menu_item_select_cb), (find_bar_search_changed_cb),
10901         (ev_window_dispose), (ev_window_init):
10902
10903         Add initial support for password-supported dialogs.  This could be
10904         a lot cooler, but it'll do for now.
10905
10906 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10907
10908         * pdf/xpdf/pdf-document.cc:
10909         * shell/ev-view.c: (status_message_from_link),
10910         (ev_view_set_status), (ev_view_set_cursor),
10911         (ev_view_motion_notify_event), (ev_view_init):
10912         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10913
10914         Fix bugs in the links implementation and change cursor
10915         when hovering a link.
10916
10917 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10918
10919         * viewer/.cvsignore: added cvsignore file for viewer directory
10920
10921         * TODO: created TODO document
10922
10923 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10924
10925         * shell/ev-view.h:
10926         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10927         new functions to help with implementation of sensitivity code
10928         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10929         of all actions that might require it.  Fixes a crash when you
10930         click on the Zoom actions in a window lacking a document.
10931
10932 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10933
10934         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10935         of the Find action
10936
10937 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10938
10939         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10940         (pixbuf_document_document_iface_init):
10941         * ps/ps-document.c: (ps_document_get_link),
10942         (ps_document_document_iface_init):
10943         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10944         (status_message_from_link), (ev_view_set_status),
10945         (ev_view_set_find_status), (ev_view_motion_notify_event),
10946         (ev_view_button_release_event), (ev_view_set_property),
10947         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10948         (ev_view_get_find_status_message), (update_find_results),
10949         (ev_view_get_status), (ev_view_get_find_status):
10950         * shell/ev-view.h:
10951         * shell/ev-window.c: (view_status_changed_cb),
10952         (view_find_status_changed_cb), (ev_window_init):
10953
10954         View status message support, use it to show the links.
10955         Needs work...
10956
10957 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10958
10959         * backend/ev-document.c: (ev_document_get_link):
10960         * backend/ev-document.h:
10961         * pdf/xpdf/pdf-document.cc:
10962         * shell/ev-application.c: (ev_application_open):
10963         * shell/ev-application.h:
10964         * shell/ev-sidebar-links.c: (selection_changed_cb):
10965         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10966         (ev_view_go_to_link):
10967
10968         Add support for document links
10969
10970 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10971
10972         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10973         (create_tool_item):
10974         Set the spin button limits correctly.
10975         
10976         * shell/ev-sidebar-thumbnails.c:
10977         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10978         Support changing pages by clicking on the thumbnails.
10979         
10980 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10981
10982         * pixbuf/pixbuf-document.c:
10983         (pixbuf_document_thumbnails_get_dimensions),
10984         (pixbuf_document_document_thumbnails_iface_init):
10985
10986         implement get_dimensions
10987
10988 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10989
10990         * ps/ps-document.c: (ps_document_goto_page):
10991
10992         Fix page switching on multipage documents
10993
10994 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10995
10996         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10997         
10998         check for NULL before assigning to width and height parameters
10999
11000 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11001
11002         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11003         (pixbuf_document_set_property), (pixbuf_document_get_property):
11004
11005         implement get/set properties
11006
11007 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11008
11009         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11010         
11011         return NULL instead of "Unknown", letting the title get set to
11012         the filename when the pdf has no title.
11013
11014 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11015
11016         * ps/ps-document.c: (ps_document_get_page_count),
11017         (ps_document_goto_page):
11018
11019 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11020
11021         * shell/ev-history.c: (ev_history_get_property),
11022         (ev_history_set_property), (ev_history_class_init),
11023         (ev_history_add_page), (ev_history_set_current_index):
11024         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11025         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11026         (ev_navigation_action_finalize):
11027         * shell/ev-navigation-action.h:
11028         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11029         (ev_view_go_forward), (ev_view_get_find_status_message),
11030         (history_index_changed_cb), (ev_view_set_history):
11031         * shell/ev-view.h:
11032         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11033         (update_current_page), (register_custom_actions):
11034
11035         Implement history dropdowns
11036
11037 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11038
11039         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11040         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11041         (ev_view_go_forward):
11042         * shell/ev-window.c: (register_custom_actions):
11043
11044         Fix several history bugs
11045
11046 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11047
11048         * configure.ac: Add «nb» to ALL_LINGUAS.
11049
11050 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11051
11052         * backend/Makefile.am:
11053         * backend/ev-bookmark.c:
11054         * backend/ev-bookmark.h:
11055         * backend/ev-document-bookmarks.c:
11056         * backend/ev-document-bookmarks.h:
11057         * backend/ev-document-links.c: (ev_document_links_get_type),
11058         (ev_document_links_has_document_links),
11059         (ev_document_links_begin_read), (ev_document_links_get_link),
11060         (ev_document_links_get_child), (ev_document_links_next),
11061         (ev_document_links_free_iter):
11062         * backend/ev-document-links.h:
11063         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11064         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11065         (ev_link_get_link_type), (ev_link_set_link_type),
11066         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11067         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11068         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11069         (ev_link_new_external):
11070         * backend/ev-link.h:
11071         * pdf/xpdf/pdf-document.cc:
11072         * shell/Makefile.am:
11073         * shell/ev-application.c: (ev_application_open_link):
11074         * shell/ev-application.h:
11075         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11076         (ev_history_get_link_nth):
11077         * shell/ev-history.h:
11078         * shell/ev-sidebar-bookmarks.c:
11079         * shell/ev-sidebar-bookmarks.h:
11080         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11081         (ev_sidebar_links_class_init), (selection_changed_cb),
11082         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11083         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11084         (do_one_iteration), (populate_links_idle),
11085         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11086         * shell/ev-sidebar-links.h:
11087         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11088         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11089         (go_to_index):
11090         * shell/ev-view.h:
11091         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11092         * shell/ev-window.h:
11093
11094         Rename bookmark to link, and use "Index" for the sidebar panel.
11095
11096 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11097
11098         * shell/Makefile.am:
11099         * shell/ev-application.c: (ev_application_open_bookmark):
11100         * shell/ev-application.h:
11101         * shell/ev-history.c: (ev_history_init), (free_links_list),
11102         (ev_history_finalize), (ev_history_class_init),
11103         (ev_history_add_link), (ev_history_add_page),
11104         (ev_history_get_link_nth), (ev_history_get_n_links),
11105         (ev_history_get_current_index), (ev_history_set_current_index),
11106         (ev_history_new):
11107         * shell/ev-history.h:
11108         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11109         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11110         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11111         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11112         (ev_view_set_page):
11113         * shell/ev-view.h:
11114         * shell/ev-window.c: (ev_window_open_bookmark),
11115         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11116         (goto_page_cb), (register_custom_actions):
11117         * shell/ev-window.h:
11118
11119         Initial history implementation. Needs work.
11120
11121 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11122
11123         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11124
11125 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11126
11127         * cut-n-paste/recent-files/egg-recent-item.c:
11128         * cut-n-paste/recent-files/egg-recent-item.h:
11129         * cut-n-paste/recent-files/egg-recent-model.c:
11130         * cut-n-paste/recent-files/egg-recent-util.c:
11131         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11132         * cut-n-paste/recent-files/egg-recent-view.c:
11133
11134         Update
11135
11136 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11137
11138         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11139         (fillGlyph, fillImageMask, drawImage):
11140         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11141         pdf/splash/SplashTypes.h:
11142         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11143         packed mode for Splash.
11144
11145         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11146         RGB8 packed mode, eliminates the pixbuf data creation loop.
11147
11148         * shell/ev-print-job.c (ev_print_job_finalize)
11149         (ev_print_job_set_property, ev_print_job_get_property)
11150         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11151         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11152         (print_closure_finalize, ev_print_job_print): implement
11153         printing (for backends with EvPsExporter)
11154
11155         * shell/ev_print_job.h: update prototypes.
11156
11157         * shell/ev-window.c (ev_window_print): unref print job after
11158         printing.
11159
11160         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11161         unless the document implements the EvDocumentFind interface.
11162
11163 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11164
11165         * configure.ac: Added ja to ALL_LINGUAS.
11166
11167 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11168
11169         * pdf/xpdf/pdf-document.cc:
11170
11171         add a FIXME. We should probably not allocate
11172         a bookmark object every time
11173
11174 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11175
11176         * shell/ev-application.c: (ev_application_open),
11177         (ev_application_open_bookmark):
11178         * shell/ev-application.h:
11179         
11180         Add a way to open bookmarks
11181
11182         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11183         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11184         (ev_bookmark_set_property), (ev_bookmark_class_init),
11185         (ev_bookmark_new_title), (ev_bookmark_new_link),
11186         (ev_bookmark_new_external):
11187
11188         Support for external uris, better constructors.
11189
11190         * backend/ev-bookmark.h:
11191         * pdf/xpdf/pdf-document.cc:
11192         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11193
11194         Handle external uris
11195
11196 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11197
11198         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11199         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11200
11201         Hook up bookmarks navigation
11202
11203 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * backend/Makefile.am:
11206         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11207         (ev_bookmark_get_title), (ev_bookmark_set_title),
11208         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11209         (ev_bookmark_get_page), (ev_bookmark_set_page),
11210         (ev_bookmark_get_property), (ev_bookmark_set_property),
11211         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11212         (ev_bookmark_new):
11213         * backend/ev-bookmark.h:
11214         * backend/ev-document-bookmarks.c:
11215         (ev_document_bookmarks_get_bookmark):
11216         * backend/ev-document-bookmarks.h:
11217         * pdf/xpdf/pdf-document.cc:
11218         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11219
11220         Add a bookmark object to the backend and use it instead of get_values
11221
11222 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11223
11224         * data/evince-ui.xml:
11225
11226         Cleanup and add select all.
11227
11228         * shell/ev-view.c: (ev_view_select_all),
11229         (ev_view_button_press_event):
11230         * shell/ev-view.h:
11231         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11232
11233         Add select all.
11234         Clear selection on click.
11235
11236 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11237
11238         * shell/ev-sidebar-thumbnails.c
11239         (ev_sidebar_thumbnails_set_document): forgot to unref the
11240         loading_icon.
11241
11242 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11243
11244         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11245         at the visible page, not just linearly.  This makes it look fast.
11246
11247 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11248
11249         * backend/ev-document-misc.c
11250         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11251         white.
11252         * backend/ev-document-thumbnails.h: New interface to get the size
11253         of a page.
11254
11255 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11256
11257         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11258         make dist works
11259
11260 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11261
11262         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11263         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11264         things up a bit.
11265
11266         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11267
11268 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11269
11270         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11271         fonts. Should fix font problems on systems that have the base
11272         fonts in bitmap format. Reported by James Henstridge
11273         <james@jamesh.id.au>.
11274
11275 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11276
11277         * pdf/xpdf/Gfx.cc:
11278         * pdf/xpdf/GfxState.cc:
11279
11280         Fix for CAN-2004-1125
11281
11282 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11283
11284         * shell/ev-view.c: (ev_view_copy):
11285         * shell/ev-view.h:
11286         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11287
11288         Implement Edit->Copy
11289
11290 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11291
11292         * backend/ev-document.c: (ev_document_get_text):
11293         * backend/ev-document.h:
11294         * pdf/xpdf/pdf-document.cc:
11295         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11296         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11297         (ev_view_update_primary_selection), (ev_view_button_press_event),
11298         (ev_view_motion_notify_event), (ev_view_button_release_event):
11299
11300         Beginnings of clipboard support. Incomplete but primary sort
11301         of work.
11302
11303 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11304
11305         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11306         (expose_bin_window):
11307
11308         Nicer rubberband drawing, from GtkIconView.
11309
11310 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11311
11312         * backend/ev-document.c: (ev_document_save):
11313         * backend/ev-document.h:
11314         * data/evince-ui.xml:
11315         * pdf/xpdf/pdf-document.cc:
11316         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11317
11318         Implement "Save a copy..." menu item
11319
11320 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11321
11322         * shell/ev-view.c: (ev_view_zoom):
11323
11324         Queue a resize when zoom changes
11325
11326 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11327
11328         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11329         shadows.
11330
11331         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11332         thumbnails..
11333
11334 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11335
11336         * pdf/xpdf/pdf-document.cc
11337         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11338
11339 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11340
11341         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11342         It's slow, but I'll speed it up next!
11343
11344 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11345
11346         * shell/main.c (load_files):
11347
11348         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11349         from the command line and because it seems more appropriate.
11350
11351 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11352
11353         * data/evince-ui.xml:
11354         * shell/ev-window.c: (update_action_sensitivity),
11355         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11356
11357         s/next page/page down
11358         s/previous page/page up
11359
11360 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11361
11362         * data/evince-ui.xml:
11363
11364         Change the layout to match clarkbw design.
11365
11366         * shell/Makefile.am:
11367         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11368         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11369         (ev_navigation_action_finalize),
11370         (ev_navigation_action_set_property),
11371         (ev_navigation_action_get_property),
11372         (ev_navigation_action_class_init):
11373         * shell/ev-navigation-action.h:
11374
11375         Implement clarkbw toolbar navigation controls (incomplete)
11376
11377         * shell/ev-page-action.c: (update_label), (update_spin),
11378         (value_changed_cb), (create_tool_item), (connect_proxy),
11379         (ev_page_action_init), (ev_page_action_finalize),
11380         (ev_page_action_set_property), (ev_page_action_get_property),
11381         (ev_page_action_set_current_page),
11382         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11383         * shell/ev-page-action.h:
11384
11385         Implement a page switcher in the toolbar
11386
11387         * shell/ev-view.c: (ev_view_scroll_view):
11388         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11389         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11390         (register_custom_actions), (ev_window_init):
11391
11392         Change page on PageUp/Down.
11393
11394 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11395
11396         * pdf/xpdf/pdf-document.cc
11397         (pdf_document_thumbnails_get_thumbnail): initial stab at
11398         implementing thumbnail support for pdfs.  It only does documents
11399         with precached pdfs now.
11400
11401 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11402
11403         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11404         thumbnail code into a time-based idle as well.  Also, turn off the
11405         shadow temporarily as it's really slow.
11406
11407 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11408
11409         * backend/ev-document.c: (ev_document_class_init):
11410         * pdf/xpdf/pdf-document.cc:
11411         * shell/ev-window.c: (ev_window_open):
11412
11413         Fix document title bugs and fallback to
11414         filename when not available.
11415
11416 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11417
11418         * backend/ev-document.c: (ev_document_get_type),
11419         (ev_document_class_init), (ev_document_load),
11420         (ev_document_get_title):
11421         * backend/ev-document.h:
11422         * pdf/xpdf/pdf-document.cc:
11423         * ps/ps-document.c: (ps_document_set_property),
11424         (ps_document_get_property), (ps_document_class_init),
11425         (document_load):
11426         * ps/ps-document.h:
11427         * ps/ps.h:
11428         * shell/ev-window.c: (update_window_title), (ev_window_open),
11429         (ev_window_init):
11430
11431         Initial support for document title. Not working yet.
11432
11433 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11434
11435         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11436
11437         Grab focus on the view when clicking it
11438
11439 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11440
11441         * shell/ev-marshal.list:
11442         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11443         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11444
11445         Add key bindings to the view. Now if the focus would work
11446         right...
11447
11448 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11449
11450         * Makefile.am:
11451         * backend/Makefile.am:
11452         * data/Makefile.am:
11453         * dvi/Makefile.am:
11454         * dvi/dvilib/Makefile.am:
11455         * pdf/xpdf/Makefile.am:
11456         * po/POTFILES.in:
11457         * ps/Makefile.am:
11458
11459         Fix distcheck
11460
11461 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * shell/ev-view.c: (ev_view_realize):
11464
11465         Fix mouse wheel scrolling
11466
11467 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * ps/Makefile.am:
11470         * ps/gstypes.h:
11471         * ps/gtkgs.c:
11472         * ps/gtkgs.h:
11473         * ps/ps-document.c: (catchPipe), (ps_document_init),
11474         (ps_document_class_init), (ps_document_cleanup),
11475         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11476         (set_up_page), (close_pipe), (is_interpreter_ready),
11477         (interpreter_failed), (output), (input), (start_interpreter),
11478         (stop_interpreter), (file_length), (file_readable),
11479         (check_filecompressed), (check_pdf), (compute_xdpi),
11480         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11481         (ps_document_get_type), (ps_document_emit_error_msg),
11482         (document_load), (ps_document_next_page),
11483         (ps_document_get_current_page), (ps_document_get_page_count),
11484         (ps_document_goto_page), (ps_document_set_page_size),
11485         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11486         (ps_document_load), (ps_document_get_n_pages),
11487         (ps_document_set_page), (ps_document_get_page),
11488         (ps_document_widget_event), (ps_document_set_target),
11489         (ps_document_set_scale), (ps_document_set_page_offset),
11490         (ps_document_get_page_size), (ps_document_render),
11491         (ps_document_document_iface_init):
11492         * ps/ps-document.h:
11493         * ps/ps.c:
11494         * shell/ev-window.c: (ev_window_open):
11495
11496         Rename GtkGS to PSDocument
11497
11498 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11499
11500         * ps/gtkgs.c: (gtk_gs_class_init):
11501         * ps/gtkgs.h:
11502
11503         Some more leftover...
11504
11505 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11506
11507         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11508         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11509         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11510         * ps/gtkgs.h:
11511
11512         Remove unused code and make a lot of stuff private
11513
11514 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11515
11516         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11517         (gtk_gs_defaults_changed):
11518         * ps/gsdefaults.h:
11519         * ps/gtkgs.c:
11520         * ps/gtkgs.h:
11521         * ps/ps.h:
11522
11523         Cleanup headers dependencies
11524
11525 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11526
11527         * ps/Makefile.am:
11528         * ps/ggvutils.c:
11529         * ps/ggvutils.h:
11530         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11531         * ps/gsdefaults.h:
11532         * ps/gtkgs.c: (file_length), (file_readable),
11533         (check_filecompressed), (check_pdf), (gtk_gs_load),
11534         (gtk_gs_get_postscript):
11535
11536         Get rid of ggvutils
11537
11538 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11539
11540         * ps/ggvutils.c:
11541         * ps/ggvutils.h:
11542         * ps/gsio.h:
11543         * ps/gtkgs.c: (gtk_gs_set_zoom):
11544
11545         Cleanups
11546
11547 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11548
11549         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11550
11551         Ensure the page is rerendered when changing zoom
11552
11553 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11554
11555         * backend/ev-document.c: (ev_document_base_init),
11556         (ev_document_changed):
11557         * backend/ev-document.h:
11558
11559         Add a changed event that is emitted when the page content
11560         changes. This is necessary to deal with the fact that
11561         in ps backend rendering happen asycrounously.
11562         This makes the ps backend mostly work.
11563
11564         * pdf/xpdf/pdf-document.cc:
11565
11566         Emit changed event
11567
11568         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11569         (ps_document_set_target):
11570
11571         Emit changed event
11572
11573         * shell/ev-view.c: (document_changed_callback),
11574         (ev_view_set_document), (ev_view_set_page):
11575
11576         Redraw on the changed signal
11577
11578 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11579
11580         * configure.ac: Added pt_BR to ALL_LINGUAS.
11581
11582 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11583
11584         * backend/ev-document-bookmarks.c:
11585         (ev_document_bookmarks_get_child): *
11586         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11587         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11588         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11589         (ev_sidebar_bookmarks_destroy),
11590         (ev_sidebar_bookmarks_class_init),
11591         (ev_sidebar_bookmarks_construct), (stack_data_free),
11592         (do_one_iteration), (populate_bookmarks_idle),
11593         (ev_sidebar_bookmarks_clear_document),
11594         (ev_sidebar_bookmarks_set_document): *
11595         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11596         (ev_sidebar_add_page),
11597         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11598         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11599         it displays both the topics and the page numbers.
11600
11601 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11602
11603         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11604         toggle.
11605         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11606         visible.
11607
11608 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11609
11610         * configure.ac: Added en_CA to ALL_LINGUAS.
11611
11612 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11613
11614         * ChangeLog: replace bottom of this ChangeLog (merged history of
11615         ggv and gpdf; where all paths were wrong and most of the files are
11616         not even in this tree) with ChangeLog (from arch) of the shell
11617         code.
11618
11619 2004-12-23  Havoc Pennington  <hp@redhat.com>
11620
11621         * shell/ev-window.c: hook up potentially-questionable "find
11622         results status text" feature - something involving the sidebar or
11623         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11624         might be better in the end.
11625
11626         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11627         with corresponding signal when it should be updated
11628
11629         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11630
11631 2004-12-22  Havoc Pennington  <hp@redhat.com>
11632
11633         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11634         find stuff on other pages, sort of (only returns one result on
11635         invisible pages, to show they have results; updates full results
11636         for a page when you view it). Currently repaints the current page
11637         every time a new result is found on any page, which isn't so nice.
11638
11639 2004-12-22  Havoc Pennington  <hp@redhat.com>
11640
11641         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11642         the document doesn't support find (better ideas?)
11643         (find_bar_search_changed_cb): handle missing document or document
11644         that doesn't support find
11645
11646         * pdf/xpdf/pdf-document.cc: port to implement the new
11647         EvDocumentFindIface
11648
11649         * backend/ev-document-find.c: create a new interface for searching
11650
11651         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11652
11653 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11654
11655         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11656         libevbackend.la.
11657
11658         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11659         EvPrintJob constructor arguments.
11660
11661         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11662         for documents that can export PostScript (page by page).
11663
11664         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11665         
11666         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11667         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11668         (pdf_document_ps_exporter_iface_init:
11669         Implement EvPSExporter.
11670
11671         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11672
11673 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11674
11675         * backend/Makefile.am:
11676         * backend/ev-document-thumbnails.c:
11677         (ev_document_thumbnails_get_type),
11678         (ev_document_thumbnails_get_thumbnail):
11679         * backend/ev-document-thumbnails.h:
11680         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11681         (pixbuf_document_thumbnails_get_thumbnail),
11682         (pixbuf_document_document_thumbnails_iface_init):
11683         * shell/Makefile.am:
11684         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11685         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11686         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11687         * shell/ev-sidebar-thumbnails.h:
11688         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11689         (ev_sidebar_set_document):
11690         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11691         (create_shadow), (ev_pixbuf_add_shadow):
11692         * shell/ev-utils.h:
11693         Add thumbnail support.
11694         
11695 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11696
11697         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11698         (using_postscript_printer): Set up a print dialog for "PostScript
11699         injection" method.
11700
11701         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11702         EvPrintJob.
11703
11704         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11705
11706 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11707
11708         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11709         (ps_document_set_target), (ps_document_get_page_size),
11710         (ps_document_render):
11711         * ps/gtkgs.h:
11712
11713         Fix a few bugs
11714
11715 2004-12-22  Christian Rose  <menthos@menthos.com>
11716
11717         * configure.ac: Added "sv" to ALL_LINGUAS.
11718
11719 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11720
11721         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11722         document supports bookmarks.
11723
11724 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11725
11726         * ps/ggvutils.c: (ggv_file_readable):
11727         * ps/ggvutils.h:
11728         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11729         (gtk_gs_get_postscript):
11730
11731         Remove unused utils
11732
11733 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11734
11735         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11736         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11737         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11738         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11739         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11740         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11741         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11742         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11743         (gtk_gs_set_antialiasing), (ps_document_load),
11744         (ps_document_render):
11745         * ps/gtkgs.h:
11746
11747         Another check point for the ps backend. Now I can get it to show
11748         pages!
11749
11750 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11751
11752         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11753         document setting code.
11754
11755 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11756
11757         * shell/eggfindbar.c: (entry_activate_callback):
11758         Animate the next button when activate is pressed.
11759         
11760 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11761
11762         * shell/ev-window.c: (ev_window_cmd_edit_find),
11763         (update_fullscreen_popup), (ev_window_fullscreen),
11764         (ev_window_unfullscreen), (ev_window_state_event_cb),
11765         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11766         Fix bugs in fullscreen code.
11767         
11768 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11769
11770         * Makefile.am:
11771         * configure.ac:
11772         * pixbuf/Makefile.am:
11773         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11774         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11775         (pixbuf_document_set_page), (pixbuf_document_get_page),
11776         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11777         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11778         (pixbuf_document_render), (pixbuf_document_begin_find),
11779         (pixbuf_document_end_find), (pixbuf_document_finalize),
11780         (pixbuf_document_class_init),
11781         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11782         * pixbuf/pixbuf-document.h:
11783         * shell/Makefile.am:
11784         * shell/ev-application.c: (ev_application_open):
11785         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11786         (ev_window_open):
11787         Add pixbuf backend.
11788         
11789 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11790
11791         * Makefile.am: 
11792         * dvi/dvilib/Makefile.am:
11793         * dvi/Makefile.am:
11794         * configure.ac: Auto*ify dvi and dvi/dvilib
11795
11796         * dvi/Makefile: Remove from CVS
11797         
11798         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11799         confusion.
11800
11801         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11802         
11803         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11804         
11805 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11806
11807         * ps/Makefile.am:
11808         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11809         (gtk_gs_value_adjustment_changed), (compute_size),
11810         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11811         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11812         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11813         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11814         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11815         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11816         (ps_document_load), (ps_document_get_n_pages),
11817         (ps_document_set_page), (ps_document_get_page),
11818         (ps_document_set_target), (ps_document_set_scale),
11819         (ps_document_set_page_offset), (ps_document_get_page_size),
11820         (ps_document_render), (ps_document_begin_find),
11821         (ps_document_end_find), (ps_document_document_iface_init):
11822         * ps/gtkgs.h:
11823         * shell/Makefile.am:
11824         * shell/ev-window.c: (ev_window_open):
11825
11826         Some work to integrate gtkgs with EvDocument
11827
11828 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11829
11830         * shell/ev-window.c: (update_fullscreen_popup),
11831         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11832         (exit_fullscreen_button_clicked_cb),
11833         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11834         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11835         (ev_window_state_event_cb), (ev_window_init):
11836         Add fullscreen support from Epiphany.
11837         
11838 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11839
11840         * data/ev-stock-zoom-fit-width.png: fit-width
11841         stock icon from gpdf.
11842         
11843         * shell/ev-stock-icons.[ch]: copied from gpdf.
11844         
11845         * shell/main.c: (main): init stock icons.
11846         
11847         * shell/ev-window.c: use the fit-width icon.
11848         
11849         * data/evince-ui.xml: add zooming toolbar items.
11850
11851 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11852
11853         * shell/ev-view.c: 
11854         (ev_view_best_fit), (ev_view_fit_width): because
11855         get_page_size() returns the scaled page size, we
11856         need to calculate the scale factor relative to
11857         the previous scale factor. Should really just
11858         add get_real_page_size().
11859
11860 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11861
11862         * shell/ev-view.[ch]:
11863         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11864         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11865         add zooming.
11866         
11867         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11868         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11869         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11870         hook it up.
11871         
11872         * pdf/xpdf/pdf-document.cc:
11873         (pdf_document_begin_find),
11874         (pdf_document_end_find): make static.
11875
11876 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11877
11878         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11879
11880         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11881         names to fontconfig patterns.
11882         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11883
11884         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11885         setupBaseFontsFc.
11886
11887 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11888
11889         * Makefile.am:
11890         * configure.ac:
11891         * ps/Makefile.am:
11892         * ps/ggvutils.c:
11893         * ps/ggvutils.h:
11894         * ps/gsdefaults.c:
11895         * ps/gsdefaults.h:
11896         * ps/gsio.c:
11897         * ps/gsio.h:
11898         * ps/gtkgs.c:
11899         * ps/gtkgs.h:
11900         * ps/ps.c:
11901         * ps/ps.h:
11902
11903         Import ggv backend. Not hooked up yet.
11904
11905 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11906
11907         * shell/main.c: (load_files), (main): load files
11908         from the command line.
11909
11910 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11911
11912         * configure.ac: don't require bonobo.
11913         
11914         * cut-n-paste/recent-files/*: kill bonobo recent
11915         view.
11916
11917         * shell/ev-window.c:
11918         (ev_window_is_empty): upd.
11919         (unable_to_load), (ev_window_open): load backend
11920         based on the mime type.
11921
11922 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11923
11924         * backend/.cvsignore: ignore generated marshalers source.
11925
11926         * shell/main.c (main): this is not epiphany.
11927
11928 2004-12-22  Havoc Pennington  <hp@redhat.com>
11929
11930         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11931         (expose_bin_window): draw find highlights
11932
11933         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11934         
11935         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11936         (pdf_document_end_find): implement this interface
11937
11938         * backend/ev-document.c (ev_document_found): add this to emit
11939         signal
11940
11941 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11942
11943         * data/evince-ui.xml: Add a few more toolbar items.
11944
11945         * shell/ev-window.c: Hook up page navigation toolbar 
11946         items.
11947
11948         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11949         a page-changed signal.
11950
11951         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11952         Add ev_document_get_page().
11953
11954         * shell/ev-window.c: Sensitize/desensitize navigation
11955         actions.
11956
11957 2004-12-21  Havoc Pennington  <hp@redhat.com>
11958
11959         * backend/ev-backend-marshal.c,
11960         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11961         marshaler-generator thingy. I'm sure there's a better way to do
11962         this in the modern world.
11963
11964         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11965         end_find methods and "found" signal.
11966
11967         * configure.ac: find glib-genmarshal
11968
11969 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11970
11971         * shell/ev-sidebar.c: Construct an actual sidebar.
11972         * shell/ev-sidebar-bookmarks.[ch]:
11973         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11974
11975 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11976
11977         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11978         Redo size handling.
11979         
11980         * shell/ev-view.c: Track the size from the document.
11981
11982 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11983
11984         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11985         constructor assumes ownership of the string passed in.
11986         
11987         * shell/ev-window.c (ev_window_open): Destroy the error
11988         dialog once we've displayed it.
11989
11990 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11991
11992         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11993         a bit, it works! (sort of)
11994
11995         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11996         Move to .cc since we need to use C++ in the implementation.
11997
11998         * shell/dummy.cc: Add a CC file to force evince
11999         to be linked as a C++ program.
12000
12001 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12002
12003         * shell/ev-view.[ch]: Start of content-area widget.
12004
12005         * shell/ev-window.c: Create a EvView, update it
12006         as we change documents.
12007
12008         * shell/Makefile.am shell/ev-marshal.list: Add
12009         generated marshalers.
12010
12011 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12012
12013         * Makefile.am (SUBDIRS): move shell.
12014
12015 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12016
12017         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12018         .a to libtool convenience libraries.
12019
12020         * shell/ev-window.c (ev_window_open): Hard code loading
12021         a PDF document.
12022         
12023         * backend/ev-document.h: Add a boolean return to load(),
12024         fix GError * to GError **.
12025
12026         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12027         object for a PDF backend EvDocument.
12028
12029 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12030
12031         * dvi/*: New directory with the beginning of a .dvi backend.
12032
12033 2004-12-21  Havoc Pennington  <hp@redhat.com>
12034
12035         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12036         previous/next instead of back/forward
12037
12038 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12039
12040         * backend/ev-document.[ch]: Fix a couple of problems so
12041         it compile.
12042
12043 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12044
12045         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12046         to backend/ directory, rename EvViewer to EvDocument.
12047
12048 2004-12-21  Havoc Pennington  <hp@redhat.com>
12049
12050         * shell/ev-window.c: hook up the find bar widget; now we just need
12051         a document to find things in
12052
12053         * shell/eggfindbar.c: a find bar widget
12054
12055 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12056
12057         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12058
12059 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12060
12061         * pdf/**: Import of xpdf code from gpdf. 
12062
12063         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12064
12065         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12066         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12067         Fix FreeType includes.
12068
12069         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12070         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12071         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12072         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12073         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12074         Include xpdfconfig.h
12075         
12076 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12077
12078         * shell/ev-window.c (ev_window_dispose): dispose can be called
12079         multiple times.
12080
12081 2004-12-21  Havoc Pennington  <hp@redhat.com>
12082
12083         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12084         rather than Evince
12085
12086         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12087         items; really they should be synced with the strings, etc. from
12088         current gpdf, but just getting the boring typing out of the way 
12089
12090 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12091
12092         * po/POTFILES.in:
12093         * shell/ev-application.c: (window_destroy_cb):
12094         * shell/ev-window.c:
12095         * shell/main.c: (main):
12096
12097         Actually show the window...
12098
12099 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12100
12101         * Makefile.am:
12102         * shell/Makefile.am:
12103         * shell/ev-application.c: (ev_application_class_init):
12104         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12105
12106         Make it build again
12107
12108 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12109
12110         Import to gnome cvs.
12111         
12112         * Remove copies of gpdf and ggv trees.
12113         * Rip out all the recursive configure code.
12114         * Remove bonobo machinery.
12115         * viewer/*: GInterfaces that backends should/can implement.
12116
12117 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12118
12119         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12120         typo
12121
12122 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12123
12124         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12125         (ev_application_finalize, ev_application_class_init)
12126         (ev_application_init): use GType instance private data for priv.
12127
12128         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12129         (ev_window_finalize, ev_window_class_init)
12130         (ev_window_init): ditto.
12131
12132 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12133
12134         * shell/ev-application.c (ev_application_new_window): make public
12135         (ev_application_show_initial_window): kill.
12136
12137         * shell/ev-application.h: update prototypes.
12138
12139         * shell/main.cc (main): inline ev_application_show_initial_window.
12140
12141 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12142
12143         * shell/ev-application.c (ev_application_new_window): impl.
12144         (ev_application_show_initial_window): use it.
12145         (is_window_empty, ev_application_get_empty_window): returns an
12146         existing empty window or a new one.
12147         (ev_application_open): from ev_window_cmd_file_open.
12148
12149         * shell/ev-application.h: update prototypes
12150
12151         * shell/ev-window.c (ev_window_is_empty): impl.
12152         (ev_window_open): make public.
12153         (ev_window_cmd_file_open): use ev_application_open
12154
12155         * shell/ev-window.h: update prototypes, remove unused.
12156
12157 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12158
12159         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12160         move destroy handler out of here...
12161
12162         * shell/ev-application.c, shell/ev-application.h: ...into this new
12163         class. Also handles initial window creation.
12164
12165         * shell/main.cc (main): use EvApplication to create initial
12166         window.
12167
12168 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12169
12170         * Makefile.am (SUBDIRS): add cut-n-paste
12171
12172         * cut-n-paste/Makefile.am: add
12173
12174         * configure.ac: generate Makefiles in cut-n-paste
12175
12176 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12177
12178         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12179         (ev_window_class_init): install ev_window_dispose.
12180
12181 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12182
12183         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12184         char (gchar looks stupid).
12185
12186 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12187
12188         * po/de.po: updated German translation.
12189
12190 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12191
12192         * configure.ac: add more pkg-config library checks for gnome-vfs,
12193         bonobo etc.
12194
12195         * gpdf/configure.in: temporarily disable libpaper
12196         checks. Otherwise I'd have to add the checks for the shell, too.
12197
12198 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12199
12200         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12201         and * file filters to the file choose.
12202
12203 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12204
12205         * po/de.po: Updated German translation.
12206
12207 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12208
12209         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12210
12211 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12212
12213         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12214
12215         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12216         (ev_window_init): implement those menuitems.
12217
12218 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12219
12220         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12221
12222         * shell/ev-window.c (ev_window_init): use the toolbar.
12223
12224 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12225
12226         * shell/ev-window.c (ev_window_init): use menu translations
12227
12228 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12229
12230         * configure.ac: add "de" to ALL_LINGUAS.
12231
12232         * po/de.po: add German translation.
12233
12234 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12235
12236         * Makefile.am (SUBDIRS): add po
12237
12238         * configure.ac: check intltool, glib-gettext etc, generate
12239         po/Makefile.in
12240
12241         * po, po/POTFILES.in, po/POTFILES.skip: new.
12242
12243 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12244
12245         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12246         already use (#ifdef ENABLE_NLS)
12247
12248         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12249         pointer indirection thinko.
12250
12251         * shell/main.c: include gi18n.h for bindtextdomain etc.
12252
12253 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12254
12255         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12256         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12257         tooltips for menu items in the statusbar.
12258
12259 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12260
12261         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12262         pkgdatadir drop UIDIR
12263
12264 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12265
12266         * data/evince-ui.xml: Add File->Open menu item
12267
12268         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12269         chooser), hook it up in the ui manager.
12270
12271 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12272
12273         * shell/ev-window.c: fix Help->About tooltip.
12274
12275 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12276
12277         * configure.ac: set CFLAGS for libevprivate.
12278
12279         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12280         definitions, factory etc.
12281
12282         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12283
12284         * shell/Makefile.am: link against libevprivate.a.
12285
12286         * shell/ev-window.c (entries): add stock icon to Help->About.
12287
12288         * shell/main.c (main): init stock icon code.
12289
12290 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12291
12292         * lib/recent-files: egg recent files code
12293
12294         * lib/Makefile.am: add.
12295
12296         * Makefile.am: add lib subdir.
12297
12298         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12299         set CFLAGS for recent-files.
12300
12301 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12302
12303         * configure.ac: disable -ansi and -pedantic gcc flags. They
12304         disable POSIX stuff in stdio.h, but egg-recent uses them.
12305
12306 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12307
12308         * configure.ac: add --disable-deprecated flag (defaults to on in
12309         "cvs" builds).
12310
12311         * shell/Makefile.am (INCLUDES): use it.
12312
12313 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12314
12315         * shell/main.c: add missing #include.
12316
12317         * shell/ev-window.c: fix for pedantic gcc.
12318         (ev_window_cmd_help_about): split license into paragraphs for
12319         translators and pedantic compilers.
12320
12321 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12322
12323         * configure.ac: add more warning flags if compiling with gcc from
12324         cvs (or explicitly requested with --enable-more-warnings).
12325
12326 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12327
12328         * data/evince-ui.xml: add File and File->Close menu.
12329
12330         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12331         (ev_window_destroy): quit after destroy.
12332         (ev_window_class_init): override GtkObject::destroy.
12333         (entries): install close_window callback.
12334
12335 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12336
12337         * Makefile.am (SUBDIRS): add data subdir.
12338
12339         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12340         gtk+ 2.5.0 for GtkAboutDialog.
12341
12342         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12343         main window.
12344
12345         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12346
12347         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12348         manager.
12349         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12350
12351 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12352
12353         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12354
12355 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12356
12357         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12358
12359 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12360
12361         * shell/*: Added shell directory boilerplate, build it.
12362
12363 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12364
12365         * configure.ac, Makefile.am: Added top-level configure.ac and
12366         Makefile.am