]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated Danish translation
[evince.git] / ChangeLog
1 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
4         (pdf_document_forms_get_form_fields):
5
6         Silently ignore unknown form fields. Fixes bug #482654. Patch by
7         Matthias Drochner.
8         
9 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * configure.ac:
12         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
13
14         Use poppler_page_render_for_printing() instead of
15         poppler_page_render() if available when exporting to a ps or pdf
16         file. Fixes bug #476627.
17         
18 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
19
20         * shell/ev-window.c: (ev_window_run_fullscreen):
21
22         Do not show the toolbar in fullscreen mode if the main toolbar is
23         not visible. Fixes bug #483048.
24         
25 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * shell/ev-view.c: (ev_view_button_press_event):
28
29         Give priority to form fields over images when deciding whether a
30         button press event is over an image or form field. It allows edit
31         form fields when they are over a background image. Fixes bug
32         #477841.
33         
34 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
35
36         * NEWS:
37         * configure.ac:
38         
39         Update for release 2.20.0
40
41 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * backend/pdf/ev-poppler.cc:
44
45         Remove #ifdef HAVE_FORMS, so that forms support works again.
46
47 2007-09-05  Götz Waschk  <waschk@mandriva.org>
48
49         * configure.ac:
50         * data/evince.desktop.in.in:
51         
52         Fixes desktop file issues. See bug #473471.
53
54 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
57         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
58         (ev_job_queue_remove_job):
59         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
60         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
61         * shell/ev-window.c: (ev_window_clear_save_job),
62         (ev_window_save_job_cb), (file_save_dialog_response_cb),
63         (ev_window_dispose):
64
65         Move save a copy task to its own job so that it's carried out in a
66         thread avoiding another lock in the main thread. Use
67         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
68         can be saved to a pathin another file system. Fixes bug #456891.
69         
70 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
71
72         * NEWS:
73         * configure.ac:
74         
75         Update for release 2.19.92
76
77 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * configure.ac:
80         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
81         (pdf_selection_get_selection_region),
82         (pdf_selection_get_selection_map),
83         (ev_form_field_from_poppler_field):
84
85         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
86         and triple click selections are enabled again now.
87
88 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/ev-window.c: (ev_window_add_history):
91
92         Make sure not to use the history with documents not supporting
93         links. Fixes bug #468954.
94
95 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * shell/ev-window.c: (ev_window_load_job_cb):
98
99         Restart the search when reloading a document with the find bar
100         visible. Fixes bug #461962.
101
102 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * shell/ev-window.c: (setup_document_from_metadata),
105         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
106
107         Do not jump to the first page when reloading a document from the
108         last page.
109
110 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
111
112         * shell/ev-window.c: (update_chrome_flag),
113         (setup_sidebar_from_metadata),
114         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
115         (ev_window_cmd_edit_find_next),
116         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
117         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
118         (find_bar_close_cb), (view_actions_focus_in_cb):
119
120         Do not update visibility when changing a chrome flag so that it's
121         possible to update several flags and update visibility only once
122         for all of them.
123
124 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
127
128         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
129         supported by gtk+. Fixes bug #460907.
130
131 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-view.c: (view_update_range_and_current_page):
134
135         Make sure current-page <= end-page in continuous mode. Fixes bug
136         #454950.
137
138 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * backend/pdf/ev-poppler.cc: (build_tree):
141
142         Ignore outline items without a title. Fixes bug #453913.
143
144 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
147         (ev_view_button_release_event), (ev_view_leave_notify_event):
148
149         Use always drag mouse cursor during a drag operation. Fixes bug
150         #470564.
151
152 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
155         (pdf_selection_get_selection_region),
156         (pdf_selection_get_selection_map):
157
158         Temporarily disable double and triple selections since it depends on
159         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
160         released and the update of the external dependency minimal version
161         approved.
162
163 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
166         (pdf_document_file_exporter_do_page):
167         * libdocument/ev-file-exporter.h:
168         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
169         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
170
171         Actually fix printing regressions. Remove orientation from
172         EvPrintContext since it's redundant.
173
174 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
177         * backend/impress/impress-document.c:
178         (impress_document_document_iface_init):
179         * backend/ps/ps-document.c: (ps_document_document_iface_init):
180         * backend/djvu/djvu-document.c:
181         (djvu_document_document_iface_init),
182         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
183         * backend/tiff/tiff-document.c:
184         (tiff_document_document_iface_init):
185         * backend/pixbuf/pixbuf-document.c:
186         (pixbuf_document_document_iface_init):
187         * backend/comics/comics-document.c:
188         (comics_document_document_iface_init):
189         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
190         (pdf_selection_render_selection),
191         (pdf_selection_get_selected_text),
192         (pdf_selection_get_selection_region),
193         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
194         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
195         (ev_selection_get_selection_region),
196         (ev_selection_get_selection_map):
197         * libdocument/ev-document.[ch]:
198         * shell/ev-pixbuf-cache.[ch]: (add_job),
199         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
200         * shell/ev-view-private.h:
201         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
202         (ev_job_render_run):
203         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
204         * shell/ev-view.c: (start_selection_for_event),
205         (ev_view_button_press_event), (ev_view_drag_data_get),
206         (ev_view_drag_data_received), (ev_view_button_release_event),
207         (compute_new_selection_text), (compute_selections),
208         (ev_view_select_all), (get_selected_text), (ev_view_copy),
209         (ev_view_primary_get_cb):
210
211         Add support for double and triple click selections.
212
213 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
214
215         * NEWS:
216         * configure.ac:
217
218         Update for release 2.19.4
219
220 2007-08-28  Justin Blanchard  <justinb04@aim.com>
221
222         * shell/ev-view-private.h:
223         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
224         (ev_view_set_highlight_search):
225         * shell/ev-view.h:
226         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
227         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
228         (find_bar_visibility_changed_cb):
229         
230         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
231
232 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
235         (pdf_document_file_exporter_begin),
236         (pdf_document_file_exporter_do_page):
237         * shell/ev-jobs.c: (ev_job_print_run):
238         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
239
240         Create always a portrait cairo surface and rotate when needed for
241         landscape. It fixes printing problems in real printers.
242
243 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
246         * libdocument/ev-file-exporter.[ch]:
247         (ev_file_exporter_get_capabilities):
248         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
249         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
250
251         Adjust number of pages per row according to page orientation when
252         printing 2 or 6 pages per sheet.
253
254 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * shell/ev-window.c: (ev_window_print_send):
257
258         Reset also cups setting to 1 when printing multiple pages per
259         sheet. Fixes bug #468853.
260
261 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * libdocument/ev-document-misc.c:
264         (ev_document_misc_surface_rotate_and_scale):
265
266         Use directly cairo_surface_get_content() when creating a similar
267         surface as suggested by Jeff Muizelaar. Thanks again.
268
269 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * backend/djvu/djvu-document.c: (djvu_document_render):
272         * backend/tiff/tiff-document.c: (tiff_document_render):
273         * backend/pdf/ev-poppler.cc: (pdf_document_render):
274         * libdocument/ev-document-misc.c:
275         (ev_document_misc_surface_from_pixbuf),
276         (ev_document_misc_surface_rotate_and_scale):
277
278         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
279         creating page surfaces. Fixes bug #453123. Thank you very much to
280         Jeff Muizelaar <jeff@infidigm.net>.
281
282 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * shell/ev-page-cache.c: (ev_page_cache_new),
285         (ev_page_cache_get_thumbnail_size):
286         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
287         (ev_sidebar_thumbnails_set_loading_icon):
288
289         Also store in page-cache the dimensions of the thumbnails so that
290         they can be used to create the correct loading icon in the side
291         pane. Fixes bug #466857.
292
293 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * backend/pdf/ev-poppler.cc:
296         (pdf_document_thumbnails_get_thumbnail):
297
298         Fix thumbnails rotation in pdf documents that include embedded 
299         thumbnails.
300
301 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
302
303         * backend/pdf/ev-poppler.cc:
304
305         Don't use #ifdef in macro expansion. Some compilers don't
306         like that. Closes bug #467042.
307
308 2007-08-15  Justin Blanchard  <justinb04@aim.com>
309
310         * backend/djvu/djvu-document.c: (djvu_document_finalize):
311         
312         Fixes memory leak in djvu backend.
313
314 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
315
316         * data/icons/32x32/Makefile.am:
317         * data/icons/32x32/actions/Makefile.am:
318         * data/icons/32x32/actions/view-page-cont.svg:
319         * data/icons/32x32/actions/view-page-facing.svg:
320         * data/icons/48x48/Makefile.am:
321         * data/icons/48x48/actions/Makefile.am:
322         * data/icons/48x48/actions/view-page-cont.svg:
323         * data/icons/48x48/actions/view-page-facing.svg:
324         
325         Icons for a new sizes.
326
327 2007-08-14  Justin Blanchard  <justinb04@aim.com>
328
329         * shell/ev-page-cache.c: (build_height_to_page),
330         (ev_page_cache_get_height_to_page):
331         
332         Fixes invalid read, see bug #466401.
333
334 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
337         (set_drag_cursor):
338         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
339         (configure_item_cursor), (new_pixbuf_from_widget):
340
341         Fix multihead problems in toolbar editor. Fixes bug #382055.
342
343 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * shell/ev-window.c: (ev_window_cmd_file_open),
346         (ev_window_cmd_save_as):
347
348         Use g_get_user_special_dir when available instead of
349         xdg_user_dir_lookup.
350
351 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
352
353         * MAINTAINERS:
354         
355         Updated according to request on desktop-devel.
356
357 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
360
361         Do not use cairo_rectangle and cairo_clip since we are
362         not using cairo_fill but cairo_paint. Use the same cairo context
363         for every page in the same expose event.
364
365 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
366
367         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
368         leak.
369
370 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * configure.ac:
373         * NEWS:
374
375         Release 0.9.3
376
377 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * libdocument/ev-document-info.h:
380         * libdocument/ev-document.h:
381         * shell/ev-page-action.h:
382         * shell/ev-sidebar-links.h:
383
384         Fix a headers problem with ev-link
385         
386         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
387         * shell/ev-view-private.h:
388         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
389         (get_link_area), (ev_view_query_tooltip),
390         (ev_view_leave_notify_event), (ev_view_destroy),
391         (ev_view_class_init):
392
393         Use new gtk tooltips when available instead of ev-tooltip.
394         
395 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * shell/ev-window.c: (update_chrome_visibility),
398         (ev_window_sidebar_visibility_changed_cb):
399
400         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
401         
402 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * shell/ev-navigation-action.c:
405         (ev_navigation_action_history_changed),
406         (ev_navigation_action_set_history):
407         * shell/ev-navigation-action-widget.c:
408         (ev_navigation_action_widget_init):
409         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
410
411         Fix compile warnings.
412         
413 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
416         (egg_editable_toolbar_dispose):
417
418         Fix memory leak.
419         
420 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
423         (screensaver_disable_x11):
424         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
425         * shell/ev-window.c: (presentation_set_timeout):
426         * shell/ev-view.c: (ev_view_presentation_transition_start):
427
428         Use g_timeout_add_seconds instead of g_timeout_add when
429         available.
430         
431 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
434
435         Set horizontal scrollbar policy to AUTOMATIC instead of
436         NEVER. Workaround for bug #449462.
437         
438 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/ev-jobs.c: (ev_job_render_page_ready):
441
442         Add page_ready callback to main loop with high priority and hold
443         a reference to job during idle.
444         
445 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * configure.ac:
448         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
449         (pdf_document_file_exporter_begin),
450         (pdf_document_file_exporter_do_page),
451         (pdf_document_file_exporter_get_capabilities):
452         * libdocument/ev-file-exporter.h:
453         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
454         * shell/ev-window.c: (ev_window_print_send),
455         (ev_window_print_dialog_response_cb):
456
457         Allow printing multiple pages per sheet. Fixes bug #395573.
458         
459 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
460
461         * shell/ev-view.c: (tip_from_link):
462         
463         Check for NULL, fixes bug #460862.
464
465 2007-07-29  Christian Persch  <chpe@gnome.org>
466
467         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
468         (ev_window_preview_print_finished), (ev_window_do_preview_print),
469         (ev_window_cmd_preview_print):
470         
471         Fixes bug #437681 - blocks while enumerating printers.
472
473 2007-07-29  Christian Persch  <chpe@gnome.org>
474
475         * shell/ev-window.c: (ev_window_screen_changed):
476         
477         Don't use deprecated gtk+ function. See bug #460909.
478
479 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * shell/ev-utils.c: (get_num_monitors):
482         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
483
484         Do not use display before initializing it. Remove compile
485         warnings.
486
487 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
488
489         * shell/ev-view.c: (ev_view_class_init):
490         
491         Unix-like hjkl bindings added. See bug #458111.
492
493 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
494
495         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
496         * shell/ev-utils.h:
497         * shell/ev-view.c: (ev_view_set_zoom_for_size),
498         (ev_view_update_view_size):
499         * shell/ev-view.h:
500         * shell/ev-window.c: (ev_window_update_actions),
501         (setup_view_from_metadata), (ev_window_screen_changed),
502         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
503         (zoom_control_changed_cb):
504         * shell/ev-window.h:
505         
506         Reorganizes utility functions.
507
508 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
511         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
512         (add_job), (ev_pixbuf_cache_get_surface),
513         (ev_pixbuf_cache_get_link_mapping),
514         (ev_pixbuf_cache_get_image_mapping),
515         (ev_pixbuf_cache_get_form_field_mapping),
516         (ev_pixbuf_cache_get_text_mapping):
517         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
518         (notify_page_ready), (ev_job_render_page_ready),
519         (ev_job_render_run):
520
521         Add page_ready signal to notify that page is ready as soon as
522         possible even if other page elements like links, forms, images or
523         text mapping are not ready yet.
524
525 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
528         (dvi_document_file_exporter_do_page),
529         (dvi_document_file_exporter_get_capabilities),
530         (dvi_document_file_exporter_iface_init):
531         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
532         (ps_document_file_exporter_do_page),
533         (ps_document_file_exporter_get_capabilities),
534         (ps_document_file_exporter_iface_init):
535         * backend/djvu/djvu-document.c:
536         (djvu_document_file_exporter_begin),
537         (djvu_document_file_exporter_end),
538         (djvu_document_file_exporter_get_capabilities),
539         (djvu_document_file_exporter_iface_init):
540         * backend/tiff/tiff-document.c:
541         (tiff_document_file_exporter_begin),
542         (tiff_document_file_exporter_get_capabilities),
543         (tiff_document_document_file_exporter_iface_init):
544         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
545         (pdf_document_file_exporter_do_page),
546         (pdf_document_file_exporter_get_capabilities),
547         (pdf_document_file_exporter_iface_init):
548         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
549         (ev_file_exporter_get_capabilities):
550         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
551         (idle_print_handler), (ev_print_job_print):
552         * shell/ev-jobs.c: (ev_job_print_run):
553         * shell/ev-window.c: (ev_window_print_send),
554         (ev_window_print_range):
555
556         Use capabilities to know which options should be offered by the
557         print dialog depending on the document backend.
558
559 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
562
563         Give priority to forms over text to set the cursor.
564
565 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * shell/ev-view-private.h:
568         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
569         (ev_view_leave_notify_event), (ev_view_finalize),
570         (ev_view_get_property), (ev_view_class_init):
571
572         Use IBEAM cursor for text form fields and NORMAL cursor for read
573         only fields. Remove unused status attribute.
574
575 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
578
579         Update region for current selected items also for checkbox
580         buttons, since they can behave as radio buttons when they are in a
581         set.
582
583 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * configure.ac:
586         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
587
588         Get max length of text form fields.
589
590 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
591
592         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
593         * libdocument/ev-form-field.h:
594         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
595
596         Fix build with current poppler cvs head.
597
598 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * cut-n-paste/zoom-control/ephy-zoom-control.c:
601         * shell/eggfindbar.c: (egg_find_bar_init):
602
603         Fix build with gtk+ >= 2.11.5 due to gtktooltips
604         deprecation. Fixes bug #455667
605
606 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
607
608         * NEWS:
609         * configure.ac:
610         
611         Update for release 0.9.2
612
613 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-view.c: (ev_view_form_field_text_save),
616         (ev_view_form_field_choice_save):
617
618         Fix a crash when closing whith a form widget visible.
619
620 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
623
624         Update also the region of the current selected button when
625         clicking on another button if they are radio buttons.
626
627 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
630         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
631         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
632         (ev_pixbuf_cache_get_link_mapping),
633         (ev_pixbuf_cache_get_image_mapping),
634         (ev_pixbuf_cache_get_form_field_mapping),
635         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
636         * shell/ev-view.c: (ev_view_form_field_get_region),
637         (ev_view_form_field_button_create_widget),
638         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
639         (job_finished_cb):
640
641         Redraw only form field region instead of the whole page when
642         reloading a page to show changes on the form field.
643
644 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
645
646         * shell/ev-view.c: (ev_view_form_field_choice_save):
647
648         Fix selection of first item in list form fields.
649
650 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
653         (ev_pixbuf_cache_reload_page),
654         (ev_pixbuf_cache_get_form_field_mapping):
655
656         Some refactoring to avoid duplicated code.
657
658 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
659
660         * configure.ac:
661         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
662         (ev_form_field_from_poppler_field),
663         (pdf_document_forms_get_form_fields),
664         (pdf_document_forms_form_field_text_get_text),
665         (pdf_document_forms_form_field_text_set_text),
666         (pdf_document_forms_form_field_button_set_state),
667         (pdf_document_forms_form_field_button_get_state),
668         (pdf_document_forms_form_field_choice_get_item),
669         (pdf_document_forms_form_field_choice_get_n_items),
670         (pdf_document_forms_form_field_choice_is_item_selected),
671         (pdf_document_forms_form_field_choice_select_item),
672         (pdf_document_forms_form_field_choice_toggle_item),
673         (pdf_document_forms_form_field_choice_unselect_all),
674         (pdf_document_forms_form_field_choice_set_text),
675         (pdf_document_forms_form_field_choice_get_text),
676         (pdf_document_document_forms_iface_init):
677         * libdocument/Makefile.am:
678         * libdocument/ev-form-field.[ch]:
679         * libdocument/ev-document-forms.[ch]:
680         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
681         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
682         (add_job), (ev_pixbuf_cache_reload_page),
683         (ev_pixbuf_cache_get_form_field_mapping):
684         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
685         * shell/ev-view-private.h:
686         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
687         (ev_view_handle_cursor_over_xy),
688         (ev_view_get_form_field_at_location),
689         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
690         (ev_view_form_field_button_create_widget),
691         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
692         (ev_view_form_field_text_create_widget),
693         (ev_view_form_field_choice_save),
694         (ev_view_form_field_choice_changed),
695         (ev_view_form_field_choice_create_widget),
696         (ev_view_handle_form_field), (ev_view_size_allocate),
697         (ev_view_realize), (draw_end_presentation_page),
698         (ev_view_button_press_event), (ev_view_remove_all),
699         (ev_view_motion_notify_event), (ev_view_key_press_event),
700         (ev_view_enter_notify_event), (highlight_find_results),
701         (draw_loading_text), (draw_one_page), (ev_view_destroy),
702         (ev_view_class_init), (page_changed_cb),
703         (on_adjustment_value_changed), (ev_view_set_presentation),
704         (merge_selection_region), (ev_view_set_cursor),
705         (ev_view_reset_presentation_state):
706         
707         Merge evince-forms branch.
708
709 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
710
711         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
712
713         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
714         This script also updates itself from libegg
715
716         * cut-n-paste/toolbar-editor/egg*:
717         Run update-toolbareditor-from-libegg.sh so we are in sync again with
718         libegg
719
720 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
721
722         * shell/ev-window.c:
723         
724         Adds a nice icon to page action during toolbar editing.
725         See bug #452872.
726
727 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
728
729         * data/evince-toolbar.xml:
730         * shell/ev-window.c:
731         
732         Let user add a presentation and fullscreen icons on toolbar.
733         See bug #449734.
734
735 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
736
737         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
738
739         new script to keep in sync with toolbareditor in libegg
740
741         * cut-n-paste/toolbar-editor/*: 
742
743         Run update-toolbareditor-from-libegg so we are in sync again. 
744         Fixes bug #452850.
745         
746
747 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * shell/ev-sidebar-links.c: (job_finished_callback):
750
751         Do not connect selection changed signal more than once. Fixes bug
752         #349433.
753
754 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * shell/ev-window.c: (ev_window_view_sidebar_cb):
757
758         Do not change sidebar chrome flag when pressing F9 key in
759         presentation mode.
760
761 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * backend/pdf/ev-poppler.cc:
764         (pdf_document_thumbnails_get_dimensions):
765
766         Make sure thumbnails width and height is not <= 0. Fixes a crash
767         with some pdf documents which have really small pages.
768
769 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
770
771         * shell/main.c: (main):
772
773         Fixes program description translation issue.
774         Bug #450148.
775
776 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
777
778         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
779
780         Do not change current page when returning from black/white mode
781         in presentation. Fixes bug #415032.
782
783 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
784
785         * NEWS:
786         * configure.ac:
787         
788         Update for release 0.9.1
789
790 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
791
792         * backend/dvi/dvi-document.c:
793         (dvi_document_finalize),
794         (dvi_document_file_exporter_format_supported),
795         (dvi_document_file_exporter_begin),
796         (dvi_document_file_exporter_do_page),
797         (dvi_document_file_exporter_end),
798         (dvi_document_file_exporter_iface_init), (dvi_document_init):
799         
800         PDF exporter for dvi documents. Fixes bug #441319.
801
802 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-window.c: (ev_window_clear_print_job):
805
806         Clear gtk print job when job has finished. Fixes bug #447612.
807
808 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-window.c: (ev_window_print_send),
811         (ev_window_print_dialog_response_cb), (ev_window_print_range):
812
813         Add preview button to print dialog. Fixes bug #445419.
814
815 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * backend/dvi/Makefile.am:
818         * backend/dvi/pixbuf-device.[ch]: Removed
819         * backend/dvi/cairo-device.[ch]: Added
820         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
821         * backend/dvi/dvi-document.c: (dvi_document_load),
822         (dvi_document_render), (dvi_document_finalize),
823         (dvi_document_thumbnails_get_thumbnail), (parse_color),
824         (dvi_document_do_color_special):
825         * libdocument/ev-document-misc.[ch]:
826         (ev_document_misc_pixbuf_from_surface):
827
828         Port dvi backend to cairo and fix a problem with colors. 
829
830 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * shell/ev-view.c: (draw_one_page):
833
834         Draw only visible region.
835
836 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * backend/djvu/djvu-document.c: (djvu_document_render):
839
840         Fix rotation in djvu backend.
841
842 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-pixbuf-cache.c: (job_finished_cb),
845         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
846         (ev_pixbuf_cache_get_image_mapping),
847         (ev_pixbuf_cache_get_text_mapping):
848
849         Redraw view every time we have a new surface. Fixes bug #443587.
850
851 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * libdocument/ev-document.c: (ev_document_info_free):
854
855         Fix memory leaks.
856
857 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * backend/dvi/dvi-document.c: (dvi_document_render),
860         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
861         * backend/impress/impress-document.c:
862         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
863         (impress_document_render), (impress_document_document_iface_init),
864         (impress_document_thumbnails_get_thumbnail):
865         * backend/djvu/djvu-document-private.h:
866         * backend/djvu/djvu-document.c: (djvu_document_render),
867         (djvu_document_finalize), (djvu_document_document_iface_init),
868         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
869         * backend/tiff/tiff-document.c: (tiff_document_render),
870         (tiff_document_render_pixbuf),
871         (tiff_document_document_iface_init):
872         * backend/pdf/ev-poppler.cc: (pdf_document_render),
873         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
874         (pdf_selection_render_selection):
875         * backend/comics/comics-document.c:
876         (comics_document_render_pixbuf), (comics_document_render),
877         (comics_document_document_iface_init):
878         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
879         (pixbuf_document_document_iface_init):
880         * libdocument/ev-document-misc.[ch]:
881         (ev_document_misc_surface_from_pixbuf),
882         (ev_document_misc_surface_rotate_and_scale):
883         * libdocument/ev-document.[ch]: (ev_document_render):
884         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
885         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
886         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
887         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
888         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
889         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
890         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
891         (render_finished_cb), (ev_job_render_run):
892         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
893         (merge_selection_region):
894
895         Use cairo image surfaces instead of GDK pixbufs for drawing pages
896         and selections.
897
898 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * shell/ev-window-title.c: (ev_window_title_update):
901
902         Fix memory leak.
903
904 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * shell/ev-view.c: (draw_loading_text):
907
908         Show loading text centered. Fixes bug #433061
909
910 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * shell/ev-sidebar-thumbnails.c:
913         (ev_sidebar_thumbnails_set_loading_icon):
914
915         Remove a mutex in the main thread that blocks the UI in heavy
916         documents.
917
918 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
921
922         Set points_set to TRUE so that selections don't disappear after a
923         zoom change.
924
925 2007-06-07  Michael Monreal  <infernux@web.de>
926
927         * data/icons/16x16/actions/Makefile.am:
928         * data/icons/16x16/actions/zoom.svg:
929         * data/icons/22x22/actions/Makefile.am:
930         * data/icons/22x22/actions/zoom.svg:
931         * data/icons/24x24/actions/Makefile.am:
932         * shell/ev-stock-icons.c:
933         * shell/ev-stock-icons.h:
934         * shell/ev-window.c:
935         
936         Zoom icon artwork. See bug #444795.
937
938 2007-06-05  Bastien Nocera  <hadess@hadess.net>
939
940         * shell/ev-metadata-manager.c: Remove extraneous function
941         (Closes: #444386)
942
943 2007-06-05  Bastien Nocera  <hadess@hadess.net>
944
945         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
946         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
947         (ev_metadata_manager_set), (ev_metadata_manager_save):
948         Simplify the timeout, no need for modified anymore
949
950 2007-06-05  Bastien Nocera  <hadess@hadess.net>
951
952         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
953         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
954         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
955         (ev_metadata_manager_save): Adapted patch from Arjan van de
956         Ven (arjan@linux.intel.com) to avoid the timeout running all the
957         time, saves on power (Closes: #443851)
958
959 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * configure.ac:
962         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
963         (pdf_selection_render_selection), (pdf_document_get_page_duration):
964
965         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
966
967 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
968
969         * shell/ev-window.c: (ev_window_add_history):
970
971         Check if history is NULL
972
973 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * libdocument/ev-image.c: (ev_image_finalize):
976         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
977         * libdocument/ev-attachment.c: (ev_attachment_finalize):
978         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
979         (ev_tmp_uri_unlink):
980
981         Add functions to delete temporary files created by evince in a safe
982         way.
983
984         * shell/ev-window.c: (ev_window_clear_local_uri),
985         (open_xfer_update_progress_callback),
986         (save_xfer_update_progress_callback), (ev_window_save_remote),
987         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
988         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
989         (attachment_save_dialog_response_cb),
990         (ev_attachment_popup_cmd_save_attachment_as):
991
992         Allow saving a copy of a document, image or attachment to a remote
993         location. Fixes bug #440754. 
994
995 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * configure.ac:
998         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
999
1000         Fix build with current poppler from cvs head. 
1001
1002 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1003
1004         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1005
1006         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1007         directory exists.
1008
1009 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1010
1011         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1012         * shell/ev-window.c:
1013
1014         Change sidebar ordering. Fixes bug #439939.
1015
1016 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1017
1018         * backend/comics/Makefile.am:
1019         
1020         Fixes build with --without-libgnome.
1021
1022 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1023         
1024         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1025
1026         Update cursor and tooltip on page change and view scroll. Fixes bug
1027         #439217.
1028
1029 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1030
1031         * NEWS:
1032         * configure.ac:
1033         
1034         Update for release 0.9.0
1035
1036 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1037
1038         * backend/djvu/djvu-document-private.h:
1039         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1040         (djvu_document_finalize),
1041         (djvu_document_file_exporter_format_supported),
1042         (djvu_document_file_exporter_begin),
1043         (djvu_document_file_exporter_do_page),
1044         (djvu_document_file_exporter_end),
1045         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1046         
1047         Implemented printing with djvu. Bug #437998.
1048
1049 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * backend/impress/zip.c:
1052         Add missing ulong definition.
1053
1054         * backend/ps/ps-interpreter.c:
1055         Add missing headers.
1056
1057         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1058
1059 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1062
1063         Add missing call to parent class dispose method. 
1064
1065 2007-05-12  Ross Burton  <ross@openedhand.com>
1066
1067         * shell/main.c:
1068         Sync keybindings manually when building without libgnome
1069         (#437925).
1070
1071 2007-05-12  Ross Burton  <ross@openedhand.com>
1072
1073         * shell/ev-window.c:
1074         Respect the screen when opening help (#437866).
1075
1076 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1077
1078         * data/evince-ui.xml:
1079         * shell/ev-application.[ch]: (get_print_settings_from_args),
1080         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1081         (ev_application_open_uri_list):
1082         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1083         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1084         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1085         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1086         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1087         (ev_window_dispose):
1088         * shell/main.c: (arguments_parse):
1089
1090         Add print button in preview mode. Fixes bug #396475. 
1091
1092 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1093
1094         * cut-n-paste/zoom-control/ephy-zoom.h:
1095         
1096         Fixes zoom level factors. See bug #408119 for details.
1097
1098 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1099
1100         * backend/comics/comics-document.c: (comics_regex_quote),
1101         (extract_argv):
1102         
1103         Correctly quote symbols. Fixes crash in the bug
1104         #415370.
1105
1106 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1107
1108         * shell/ev-navigation-action-widget.c:
1109         (ev_navigation_action_widget_init),
1110         (ev_navigation_action_widget_class_init),
1111         (ev_navigation_action_widget_button_press_event):
1112         
1113         Connect to button-press event on correct widget. Fixes
1114         bug #431988
1115
1116 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1117
1118         * shell/ev-application.c: (ev_application_open_window),
1119         (ev_application_add_icon_path_for_screen),
1120         (ev_application_open_uri_at_dest):
1121         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1122         * shell/ev-navigation-action.c: (build_menu):
1123         
1124         Add app-specific icons to our icon theme. Fixes bug
1125         #425508.
1126
1127 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1128
1129         * shell/ev-history.c: (ev_history_class_init),
1130         (ev_history_add_link):
1131         * shell/ev-history.h:
1132         * shell/ev-navigation-action.c:
1133         (ev_navigation_action_history_changed),
1134         (ev_navigation_action_set_history), (build_menu),
1135         (ev_navigation_action_finalize):
1136         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1137         
1138         Make navigation action unsensitive instead of showing
1139         menu with unsensitive word. Fixes bug #417392.
1140
1141 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * shell/ev-application.[ch]: (ev_application_shutdown),
1144         (ev_application_get_print_settings),
1145         (ev_application_set_print_settings):
1146         * shell/ev-window.c:
1147
1148         Remember print settings. Fixes bug #349102. 
1149
1150 2007-05-08  Christian Persch  <chpe@gnome.org>
1151
1152         * configure.ac:
1153         * properties/ev-properties-view.c:
1154
1155         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1156         Bug #382438.
1157
1158 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * configure.ac:
1161         * properties/ev-properties-view.c: (ev_regular_paper_size):
1162
1163         Use gtk+ builtin paper list to identify the document's paper size.
1164         Fixes bug #382438. 
1165
1166 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * configure.ac:
1169
1170         Fix build when compiling with thumbnailer and libgnome support. 
1171
1172 2007-05-04  Ross Burton  <ross@openedhand.com>
1173
1174         * configure.ac:
1175         Add --without-libgnome, check for libgnome and libgnomeui
1176         separately, and add them to the symbols as required.
1177
1178         * libdocument/ev-file-helpers.c:
1179         When building without libgnome, use g_get_user_config_dir instead
1180         of gnome_user_dir_get.
1181
1182         * shell/ev-application.c:
1183         When building without libgnome, don't use session management.
1184
1185         * shell/main.c:
1186         When building without libgnome, don't use GnomeProgram or
1187         initialise the authentication manager.
1188
1189         This fixes #328842.
1190
1191 2007-05-04  Ross Burton  <ross@openedhand.com>
1192
1193         * shell/ev-window.c:
1194         Don't use libgnome to open help, instead call Yelp directly.
1195
1196 2007-05-04  Ross Burton  <ross@openedhand.com>
1197
1198         * shell/ev-sidebar-attachments.c:
1199         Don't use libgnome to lookup icons for MIME types, instead copy
1200         code from GTK+ to do it manually.
1201
1202 2007-05-04  Ross Burton  <ross@openedhand.com>
1203
1204         * configure.ac:
1205         Add libxml to the dependencies for SHELL_CORE (#435818).
1206
1207 2007-05-02  Ross Burton  <ross@openedhand.com>
1208
1209         * configure.ac:
1210         * Makefile.am:
1211         Add --disable-thumbnailer (#434825)
1212
1213 2007-05-02  Ross Burton  <ross@openedhand.com>
1214
1215         * shell/ev-window.c:
1216         Add missing includes, fix indentation.
1217
1218         * shell/main.c:
1219         Fix indentation.
1220
1221 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1222
1223         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1224         ev_application_open_uri_at_dest instead of ev_application_open_uri
1225         preventing new document always being opened in a new window even if there
1226         is an empty window.
1227
1228 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1229
1230         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1231         (egg_recent_view_uimanager_finalize):
1232         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1233         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1234         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1235         (ev_pixbuf_cache_dispose):
1236         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1237         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1238         
1239         Add missing chain to parent class methods. Fixes
1240         bug #433128.
1241
1242 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1243
1244         * data/Makefile.am (update-icon-cache): Updates
1245         gtk-update-icon-cache in uninstall-hook.
1246
1247 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * shell/ev-window.c: (ev_window_setup_document),
1250         (ev_window_set_document), (ev_window_load_job_cb):
1251         * shell/ev-view.c: (setup_caches):
1252         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1253
1254         Start rendering pages before any other jobs. 
1255
1256 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1257
1258         * shell/ev-window.c: (ev_window_stop_fullscreen),
1259         (ev_window_stop_presentation):
1260
1261         Update chrome visibility before window unfullscreen. 
1262
1263 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * data/Makefile.am:
1266         * data/evince-ui.xml:
1267         * shell/ev-stock-icons.[ch]:
1268         * shell/ev-application.[ch]: (ev_application_shutdown),
1269         (ev_application_init), (ev_application_get_toolbars_model):
1270         * shell/ev-window.c: (update_chrome_visibility),
1271         (fullscreen_toolbar_setup_item_properties),
1272         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1273         (ev_window_run_presentation), (ev_window_stop_presentation),
1274         (ev_window_run_preview), (ev_window_screen_changed),
1275         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1276         (ev_window_dispose), (ev_window_init):
1277
1278         Make fullscreen toolbar always visible. Do not use egg toolbars for
1279         fullscreen and preview modes since such toolbars are not editables.
1280         Fixes bugs #300278, #338910 and #316188.  
1281
1282 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1283
1284         * shell/ev-application.c:
1285         * shell/ev-job-queue.c:
1286         * shell/ev-metadata-manager.c:
1287         * shell/ev-stock-icons.c:
1288         * shell/ev-window.c:
1289         * shell/main.c:
1290         
1291         Developers documentation updated.
1292
1293 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1296
1297         Check whether uri is valid before launching it. Fixes bug #427664.
1298
1299 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * shell/ev-window.c:
1302
1303         Change key accelerator for Open a Copy menu entry which is in conflict
1304         with Close. Fixes bug #427321.
1305
1306 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1307
1308         * NEWS:
1309         * configure.ac:
1310         
1311         Update for release 0.8.1
1312
1313 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1314
1315         * shell/ev-window.c: (setup_size_from_metadata):
1316         
1317         Do not make window bigger than screen. Fixes bug 
1318         #388985.
1319
1320 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1323         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1324
1325         Use default resolution when it's not provided by document. Fixes bug
1326         #408762.
1327
1328 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * configure.ac:
1331         * thumbnailer/Makefile.am:
1332         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1333         * thumbnailer/evince-thumbnailer.schemas.in:
1334         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1335
1336         Add support for ps, eps and compressed documents thumbnails. Do not
1337         ignore size parameter. 
1338
1339 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1340
1341         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1342         (dvi_document_do_color_special):
1343         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1344
1345         Implement font color specials in the DVI backend. Fixes bug #303651.
1346
1347 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1348
1349         Fixup the previous commit:
1350
1351         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1352         * shell/xdg-user-dir-lookup.c: Make the function non-static
1353         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1354
1355 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1356
1357         * shell/ev-window.c (file_open_dialog_response_cb): Use
1358         the xdg-user-dirs DOCUMENTS folder as default folder when
1359         opening a file chooser.  (#424858)
1360
1361         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1362         xdg-user-dirs.
1363
1364 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-window.c: (ev_window_load_job_cb):
1367
1368         Do not setup view from metadata on preview mode. 
1369
1370 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/main.c:
1373
1374         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1375
1376 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-view.c: (ev_view_primary_get_cb):
1379
1380         Check pointer != NULL before using it. Fixes bug #416841. 
1381
1382 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1383
1384         * NEWS:
1385         * configure.ac:
1386         
1387         Release 0.8.0
1388
1389 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1392
1393         Do not render thumbnails when sidebar thumbnail page is not visible
1394         at startup. Fixes bug #416447. 
1395
1396 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1397
1398         * data/evince.desktop.in.in:
1399
1400         "Application" is not a valid category in the freedesktop specification.
1401
1402 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1403
1404         * libdocument/ev-file-helpers.[ch]: (compression_run),
1405         (ev_file_uncompress), (ev_file_compress):
1406         * shell/ev-window.c: (file_save_dialog_response_cb):
1407
1408         Save document compressed when saving a copy of a compressed document.
1409         Fixes bug #334542.
1410
1411 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1414
1415         Allow deleting in goto window entry in presentation mode. 
1416
1417 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1418
1419         * Makefile.am: Dist MAINTAINERS.
1420
1421 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * shell/ev-window.c: (ev_window_update_actions):
1424
1425         Fix zoom shortcut keys when searching. Fixes bug #409828.
1426
1427 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * shell/ev-window.c: (ev_window_setup_document):
1430
1431         Fix crash when loading documents with only one page. 
1432
1433 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * backend/dvi/dvi-document.c:
1436         (dvi_document_thumbnails_get_dimensions),
1437         (dvi_document_thumbnails_get_thumbnail):
1438         * backend/impress/impress-document.c:
1439         (impress_document_thumbnails_get_thumbnail),
1440         (impress_document_thumbnails_get_dimensions):
1441         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1442         (ps_document_thumbnails_get_dimensions):
1443         * backend/djvu/djvu-document.c:
1444         (djvu_document_thumbnails_get_dimensions),
1445         (djvu_document_thumbnails_get_thumbnail):
1446         * backend/tiff/tiff-document.c:
1447         (tiff_document_thumbnails_get_thumbnail),
1448         (tiff_document_thumbnails_get_dimensions):
1449         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1450         (pdf_document_thumbnails_get_thumbnail),
1451         (pdf_document_thumbnails_get_dimensions):
1452         * backend/comics/comics-document.c:
1453         (comics_document_thumbnails_get_thumbnail),
1454         (comics_document_thumbnails_get_dimensions):
1455         * backend/pixbuf/pixbuf-document.c:
1456         (pixbuf_document_thumbnails_get_thumbnail),
1457         (pixbuf_document_thumbnails_get_dimensions):
1458         * libdocument/ev-document-thumbnails.[ch]:
1459         (ev_document_thumbnails_get_thumbnail),
1460         (ev_document_thumbnails_get_dimensions):
1461         * libdocument/ev-document-misc.[ch]:
1462         (ev_document_misc_get_thumbnail_frame):
1463         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1464         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1465         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1466         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1467         (ev_sidebar_thumbnails_refresh):
1468         * shell/ev-window.c: (ev_window_setup_document):
1469         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1470
1471         Use an EvRenderContext for rendering thumbnails instead of a suggested
1472         width, so that different sized pages get sized proportionally.
1473
1474 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * shell/ev-view.c: (ev_view_button_press_event),
1477         (ev_view_key_press_event):
1478
1479         Fix critical warnings when there is no document loaded. 
1480
1481 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * shell/ev-page-action-widget.c:
1484         * shell/ev-navigation-action.c:
1485         * shell/ev-window.c:
1486
1487         Fix compile warnings. 
1488
1489 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * backend/djvu/djvu-text.h:
1492         * backend/djvu/djvu-document.c:
1493         * backend/djvu/djvu-text-page.c:
1494         * backend/djvu/djvu-links.c:
1495         * backend/djvu/djvu-text-page.h:
1496         * backend/djvu/djvu-text.c:
1497         
1498         Fix build on Mac. Fixes bug #392186. Patch by
1499         <ephraim_owns@hotmail.com>
1500
1501 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1504
1505         Restore cairo context before rendering every page when printing a PDF
1506         document into a PDF file. 
1507
1508 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * backend/ps/gstypes.h:
1511         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1512         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1513         (ps_document_thumbnails_get_thumbnail):
1514
1515         Handle PostScript page orientation. Fixes bug #318568.
1516
1517 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * backend/ps/Makefile.am:
1520         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1521         (document_load), (ps_document_load), (save_document),
1522         (save_page_list), (ps_document_get_n_pages),
1523         (ps_document_get_page_size), (ps_document_get_info),
1524         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1525         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1526         (ps_document_thumbnails_get_thumbnail),
1527         (ps_document_thumbnails_get_dimensions),
1528         (ps_document_document_thumbnails_iface_init):
1529         * backend/ps/ps.[ch]: (psgetpagebox):
1530         * backend/ps/ps-interpreter.[ch]:
1531
1532         Add support for thumbnails in ps backend. Fixes bug #164755. 
1533
1534 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1535
1536         * NEWS:
1537         * configure.ac:
1538         
1539         Release 0.7.2
1540
1541 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1544         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1545         (ev_window_dispose):
1546
1547         Use document thumbnail as window icon. Fixes bug #384442.
1548
1549 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1550
1551         * configure.ac:
1552
1553         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1554         duplicated adding application/x-bzpostscript instead. 
1555
1556 2007-02-11  Tom Parker  <palfrey@tevp.net>
1557
1558         * backend/ps/ps-document.c: (document_load):
1559
1560         Check return value of psscan before trying
1561         to use it. Fixes bug #372414.
1562
1563 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1566
1567         Fix invalid free in ev-page-cache. Fixes bug #404745.
1568
1569 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1570
1571         * test/Makefile.am:
1572         * test/test3.py:
1573         
1574         Added reload test case.
1575
1576 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * po/POTFILES.in:
1579         * backend/djvu/djvu-document.c: (djvu_document_load):
1580
1581         Check whether there are missing files in indirect multipage djvu
1582         documents. Fixes bug #361683. 
1583
1584 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1585
1586         * test/Makefile.am:
1587         * test/test-mime.bin:
1588         * test/test3.py:
1589         
1590         Added test for slow mime type
1591
1592 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1595
1596         Add some checks and call parent_class->finalize. Fixes bug #404745.
1597
1598 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1599
1600         * shell/ev-navigation-action.c: (connect_proxy):
1601         
1602         Fixes dropdown history menu. Thanks a lot Carlos!
1603
1604 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1607
1608         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1609         bug #373715.
1610
1611 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * backend/ps/ps.c: (psscan):
1614
1615         Fix memory leak. 
1616
1617 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * configure.ac:
1620         * libdocument/ev-file-helpers.c: 
1621
1622         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1623
1624 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * configure.ac:
1627         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1628         (ps_interpreter_start), (document_load), (save_document),
1629         (save_page_list):
1630         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1631         * libdocument/ev-document-factory.c:
1632         (ev_document_factory_get_from_mime), (get_document_from_uri),
1633         (free_uncompressed_uri), (ev_document_factory_get_document):
1634         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1635
1636         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1637
1638 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * libdocument/ev-document.h:
1641
1642         Fix typo in function name. 
1643
1644 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * backend/ps/ps-document.c: (ps_interpreter_finished),
1647         (ps_interpreter_start), (ps_interpreter_failed):
1648
1649         Handle ghostscript interpreter crashes. 
1650
1651 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * shell/ev-window.c: (ev_window_open_uri),
1654         (window_configure_event_cb):
1655
1656         Setup window size and position before showing it. Fixes bug #401711.
1657
1658 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * backend/ps/Makefile.am:
1661         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1662         (ps_document_dispose), (ps_document_class_init),
1663         (ps_interpreter_input), (ps_interpreter_output),
1664         (ps_interpreter_error), (setup_interpreter_env),
1665         (ps_interpreter_start), (ps_interpreter_stop),
1666         (ps_interpreter_failed), (ps_interpreter_is_ready),
1667         (check_filecompressed), (document_load), (ps_document_load),
1668         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1669         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1670         (render_page):
1671
1672         Rework ps-document. Code cleanups, remove deprecated code. 
1673
1674 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * shell/ev-view.c: (ev_view_button_press_event):
1677
1678         Do not start an image drag and drop operation when pointer is on 
1679         text, so that we can select text when the whole background is an
1680         image. 
1681
1682 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * shell/ev-window.c: (ev_window_update_actions): 
1685
1686         Disable all zoom related actions during presentation mode. 
1687
1688 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1689
1690         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1691
1692         Do not zoom in or out on presentation mode. Fixes bug #401305.
1693
1694 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1695
1696         * shell/ev-navigation-action.c: (connect_proxy),
1697         (create_menu_item), (ev_navigation_action_class_init):
1698         
1699         Correctly show menu and fix crash when navigaton 
1700         action is out of toolbar visible area.
1701
1702 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1703
1704         * data/Makefile.am:
1705         * data/evince.1:
1706         
1707         Added man file
1708
1709 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1710
1711         * help/reference/* :
1712         * configure.ac:
1713         
1714         Added gtk-doc based documentation for Evince.
1715         Still in initial state but I hope it will
1716         grow.
1717         
1718         * configure.ac:
1719         
1720         Lower dbus requirement to 0.70
1721
1722 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * shell/ev-window.c: (ev_window_add_history):
1725
1726         Fix memory leak. 
1727
1728 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1729
1730         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1731         * shell/ev-view.h:
1732         * shell/ev-window.c: (ev_window_add_history):
1733         
1734         Correctly handle named destination links
1735
1736 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1737
1738         * NOTES:
1739         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1740         * backend/pdf/ev-poppler.cc:
1741         * libdocument/ev-document-links.h:
1742         * libdocument/ev-link.c: (ev_link_get_page):
1743         * libdocument/ev-link.h:
1744         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1745         (ev_history_add_link):
1746         * shell/ev-history.h:
1747         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1748         (new_history_menu_item), (build_menu):
1749         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1750         * shell/ev-sidebar-links.c: (create_loading_model),
1751         (print_section_cb), (ev_sidebar_links_construct),
1752         (fill_page_labels), (update_page_callback_foreach),
1753         (update_page_callback), (job_finished_callback):
1754         * shell/ev-view.c: (ev_view_handle_link):
1755         * shell/ev-window.c: (ev_window_find_chapter),
1756         (ev_window_add_history), (view_handle_link_cb),
1757         (history_changed_cb):
1758         
1759         Implements another history variant
1760
1761 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1762
1763         * shell/ev-window.c: (view_external_link_cb):
1764         * shell/ev-view.c: (ev_view_button_release_event):
1765
1766         Open links in new window when clicking with middle button. 
1767
1768 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1769
1770         * shell/ev-navigation-action.c: (new_history_menu_item):
1771         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1772         * shell/ev-view.c: (ev_view_handle_link):
1773         * shell/ev-window.c:
1774         
1775         Store link before jump, not the destination. For me it 
1776         seems like more natural history behavior.
1777
1778 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1779
1780         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1781         (ev_navigation_action_class_init):
1782         * shell/ev-navigation-action.h:
1783         * shell/ev-page-action.c: (activate_cb):
1784         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1785         (ev_page_cache_set_current_page_history):
1786         * shell/ev-page-cache.h:
1787         * shell/ev-sidebar-thumbnails.c:
1788         (ev_sidebar_tree_selection_changed),
1789         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1790         * shell/ev-view-private.h:
1791         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1792         * shell/ev-view.h:
1793         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1794         (ev_window_setup_document), (ev_window_load_job_cb):
1795         * shell/ev-window.h:
1796         
1797         History finally works as expected.
1798
1799 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1802
1803         Do not update links treeview if it doesn't have a model assigned yet. 
1804
1805 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1808         (ev_sidebar_links_class_init), (update_page_callback):
1809
1810         Do not update links treeview when sidepane is not visible. 
1811
1812 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1813
1814         * shell/ev-marshal.list:
1815         * shell/ev-page-action.c: (activate_cb),
1816         (ev_page_action_class_init):
1817         * shell/ev-page-action.h:
1818         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1819         * shell/ev-window.c:
1820         
1821         Remove activate_link signal, not required.
1822
1823 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1824
1825         * shell/ev-navigation-action.c: (build_menu):
1826         
1827         Reorder menu items and build menu with fixed length.
1828
1829 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1830
1831         * shell/ev-view.c: (get_selected_text):
1832         
1833         Normalize text to fix ligatures problem. See bug
1834         #341947 for details.
1835
1836 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1839
1840         Fix memory leak in ev-page-cache. 
1841
1842 2007-01-25  Tom Parker <palfrey@tevp.net>
1843
1844         * backend/impress/impress-document.c: (impress_document_load),
1845         (impress_document_finalize), (impress_document_init):
1846         * properties/ev-properties-main.c: (ev_properties_get_pages):
1847         
1848         Correctly handle impress document errors. Fixes nautilus
1849         crash in property page #370491.
1850
1851 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1852
1853         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1854         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1855         (ev_job_queue_remove_job):
1856         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1857         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1858         (ev_job_load_run):
1859         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1860         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1861         (ev_window_load_job_cb), (xfer_update_progress_callback),
1862         (ev_window_open_uri), (ev_window_dispose):
1863         * shell/main.c: (main):
1864
1865         Do file transfer asynchronously in the main thread instead of
1866         synchronously in the load thread. Fixes bugs #399694, #398307 and
1867         #343542.
1868
1869 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-jobs.c: (ev_job_xfer_run):
1872
1873         Load the document with the font-config lock held. 
1874
1875 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * backend/ps/ps-document.c: (start_interpreter):
1878
1879         Fix memory leaks in ps backend. 
1880
1881 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * backend/impress/impress-document.c:
1884         (impress_document_render_pixbuf):
1885
1886         Do not acquire fontconfig lock in impress backend, since it is using
1887         the main loop for rendering. 
1888
1889 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * po/POTFILES.in: 
1892
1893         Remove mdvi files that shouldn't be translated. 
1894
1895 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * shell/ev-view-private.h:
1898         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1899         (ev_view_set_zoom):
1900
1901         Render "loading..." text into a cairo surface instead of directly into
1902         the window so that fontconfig lock is only needed once and UI is not
1903         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1904
1905 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1908         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1909
1910         Use icon theme associated with the window screen rather than default. 
1911
1912 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1913
1914         * configure.ac:
1915
1916         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1917
1918 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1919
1920         * data/icons/*/apps/evince.*:
1921
1922         Move Evince icons under new apps directory.
1923
1924         * data/icons/*/actions/*:
1925
1926         Add new custom themeable Evince icons: view-page-continuous, 
1927         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1928         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1929
1930         * configure.ac:
1931
1932         Add new directories to AC_CONFIG_FILES.
1933
1934         * shell/ev-stock-icons.c:
1935         * shell/ev-stock-icons.h:
1936
1937         Use new custom themeable icons.
1938
1939 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1942
1943         Do not draw white background page in presentation mode. 
1944
1945 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1946
1947         * shell/ev-view.c: Remove unused gnome-vfs include.
1948
1949 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1950
1951         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1952         
1953         Format string is corrected, fixes bug #397129.
1954
1955 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * shell/ev-window.c: (ev_window_setup_recent):
1958
1959         Do not include in recent menu inexistent documents. Fixes
1960         bug #339171.
1961
1962 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * po/POTFILES.skip: 
1965
1966         Update POTFILES.skip file according to current source tree. 
1967
1968 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * shell/ev-window.c: (file_save_dialog_response_cb):
1971
1972         Do Save a copy in atomic way. Fixes bug #328266. 
1973
1974 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1975
1976         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1977
1978         Keep selected cell always visible in index treeview.
1979
1980 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1981         
1982         * shell/ev-view.c: (ev_view_size_allocate):
1983
1984         Restore horizontal scrollbar after switching to/from fullscreen
1985         or presentation mode. Fixes bug #331728.
1986
1987 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * shell/ev-view-private.h:
1990         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1991         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1992         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1993         (ev_view_can_zoom_out):
1994
1995         Use max and min scale values in the view iby taking dpi into account. 
1996
1997 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * configure.ac:
2000         * NEWS:
2001
2002         Release 0.7.1
2003
2004 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * shell/ev-window.c: (ev_window_print_send):
2007
2008         Send print job to printer with some settings set to default values,
2009         since we have already exported to a file according to such settings
2010         and they could be taken twice by some printers. 
2011
2012 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * shell/ev-jobs.c: (ev_job_xfer_run):
2015         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2016
2017         Show main window and load document with the font-config lock held. 
2018
2019 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * configure.ac:
2022         * shell/ev-application.c: (ev_application_register_service):
2023         * shell/main.c: (load_files_remote):
2024
2025         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2026
2027 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2028
2029         * doc/debugging.txt:
2030         
2031         Remove obsolete documentation.
2032
2033 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2034
2035         * Makefile.am:
2036         * backend/Makefile.am:
2037         * backend/comics/Makefile.am:
2038         * backend/djvu/Makefile.am:
2039         * backend/dvi/Makefile.am:
2040         * backend/ev-async-renderer.c:
2041         * backend/ev-async-renderer.h:
2042         * backend/ev-attachment.c:
2043         * backend/ev-attachment.h:
2044         * backend/ev-backend-marshal.c:
2045         * backend/ev-document-factory.c:
2046         * backend/ev-document-factory.h:
2047         * backend/ev-document-find.c:
2048         * backend/ev-document-find.h:
2049         * backend/ev-document-fonts.c:
2050         * backend/ev-document-fonts.h:
2051         * backend/ev-document-images.c:
2052         * backend/ev-document-images.h:
2053         * backend/ev-document-info.h:
2054         * backend/ev-document-links.c:
2055         * backend/ev-document-links.h:
2056         * backend/ev-document-misc.c:
2057         * backend/ev-document-misc.h:
2058         * backend/ev-document-security.c:
2059         * backend/ev-document-security.h:
2060         * backend/ev-document-thumbnails.c:
2061         * backend/ev-document-thumbnails.h:
2062         * backend/ev-document-transition.c:
2063         * backend/ev-document-transition.h:
2064         * backend/ev-document.c:
2065         * backend/ev-document.h:
2066         * backend/ev-file-exporter.c:
2067         * backend/ev-file-exporter.h:
2068         * backend/ev-image.c:
2069         * backend/ev-image.h:
2070         * backend/ev-link-action.c:
2071         * backend/ev-link-action.h:
2072         * backend/ev-link-dest.c:
2073         * backend/ev-link-dest.h:
2074         * backend/ev-link.c:
2075         * backend/ev-link.h:
2076         * backend/ev-render-context.c:
2077         * backend/ev-render-context.h:
2078         * backend/ev-selection.c:
2079         * backend/ev-selection.h:
2080         * backend/impress/Makefile.am:
2081         * backend/pdf/Makefile.am:
2082         * backend/pixbuf/Makefile.am:
2083         * backend/ps/Makefile.am:
2084         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2085         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2086         (start_interpreter), (stop_interpreter), (document_load),
2087         (ps_document_next_page), (render_page):
2088         * backend/tiff/Makefile.am:
2089         * comics/Makefile.am:
2090         * comics/comics-document.c:
2091         * comics/comics-document.h:
2092         * configure.ac:
2093         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2094         * djvu/Makefile.am:
2095         * djvu/djvu-document-private.h:
2096         * djvu/djvu-document.c:
2097         * djvu/djvu-document.h:
2098         * djvu/djvu-links.c:
2099         * djvu/djvu-links.h:
2100         * djvu/djvu-text-page.c:
2101         * djvu/djvu-text-page.h:
2102         * djvu/djvu-text.c:
2103         * djvu/djvu-text.h:
2104         * dvi/Makefile.am:
2105         * dvi/dvi-document.c:
2106         * dvi/dvi-document.h:
2107         * dvi/fonts.c:
2108         * dvi/fonts.h:
2109         * dvi/mdvi-lib/Makefile.am:
2110         * dvi/mdvi-lib/afmparse.c:
2111         * dvi/mdvi-lib/afmparse.h:
2112         * dvi/mdvi-lib/bitmap.c:
2113         * dvi/mdvi-lib/bitmap.h:
2114         * dvi/mdvi-lib/color.c:
2115         * dvi/mdvi-lib/color.h:
2116         * dvi/mdvi-lib/common.c:
2117         * dvi/mdvi-lib/common.h:
2118         * dvi/mdvi-lib/defaults.h:
2119         * dvi/mdvi-lib/dvimisc.c:
2120         * dvi/mdvi-lib/dviopcodes.h:
2121         * dvi/mdvi-lib/dviread.c:
2122         * dvi/mdvi-lib/files.c:
2123         * dvi/mdvi-lib/font.c:
2124         * dvi/mdvi-lib/fontmap.c:
2125         * dvi/mdvi-lib/fontmap.h:
2126         * dvi/mdvi-lib/fontsrch.c:
2127         * dvi/mdvi-lib/gf.c:
2128         * dvi/mdvi-lib/hash.c:
2129         * dvi/mdvi-lib/hash.h:
2130         * dvi/mdvi-lib/list.c:
2131         * dvi/mdvi-lib/mdvi.h:
2132         * dvi/mdvi-lib/pagesel.c:
2133         * dvi/mdvi-lib/paper.c:
2134         * dvi/mdvi-lib/paper.h:
2135         * dvi/mdvi-lib/pk.c:
2136         * dvi/mdvi-lib/private.h:
2137         * dvi/mdvi-lib/setup.c:
2138         * dvi/mdvi-lib/sp-epsf.c:
2139         * dvi/mdvi-lib/special.c:
2140         * dvi/mdvi-lib/sysdeps.h:
2141         * dvi/mdvi-lib/t1.c:
2142         * dvi/mdvi-lib/tfm.c:
2143         * dvi/mdvi-lib/tfmfile.c:
2144         * dvi/mdvi-lib/tt.c:
2145         * dvi/mdvi-lib/util.c:
2146         * dvi/mdvi-lib/vf.c:
2147         * dvi/pixbuf-device.c:
2148         * dvi/pixbuf-device.h:
2149         * impress/Makefile.am:
2150         * impress/common.h:
2151         * impress/document.c:
2152         * impress/f_oasis.c:
2153         * impress/f_oo13.c:
2154         * impress/iksemel.c:
2155         * impress/iksemel.h:
2156         * impress/imposter.h:
2157         * impress/impress-document.c:
2158         * impress/impress-document.h:
2159         * impress/internal.h:
2160         * impress/r_back.c:
2161         * impress/r_draw.c:
2162         * impress/r_geometry.c:
2163         * impress/r_gradient.c:
2164         * impress/r_style.c:
2165         * impress/r_text.c:
2166         * impress/render.c:
2167         * impress/render.h:
2168         * impress/zip.c:
2169         * impress/zip.h:
2170         * lib/Makefile.am:
2171         * lib/ev-debug.c:
2172         * lib/ev-debug.h:
2173         * lib/ev-file-helpers.c:
2174         * lib/ev-file-helpers.h:
2175         * lib/ev-gui.c:
2176         * lib/ev-gui.h:
2177         * lib/ev-tooltip.c:
2178         * lib/ev-tooltip.h:
2179         * libdocument/Makefile.am:
2180         * libdocument/ev-file-helpers.c:
2181         * pdf/Makefile.am:
2182         * pdf/ev-poppler.cc:
2183         * pdf/ev-poppler.h:
2184         * pixbuf/Makefile.am:
2185         * pixbuf/pixbuf-document.c:
2186         * pixbuf/pixbuf-document.h:
2187         * properties/Makefile.am:
2188         * ps/Makefile.am:
2189         * ps/gsdefaults.c:
2190         * ps/gsdefaults.h:
2191         * ps/gsio.c:
2192         * ps/gsio.h:
2193         * ps/gstypes.h:
2194         * ps/ps-document.c:
2195         * ps/ps-document.h:
2196         * ps/ps.c:
2197         * ps/ps.h:
2198         * shell/Makefile.am:
2199         * shell/ev-application.h:
2200         * shell/ev-sidebar-links.c:
2201         * shell/ev-sidebar-links.h:
2202         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2203         (ev_gui_menu_position_tree_selection):
2204         * shell/ev-utils.h:
2205         * shell/ev-view.c: (ev_view_finalize):
2206         * shell/ev-window.c:
2207         * shell/main.c: (main):
2208         * thumbnailer/Makefile.am:
2209         * tiff/Makefile.am:
2210         * tiff/tiff-document.c:
2211         * tiff/tiff-document.h:
2212         * tiff/tiff2ps.c:
2213         * tiff/tiff2ps.h:
2214         
2215         Reorganize source tree.
2216
2217 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * backend/ev-document-factory.c:
2220
2221         Do not include ev-poppler.h when pdf is disabled. 
2222
2223 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * configure.ac:
2226         * data/evince-ui.xml:
2227         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2228         (pdf_document_document_images_iface_init):
2229         * backend/Makefile.am:
2230         * backend/ev-document-images.[ch]:
2231         * backend/ev-image.[ch]:
2232         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2233         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2234         (ev_job_xfer_run):
2235         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2236         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2237         (ev_pixbuf_cache_get_image_mapping):
2238         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2239         (view_menu_popup_cb), (ev_window_dispose),
2240         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2241         (ev_view_popup_cmd_copy_image):
2242         * shell/ev-view-private.h:
2243         * shell/ev-view.c: (ev_view_get_image_at_location),
2244         (ev_view_do_popup_menu), (ev_view_popup_menu),
2245         (ev_view_button_press_event), (ev_view_drag_data_get),
2246         (ev_view_drag_motion), (ev_view_drag_data_received),
2247         (ev_view_motion_notify_event), (ev_view_button_release_event),
2248         (ev_view_finalize), (ev_view_class_init):
2249
2250         Add image handling support. Fixes bugs #310008 and #325047. Images
2251         selection is not supported yet. 
2252
2253 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2256         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2257         (ev_view_init):
2258
2259         Move view drag and drop stuff to ev-view.
2260
2261 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2264         * shell/ev-view.c: (clear_selection): 
2265
2266         Clear selection also in pixbuf cache.
2267
2268 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2269
2270         * data/evince.desktop.in.in:
2271         
2272         Change icon name in desktop file. See bug #390734
2273         for details.
2274
2275 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2276
2277         * thumbnailer/Makefile.am:
2278
2279         Use top_builddir instead top_srcdir for generated schema
2280         file installation. Fixes bug #390161.
2281
2282 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * configure.ac:
2285         * backend/Makefile.am:
2286         * backend/ev-document-transition.[ch]:
2287         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2288         (pdf_document_page_transition_iface_init):
2289         * shell/ev-view-private.h:
2290         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2291         (ev_view_set_presentation), (transition_next_page),
2292         (ev_view_presentation_transition_stop),
2293         (ev_view_presentation_transition_start), (ev_view_next_page):
2294
2295         Add page transition support in presentation mode. At the moment only
2296         page duration is supported, but not transition effects. Fixes bug
2297         #309815.
2298
2299 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2300
2301         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2302
2303         Run find_link_dest with document lock held, since it's called by links
2304         thread and main thread at the same time. 
2305
2306 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-view.c: (goto_dest):
2309
2310         Update page-cache when page is changed by the view, so that
2311         page-changed signal is emitted. 
2312
2313 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * test/test1.py:
2316         * test/test2.py:
2317
2318         Use C locale in tests. 
2319
2320 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * shell/ev-window.c: (ev_window_run_presentation):
2323         * shell/ev-view-private.h:
2324         * shell/ev-view.c: (ev_view_set_presentation):
2325
2326         Restore zoom settings when back from presentation mode. 
2327
2328 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2329
2330         * shell/ev-window.c: (ev_window_run_presentation):
2331
2332         Always use "best fit" zoom in presentation mode.
2333         Fixes bug #389195.
2334
2335 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2336
2337         * shell/ev-view.c: (ev_view_goto_window_create):
2338
2339         Show "Jump to page" label in the page jumping popup in
2340         presentation mode instead of just a GtkEntry.
2341
2342 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * shell/ev-window.c: (launch_external_uri):
2345
2346         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2347         #378085.
2348
2349 2006-12-22  Elijah Newren  <newren gmail com>
2350
2351         * configure.ac: explicitly check for libxml2.  Fixes #388795
2352
2353 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * shell/ev-view-private.h:
2356         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2357         (ev_view_goto_window_delete_event), (key_is_numeric),
2358         (ev_view_goto_window_key_press_event),
2359         (ev_view_goto_window_button_press_event),
2360         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2361         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2362         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2363
2364         Allow jumping to another page by typing a page number in presentation
2365         mode. It uses a popup window with an entry. Fixes bug #353625.
2366
2367 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2368
2369         * configure.ac:
2370         * properties/ev-properties-view.c: (ev_get_default_user_units),
2371         (ev_regular_paper_size):
2372         
2373         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2374         to Damien Carbery <damien.carbery@sun.com> and
2375         Yevgen Muntyan <muntyan@tamu.edu>.
2376
2377 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2378
2379         * shell/ev-window.c: (setup_document_from_metadata):
2380
2381         Make sure Evince doesn't restore the view on the last
2382         page when a document is reopened. Fixes bug #383381.
2383
2384 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2385
2386         * shell/ev-view.c: (draw_loading_text):
2387
2388         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2389
2390 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * configure.ac:
2393         * NEWS:
2394
2395         Release 0.7.0
2396
2397 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * configure.ac:
2400         * pdf/ev-poppler.cc: (pdf_print_context_free),
2401         (pdf_document_file_exporter_begin),
2402         (pdf_document_file_exporter_do_page):
2403
2404         Make cairo-pdf depedency optional. 
2405
2406 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2409
2410         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2411
2412 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2415         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2416         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2417         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2418         * shell/ev-view.c: (draw_loading_text):
2419         * shell/ev-window.c: (ev_window_cmd_file_properties):
2420
2421         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2422         related to using FontConfig from different threads.
2423         
2424 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * shell/ev-view.c: (draw_loading_text):
2427
2428         Acquire lock document when drawing "Loading..." text so that only one
2429         thread will use FontConfig at the same time. Fixes bug #374750.
2430
2431 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * shell/ev-page-action.[ch]: (activate_cb):
2434         * shell/ev-window.c: (activate_label_cb):
2435
2436         Check if text inserted in page entry is a valid page number when it
2437         doesn't match to any document page label. Fixes bug #383165.
2438
2439 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2440         * shell/ev-window.c:
2441
2442         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2443         available with GTK < 2.10. Added an ifdef to avoid compilation
2444         error.
2445
2446 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * configure.ac:
2449         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2450
2451         Fix ps backend in multihead systems.
2452
2453 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2456         * shell/ev-window.c: (ev_window_get_screen_dpi),
2457         (ev_window_update_actions), (setup_view_from_metadata),
2458         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2459
2460         Take screen DPI into account when zooming. Fixes bug #318285.
2461
2462 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2463
2464         * data/Makefile.am:
2465
2466         Cleaned up/slightly refactored Makefile.am. Added GConf
2467         schemas uninstallation as well.
2468
2469 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2470
2471         * Makefile.am:
2472         * test/Makefile.am:
2473
2474         Fight with autotools to fix make check. Make distcheck
2475         works fine as well now!
2476
2477 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2478
2479         * shell/ev-view.c: (draw_end_presentation_page):
2480
2481         Corrected "end of presentation" string.
2482
2483 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2484
2485         * shell/ev-view.c: (ev_view_key_press_event):
2486
2487         Correctly propagate key press event so that up/down keys
2488         work as expected (correct behaviour was broken by
2489         black/white screen key bindings for presentations).
2490
2491 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2494         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2495         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2496         (pdf_selection_get_selection_region),
2497         (pdf_selection_get_selection_map):
2498
2499         Add "static" to some private functions. 
2500
2501 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2502
2503         * lib/ev-tooltip.h:
2504         * properties/ev-properties-view.h:
2505         * shell/ev-jobs.h:
2506         * shell/ev-properties-dialog.h:
2507         * shell/ev-properties-fonts.h:
2508         * shell/ev-sidebar-links.h:
2509         * shell/ev-sidebar-thumbnails.h:
2510         * shell/ev-sidebar.h:
2511         * shell/ev-window.h:
2512         
2513         Fixes CHACK type in class casts. See bug #385343
2514         for details.
2515
2516 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * shell/ev-view-private.h:
2519         * shell/ev-view.c: (draw_end_presentation_page),
2520         (ev_view_expose_event), (ev_view_key_press_event),
2521         (ev_view_class_init), (ev_view_init):
2522
2523         Blank screen in presentation mode when pressing 'b' (filling with
2524         black) or 'w' (filling with white) keys. Fixes bug #358132.
2525
2526 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2527
2528         * data/evince-toolbar.xml:
2529         * shell/ev-window.c:
2530         
2531         Use stock icon for Select All action. Fixes
2532         bug #382652.
2533
2534 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2535
2536         * shell/ev-view.c: (get_doc_point_from_offset),
2537         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2538
2539         Add links support in rotated documents. Fixes bug #343733.
2540
2541 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * shell/ev-view-private.h:
2544         * shell/ev-view.c: (draw_end_presentation_page),
2545         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2546
2547         Show a blank page after the last page in presentation mode with a
2548         message indicating that presentation has finished and how to exit. 
2549
2550 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * shell/ev-window.c: (fullscreen_timeout_cb):
2553
2554         Hide cursor after a while in presentation mode. 
2555
2556 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2557
2558         * backend/ev-document-info.h:
2559         * data/evince-properties.glade:
2560         * pdf/ev-poppler.cc:
2561         * properties/ev-properties-view.c: (ev_regular_paper_size),
2562         (ev_properties_view_set_info):
2563         * ps/ps-document.c: (ps_document_get_info):
2564
2565         Adds a paper size field to the properties dialog. Fixes
2566         bug #307315. Patch by Kasper Svendsen (with some i18n
2567         changes done by me).
2568
2569 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2570
2571         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2572         (screensaver_init_dbus), (totem_scrsaver_new),
2573         (totem_scrsaver_init):
2574         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2575         * shell/ev-application.c: (ev_application_register_service),
2576         (ev_application_screensaver_enable),
2577         (ev_application_screensaver_disable):
2578         * shell/ev-application.h:
2579         * shell/ev-window.c: (ev_window_run_presentation),
2580         (ev_window_stop_presentation), (build_comments_string),
2581         (ev_window_init):
2582         
2583         Move screensaver handling to application. No more
2584         message on startup.
2585
2586 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * configure.ac:
2589         * backend/Makefile.am:
2590         * backend/ev-file-exporter.[ch]:
2591         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2592         * ps/ps-document.c: (ps_document_file_exporter_*):
2593         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2594         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2595         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2596         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2597
2598         Allow printing to PDF when suppoted by the backend.
2599         
2600 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2601
2602         * shell/ev-window.c: (build_comments_string):
2603
2604         Use always "Document Viewer" in about dialog. 
2605
2606 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2607
2608         * djvu/djvu-document.c: (djvu_document_get_page_size):
2609
2610         Display a warning message when get_pageinfo fails. 
2611
2612 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2613
2614         * Makefile.am:
2615         * backend/Makefile.am:
2616         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2617         * configure.ac:
2618         * shell/ev-window.c: (build_comments_string):
2619         
2620         Make pdf compilation optional. See bug #38007.
2621
2622 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2623
2624         * ps/ps.c: (get_next_text):
2625
2626         Fix CVE-2006-5864.
2627
2628 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2631         * shell/ev-navigation-action.c: (connect_proxy),
2632         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2633         
2634         Do not call g_type_class_peek_parent twice.
2635
2636 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2637
2638         * configure.ac:
2639         * data/icons/24x24/.cvsignore:
2640         * data/icons/24x24/Makefile.am:
2641         * data/icons/24x24/evince.png:
2642         * data/icons/Makefile.am:
2643         
2644         Add 24x24 icon. Thanks to 
2645         Michael Monreal <infernux@web.de>.
2646
2647 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2648
2649         * configure.ac: Fix typo in configure.ac. Thanks
2650         to dmacks@netspace.org for notification.
2651
2652 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2653
2654         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2655         
2656         Drop dbus include, fixes compilation with older dbus.
2657
2658 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2659
2660         * configure.ac:
2661         * cut-n-paste/Makefile.am:
2662         * cut-n-paste/totem-screensaver/.cvsignore
2663         * cut-n-paste/totem-screensaver/Makefile.am:
2664         * cut-n-paste/totem-screensaver/README:
2665         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2666         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2667         * shell/Makefile.am:
2668         * shell/ev-window.c: (ev_window_run_presentation),
2669         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2670         (ev_window_init):
2671
2672         Implemented screensaver enabling/disabling for
2673         presentation mode (not fullscreen mode). Code stolen
2674         from Totem (with some minor tweaks). Fixes bug #338889.
2675
2676 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2677
2678         * configure.ac:
2679
2680         Bump gnome-icon-theme requirements. We use the rotation
2681         icons that appeared recently.
2682
2683 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2684
2685         * shell/ev-history.c: (ev_history_add_page):
2686         * shell/ev-history.h:
2687         * shell/ev-window.c: (page_changed_cb):
2688         
2689         Use page labels instead of numbers.
2690
2691 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2692
2693         * data/evince-toolbar.xml:
2694         * po/POTFILES.in:
2695         * shell/Makefile.am:
2696         * shell/ev-navigation-action-widget.c:
2697         (ev_navigation_action_widget_init),
2698         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2699         (menu_detacher), (ev_navigation_action_widget_set_menu),
2700         (menu_position_func), (popup_menu_under_arrow),
2701         (ev_navigation_action_widget_toggled),
2702         (ev_navigation_action_widget_button_press_event):
2703         * shell/ev-navigation-action-widget.h:
2704         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2705         (ev_navigation_action_set_window), (activate_menu_item_cb),
2706         (new_history_menu_item), (new_empty_history_menu_item),
2707         (build_menu), (menu_activated_cb), (connect_proxy),
2708         (create_tool_item), (ev_navigation_action_init),
2709         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2710         * shell/ev-navigation-action.h:
2711         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2712         (ev_page_action_widget_set_page_cache),
2713         (ev_page_action_widget_finalize),
2714         (ev_page_action_widget_class_init), (match_selected_cb),
2715         (display_completion_text), (match_completion), (build_new_tree_cb),
2716         (get_filter_model_from_model),
2717         (ev_page_action_widget_update_model):
2718         * shell/ev-page-action-widget.h:
2719         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2720         (connect_proxy):
2721         * shell/ev-page-action.h:
2722         * shell/ev-stock-icons.c:
2723         * shell/ev-stock-icons.h:
2724         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2725         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2726         (register_custom_actions):
2727         * shell/main.c:
2728         
2729         Preliminary history implementation
2730
2731 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2732
2733         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2734         (dvi_document_class_init), (dvi_document_init_params):
2735         * dvi/mdvi-lib/font.c: (font_reference):
2736         
2737         Add reference to subfont. Fixes bug #374277.
2738
2739 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2740
2741         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2742         (ev_window_cmd_file_open_copy_at_dest):
2743
2744         Fix a race condition when creating symlink. Increase the counter
2745         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2746         Mathias Hasselmann).
2747
2748 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * backend/Makefile.am:
2751         * backend/ev-attachment.c: (ev_attachment_open):
2752         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2753         (ev_tmp_dir), (ev_tmp_filename):
2754         * shell/ev-sidebar-attachments.c:
2755         (ev_sidebar_attachments_drag_data_get):
2756         * shell/ev-window.c: (ev_window_clear_temp_file):
2757
2758         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2759         in ensure_dir_exists. Abort without crashing when we can't create
2760         user's directory.
2761
2762 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * data/evince-ui.xml:
2765         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2766         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2767         (ev_window_cmd_file_open_copy_at_dest),
2768         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2769         (ev_view_popup_cmd_open_link_new_window):
2770
2771         Allow opening a copy of the current document in a new window. Fixes bug
2772         #357472
2773
2774 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2775
2776         * data/evince-toolbar.xml:
2777         
2778         Add rotate right and rotate left to available items for toolbar.
2779         
2780         * data/evince-ui.xml:
2781         * shell/ev-window.c: (ev_window_init):
2782         
2783         Customize toolbar with right click. Fixes bug #372451.
2784
2785 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2786
2787         * shell/ev-window.c: 
2788         
2789         Use "object-rotate-{left,right}" stock icons. Fixes 
2790         bug #373863.
2791
2792 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2795         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2796         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2797         (ev_window_open_uri):
2798         * shell/main.c: (arguments_parse):
2799
2800         Remove temp file created when evince is used by GTK+ in
2801         preview mode. Fixes bug #365282. 
2802
2803 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2804
2805         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2806         
2807         Fixes bug #372474 - Side pane disabled when entering 
2808         and leaving fullscreen mode.
2809
2810 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2811
2812         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2813         * data/Makefile.am:
2814         * data/evince-preview-toolbar.xml:
2815         * data/evince-toolbar.xml:
2816         * shell/ev-application.c: (ev_application_shutdown),
2817         (ev_application_init), (ev_application_get_toolbars_model):
2818         * shell/ev-application.h:
2819         * shell/ev-window.c: (update_chrome_visibility),
2820         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2821         (ev_window_cmd_edit_toolbar), (ev_window_init):
2822         
2823         Fixes bug #364364 - toolbar editor shows zoom actions again.
2824
2825 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2828
2829         Do not take margins into consideration for paper size when printing.
2830         Really fixes bug #350491.
2831
2832 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * data/evince-ui.xml:
2835         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2836         (ev_window_cmd_file_print_setup),
2837         (ev_window_print_dialog_response_cb),
2838         (ev_window_setup_action_sensitivity):
2839
2840         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2841
2842 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * shell/ev-window.c: (ev_window_print_range):
2845
2846         Revert my previuos commit, since printing to PDF is not supported by
2847         evince yet. 
2848
2849 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * shell/ev-window.c: (ev_window_print_range):
2852
2853         Enable print to a PDF. Fixes bug #332121.
2854
2855 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * shell/ev-application-service.xml:
2858         * shell/ev-application.[ch]: (ev_application_open_window),
2859         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2860         (ev_application_open_uri), (ev_application_open_uri_list):
2861         * shell/ev-window.c: (file_open_dialog_response_cb),
2862         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2863         (drag_data_received_cb), (open_remote_link):
2864         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2865
2866         Add support for multiscreen systems. Fixes bug #316206.
2867
2868 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-jobs.[ch]: (ev_job_print_new),
2871         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2872         (ev_job_print_do_page):
2873         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2874
2875         Allow printing only odd/even pages. Fixes bug #367289.
2876
2877 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2878
2879         * test/test1.py:
2880         * test/test2.py:
2881
2882         Re-add locale settings to test files.
2883
2884 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2885
2886         * data/evince-ui.xml:
2887         * shell/ev-window.c: (set_action_properties):
2888         
2889         Removed garbage from code and ui.
2890
2891 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2892
2893         * shell/ev-window.c: (ev_window_cmd_help_about):
2894
2895         Shamelessly add my name to the list of contributors.
2896
2897 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2898
2899         * test/test1.py:
2900         * test/test2.py:
2901
2902         Cleaned up the dogtail scripts.
2903
2904 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2905
2906         * shell/ev-view.c: (draw_loading_text): Don't render
2907         "loading..." text in presentation mode. Temporary
2908         workaround for bug #320352.
2909
2910 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2913         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2914
2915         Use print settings scale, copies, collate and reverse which were
2916         ignored. Fixes bug #359032.
2917
2918 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2919
2920         * configure.ac:
2921         * data/evince-password.glade:
2922         * test/Makefile.am:
2923         * test/test-encrypt.pdf:
2924         * test/test-links.pdf:
2925         * test/test1.py:
2926         * test/test2.py:
2927
2928         Add automated UI tests for evince with dogtail. See
2929         bug #300948.    
2930
2931 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2934
2935         Hide fullscreen toolbar when switching to another desktop workspace.
2936         Fixes bug #338871
2937
2938 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2939
2940         * shell/ev-window-title.c: 
2941         
2942         Test for .dvi in title of pdf documents.
2943
2944 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2945
2946         * shell/ev-view.c: (ev_view_scroll):
2947
2948         Page Up/Down should do page jumps in "Best fit" mode.
2949         If a user has explicitly chosen to view exactly one page
2950         at a time, scrolling just a part of the page when
2951         pressing Page Up/Down is not right. Fixes bug #323107.
2952
2953 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2954
2955         * NEWS:
2956         * configure.ac:
2957         
2958         Update for 0.6.1
2959
2960 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2961
2962         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2963         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2964         
2965         Correctly disconnect from job signals on destroy.
2966
2967 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2968
2969         * shell/ev-view-private.h:
2970         * shell/ev-view.c: (view_set_adjustment_values),
2971         (view_update_range_and_current_page),
2972         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2973         
2974         Fixes bug #343199, current page now follows find page.
2975
2976 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2977
2978         * backend/ev-document-factory.c:
2979         * configure.ac:
2980         Assigned OpenDocument presenation MIME type to the
2981         Impress backend. Added some missing (but harmless)
2982         #ifdefs in the document factory as well to make things
2983         consistent again. Fixes bug #360658.
2984
2985 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2986
2987         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2988         * backend/ev-document-find.c: (ev_document_find_get_type):
2989         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2990         * backend/ev-document-links.c: (ev_document_links_get_type):
2991         * backend/ev-document-security.c: (ev_document_security_get_type):
2992         * backend/ev-document-thumbnails.c:
2993         (ev_document_thumbnails_get_type):
2994         * backend/ev-document.c: (ev_document_get_type):
2995         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2996         * backend/ev-selection.c: (ev_selection_get_type):
2997         * cut-n-paste/recent-files/egg-recent-model.c:
2998         (egg_recent_model_get_type):
2999         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3000         (egg_recent_view_uimanager_get_type):
3001         * cut-n-paste/recent-files/egg-recent-view.c:
3002         (egg_recent_view_get_type):
3003         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3004         (egg_editable_toolbar_get_type):
3005         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3006         (egg_toolbar_editor_get_type):
3007         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3008         (egg_toolbars_model_get_type):
3009         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3010         (egg_tree_multi_drag_source_get_type):
3011         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3012         (ephy_zoom_action_get_type):
3013         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3014         (ephy_zoom_control_get_type):
3015         * impress/r_back.c: (_imp_fill_back):
3016         * properties/ev-properties-main.c:
3017         (ev_properties_plugin_register_type):
3018         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3019         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3020         (ev_view_accessible_factory_get_type):
3021
3022         Reduce relocations. Bug #360616.
3023
3024 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3025
3026         * backend/ev-document-factory.c:
3027         (ev_document_factory_get_document):
3028         
3029         Load document even if extension is wrong.
3030
3031 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3032
3033         * shell/ev-metadata-manager.c: (save_values):
3034         * shell/ev-window.c: (setup_size_from_metadata),
3035         (setup_view_from_metadata), (ev_window_setup_document),
3036         (ev_window_xfer_job_cb), (window_configure_event_cb):
3037         
3038         Set size according to the document size/page size ratio.
3039         That should correct rather wierd behaviour of the previous
3040         commit.
3041
3042 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3043
3044         * shell/ev-window.c: (setup_view_from_metadata):
3045         
3046         Set size for new windows from previous window size.
3047         See bugs #354968 and #168450 for details. Thanks
3048         to Meik Hellmund.
3049
3050 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3051
3052         * djvu/djvu-links.c: (build_tree):
3053
3054         Fix memory leak.
3055
3056 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3057
3058         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3059         
3060         Don't make sidebar close button insensitive. Fixes
3061         bug #357871.
3062
3063 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3064
3065         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3066         (ev_window_set_view_accels_sensitivity):
3067         
3068         Don't enable Slash on documents which don't support
3069         find. Fixes bug #358648.
3070
3071 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3072
3073         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3074         open dialog fall back to the current document uri if the
3075         filechooser hasn't been used before. Fixes bug #356980.
3076
3077 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3078
3079         * shell/ev-window.c: (ev_window_setup_recent), 
3080         (ev_window_get_recent_file_label):
3081
3082         Escape underscores in filenames of recent file items.
3083
3084 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3085
3086         * configure.ac:
3087         
3088         Bumped poppler requirements, really 0.5.3 is very 
3089         buggy, now we require 0.5.4.
3090
3091 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3092
3093         * djvu/Makefile.am:
3094         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3095         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3096         (djvu_document_document_links_iface_init):
3097         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3098         (number_from_string_10), (get_djvu_link_dest),
3099         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3100         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3101         (djvu_links_get_links), (djvu_links_find_link_dest),
3102         (djvu_links_get_links_model):
3103         * djvu/djvu-links.h:
3104         
3105         Add support for links and bookmarks in djvu documents. Thanks
3106         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3107         patch.
3108
3109 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3110
3111         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3112         
3113         Reopen should reload document. Fixes 
3114         bug 327951.
3115
3116 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3117
3118         * configure.ac:
3119         * data/Makefile.am:
3120         * data/evince-16.png:
3121         * data/evince-22.png:
3122         * data/evince.png:
3123         * data/evince.svg:
3124         * data/icons/16x16/Makefile.am:
3125         * data/icons/16x16/evince.png:
3126         * data/icons/22x22/Makefile.am:
3127         * data/icons/22x22/evince.png:
3128         * data/icons/48x48/Makefile.am:
3129         * data/icons/48x48/evince.png:
3130         * data/icons/Makefile.am:
3131         * data/icons/scalable/Makefile.am:
3132         * data/icons/scalable/evince.svg:
3133         
3134         Install icons with correct names. Fixes
3135         bug #354429.
3136
3137 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3138
3139         * shell/ev-view.c: (ev_view_button_release_event):
3140
3141         Don't open links with middle mouse button. Fixes bug #353649
3142
3143 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3144
3145         * NEWS:
3146         * configure.ac:
3147         
3148         Update for release 0.6.0
3149
3150 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3151
3152         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3153         Implement Close named action. Patch by Carlos Garcia Campos.
3154
3155 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3156
3157         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3158         
3159         Don't clear link mapping on copy_job_to_job_info. Fixes
3160         bug 346168.
3161
3162 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * shell/main.c: (main):
3165
3166         Revert my previous commit, gnome_program_init owns the option context.
3167         Fix another memory leak in main. Both caught by Christian Persch. 
3168
3169 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3170
3171         * shell/main.c: (main):
3172
3173         Fix memory leak.
3174
3175 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3178
3179         Fix crash when opening a pdf with password protection. 
3180
3181 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * pdf/ev-poppler.cc: (pdf_document_search_free):
3184
3185         Fix memory leak. 
3186
3187 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3188
3189         * backend/ev-document-factory.c:
3190         (ev_document_factory_get_document):
3191         * tiff/tiff-document.c: (tiff_document_finalize):
3192         
3193         More correct handling of document loading. Fixes
3194         bug #349043.
3195
3196 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * backend/ev-attachment.c: (ev_attachment_save):
3199
3200         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3201         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3202
3203 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3204         
3205         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3206         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3207
3208 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * shell/ev-sidebar-thumbnails.c:
3211
3212         Do not render thumbnails unless thumbnails page is active in the
3213         sidebar.
3214
3215 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3216
3217         * shell/ev-properties-dialog.c:
3218
3219         Fix dialogue spacing. Bug #351370.
3220
3221 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3222
3223         * configure.ac:
3224
3225         Use lowercase gettext catalog file names (evince.mo
3226         instead of Evince.mo)
3227
3228 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * shell/ev-sidebar-attachments.c:
3231
3232         GtkIconTheme is now screen safe too. Fixes bug #350878
3233
3234 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * shell/ev-window.c:
3237
3238         GtkRecent manager is now screen safe. Fixes bug #350145
3239
3240 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3241
3242         * shell/ev-sidebar.c: (ev_sidebar_init):
3243         
3244         Make sidebar close icon smaller. Fix for bug 350177.
3245         See also bugs 350176 and 165770.
3246
3247 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3250
3251         Ignore zoom for xyz destinations when it's <= 1, keeping user
3252         preferences instead. Set correct sizing-mode for fith and fitv
3253         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3254
3255 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * NEWS:
3258         * configure.ac:
3259         
3260         Update for release 0.5.5
3261
3262 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3263         
3264         * shell/ev-window.c: (ev_window_cmd_escape)
3265
3266         Escape unfocus page entry. Fixes bug #345809.
3267
3268 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3271         (build_tree), (pdf_document_links_get_links),
3272         (pdf_document_links_find_link_dest):
3273         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3274         (goto_xyz_dest):
3275
3276         Convert from PDF style coordinates to X style coordinates in the
3277         backend rather than in the view. Fixes bug #338440
3278
3279 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3280
3281         * shell/ev-window.c:
3282         
3283         Remove Ctrl+Shift+T shortcut for toolbars. See
3284         the bug #350098.
3285
3286 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * configure.ac:
3289
3290         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3291         of this. 
3292
3293 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * configure.ac:
3296         * cut-n-paste/Makefile.am:
3297         * data/evince-ui.xml:
3298         * shell/Makefile.am:
3299         * shell/ev-application.[ch]:
3300         * shell/ev-window.c:
3301
3302         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3303         #349273
3304
3305 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3306
3307         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3308         findbar code: s/help/search/
3309
3310 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3311
3312         * shell/ev-window.c: (setup_document_from_metadata),
3313         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3314         (setup_view_from_metadata):
3315         
3316         Fix memory leaks.
3317
3318 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3319
3320         * autogen.sh, configure.ac: 
3321         
3322         Update automake usage. See bug 349292.
3323
3324 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3325
3326         * shell/eggfindbar.c: (egg_find_bar_class_init),
3327         (entry_activate_callback), (egg_find_bar_init),
3328         (egg_find_bar_set_status_text):
3329         * shell/eggfindbar.h:
3330         
3331         Unify Evince findbar with Epiphany. Nice patch
3332         from Fabricio Silva <silva@crans.org> and
3333         Frederic Peters <fpeters@entrouvert.com>. See
3334         bug #339966 for details.
3335
3336 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3337
3338         * data/evince.desktop.in.in:
3339         
3340         Correct information for bugzilla. Thanks to
3341         Olaf Vitters, see bug #348855.
3342
3343 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * shell/ev-jobs.[ch]:
3346         * shell/ev-sidebar-links.c:
3347         * shell/ev-window.[ch]:
3348
3349         GtkPrintJob doesn't support print ranges or current page, so we export
3350         to a ps file now when printing ranges or current page.
3351
3352 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3353
3354         * pdf/ev-poppler.cc:
3355         * shell/ev-window.c: (do_action_named):
3356
3357         We should be more clear about bugzilla. See the
3358         poppler bug #7623.
3359
3360 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * configure.ac:
3363         * shell/Makefile.am:
3364         * shell/ev-job-queue.c:
3365         * shell/ev-jobs.[ch]:
3366         * shell/ev-sidebar-links.c:
3367         * shell/ev-window.[ch]:
3368         
3369         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3370         #348422
3371
3372 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3375         * shell/ev-application-service.xml:
3376         * shell/ev-application.[ch]:
3377         * shell/ev-jobs.[ch]:
3378         * shell/ev-window.[ch]: (ev_window_run_preview):
3379         * shell/main.c: 
3380
3381         Add preview mode to use evince as a printing previewer. It also adds
3382         other command line options for fullscreen and presentation modes.
3383         Fixes bugs #347822, #317031
3384
3385 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3386
3387         * NEWS:
3388         * configure.ac:
3389         
3390         Update for release 0.5.4
3391
3392 2006-07-11  Bastien Nocera <hadess@hadess.net>
3393
3394         * Makefile.am:
3395         * backend/Makefile.am:
3396         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3397         * backend/ev-document-factory.h:
3398         * configure.ac:
3399         * impress/.cvsignore:
3400         * impress/Makefile.am:
3401         * impress/common.h:
3402         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3403         (imp_get_page), (imp_next_page), (imp_prev_page),
3404         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3405         * impress/f_oasis.c: (render_object), (render_page),
3406         (get_geometry), (_imp_oasis_load):
3407         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3408         (_imp_oo13_load):
3409         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3410         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3411         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3412         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3413         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3414         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3415         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3416         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3417         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3418         (iks_new_within), (iks_insert), (iks_insert_cdata),
3419         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3420         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3421         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3422         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3423         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3424         (iks_cdata), (iks_cdata_size), (iks_has_children),
3425         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3426         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3427         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3428         (iks_tree), (iks_load), (iks_save):
3429         * impress/iksemel.h:
3430         * impress/imposter.h:
3431         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3432         (imp_render_draw_bezier_real), (imp_render_get_size),
3433         (imp_render_set_fg_color), (imp_render_draw_line),
3434         (imp_render_draw_rect), (imp_render_draw_polygon),
3435         (imp_render_draw_arc), (imp_render_draw_bezier),
3436         (imp_render_open_image), (imp_render_get_image_size),
3437         (imp_render_scale_image), (imp_render_draw_image),
3438         (imp_render_close_image), (imp_render_markup),
3439         (imp_render_get_text_size), (imp_render_draw_text),
3440         (impress_document_load), (impress_document_save),
3441         (impress_document_get_n_pages), (impress_document_get_page_size),
3442         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3443         (impress_document_finalize), (impress_document_class_init),
3444         (impress_document_can_get_text), (impress_document_get_info),
3445         (impress_document_document_iface_init),
3446         (impress_document_thumbnails_get_thumbnail),
3447         (impress_document_thumbnails_get_dimensions),
3448         (impress_document_document_thumbnails_iface_init),
3449         (impress_document_init):
3450         * impress/impress-document.h:
3451         * impress/internal.h:
3452         * impress/r_back.c: (_imp_fill_back):
3453         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3454         (_imp_draw_image), (_imp_tile_image):
3455         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3456         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3457         (r_polyline):
3458         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3459         (r_draw_gradient_complex), (r_draw_gradient):
3460         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3461         (r_get_bullet):
3462         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3463         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3464         (r_text):
3465         * impress/render.c: (imp_create_context), (imp_context_set_page),
3466         (imp_context_set_step), (imp_render), (imp_delete_context):
3467         * impress/render.h:
3468         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3469         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3470         (zip_load_xml), (zip_get_size), (zip_load):
3471         * impress/zip.h:
3472         * shell/ev-utils.c:
3473         
3474         New backend to support impress slides. Fixes bug #30867.
3475
3476 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3477
3478         * shell/ev-utils.c: (using_postscript_printer):
3479         
3480         Fixes crash when print using PAPI backend,
3481         bug #345012.
3482
3483 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3484
3485         * shell/ev-jobs.c: (ev_job_xfer_run):
3486         * shell/ev-window.c: (password_dialog_response),
3487         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3488         (ev_window_dispose):
3489         Fixes bug #344160: if the xfer job doesn't complete
3490         because a password is required, reload the existing
3491         instance instead of creating a new one.
3492
3493 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3494
3495         * shell/main.c: (main): Call gdk_threads_init. Thus
3496         we'll avoid errors in auth dialog. Fix for the bug
3497         #343347.
3498
3499 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3500
3501         * configure.ac: Advertise pixbuf support, fix
3502         for the bug 343317.
3503
3504 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3507         (ev_sidebar_thumbnails_set_document):
3508         
3509         Update sidebar thumbnails after reloading.
3510
3511 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3514         * shell/ev-jobs.h:
3515         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3516         (ev_window_cmd_view_reload), (ev_window_init):
3517         
3518         Don't crash on reload. Fix for the bug #343167.
3519
3520 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3521
3522         * shell/ev-jobs.c: (ev_job_render_run):
3523         
3524         Check for document links.
3525
3526 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * backend/ev-attachment.c: (ev_attachment_save),
3529         (ev_attachment_launch_app), (ev_attachment_open):
3530         * backend/ev-document-factory.c: (get_document_from_uri):
3531         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3532         (egg_recent_view_uimanager_set_list):
3533         * ps/ps-document.c: (check_filecompressed), (document_load),
3534         (ps_document_load):
3535         * shell/ev-metadata-manager.c: (load_values):
3536         * shell/ev-password.c: (ev_password_dialog_set_property):
3537         * shell/ev-view.c: (tip_from_link):
3538         * shell/ev-window.c: (file_save_dialog_response_cb),
3539         (ev_window_print_dialog_response_cb):
3540         
3541         Use consistent quoting style. Fix for the bug #320285.
3542
3543 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3544
3545         * shell/ev-jobs.c: (ev_job_xfer_run):
3546         * shell/main.c: (load_files):
3547                 
3548         Open links with anchors. Fix for the bug #339836.
3549
3550 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3551
3552         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3553         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3554         (ev_link_dest_set_property), (ev_link_dest_finalize),
3555         (ev_link_dest_class_init), (ev_link_dest_new_named),
3556         (ev_link_dest_new_page_label):
3557         * backend/ev-link-dest.h:
3558         * shell/ev-application.c: (ev_application_open_uri):
3559         * shell/ev-view.c: (goto_dest):
3560         * shell/ev-window.c:
3561         * shell/ev-window.h:
3562         
3563         Fix page-label command line option. Bug #342070.
3564
3565 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3566
3567         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3568         
3569         Don't show highlight rects if page can't be showed. Fix for 
3570         the bug #342076
3571
3572 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3573
3574         * shell/ev-window.c: (setup_sidebar_from_metadata),
3575         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3576         
3577         Setup sidebar from metadata even if there is no document
3578         loaded. Fix for the bug #342807.
3579
3580 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3581
3582         * cut-n-paste/toolbar-editor/Makefile.am:
3583         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3584         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3585         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3586         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3587         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3588         (popup_context_menu_cb), (button_press_event_cb),
3589         (configure_item_sensitivity), (configure_item_cursor),
3590         (configure_item_tooltip), (connect_widget_signals),
3591         (action_sensitive_cb), (create_item_from_action),
3592         (create_item_from_position), (toolbar_drag_data_received_cb),
3593         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3594         (toolbar_drag_leave_cb), (configure_drag_dest),
3595         (toggled_visibility_cb), (toolbar_visibility_refresh),
3596         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3597         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3598         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3599         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3600         (egg_editable_toolbar_dispose),
3601         (egg_editable_toolbar_set_ui_manager),
3602         (egg_editable_toolbar_get_selected),
3603         (egg_editable_toolbar_set_selected), (set_edit_mode),
3604         (egg_editable_toolbar_set_property),
3605         (egg_editable_toolbar_get_property),
3606         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3607         (egg_editable_toolbar_new_with_model),
3608         (egg_editable_toolbar_get_edit_mode),
3609         (egg_editable_toolbar_set_edit_mode),
3610         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3611         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3612         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3613         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3614         (item_added_or_removed_cb), (toolbar_removed_cb),
3615         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3616         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3617         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3618         (editor_create_item_from_name), (append_table),
3619         (update_editor_sheet), (egg_toolbar_editor_init):
3620         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3621         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3622         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3623         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3624         (toolbar_node_free), (egg_toolbars_model_get_flags),
3625         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3626         (egg_toolbars_model_get_name), (impl_add_item),
3627         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3628         (parse_data_list), (parse_item_list), (parse_toolbars),
3629         (egg_toolbars_model_load_toolbars), (parse_available_list),
3630         (parse_names), (egg_toolbars_model_load_names),
3631         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3632         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3633         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3634         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3635         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3636         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3637         (egg_toolbars_model_set_types), (fill_avail_array),
3638         (egg_toolbars_model_get_name_avail),
3639         (egg_toolbars_model_get_name_flags),
3640         (egg_toolbars_model_set_name_flags):
3641         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3642         * cut-n-paste/toolbar-editor/eggintl.h:
3643         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3644         (egg_tree_multi_drag_source_get_type),
3645         (egg_tree_multi_drag_source_row_draggable),
3646         (egg_tree_multi_drag_source_drag_data_delete),
3647         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3648         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3649         (path_list_free), (set_context_data), (get_context_data),
3650         (get_info), (egg_tree_multi_drag_drag_data_get),
3651         (egg_tree_multi_drag_motion_event),
3652         (egg_tree_multi_drag_button_press_event),
3653         (egg_tree_multi_drag_add_drag_support):
3654         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3655         * shell/ev-application.c: (ev_application_init),
3656         (ev_application_save_toolbars_model):
3657         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3658         (ev_window_cmd_edit_toolbar), (ev_window_init):
3659         
3660         Sync toolbareditor with epiphany and libegg
3661
3662 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * configure.ac: 
3665
3666         Depend on poppler 0.5.2
3667
3668 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3669
3670         * shell/ev-jobs.c: (ev_job_render_run):
3671         
3672         Check if document supports links iterface.
3673
3674 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3675
3676         * NEWS:
3677         * configure.ac:
3678         
3679         Update for release 0.5.3
3680
3681 2006-05-13  Michael Plump  <plumpy@skylab.org>
3682
3683         * configure.ac:
3684         * shell/Makefile.am:
3685         * shell/main.c: (main):
3686         
3687         Port to GOption command line parsing. Fix for the 
3688         bug #327518
3689
3690 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3691
3692         * shell/ev-window.c: (ev_window_cmd_help_about):
3693         
3694         Do not wrap license. Fix for the bug #309460.
3695
3696 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3697
3698         * configure.ac:
3699         * properties/ev-properties-main.c: (ev_properties_get_pages):
3700         * shell/ev-application.c: (ev_application_open_window),
3701         (ev_application_open_uri_at_dest):
3702         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3703         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3704         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3705         * shell/ev-utils.c: (save_print_config_to_file):
3706         * shell/ev-window.c: (ev_window_cmd_save_as),
3707         (ev_attachment_popup_cmd_save_attachment_as):
3708         * shell/main.c: (load_files_remote):
3709         
3710         Bump requirements to gtk 2.8 and drop all ifdefs used.
3711
3712 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3713
3714         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3715         * shell/ev-window.c: (ev_window_init):
3716         
3717         Show attachments page.
3718
3719 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3720
3721         * po/POTFILES.in:
3722         * shell/ev-attachment-bar.c:
3723         * shell/ev-attachment-bar.h:
3724         * shell/ev-sidebar-attachments.c:
3725         (ev_sidebar_attachments_icon_cache_add),
3726         (icon_theme_get_pixbuf_from_mime_type),
3727         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3728         (ev_sidebar_attachments_icon_cache_refresh),
3729         (ev_sidebar_attachments_get_attachment_at_pos),
3730         (ev_sidebar_attachments_popup_menu_show),
3731         (ev_sidebar_attachments_popup_menu),
3732         (ev_sidebar_attachments_button_press),
3733         (ev_sidebar_attachments_update_icons),
3734         (ev_sidebar_attachments_drag_data_get),
3735         (ev_sidebar_attachments_get_property),
3736         (ev_sidebar_attachments_destroy),
3737         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3738         (ev_sidebar_attachments_new),
3739         (ev_sidebar_attachments_set_document),
3740         (ev_sidebar_attachments_support_document),
3741         (ev_sidebar_attachments_get_label),
3742         (ev_sidebar_attachments_page_iface_init):
3743         * shell/ev-sidebar-attachments.h:
3744         * shell/ev-window.c: (update_chrome_visibility),
3745         (setup_sidebar_from_metadata), (ev_window_setup_document),
3746         (ev_window_sidebar_current_page_changed_cb),
3747         (attachment_bar_menu_popup_cb), (ev_window_init):
3748         
3749         Move attachments bar to sidebar.
3750
3751 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * pdf/ev-poppler.cc:
3754         * shell/ev-application.[ch]:
3755         * shell/main.c:
3756
3757         Fix some memory leaks.
3758
3759 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3760
3761         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3762
3763         Change the properties dialog response to
3764         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3765         will make the dialog go away when the user presses
3766         enter. With gtk+ >= 2.9 this will happen anyway, but for
3767         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3768         escape by default. Fixes bug #340539. See also bug
3769         #101293 for the gtk+ part.
3770
3771 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3772
3773         * shell/ev-view.c (tip_from_action_named): Replace some strings
3774         that were wrong. Closes #340970.
3775
3776 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3779
3780         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3781         #341049
3782
3783 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3784
3785         * djvu/Makefile.am:
3786         * dvi/Makefile.am:
3787         * dvi/mdvi-lib/Makefile.am:
3788         * properties/Makefile.am:
3789         * ps/Makefile.am:
3790         * shell/Makefile.am:
3791         * thumbnailer/Makefile.am:
3792         
3793         Due to broken libtool that is unable to track dependencies
3794         of noinst libraries we are forced to explicitely point
3795         libraries for binary. Fix for the bug #333334.
3796
3797 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3798
3799         * data/evince.desktop.in.in:
3800         * shell/ev-view.c: (view_update_range_and_current_page),
3801         (ev_view_next_page), (ev_view_previous_page):
3802         * shell/ev-window.c: (update_chrome_visibility),
3803         (setup_sidebar_from_metadata), (ev_window_setup_document),
3804         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3805         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3806         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3807         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3808         (ev_window_stop_presentation), (ev_window_focus_in_event),
3809         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3810         (ev_window_init):
3811         * thumbnailer/Makefile.am:
3812         
3813         Update fullscreen and presentation timeout handling. Hide
3814         cursor in presentation after timeout. Fix for the bugs
3815         #136359 and #336981.
3816
3817 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * backend/ev-link-action.[ch]:
3820         * pdf/ev-poppler.cc: (ev_link_from_action):
3821         * shell/ev-view-private.h:
3822         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3823         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3824
3825         Add support for Named Action links
3826
3827 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3828
3829         * backend/Makefile.am:
3830         * backend/ev-document-links.[ch]:
3831         * backend/ev-document.[ch]:
3832         * backend/ev-link-action.[ch]:
3833         * backend/ev-link-dest.[ch]:
3834         * backend/ev-link.[ch]:
3835         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3836         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3837         * shell/ev-page-action.c: (build_new_tree_cb):
3838         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3839         (links_page_num_func), (update_page_callback):
3840         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3841         (tip_from_link):
3842         * shell/ev-jobs.c:
3843         * shell/ev-window.[ch]: (ev_window_open_uri),
3844         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3845         * shell/ev-application.[ch]: (ev_application_open_window),
3846         (ev_application_open_uri):
3847
3848         Rework links system, it adds support for remote links now and it makes
3849         easier to add new kinds of actions and destinations. Fixes bug #317292
3850
3851 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3852
3853         * data/Makefile.am:
3854         * data/evince.png:
3855         * data/evince-16.png:
3856         * data/evince-22.png:
3857         * data/evince.svg:
3858         * shell/main.c: (main):
3859         
3860         Evince use it's own icon. Fix for the bug #313392.
3861
3862         * shell/ev-window.c: (fullscreen_timeout_cb),
3863         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3864         (ev_window_cmd_help_about), (ev_window_dispose):
3865         
3866         Simplify fullscreen timeout code.
3867
3868 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * backend/ev-attachment.c: 
3871         * shell/ev-attachment-bar.c:
3872         * shell/ev-window.c:
3873
3874         Allow multiple selection of attachments
3875
3876 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3877
3878         * shell/ev-view.c: (view_update_range_and_current_page),
3879         (ev_view_scroll):
3880         
3881         Fix for the bug #312573 – Optimal selection of current 
3882         page among visible pages.
3883
3884 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * configure.ac:
3887         * djvu/Makefile.am:
3888         * djvu/djvu-text.h:
3889         
3890         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3891         for the bug 339868.
3892
3893 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3894
3895         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3896
3897 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3898
3899         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3900         dictated by the GNOME HIG. Fixes bug #339235.
3901
3902 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3903
3904         * data/evince-ui.xml:
3905         * shell/ev-view.c: (ev_view_can_find_previous):
3906         * shell/ev-view.h:
3907         * shell/ev-window.c: (ev_window_update_actions),
3908         (ev_window_cmd_edit_find_previous):
3909
3910         Add support for "Find Previous" as dictated by the GNOME HIG. A
3911         menu item is added and some glue code to make it all work is added
3912         to various files.
3913
3914 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3915
3916         * configure.ac: Award myself the "useless use of cat" award.
3917
3918 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3919
3920         * po/LINGUAS: New file listing all supported languages.
3921
3922         * configure.in: Use po/LINGUAS instead of including all languages
3923         directly in this file. See the wiki for more information:
3924         http://live.gnome.org/GnomeGoals/PoLinguas
3925
3926 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * backend/ev-document-factory.c:
3929
3930         Do not load the document twice when there isn't errors
3931
3932 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * backend/ev-attachment.c: 
3935
3936         Fix a crash when there isn't a default application to open an
3937         attachment
3938
3939 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3940
3941         * backend/ev-attachment.[ch]:
3942         * shell/ev-attachment-bar.[ch]:
3943
3944         Added missing files. 
3945
3946 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * backend/Makefile.am:
3949         * data/evince-ui.xml:
3950         * backend/ev-attachment.[ch]:
3951         * backend/ev-document.[ch]: (ev_document_has_attachments),
3952         (ev_document_get_attachments):
3953         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3954         (attachment_save_to_buffer), (pdf_document_get_attachments),
3955         (pdf_document_document_iface_init):
3956         * shell/Makefile.am:
3957         * shell/ev-attachment-bar.[ch]:
3958         * shell/ev-window.c:
3959
3960         Add support for PDF attachments. Fixes bug #325143
3961
3962 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3963
3964         * backend/ev-document-factory.c: (get_document_from_uri),
3965         (ev_document_factory_get_document):
3966         * backend/ev-document-factory.h:
3967         * properties/ev-properties-main.c: (ev_properties_get_pages):
3968         * shell/Makefile.am:
3969         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3970         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3971         (ev_job_queue_remove_job):
3972         * shell/ev-job-queue.h:
3973         * shell/ev-job-xfer.c:
3974         * shell/ev-job-xfer.h:
3975         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3976         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3977         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3978         (ev_job_xfer_run):
3979         * shell/ev-jobs.h:
3980         * shell/ev-window.c: (ev_window_is_empty),
3981         (password_dialog_response), (ev_window_clear_xfer_job),
3982         (ev_window_xfer_job_cb), (ev_window_open_uri),
3983         (ev_window_cmd_focus_page_selector),
3984         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3985         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3986         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3987         (ev_window_dispose):
3988         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3989         
3990         * Cleanup mime type detection on document load. Fix for the
3991         bug #336448.
3992
3993 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3996         
3997         Fix crash on exit, described in the bug #336825.
3998
3999 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4000
4001         * backend/ev-document-factory.c:
4002         (ev_document_factory_get_from_mime),
4003         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4004         (ev_document_factory_get_document),
4005         (file_filter_add_mime_list_and_free),
4006         (ev_document_factory_add_filters):
4007         * backend/ev-document-factory.h:
4008         * properties/ev-properties-main.c: (ev_properties_get_pages):
4009         * shell/Makefile.am:
4010         * shell/ev-application.c:
4011         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4012         * shell/ev-window.c: (ev_window_cmd_file_open),
4013         (ev_window_cmd_save_as):
4014         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4015         
4016         Rework factory functions so they are placed now in a single 
4017         file ev-document-factory.c
4018
4019 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4020
4021         * shell/ev-window.c: (update_chrome_visibility):
4022         
4023         Fix for the bug 166566 - don't show menubar in fullscreen
4024         mode.
4025
4026 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4027
4028         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4029
4030 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4031
4032         * shell/ev-view.c: (ev_view_expose_event):
4033         
4034         More correctly draw loading text when document
4035         is empty.
4036
4037 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4038
4039         * shell/ev-view.c: (ev_view_scroll):
4040         
4041         Fix for the bug #334854, page down and page up switch
4042         pages in presentation mode.
4043
4044 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4045
4046         * shell/ev-window.c: (ev_window_set_action_sensitive),
4047         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4048         (ev_window_set_view_accels_sensitivity),
4049         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4050         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4051         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4052         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4053         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4054         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4055         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4056         (view_actions_focus_in_cb), (ev_window_init):
4057         
4058         Fix for the bug #333902, now it's possible to search
4059         words with slash.
4060
4061 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4062
4063         * configure.ac: Added Breton translation.
4064         * po/br.po: Added Breton translation.
4065
4066 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4067
4068         * shell/ev-window-title (ev_window_title_update):
4069
4070         Fix memory leak in window title. Fixes bug #333944
4071
4072 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * shell/ev-metadata-manager.c (parseItem):
4075
4076         Fix memory leaks. Fixes bug #333945
4077
4078 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4079         
4080         * NEWS, configure.ac, TODO:
4081         
4082         Update for release 0.5.2.
4083
4084 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4085
4086         * shell/ev-view.c: (view_update_range_and_current_page),
4087         (page_changed_cb):
4088         
4089         Don't jump on scrolling, fix for the bug #333127.
4090
4091 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4092
4093         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4094         
4095         Scroll by one page in presentation mode. Fix for the bug
4096         #332993.
4097
4098 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4099
4100         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4101
4102 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4103
4104         * configure.ac  Added lv in ALL_LINGUAS line.
4105
4106 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4107         
4108         * NEWS, configure.ac:
4109         
4110         Update for release 0.5.1
4111
4112 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4113
4114         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4115         * backend/ev-document-misc.h:
4116         * shell/ev-view.c: (draw_one_page):
4117         
4118          Clairfy what page the toolbar page number applies to. Fix
4119          for the bug #328102.
4120
4121 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4122
4123         * shell/ev-view-private.h:
4124         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4125         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4126         (ev_view_search_changed):
4127         * shell/ev-view.h:
4128         * shell/ev-window.c: (find_bar_search_changed_cb):
4129         
4130         Dont't jump to find result if window was scrolled during search.
4131         Fix for the bug #313266.
4132
4133 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4134
4135         * shell/eggfindbar.c: (egg_find_bar_class_init):
4136         * shell/eggfindbar.h:
4137         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4138         * shell/ev-view-private.h:
4139         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4140         (ev_view_class_init), (ev_sizing_mode_get_type),
4141         (ev_scroll_type_get_type):
4142         * shell/ev-view.h:
4143         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4144         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4145         (ev_window_init):
4146         
4147         Fix for the bug 319133 - Find entry should allow text scroll.
4148
4149 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4150
4151         * shell/ev-view-private.h:
4152         * shell/ev-view.c: (view_update_range_and_current_page),
4153         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4154         (ev_view_set_document), (update_find_status_message),
4155         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4156         (ev_view_find_previous):
4157         
4158         Fix for the bug #319137. Search now takes account for scrolling.
4159
4160 2006-02-19  Michael Hofmann <mh21@piware.de>
4161
4162         * configure.ac:
4163         * djvu/Makefile.am:
4164         * djvu/djvu-document-private.h:
4165         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4166         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4167         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4168         (djvu_document_can_get_text), (djvu_document_get_text),
4169         (djvu_document_document_iface_init),
4170         (djvu_document_thumbnails_get_thumbnail),
4171         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4172         (djvu_document_find_get_result),
4173         (djvu_document_find_page_has_results),
4174         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4175         (djvu_document_find_iface_init):
4176         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4177         (djvu_text_page_selection), (djvu_text_page_limits_process),
4178         (djvu_text_page_limits), (djvu_text_page_copy),
4179         (djvu_text_page_position), (djvu_text_page_union),
4180         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4181         (djvu_text_page_box), (djvu_text_page_append_text),
4182         (djvu_text_page_search), (djvu_text_page_prepare_search),
4183         (djvu_text_page_new), (djvu_text_page_free):
4184         * djvu/djvu-text-page.h:
4185         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4186         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4187         (djvu_text_n_results), (djvu_text_has_results),
4188         (djvu_text_get_result), (djvu_text_get_progress):
4189         * djvu/djvu-text.h:
4190         
4191         Text search in djvu. Fix for the bug #303415.
4192
4193 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4194
4195         * configure.ac:
4196         * shell/ev-window.c: (ev_window_cmd_save_as):
4197         
4198         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4199         Thanks to Gary Coady <gary@lyranthe.org>
4200
4201 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * shell/ev-print-job.c: (idle_print_handler):
4204         
4205         Inverse order printing, bug #320919.
4206
4207 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4208
4209         * data/evince-toolbar.xml:
4210         * shell/ev-window.c:
4211         
4212         Allow to add sidebar checkbutton on toolbar. Fix
4213         for the bug #144577.
4214
4215 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4216
4217         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4218         
4219         Add checks that have sense for empty ps document.
4220
4221 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4222
4223         * configure.ac: Include PS in mime types list. 
4224
4225 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * configure.ac:
4228         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4229         * ps/gsdefaults.h:
4230         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4231         
4232         Runtime check for gs interpreter. Fix for the bug #320868.
4233         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4234
4235 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * shell/ev-application.c: 
4238
4239         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4240         dbus>=0.60, so that the request is not queued. 
4241
4242 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4243
4244         * configure.ac:
4245         * shell/Makefile.am:
4246         * shell/ev-sidebar-links.c: (print_section_cb):
4247         * shell/ev-utils.c:
4248         * shell/ev-utils.h:
4249         * shell/ev-window.c: (update_action_sensitivity),
4250         (ev_window_close_dialogs), (ev_window_print):
4251         * shell/ev-window.h:
4252         
4253         Make printing support optional. Patch from Eduardo de Barros Lima
4254         <eduardo.lima@indt.org.br> for the bug #330546.
4255
4256 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4257
4258         * shell/ev-view-private.h:
4259         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4260         (ev_view_set_document):
4261         * shell/ev-view.h:
4262         * shell/ev-window.c: (ev_window_load_job_cb),
4263         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4264         (ev_window_init):
4265
4266         Draw Loading message during xfer job. Fix for the bug #329495.
4267
4268 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4269
4270         * comics/comics-document.c: (comics_regex_quote),
4271         (comics_document_load), (extract_argv):
4272         
4273         Correcly quote regexp before passing it to unzip.
4274
4275 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4276
4277         * shell/ev-page-cache.c: (build_height_to_page),
4278         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4279         (ev_page_cache_get_dual_even_left):
4280         * shell/ev-page-cache.h:
4281         * shell/ev-view.c: (view_update_range_and_current_page),
4282         (get_page_y_offset), (get_page_extents):
4283         
4284         Place even pages to the left if document has less then
4285         two pages. Fix for the bug #328856.
4286
4287 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4288
4289         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4290         
4291         Correct comics scheme. This make evince create thumbnails
4292         for comic books. Fix for the bug 329088.
4293
4294 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4295
4296         * data/evince-password.glade: Don't explicitly set
4297         invisible_char to the current default value in case
4298         the default changes; let GTK+ do its magic.
4299
4300 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4301
4302         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4303         real filename to tmp filename since often document
4304         type is determined by extension.
4305
4306 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4307
4308         * shell/ev-view.c: (add_scroll_binding_keypad),
4309         (ev_view_binding_activated), (ev_view_class_init):
4310         
4311         Add keybindings for percision-scrolling of display area. 
4312         Fix for the bug #314072.
4313
4314 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * data/evince.desktop.in.in:
4317         
4318         Add GTK to the list of categories. Fix for the bug #328034.
4319
4320 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * shell/ev-application.c: (ev_application_shutdown),
4323         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4324         * shell/ev-application.h:
4325         * shell/ev-window.c: (file_open_dialog_response_cb),
4326         (ev_window_cmd_file_open):
4327         
4328         Save last uri in file chooser dialog. Fix for the bug #327950.
4329
4330 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4331
4332         * NEWS:
4333         * README:
4334         
4335         Final update for release 0.5.0
4336         
4337         * shell/Makefile.am:
4338         
4339         Remove disable deprecated until we'll require libgnome-2.13.7
4340         and port to GOption argument parsing. See bug 327518.
4341
4342 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4343
4344         * comics/comics-document.c: (comics_document_save):
4345         * djvu/djvu-document.c: (djvu_document_save):
4346         * dvi/dvi-document.c: (dvi_document_save):
4347         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4348         * lib/ev-file-helpers.h:
4349         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4350         * tiff/tiff-document.c: (tiff_document_save):
4351         
4352         Use common save function for backends.
4353
4354 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4355
4356         * backend/ev-document-types.c:
4357         
4358         Fix crash on saving pixbuf.
4359
4360 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * cut-n-paste/recent-files/egg-recent-item.c:
4363         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4364         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4365         (parse_info_free), (valid_element), (start_element_handler),
4366         (end_element_handler), (text_handler), (egg_recent_model_filter),
4367         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4368         (egg_recent_model_monitor), (egg_recent_model_read),
4369         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4370         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4371         (egg_recent_model_set_property), (egg_recent_model_class_init),
4372         (egg_recent_model_init), (egg_recent_model_add_full),
4373         (egg_recent_model_delete), (egg_recent_model_get_list),
4374         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4375         (egg_recent_model_set_filter_mime_types),
4376         (egg_recent_model_clear_group_filter),
4377         (egg_recent_model_set_filter_groups),
4378         (egg_recent_model_clear_scheme_filter),
4379         (egg_recent_model_set_filter_uri_schemes),
4380         (egg_recent_model_remove_expired):
4381         * cut-n-paste/recent-files/egg-recent-util.c:
4382         (egg_recent_util_get_icon):
4383         * cut-n-paste/recent-files/egg-recent-util.h:
4384         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4385         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4386         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4387         (egg_recent_view_uimanager_set_property),
4388         (egg_recent_view_uimanager_get_property),
4389         (egg_recent_view_uimanager_class_init),
4390         (egg_recent_view_uimanager_init),
4391         (egg_recent_view_uimanager_set_label_width),
4392         (egg_recent_view_uimanager_get_label_width):
4393         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4394         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4395         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4396         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4397         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4398         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4399         
4400         Update from libegg.
4401
4402 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4403
4404         * shell/ev-page-cache.c: (build_height_to_page),
4405         (ev_page_cache_get_height_to_page):
4406         * shell/ev-page-cache.h:
4407         * shell/ev-view.c: (view_update_range_and_current_page),
4408         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4409         (ev_view_previous_page):
4410         
4411         Dual mode places even pages to the left. Fix for the bug #309393.
4412
4413         * shell/ev-view.h:
4414         * shell/ev-window.c: (update_action_sensitivity),
4415         (setup_view_from_metadata), (view_menu_popup_cb):
4416         
4417         Don't restore presentation in empty windows, more intelligent
4418         next page behaviour in dual mode.
4419
4420         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4421         (ev_pixbuf_cache_clear_job_sizes):
4422         
4423         Cleanup job callback on removal. Fix for the bug #325886.
4424
4425 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * ps/ps.c: (psscan):
4428         
4429         Commit workaround Mozilla problem. Fix for the bug #325919
4430         
4431         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4432         (save_item):
4433         
4434         Fix for year 2038 problem.
4435
4436 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4437
4438         * shell/ev-window.c: (setup_document_from_metadata),
4439         (ev_window_cmd_view_reload):
4440
4441         Clamp page recieved from metadata in valid values. Fix
4442         for the bug #325986.
4443
4444 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * MAINTAINERS: 
4447         Add MAINTAINERS as requested on desktop-devel-list.
4448
4449 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4450
4451         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4452         (mime_type_supported_by_gdk_pixbuf),
4453         (ev_document_factory_get_mime_types),
4454         (ev_document_factory_get_all_mime_types):
4455         
4456         Don't add pixbuf mime types if pixbuf backend is disabled.
4457         
4458         * shell/ev-application.c: (ev_application_get_uri_window):
4459         
4460         Fix for the bug 325815 - unhandled MIME type message doesn't 
4461         appear a second time. 
4462         
4463         * shell/ev-document-types.c: (ev_document_types_add_filters):
4464         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4465         (password_dialog_response), (ev_window_popup_password_dialog),
4466         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4467         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4468         (ev_window_run_presentation), (ev_window_stop_presentation),
4469         (save_sizing_mode), (ev_window_zoom_changed_cb),
4470         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4471         (ev_window_dual_mode_changed_cb),
4472         (ev_window_sidebar_current_page_changed_cb),
4473         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4474         (window_state_event_cb), (window_configure_event_cb):
4475         
4476         Cleanup additional uris holded by EvWindow.
4477
4478 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4481         (ev_view_can_previous_page), (ev_view_can_next_page):
4482         * shell/ev-view.h:
4483         * shell/ev-window.c: (update_action_sensitivity):
4484         
4485         Two page scrolling with Space and PageUp in dual mode. Second fix 
4486         for the bug #316608.
4487
4488 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4489
4490         * shell/ev-view.c: (scroll_to_current_page):
4491         
4492         Correctly clamp adjustment value. Fix for the bug
4493         #325808.
4494
4495 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4496
4497         * shell/ev-sidebar-links.c: (print_section_cb):
4498         * shell/ev-window.c: (ev_window_get_uri),
4499         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4500         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4501         (ev_window_dispose):
4502         
4503         Make print dialog non-modal. Fix for the bug #325622.
4504
4505 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4506
4507         * shell/ev-metadata-manager.c:
4508         * shell/ev-utils.c: (using_pdf_printer),
4509         (using_postscript_printer), (load_print_config_from_file),
4510         (save_print_config_to_file):
4511         * shell/ev-utils.h:
4512         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4513         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4514         (setup_view_from_metadata), (ev_window_setup_document),
4515         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4516         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4517         (ev_window_run_presentation), (ev_window_stop_presentation),
4518         (save_sizing_mode), (ev_window_zoom_changed_cb),
4519         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4520         (ev_window_dual_mode_changed_cb),
4521         (ev_window_sidebar_current_page_changed_cb),
4522         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4523         (window_state_event_cb), (window_configure_event_cb),
4524         (ev_window_init):
4525         
4526         Setting saving behaviour fixes.
4527
4528 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * configure.ac:
4531         
4532         Make antialiasing gs options better and allow
4533         to change them during configure. Fix for the 
4534         bug #319049.
4535
4536 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4537
4538         * shell/ev-window.c: (setup_view_from_metadata):
4539         
4540         Remember if last window was maximized. Fix for the
4541         bug #323797.
4542
4543 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4544
4545         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4546
4547 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4550         * shell/ev-page-action.c: (build_new_tree_cb):
4551         * shell/ev-sidebar-links.c: (links_page_num_func),
4552         (update_page_callback_foreach), (update_page_callback):
4553         * shell/ev-view.c: (scroll_to_current_page):
4554         
4555         Fix for the bug #325067 with more intelligent selection
4556         of current link in sidebar. Make sidebar handle links
4557         of FITR-like type more correctly.
4558
4559         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4560         (dvi_pixbuf_put_pixel):
4561         
4562         Fix memory consumtion with disabled alpha channel.
4563
4564 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4565
4566         * data/evince-ui.xml:
4567         * shell/ev-window.c: (view_menu_popup_cb),
4568         (ev_popup_cmd_open_link), (ev_window_init):
4569         
4570         Update context menu for internal links. Fix for the bug
4571         #325066.
4572
4573 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4576         
4577         Bind context menu to keyboard also. Fix for the bug
4578         #325065.
4579
4580 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4581
4582         * shell/ev-view.c: (selection_scroll_timeout_cb):
4583         
4584         Horizontal scroll on selection also.
4585
4586 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4587
4588         * shell/ev-metadata-manager.c: (parse_value):
4589         * shell/ev-view.c: (goto_xyz_link):
4590         
4591         Correct zoom setup and metadata save broken in 
4592         some locales.
4593
4594 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * shell/ev-view-private.h:
4597         * shell/ev-view.c: (scroll_to_current_page),
4598         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4599         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4600         (page_changed_cb), (ev_view_set_continuous),
4601         (ev_view_set_dual_page), (ev_view_set_presentation):
4602         
4603         Delay scroll until allocation to correctly position page. Fix
4604         for the bug #317334.
4605
4606 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4607
4608         * NEWS:
4609         * configure.ac:
4610         
4611         Update NEWS and require poppler 0.5.0.
4612
4613 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4614         
4615         * data/evince-ui.xml:
4616         * shell/ev-view-private.h:
4617         * shell/ev-view.c: (ev_view_get_link_at_location),
4618         (handle_link_over_xy), (ev_view_button_press_event),
4619         (ev_view_button_release_event), (ev_view_class_init):
4620         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4621         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4622         (ev_window_init):
4623         
4624         Implement right-click context menu.
4625
4626 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4627
4628         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4629         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4630         (mdvi_pixbuf_device_render):
4631         * pdf/ev-poppler.cc:
4632
4633         Don't generate thumbnails with alpha. See bug #324077.
4634         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4635
4636 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * shell/ev-window.c: (setup_chrome_from_metadata):
4639         
4640         Fix typo that was hiding toolbar.
4641
4642 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * shell/ev-view-private.h:
4645         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4646         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4647         (ev_view_button_release_event), (ev_view_destroy):
4648         
4649         Small cleanup and autoscrolling during selection. Thanks to 
4650         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4651
4652 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4653
4654         * configure.ac:
4655         
4656         Correctly check for comics option.
4657
4658 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4659         * Makefile.am:
4660         * configure.ac:
4661         * backend/Makefile.am:
4662         * backend/ev-document-factory.c:
4663         * shell/ev-document-types.c:
4664
4665         Included option in configure to make ps backend 
4666         compilation optional with --disable-ps.
4667
4668 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669
4670         * backend/ev-document-factory.c:
4671         * comics/Makefile.am:
4672         * comics/comics-document.c: (comics_document_load):
4673         * comics/ev-cbr-mime.xml:
4674         * configure.ac:
4675         
4676         Comics mime types are added to shared-mime-info CVS. Now
4677         we don't need to install our own mime types.
4678
4679 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * shell/ev-window.c:
4682         
4683         Add shortcut for "save a copy" menu entry. Fix for
4684         the bug #324582.
4685
4686 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4687
4688         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4689         (job_finished_cb), (new_selection_pixbuf_needed),
4690         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4691         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4692         
4693         Rework selection job info logic and fix critical warning.
4694
4695 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4696
4697         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4698
4699 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4700
4701         * data/evince-ui.xml:
4702         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4703         
4704         Enter as shortcut key for next page. Fix for the bug
4705         #321394.
4706
4707 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4708
4709         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4710
4711 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4712
4713         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4714         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4715         (new_selection_pixbuf_needed),
4716         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4717         (clear_job_selection):
4718         
4719         Too early for 0.5. Pixbuf cache code cleaned a bit.
4720
4721 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4722
4723         * NEWS:
4724         * configure.ac:
4725         
4726         Release 0.5.0 preparation
4727
4728 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4729
4730         * comics/Makefile.am:
4731         * configure.ac:
4732         * shell/ev-document-types.c: (ev_document_types_add_filters):
4733         
4734         More advanced handling of custom mime type installation.
4735
4736 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4737
4738         * data/evince.schemas.in:
4739         * shell/ev-metadata-manager.c: (value_free),
4740         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4741         (ev_metadata_manager_get), (ev_metadata_manager_set):
4742         * shell/ev-metadata-manager.h:
4743         * shell/ev-window.c: (update_chrome_flag),
4744         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4745         (setup_document_from_metadata), (setup_chrome_from_metadata),
4746         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4747         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4748         (ev_window_view_toolbar_cb),
4749         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4750         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4751         
4752         Save last document settings and reuse them for new documents.
4753
4754 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4755
4756         * Makefile.am:
4757         * backend/Makefile.am:
4758         * backend/ev-document-factory.c:
4759         * backend/ev-document-factory.h:
4760         * comics/Makefile.am:
4761         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4762         (comics_document_load), (comics_document_save),
4763         (comics_document_get_n_pages), (comics_document_get_page_size),
4764         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4765         (comics_document_class_init), (comics_document_can_get_text),
4766         (comics_document_get_info), (comics_document_document_iface_init),
4767         (comics_document_init), (get_supported_image_extensions),
4768         (comics_document_thumbnails_get_geometry),
4769         (comics_document_thumbnails_get_thumbnail),
4770         (comics_document_thumbnails_get_dimensions),
4771         (comics_document_document_thumbnails_iface_init), (extract_argv):
4772         * comics/comics-document.h:
4773         * comics/ev-cbr-mime.xml:
4774         * configure.ac:
4775         * po/POTFILES.in:
4776         * shell/ev-application.c: (ev_application_register_service):
4777         * shell/ev-document-types.c: (ev_document_types_add_filters):
4778         * thumbnailer/Makefile.am:
4779         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4780         
4781         New CBR/CBZ backend for comic books.
4782
4783 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4784
4785         * shell/main.c: (load_files_remote):
4786
4787         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4788         warning on startup of second instance is fixed. It
4789         is bug #320353.
4790
4791 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * shell/ev-window.c: (ev_window_finalize):
4794         
4795         Fix double free that cause crash.
4796
4797 2005-10-29  Bastien Nocera <hadess@hadess.net>
4798
4799         * tiff/tiff-document.c: (tiff_document_load):
4800         
4801         Fix memory leak.
4802
4803 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * po/POTFILES.in:
4806         * shell/Makefile.am:
4807         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4808         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4809         (ev_view_accessible_get_text),
4810         (ev_view_accessible_get_character_at_offset),
4811         (ev_view_accessible_get_text_before_offset),
4812         (ev_view_accessible_get_text_at_offset),
4813         (ev_view_accessible_get_text_after_offset),
4814         (ev_view_accessible_get_character_count),
4815         (ev_view_accessible_get_caret_offset),
4816         (ev_view_accessible_set_caret_offset),
4817         (ev_view_accessible_get_run_attributes),
4818         (ev_view_accessible_get_default_attributes),
4819         (ev_view_accessible_get_character_extents),
4820         (ev_view_accessible_get_offset_at_point),
4821         (ev_view_accessible_get_n_selections),
4822         (ev_view_accessible_get_selection),
4823         (ev_view_accessible_add_selection),
4824         (ev_view_accessible_remove_selection),
4825         (ev_view_accessible_set_selection),
4826         (ev_view_accessible_text_iface_init),
4827         (ev_view_accessible_idle_do_action),
4828         (ev_view_accessible_action_do_action),
4829         (ev_view_accessible_action_get_n_actions),
4830         (ev_view_accessible_action_get_description),
4831         (ev_view_accessible_action_get_name),
4832         (ev_view_accessible_action_set_description),
4833         (ev_view_accessible_action_iface_init),
4834         (ev_view_accessible_get_type), (ev_view_accessible_new),
4835         (ev_view_accessible_factory_get_accessible_type),
4836         (ev_view_accessible_factory_create_accessible),
4837         (ev_view_accessible_factory_class_init),
4838         (ev_view_accessible_factory_get_type):
4839         * shell/ev-view-accessible.h:
4840         * shell/ev-view-private.h:
4841         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4842         * shell/ev-view.h:
4843         
4844         Initial accessibility support.
4845
4846 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4847
4848         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4849
4850 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4851
4852         * shell/ev-print-job.c: (idle_print_handler):
4853         
4854         Fix for bug Bug 318916: Printing multiple pages.
4855
4856 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4857
4858         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4859
4860 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * pdf/ev-poppler.cc:
4863         
4864         Thumnail dimensions unified with other backends.
4865         
4866         * shell/ev-window-title.c: (ev_window_title_update):
4867         
4868         Fix warning.
4869
4870 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4871
4872         * data/ev-stock-zoom-fit-width.png:
4873         
4874         Remove unused file.
4875
4876 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4877
4878         * configure.ac:
4879         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4880         (djvu_document_finalize):
4881         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4882         (dvi_document_finalize):
4883         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4884         (pixbuf_document_save), (pixbuf_document_finalize):
4885         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4886         (tiff_document_finalize):
4887         
4888         Save a copy implemented for various backends.
4889
4890 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4891
4892         * configure.ac:
4893         
4894         Don't link with ltiff if tiff is disabled.
4895
4896 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * pdf/GDKSplashOutputDev.cc:
4899         * pdf/GDKSplashOutputDev.h:
4900         * pdf/Thumb.cc:
4901         * pdf/Thumb.h:
4902         * pdf/pdf-document.cc:
4903         * pdf/pdf-document.h:
4904         * pdf/test-gdk-output-dev.cc:
4905         
4906         Remove old unused files.
4907
4908 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4909
4910         * shell/ev-window.c: (ev_window_setup_document):
4911         
4912         Fixed warnings on reload and probably crash reason.
4913
4914 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4915
4916         * properties/ev-properties-view.c:
4917         (ev_properties_view_format_date):
4918         
4919         Check if date is invalid. Fix for bug 318134.
4920
4921 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4922
4923         * shell/ev-window-title.c:
4924         
4925         Add .indd files (Adobe Indesign) to the list of "bad
4926         extensions".
4927
4928 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4929
4930         * data/evince-ui.xml:
4931         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4932         
4933         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4934
4935 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4936
4937         * shell/ev-window.c: (launch_link), (launch_external_uri),
4938         (view_external_link_cb):
4939
4940         URL-escape link before passing it to gnome_vfs_url_show.
4941
4942 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4945         there isn't text selected.
4946
4947 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4948
4949         * shell/ev-view.c: (handle_link_over_xy):
4950
4951         Check tooltip is valid utf8 before showing it
4952
4953 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4954
4955         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4956
4957 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4958
4959         * shell/ev-window-title.c: (ev_window_title_update):
4960
4961         Guard against using g_strstrip on NULL. Fixes bug #317291.
4962
4963 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4964
4965         * pdf/ev-poppler.cc:
4966
4967         Show title even for unknown links
4968
4969 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4970
4971         * shell/ev-window-title.c: (ev_window_title_update):
4972
4973         Strip the title string
4974
4975 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4976
4977         * shell/ev-window-title.c:
4978
4979         Add .rtf to the bad extensions list
4980
4981 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4982
4983         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4984         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4985
4986         Ignore link coordinates if they are outside page bounds
4987
4988 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4989
4990         * backend/ev-link.c: (ev_link_type_get_type),
4991         (ev_link_get_filename), (ev_link_get_params),
4992         (ev_link_get_property), (ev_link_set_property),
4993         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4994         * backend/ev-link.h:
4995         * pdf/ev-poppler.cc:
4996         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4997         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4998         (ev_window_init):
4999
5000         Implement launch links. Delegate external link opening to
5001         the window.
5002
5003 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5004
5005         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5006         (ev_link_get_right), (ev_link_get_property),
5007         (ev_link_set_property), (ev_link_class_init),
5008         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5009         * backend/ev-link.h:
5010         * pdf/ev-poppler.cc:
5011         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5012
5013         Implement fitr links
5014
5015 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5016
5017         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5018         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5019         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5020         (ev_view_size_request_continuous),
5021         (ev_view_size_request_dual_page),
5022         (ev_view_size_request_single_page), (ev_view_size_allocate),
5023         (ev_view_zoom_for_size_continuous_and_dual_page),
5024         (ev_view_zoom_for_size_continuous),
5025         (ev_view_zoom_for_size_dual_page),
5026         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5027         (ev_sizing_mode_get_type):
5028         * shell/ev-view.h:
5029         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5030
5031         Do not use modes for link, we need to calculate size ad hoc.
5032         Still not perfect because of the usual scrollbar issues grrr.
5033
5034 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5035
5036         * backend/ev-link.c: (ev_link_type_get_type),
5037         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5038         * backend/ev-link.h:
5039         * pdf/ev-poppler.cc:
5040         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5041         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5042         (ev_view_size_request_continuous),
5043         (ev_view_size_request_dual_page),
5044         (ev_view_size_request_single_page), (ev_view_size_allocate),
5045         (zoom_for_size_fit_height),
5046         (ev_view_zoom_for_size_continuous_and_dual_page),
5047         (ev_view_zoom_for_size_continuous),
5048         (ev_view_zoom_for_size_dual_page),
5049         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5050         (ev_sizing_mode_get_type):
5051         * shell/ev-view.h:
5052         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5053
5054         Implement FIT_HEIGHT mode (only for links).
5055         Implement FITH links
5056
5057 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5058
5059         * shell/ev-window-title.c: (get_filename_from_uri),
5060         (ev_window_title_sanitize_extension), (ev_window_title_update),
5061         (ev_window_title_set_document), (ev_window_title_set_uri),
5062         (ev_window_title_free):
5063         * shell/ev-window-title.h:
5064         * shell/ev-window.c: (ev_window_setup_document),
5065         (ev_window_popup_password_dialog):
5066
5067         Refactor window title building while fixing it for
5068         password documents.
5069
5070 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5071
5072         * pdf/ev-poppler.cc:
5073
5074         Escape link title before setting it in the model
5075
5076 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5077
5078         * shell/ev-application.c: (removed_from_session), (save_session),
5079         (init_session), (ev_application_get_empty_window),
5080         (ev_application_init), (ev_application_get_windows):
5081         * shell/ev-application.h:
5082         * shell/ev-window.c: (ev_window_finalize):
5083
5084         Add a function to retrieve window list and share it where
5085         necessary.
5086         Implement session handling, works pretty well thanks to the
5087         metadata system.
5088
5089 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5090
5091         * shell/ev-password.c: (ev_password_item_created_callback),
5092         (ev_password_dialog_save_password):
5093         
5094         Fix for bug 316972. Use async gnome-keyring API.
5095
5096 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5097
5098         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5099         Remove unused unrealize handler. Add scroll handling to
5100         ev_view_scroll_event for presentation mode (bug #316708),
5101         and fix the event state checks there.
5102
5103 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5104
5105         * shell/ev-page-action.c: (page_changed_cb):
5106
5107         "marco, maybe we should be crazy and jump right to 6! :)"
5108
5109         Bryan Clark, Sep 2005
5110
5111 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5112
5113         * ps/ps-document.c: (save_document), (ps_document_save),
5114         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5115         (ps_document_ps_export_end):
5116
5117         Fix unstructured documents save and print
5118
5119 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5120
5121         * shell/ev-application.c: (ev_application_open_uri):
5122
5123         Fix window size persistance
5124
5125 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5126
5127         * shell/ev-view.c: (ev_view_button_release_event):
5128
5129         Based on a patch from carlosgc@gnome.org. Mouse buttons
5130         switch pages in presentation mode.
5131
5132 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5133
5134         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5135
5136         Dont cast to int before scaling
5137
5138 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5139
5140         * backend/ev-link.c: (ev_link_type_get_type),
5141         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5142         (ev_link_new_page_fith):
5143         * backend/ev-link.h:
5144         * pdf/ev-poppler.cc:
5145         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5146
5147         Implement FIT and FITH links
5148
5149 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5150
5151         * pdf/ev-poppler.cc:
5152
5153         Return 0 results when search is not in progress.
5154
5155         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5156         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5157
5158         Update menu sensitivity when cancelling search
5159
5160 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5161
5162         * shell/ev-view.c: (ev_view_can_find_next):
5163
5164         Take all pages in consideration, not just current one
5165
5166 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5167
5168         * shell/ev-page-cache.c:
5169         * shell/ev-page-cache.h:
5170         * shell/ev-view.c: (ev_view_binding_activated),
5171         (ev_view_next_page), (ev_view_previous_page),
5172         (ev_sizing_mode_get_type):
5173         * shell/ev-view.h:
5174         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5175         (ev_window_cmd_go_next_page):
5176
5177         Move page next/previous functions from page chace to
5178         view and change it to move by 2 page steps in dual mode.
5179
5180 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5181
5182         * shell/ev-window.c: (update_sidebar_visibility),
5183         (setup_sidebar_from_metadata), (ev_window_setup_document),
5184         (setup_view_from_metadata):
5185
5186         Show the index by default when there is one     
5187
5188 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5189
5190         * shell/ev-window-title.c: (ev_window_title_set_document):
5191
5192         Missing null check
5193
5194 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5195
5196         * shell/ev-view.c: (view_update_range_and_current_page):
5197         
5198         Allow display of last odd page in dual view. Fix for 316347.
5199
5200 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5201
5202         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5203         
5204         Make close button default. Fix for 316383.
5205
5206 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5207
5208         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5209         
5210         Mark close button as default. Fix for 316381.
5211
5212 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5213
5214         * backend/ev-link.c: (ev_link_class_init):
5215
5216         Allow negative doubles in left/top properties
5217
5218 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5219
5220         * shell/ev-window.c:
5221
5222         Remove a bunch of strings that was used only
5223         by the statusbar.
5224
5225 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5226
5227         * shell/ev-window-title.c: (get_filename_from_uri),
5228         (ev_window_title_set_document):
5229
5230         When title has a confusing extension, show also
5231         the document filename inside ()
5232
5233 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5234
5235         * shell/Makefile.am:
5236         * shell/ev-window-title.c: (ev_window_title_new),
5237         (ev_window_title_update), (ev_window_title_set_type),
5238         (ev_window_title_set_document), (ev_window_title_free):
5239         * shell/ev-window-title.h:
5240         * shell/ev-window.c: (ev_window_setup_document),
5241         (password_dialog_response), (ev_window_popup_password_dialog),
5242         (ev_window_dispose), (ev_window_init):
5243
5244         Factor out and cleanup window title code
5245
5246 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5247
5248         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5249         (unable_to_load):
5250
5251         Make dialog transient so it doesnt block other windows
5252
5253 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5254
5255         * pdf/ev-poppler.cc:
5256         
5257         Fix pdf thumbnails rendering.
5258
5259 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5260
5261         * shell/ev-window.c: (fullscreen_set_timeout):
5262         
5263         Increase timeout to hide full screen popup. Bug 
5264         316123. 
5265
5266 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * data/evince.schemas.in:
5269         * shell/ev-window.c: (update_action_sensitivity):
5270
5271         Allow the user to override document restrictions. Fix for bug
5272         305818.
5273
5274 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5275
5276         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5277         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5278         (ev_window_class_init): Fix multihead behaviour of fullscreen
5279         toolbar popup. Fixes bug #315451.
5280
5281 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * configure.ac:
5284         * data/evince-password.glade:
5285         * shell/ev-password.c: (ev_password_dialog_set_property),
5286         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5287         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5288         (ev_password_dialog_entry_changed_cb),
5289         (ev_password_dialog_entry_activated_cb),
5290         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5291         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5292         (ev_password_dialog_set_bad_pass):
5293         * shell/ev-password.h:
5294         * shell/ev-window.c: (password_dialog_response),
5295         (ev_window_popup_password_dialog):
5296         
5297         Support for gnome-keyring for encrypted PDF's.
5298
5299 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5302         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5303         (ev_view_enter_notify_event), (ev_view_class_init):
5304         
5305         More precise handling of enter_notify/leave_notify events
5306         in EvView. Fix for bug 315470.
5307
5308 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5309
5310         * shell/ev-window.c: (fullscreen_timeout_cb),
5311         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5312         (ev_window_dispose):
5313
5314         leak fix: unref fullscreen_timeout_source before clearing it
5315
5316 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5317
5318         * configure.ac, dvi/mdvi/Makefile.am: 
5319         
5320         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5321
5322 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5323
5324         * backend/ev-link.c: (ev_link_new_page_xyz):
5325         * pdf/ev-poppler.cc:
5326         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5327
5328         Fix some bugs with xyz links, respect zoom
5329
5330 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5331
5332         * shell/ev-window.c: (page_changed_cb),
5333         (setup_document_from_metadata), (update_sidebar_visibility),
5334         (setup_view_from_metadata), (ev_window_run_fullscreen),
5335         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5336         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5337         (ev_window_dual_mode_changed_cb),
5338         (ev_window_sidebar_current_page_changed_cb):
5339
5340         null check uri before setting and getting metadata
5341
5342 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5343
5344         * dvi/Makefile.am:
5345         * properties/Makefile.am:
5346         * shell/Makefile.am:
5347         * thumbnailer/Makefile.am:
5348
5349         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5350
5351 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5352
5353         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5354         (selection_changed_callback):
5355         * shell/ev-sidebar-links.h:
5356
5357         Add a signal for link activation.
5358
5359         * shell/ev-view.c: (ev_view_goto_link),
5360         (ev_view_button_release_event):
5361         * shell/ev-view.h:
5362         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5363         (ev_window_init):
5364
5365         Implement the signal so that we can handle all link types.
5366
5367         * shell/ev-page-cache.c:
5368
5369         Remove unused set_link function
5370
5371 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5372
5373         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5374
5375         Add some space from the cursor, hardcoded but I couldnt
5376         find a better way.
5377
5378 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5379
5380         * lib/ev-tooltip.c:
5381
5382         Use mozilla style vs gtk style, way better for links.
5383
5384         * shell/ev-view.c: (ev_view_motion_notify_event),
5385         (ev_view_destroy), (ev_view_init):
5386
5387         Deactive tooltip when the link hovered is changed.
5388
5389 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5390
5391         * backend/ev-document.h:
5392         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5393         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5394         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5395         (ev_link_new_page), (ev_link_new_page_xyz):
5396         * backend/ev-link.h:
5397         * pdf/ev-poppler.cc:
5398         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5399         (go_to_link), (tip_from_link):
5400
5401         Implement xyz links, still not functional. Links are a total
5402         mess, will need to refactor and bugfix a lot :(
5403
5404 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5405
5406         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5407
5408 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5409
5410         * data/evince-ui.xml:
5411         * data/evince.schemas.in:
5412         * shell/Makefile.am:
5413         * shell/ev-window.c: (update_chrome_visibility),
5414         (password_dialog_response), (ev_window_load_job_cb),
5415         (ev_window_xfer_job_cb), (ev_window_open_uri),
5416         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5417         (ev_window_init):
5418
5419         Remove the statusbar. This regress loading feedback, need to
5420         check with Bryan what we want to do there...
5421
5422 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5423
5424         * lib/ev-tooltip.c: (ev_tooltip_init):
5425
5426         Fix tooltip border and size handling
5427
5428 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5429
5430         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5431         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5432         (ev_tooltip_timeout), (ev_tooltip_activate),
5433         (ev_tooltip_deactivate):
5434         * lib/ev-tooltip.h:
5435         * shell/ev-view.c: (ev_view_motion_notify_event):
5436
5437         Delay popup showing. Mirror gtk logic/times.
5438
5439 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5440
5441         * lib/Makefile.am:
5442         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5443         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5444         (ev_tooltip_set_text), (ev_tooltip_set_position):
5445         * lib/ev-tooltip.h:
5446
5447         Simple widget to show tooltips at a custom position
5448
5449         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5450         (ev_view_destroy):
5451
5452         Use it for links. First go, needs work
5453
5454 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5455
5456         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5457         HIG fixes.  Use title capitalization for window title. Use 12 
5458         pixels of space between the dialog's vbox and action area.
5459
5460 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5461
5462         * shell/ev-window.c: (file_open_dialog_response_cb),
5463         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5464         (ev_window_cmd_save_as):
5465
5466         Make file pickers not modal and refactor code some
5467
5468 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5469
5470         * shell/ev-sidebar.h:
5471         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5472         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5473         (ev_sidebar_class_init), (ev_sidebar_select_page),
5474         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5475         (ev_sidebar_set_page):
5476
5477         Add a current page property and allow to get/set it
5478
5479         * shell/ev-window.c: (setup_view_from_metadata),
5480         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5481
5482         Persist current sidebar page per document
5483
5484 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5485
5486         * data/evince.schemas.in:
5487         * shell/ev-window.c: (update_chrome_visibility),
5488         (setup_document_from_metadata), (update_sidebar_visibility),
5489         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5490         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5491         (ev_window_run_presentation), (ev_window_stop_presentation),
5492         (ev_window_view_sidebar_cb),
5493         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5494         (load_chrome), (ev_window_init):
5495
5496         Persist size/visibility of sidebar per document
5497
5498 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5499
5500         * shell/ev-view.c (draw_loading_text): Draw loading text.
5501
5502 2005-09-02  Dan Damian  <dand@gnome.ro>
5503
5504         * configure.in: Added "ro" to ALL_LINGUAS.
5505
5506 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5507
5508         * shell/ev-view.c: (clear_caches):
5509
5510         ev_page_cache_get doesnt return a reference,
5511         dont try to unref it.
5512
5513 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5514
5515         * shell/main.c: (load_files_remote):
5516
5517         Fix timestamp parameter with dbus <= 0.33
5518
5519 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5520
5521         * data/evince.schemas.in:
5522
5523         Add missing full stop
5524
5525 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5526
5527         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5528         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5529
5530         Plug some memory leaks
5531
5532 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5533
5534         * configure.ac:
5535         * lib/ev-debug.c: (trap_handler):
5536
5537         Check for execinfo.h and use it only if it exists.
5538         Ported from Epiphany (bug #314776).
5539
5540 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5541
5542         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5543
5544 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5545
5546         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5547         * po/id.po      : Added Indonesian translation
5548
5549 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5550
5551         * shell/main.c:
5552         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5553         * NEWS: Release 0.4.0
5554
5555 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5556
5557         * configure.ac: catch another gtk+-2.8ism
5558         * shell/main.c: Make work with gtk+-2.6
5559
5560 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5561
5562         * shell/ev-application-service.xml: Add 'timestamp' argument to
5563           ev_application_open_window and ev_application_open_uri methods.
5564
5565         * shell/ev-application.h: Add 'timestamp' argument to
5566           ev_application_open_window, ev_application_open_uri,
5567           and ev_application_open_uri_list functions.
5568
5569         * shell/ev-application.c (ev_application_open_window,
5570           ev_application_open_uri, ev_application_open_uri_list): Change
5571           functions that show/present windows to use a timestamp if one
5572           is passed in.
5573
5574         * shell/ev-window.c (ev_window_cmd_file_open,
5575           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5576         * shell/main.c (load_files): Modify calls to ev_application to
5577           include GDK_CURRENT_TIME as timestamp.
5578
5579         * shell/main.c (load_files_remote): Obtain timestamp for client
5580           instance from GDK and pass to server instance so new windows are
5581           focused properly.  Fix dbus_g_proxy_call() calls by including second
5582           G_TYPE_INVALID.
5583           
5584         Closes bug #314475.
5585
5586 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5587
5588         * shell/ev-window.c (ev_window_finalize): Check for
5589         avail. EvWindows when quiting to handle the finalize better,
5590         #314497
5591
5592 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5593         
5594         * properties/ev-properties-view.c: 
5595         
5596         Set textdomain to libglade. Fixes translation problem in property page.
5597
5598 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5599
5600         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5601         * dvi/Makefile.am:
5602         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5603         * dvi/mdvi-lib/Makefile.am:
5604         
5605         Fix rotation of thumbnails, ported to new API. Moved library
5606         dependencies earlier, probably it will fix linkage problem.
5607
5608 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5609
5610         * backend/ev-document-misc.c:
5611         (ev_document_misc_get_thumbnail_frame):
5612         * backend/ev-document-misc.h:
5613         * configure.ac:
5614         * pdf/ev-poppler.cc:
5615         * shell/Makefile.am:
5616         * shell/ev-sidebar-thumbnails.c: (add_range),
5617         (ev_sidebar_thumbnails_set_loading_icon),
5618         (ev_sidebar_thumbnails_refresh),
5619         (ev_sidebar_thumbnails_set_document):
5620         * shell/ev-sidebar-thumbnails.h:
5621         * shell/ev-view.c: (ev_view_motion_notify_event),
5622         (ev_view_set_property), (ev_view_get_property),
5623         (ev_view_class_init), (ev_view_set_rotation):
5624         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5625         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5626         (ev_window_init):
5627         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5628         Redo rotation (again).  prepare for 0.4.0
5629
5630 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5631
5632         * configure.ac: Bump poppler requirement to 0.4.1.
5633
5634         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5635         argument to poppler_page_render_selection() call.
5636
5637 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5638
5639         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5640         (djvu_document_thumbnails_get_thumbnail):
5641         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5642         (dvi_document_thumbnails_get_thumbnail):
5643         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5644         (pixbuf_document_thumbnails_get_thumbnail):
5645         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5646         
5647         Update rotation direction of backends to fit with pdf and ps.
5648
5649 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5650
5651         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5652         * backend/ev-async-renderer.h:
5653         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5654         (setup_page), (ps_document_get_page_size),
5655         (ps_async_renderer_render_pixbuf):
5656         * ps/ps-document.h:
5657         * shell/ev-jobs.c: (ev_job_render_run):
5658
5659         Fix orientation in the postscript document
5660
5661 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5662
5663         * pdf/ev-poppler.cc:
5664         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5665         * shell/ev-view.c: (highlight_find_results):
5666
5667         Adapt to the new poppler rotation API. Fix text maps on landscape
5668         documents.
5669
5670 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5671
5672         * shell/ev-view.c (compute_new_selection_text): get the correct
5673         region when selecting in modes other than continuous.
5674
5675 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5676
5677         * shell/main.c (main): remove redundant g_warnings.
5678
5679 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5680
5681         * shell/Makefile.am: Don't include autogenerated
5682         file ev-application-service.h into distribution, since
5683         it causes dbus crash. Fix for bugs 313724 and 313443. 
5684
5685 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5686
5687         * configure.ac: Fix sed expression for FreeBSD. Thanks
5688         to Joe Marcus Clark <marcus@freebsd.org>
5689         
5690         * shell/eggfindbar.c: (entry_activate_callback),
5691         (entry_changed_callback), (egg_find_bar_init),
5692         (egg_find_bar_set_search_string):
5693         
5694         Made findbar buttons unsensitive if there is no text in
5695         entry. Fix for the bug 313285.
5696
5697 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5698
5699         * ps/ps-document.c: Use g_filename_display_name for displaying
5700         filenames and revert string freeze breackage
5701
5702 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5703
5704         * NEWS:
5705         * configure.ac:
5706
5707         Update for 0.3.4
5708
5709         * shell/Makefile.am:
5710
5711         Add ev-application-service.xml to extra dist
5712
5713         * shell/ev-view.c: (find_page_at_location):
5714
5715         Remove unused function (fix warning)
5716
5717 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5718
5719         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5720         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5721         
5722         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5723         bug 313623.
5724
5725 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5726
5727         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5728         * shell/ev-window.c:
5729         Fix build warnings
5730
5731 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5732
5733         * configure.ac: Update script to get dbus version.
5734         Fix for the bug #313443.
5735
5736 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5737
5738         * shell/ev-window.c: (ev_window_cmd_escape):
5739         
5740         Return focus back to view on escape. Fix for bug 313295.
5741
5742 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5743
5744         * shell/ev-window.c: (update_window_title),
5745         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5746         (ev_window_cmd_save_as):
5747         
5748         Correct conversion from uri to displayable string. Fix for
5749         bug 313296.
5750
5751 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5752
5753         * ps/ps-document.c: convert filename to utf8 when there is an error
5754         loading document. Fixes #309915
5755
5756 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5757
5758         * configure.ac:
5759
5760         We depend on poppler 0.4.0
5761
5762 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5763
5764         * configure.ac:
5765         * NEWS: Release 0.3.3.
5766         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5767
5768 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5769
5770         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5771         add a couple missing mnemonics to menu items, use title 
5772         capitalization for menu items and window titles, and add 
5773         ellipsis to open menu item.     
5774
5775 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5776
5777         * pdf/ev-poppler.cc:
5778         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5779         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5780         (ev_view_get_rotation):
5781         * shell/ev-view.h:
5782         * shell/ev-window.c: (setup_view_from_metadata),
5783         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5784         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5785         disk.
5786
5787 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5788
5789         * configure.ac: Added tr to ALL_LINGUAS
5790
5791 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5792
5793         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5794         requires several clicks to find word. Thanks to 
5795         Colin Slater <kiltedtaco@gmail.com>.
5796
5797 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5798
5799         * data/evince.desktop.in.in: Hide menu entry and
5800         rename it to "Document Viewer". Fix for bug 
5801         #312399.
5802
5803 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5804
5805         * shell/ev-page-action.c (ev_page_action_class_init): 
5806
5807         Point to the correct function in constructor of the
5808         activate_label signal
5809
5810 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5811
5812         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5813         * shell/ev-jobs.h: Make thread safe.
5814
5815 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * shell/ev-view.c: (view_update_range_and_current_page):
5818         Don't update page range if we are scrolling to some document
5819         point.
5820
5821 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5824         when getting max_page_width, fix drawing in dual mode.
5825
5826 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5827
5828         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5829         getting the area for select_all.
5830
5831 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5832
5833         * backend/ev-selection.c: (ev_selection_render_selection):
5834         * backend/ev-selection.h:
5835         * pdf/ev-poppler.cc:
5836         * shell/ev-jobs.c: (ev_job_render_new):
5837         * shell/ev-jobs.h:
5838         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5839         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5840         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5841         (ev_view_class_init):
5842
5843         Change selection color on focus in and focus out events.  Also,
5844         poppler now uses GdkColor for specifying the selection colors, so
5845         drop some awkward conversion code.
5846
5847 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5848
5849         * configure.ac: Added Hebrew translation
5850
5851 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5852
5853         * NOTES:
5854         * backend/ev-selection.c: (ev_selection_render_selection):
5855         * backend/ev-selection.h:
5856         * pdf/ev-poppler.cc:
5857         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5858         (ev_job_render_run):
5859         * shell/ev-jobs.h:
5860         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5861         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5862         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5863         (ev_pixbuf_cache_style_changed),
5864         (ev_pixbuf_cache_get_selection_pixbuf),
5865         (ev_pixbuf_cache_set_selection_list),
5866         (ev_pixbuf_cache_get_selection_list):
5867         * shell/ev-pixbuf-cache.h:
5868         * shell/ev-utils.c: (ev_print_region_contents):
5869         * shell/ev-utils.h:
5870         * shell/ev-view.c: (ev_view_queue_draw_page),
5871         (selection_update_idle_cb), (ev_view_motion_notify_event),
5872         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5873         (setup_caches), (ev_view_find_next), (merge_selection_region),
5874         (selection_free):
5875         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5876
5877         Clean up selection to be much smoother!
5878
5879 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5880
5881         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5882         to poppler_page_render_selection().
5883
5884 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * ps/ps-document.c: (save_page_list): Use
5887         unzipped document when printing. Thanks to 
5888         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5889         311016.
5890
5891 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * shell/ev-window.c: (update_action_sensitivity):
5894         
5895         Disable print and save respect to lockdown gconf keys. Fix
5896         for 312342.
5897
5898 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5899
5900         * configure.ac:
5901         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5902         (write_to_temp_file), (ev_file_set_contents):
5903         * shell/ev-utils.h:
5904         * shell/ev-window.c: (save_print_config_to_file):
5905         
5906         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5907         Fix for bug 312238
5908
5909 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5910
5911         * shell/ev-window.c: (load_print_config_from_file),
5912         (save_print_config_to_file), (ev_window_print_range):
5913
5914         Persist the print settings. Fixes bug #311578.
5915
5916 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5917
5918         * djvu/djvu-document.c: (djvu_document_get_page_size),
5919         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5920         (djvu_document_thumbnails_get_thumbnail):
5921         * dvi/dvi-document.c: (dvi_document_get_page_size),
5922         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5923         (dvi_document_thumbnails_get_dimensions),
5924         (dvi_document_thumbnails_get_thumbnail):
5925         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5926         (pixbuf_document_render_pixbuf),
5927         (pixbuf_document_document_iface_init),
5928         (pixbuf_document_thumbnails_get_thumbnail):
5929         
5930         Update backends to make them build with new rotation system.
5931
5932 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * help/C/figures/evince_start_window.png:
5935         
5936         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5937
5938 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5939
5940         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5941         * shell/ev-pixbuf-cache.h:
5942         * shell/ev-sidebar-thumbnails.c:
5943         (ev_sidebar_thumbnails_get_property), (add_range),
5944         (adjustment_changed_cb):
5945         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5946         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5947         we were thumbnailing the entire docment on startup, slowing us
5948         down hugely. 
5949
5950 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5951
5952         * shell/ev-page-cache.c: (ev_page_cache_new):
5953         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5954         == 0, fixes #310306.
5955
5956 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5957
5958         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5959         (ev_view_rotate_left):
5960
5961         Account rotation in doc_rect_to_view_rect.
5962         Ensure rotation doesnt go out of bounds.
5963
5964 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5965
5966         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5967
5968         Correct and cleanup w/h swapping
5969
5970 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5971
5972         * backend/ev-document-thumbnails.c:
5973         (ev_document_thumbnails_get_thumbnail):
5974         * backend/ev-document-thumbnails.h:
5975         * backend/ev-document.c:
5976         * backend/ev-document.h:
5977         * backend/ev-render-context.c: (ev_render_context_new),
5978         (ev_render_context_set_rotation):
5979         * backend/ev-render-context.h:
5980         * pdf/ev-poppler.cc:
5981         * ps/ps-document.c: (ps_document_document_iface_init):
5982         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5983         * shell/ev-jobs.h:
5984         * shell/ev-page-cache.c: (build_height_to_page),
5985         (ev_page_cache_new), (ev_page_cache_get_size),
5986         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5987         (ev_page_cache_get_height_to_page):
5988         * shell/ev-page-cache.h:
5989         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5990         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5991         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5992         (ev_pixbuf_cache_get_selection_pixbuf):
5993         * shell/ev-pixbuf-cache.h:
5994         * shell/ev-print-job.c: (idle_print_handler):
5995         * shell/ev-sidebar-thumbnails.c: (add_range):
5996         * shell/ev-view.c: (view_update_range_and_current_page),
5997         (get_page_y_offset), (get_page_extents),
5998         (ev_view_size_request_continuous_dual_page),
5999         (ev_view_size_request_continuous),
6000         (ev_view_size_request_dual_page),
6001         (ev_view_size_request_single_page), (draw_one_page),
6002         (ev_view_set_rotation), (ev_view_rotate_right),
6003         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6004         (ev_view_zoom_for_size_continuous_and_dual_page),
6005         (ev_view_zoom_for_size_continuous),
6006         (ev_view_zoom_for_size_dual_page),
6007         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6008         (ev_view_select_all):
6009         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6010         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6011         (tiff_document_document_iface_init),
6012         (tiff_document_thumbnails_get_thumbnail):
6013
6014         Use rotation rather than orientation. It's easier and enough
6015         for our needs.
6016
6017 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6018
6019         * shell/ev-page-cache.c: (build_height_to_page),
6020         (ev_page_cache_new), (ev_page_cache_get_size),
6021         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6022         (ev_page_cache_get_height_to_page):
6023         * shell/ev-page-cache.h:
6024         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6025         (ev_view_size_request_continuous_dual_page),
6026         (ev_view_size_request_continuous),
6027         (ev_view_zoom_for_size_continuous_and_dual_page),
6028         (ev_view_zoom_for_size_continuous):
6029
6030         Make the page cache aware of page orientation.
6031
6032 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6033
6034         * backend/ev-document-thumbnails.c:
6035         (ev_document_thumbnails_get_thumbnail):
6036         * backend/ev-document-thumbnails.h:
6037         * backend/ev-document.c:
6038         * backend/ev-document.h:
6039         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6040         * backend/ev-ps-exporter.h:
6041         * pdf/ev-poppler.cc:
6042         * ps/ps-document.c: (ps_document_document_iface_init),
6043         (ps_document_ps_export_do_page):
6044         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6045         * shell/ev-jobs.h:
6046         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6047         (ev_page_cache_get):
6048         * shell/ev-page-cache.h:
6049         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6050         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6051         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6052         * shell/ev-pixbuf-cache.h:
6053         * shell/ev-print-job.c: (idle_print_handler):
6054         * shell/ev-sidebar-thumbnails.c: (add_range):
6055         * shell/ev-view.c: (view_update_range_and_current_page),
6056         (get_page_extents), (ev_view_size_request_dual_page),
6057         (ev_view_size_request_single_page), (draw_one_page),
6058         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6059         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6060         (ev_view_zoom_for_size_dual_page),
6061         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6062         (ev_view_select_all):
6063         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6064         * tiff/tiff-document.c: (tiff_document_get_page_size),
6065         (tiff_document_get_orientation), (rotate_pixbuf),
6066         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6067         (tiff_document_thumbnails_get_thumbnail),
6068         (tiff_document_ps_export_do_page), (tiff_document_init):
6069
6070         Really make use of the orientation bit of the render context.
6071         Use the render context in a few more places in the backend API.
6072         This regress orientation, but now it's done right. Will try to
6073         fix it up asap...
6074
6075 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6076
6077         * shell/ev-view.c: (ensure_rectangle_is_visible):
6078
6079         Patch by Nickolay V. Shmyrev to fix find flickering
6080
6081 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6082
6083         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6084         duplex parameters to ::begin.
6085
6086         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6087         * shell/ev-print-job.c (idle_print_handler): 
6088         * ps/ps-document.c (ps_document_ps_export_begin): 
6089         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6090         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6091         implementations. Poppler backend needs poppler cvs. Rest has
6092         unchanged behavior.
6093
6094 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6095
6096         * shell/ev-window.c (using_pdf_printer): new function.
6097         (ev_window_print_range): print a less techy message if someone
6098         tries to print to PDF.
6099
6100 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6101
6102         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6103         from "unknown font" string. Bug #311431
6104
6105 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6106
6107         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6108
6109 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6110
6111         Bug #311280
6112         
6113         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6114         name for PopplerFontTypes
6115         (pdf_document_fonts_fill_model): add font type to the detail column
6116
6117         * backend/ev-document-fonts.h: added
6118         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6119
6120         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6121         font name and font details, add a little markup.
6122         (ev_properties_fonts_init): use the new cell data func, specify ypad
6123         property for the cell renderer.
6124         (ev_properties_fonts_set_document): add the details column.
6125
6126 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6127
6128         * configure.ac: Added "pl" to ALL_LINGUAS.
6129
6130 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6131
6132         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6133
6134 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6135
6136         * help/ChangeLog: Started this for translations of manual.
6137         * configure.ac, autogen.sh, .cvsignore: Migrated to
6138         gnome-doc-utils. Patch in bug #311222.
6139
6140 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6141
6142         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6143         #ifdef this away to fix an unused-function warning.
6144
6145 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6146
6147         * configure.ac: Added 'gl' to ALL_LINGUAS.
6148
6149 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6150
6151         * configure.ac: Added ne in ALL_LINGUAS
6152         
6153 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6154
6155         * shell/ev-view.c: (ev_view_leave_notify_event):
6156         
6157         Clear status message when pointer leaves view. Fix for bug
6158         #310818 
6159
6160 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6161
6162         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6163
6164 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6165
6166         * shell/ev-view.c: (ev_view_leave_notify_event),
6167         (ev_view_class_init):
6168         
6169         Set cursor to normal then leaving view.
6170
6171 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6172
6173         * configure.ac:
6174         
6175         Fix required djvulibre version.
6176
6177 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6178
6179         *configure.ac: Hindi (hi) language added
6180
6181 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6182
6183         *configure.ac: Punjabi (pa) Language added
6184
6185 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6186
6187         * data/evince-ui.xml, shell/ev-window.c:
6188         
6189         Add keypad accelerators for zooming. Fix for bug 308128.
6190
6191 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6192
6193         * Makefile.am:
6194         * backend/Makefile.am:
6195         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6196         * configure.ac:
6197         * shell/ev-document-types.c: (ev_document_types_add_filters):
6198
6199         Allow to enable/disable the pixbuf backend.
6200         Default to off for now. If we want it enabled we should
6201         really put mime types in the desktop, implement properties etc.
6202
6203         * properties/evince-properties.c:
6204
6205         Initialize error to NULL.
6206         Check error is not NULL before freeing.
6207
6208 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6209
6210         * shell/ev-window.c:
6211
6212         Use F5 as presentation accell
6213
6214 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6215
6216         * shell/ev-window.c: (update_chrome_visibility),
6217         (ev_window_create_fullscreen_popup), (ev_window_init):
6218
6219         Do not leak the fullscreen toolbar
6220
6221 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6222
6223         * shell/ev-window.c: (view_actions_focus_in_cb),
6224         (view_actions_focus_out_cb):
6225
6226         These has a return value! Fix totally random focus
6227         issues we was seeing.
6228
6229 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6230
6231         * shell/main.c: (load_files_remote):
6232
6233         Allow open more than one file
6234
6235 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6236
6237         * shell/main.c: (load_files_remote):
6238
6239         Fix for dbus 0.33. bug #309975
6240
6241 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6242
6243         * properties/ev-properties-main.c: (ev_properties_get_pages):
6244
6245         Actually return NULL for types we dont support
6246
6247 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6248
6249         * po/POTFILES.in:
6250
6251         Remove empty lines.
6252
6253 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6254
6255         * backend/ev-document-factory.c:
6256         (ev_document_factory_get_document):
6257
6258         Do not try to create the object if type
6259         is invalid.
6260
6261 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6262
6263         * ps/ps-document.c: (ps_document_dispose),
6264         (ps_async_renderer_render_pixbuf):
6265         * ps/ps-document.h:
6266
6267         Do not leak the target window
6268
6269 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6270
6271         * shell/ev-application.c: (ev_application_init):
6272
6273         Let tbe check file existence for us.
6274         Add a comment about eggrecent mime filter.
6275
6276 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6277
6278         * data/evince-ui.xml:
6279         * shell/ev-application.c: (ev_application_shutdown),
6280         (ev_application_init), (ev_application_get_toolbars_model),
6281         (ev_application_get_recent_model),
6282         (ev_application_save_toolbars_model):
6283         * shell/ev-application.h:
6284         * shell/ev-window.c: (ev_window_add_recent),
6285         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6286         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6287         (ev_window_init):
6288
6289         Use common toolbar and recent models for all windows.
6290         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6293
6294         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6295         successfully check for gtk_icon_view_get_visible_range.
6296
6297 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * djvu/Makefile.am:
6300         * dvi/Makefile.am:
6301         
6302         Fix djvu and dvi backend build.
6303
6304 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6305
6306         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6307         (new_separator_pixbuf):
6308
6309         Don't leak windows.
6310
6311 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6312
6313         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6314
6315         HIGification of toolbar editor dialogue.
6316
6317 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6318
6319         * configure.ac:
6320         * shell/Makefile.am:
6321
6322         Ever build metadata manager since it's just
6323         disabled at runtime now.
6324
6325 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6326
6327         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6328         (ev_metadata_manager_get), (ev_metadata_manager_set):
6329         * shell/ev-metadata-manager.h:
6330
6331         Add an _init functions that enabled metadata management
6332         at runtime.
6333
6334         * shell/ev-window.c: (page_changed_cb),
6335         (setup_document_from_metadata), (ev_window_setup_document),
6336         (setup_view_from_metadata), (ev_window_open_uri),
6337         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6338         (ev_window_run_presentation), (ev_window_stop_presentation),
6339         (save_sizing_mode), (ev_window_zoom_changed_cb),
6340         (ev_window_continuous_changed_cb),
6341         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6342         (window_configure_event_cb):
6343
6344         Remove all ugly metadata define since we deal with it
6345         at runtime now.
6346
6347         * shell/main.c: (load_files_remote), (main):
6348
6349         Add support for dbus cvs head. Hopefully didnt break one
6350         of the other versions now!
6351
6352         If we dont get a response from the dbus server just
6353         give up with it and not enable metadata.
6354
6355 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6356
6357         * Makefile.am:
6358         * backend/Makefile.am:
6359         * configure.ac:
6360         * cut-n-paste/recent-files/Makefile.am:
6361         * cut-n-paste/toolbar-editor/Makefile.am:
6362         * cut-n-paste/zoom-control/Makefile.am:
6363         * lib/Makefile.am:
6364         * pdf/Makefile.am:
6365         * pixbuf/Makefile.am:
6366         * properties/Makefile.am:
6367         * ps/Makefile.am:
6368         * shell/Makefile.am:
6369         * thumbnailer/Makefile.am:
6370         * tiff/Makefile.am:
6371
6372         Make frontends depend on just libev.
6373         Rework and group CFLAGS/LIBS definitions.
6374         Cleanups.
6375
6376 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6377
6378         * shell/ev-window:
6379
6380         do not unnecessarily save zoom
6381
6382         * configure.ac:
6383         * lib/ev-file-helpers.c: (ev_dot_dir):
6384         * shell/Makefile.am:
6385         * shell/dummy.cc:
6386
6387         Some cleanups
6388
6389 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6390
6391         * configure.ac:
6392         
6393         Remove unnecessary dependencies
6394
6395 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6396
6397         * properties/Makefile.am:
6398         * thumbnailer/Makefile.am:
6399         * tiff/Makefile.am:
6400
6401         Some more cleanups. Was really necessary
6402         but I probably introduced bugs, feel free
6403         to flame :)
6404
6405 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6406
6407         * backend/Makefile.am:
6408         * configure.ac:
6409         * cut-n-paste/recent-files/Makefile.am:
6410         * cut-n-paste/toolbar-editor/Makefile.am:
6411         * cut-n-paste/zoom-control/Makefile.am:
6412         * lib/Makefile.am:
6413         * pdf/Makefile.am:
6414         * pixbuf/Makefile.am:
6415         * properties/Makefile.am:
6416         * ps/Makefile.am:
6417         * shell/Makefile.am:
6418         * thumbnailer/Makefile.am:
6419         * tiff/Makefile.am:
6420
6421         Use gnome-common macros when possible.
6422         Cleanup dependencies.
6423         Actually disable deprecated where possible.
6424
6425 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6426
6427         * Makefile.am:
6428         * backend/Makefile.am:
6429         * properties/Makefile.am:
6430         * shell/Makefile.am:
6431         * thumbnailer/Makefile.am:
6432
6433         This should solve the circular dep without
6434         requiring dir reorg!
6435
6436         * shell/ev-window.c: (setup_view_from_metadata):
6437
6438         Never restore window size/position when the
6439         window is already visible.
6440
6441 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6442
6443         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6444
6445         Return a boolean from timeout func. Fix ported from gedit.
6446
6447 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6448
6449         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6450
6451 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6452
6453         * shell/ev-document-types.c: set "All Documents" as default filter in
6454         open dialog
6455
6456 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6457
6458         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6459         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6460         (ev_metadata_manager_set_boolean): fix value/val thinko.
6461
6462 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6463
6464         * shell/ev-window.c: (setup_view_from_metadata),
6465         (window_state_event_cb), (window_configure_event_cb),
6466         (ev_window_init):
6467
6468         Remember window position and maximized state
6469
6470 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6471
6472         * configure.ac:
6473
6474         Fix DBUS configure checks.
6475
6476         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6477         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6478         (ev_metadata_manager_set_boolean):
6479
6480         Plug mem leaks.
6481
6482         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6483         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6484         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6485         (ev_window_continuous_changed_cb),
6486         (ev_window_dual_mode_changed_cb), (ev_window_new):
6487
6488         Fix the build without DBUS.
6489
6490 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6491
6492         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6493         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6494         (ev_metadata_manager_set_string),
6495         (ev_metadata_manager_set_boolean):
6496         * shell/ev-metadata-manager.h:
6497
6498         Add support for some more types
6499
6500         * shell/ev-view.c: (scroll_to_current_page),
6501         (ev_view_get_continuous), (ev_view_set_continuous),
6502         (ev_view_get_dual_page):
6503         * shell/ev-view.h:
6504         * shell/ev-window.c: (page_changed_cb),
6505         (setup_document_from_metadata), (ev_window_setup_document),
6506         (setup_view_from_metadata), (ev_window_open_uri),
6507         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6508         (ev_window_run_presentation), (ev_window_stop_presentation),
6509         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6510         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6511         (ev_window_update_dual_page_action),
6512         (ev_window_continuous_changed_cb),
6513         (ev_window_dual_mode_changed_cb), (ev_window_init):
6514
6515         Remember a bunch of view/document properties. Prolly some
6516         are still missing but it's getting interesting.
6517
6518 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6519
6520         * configure.ac: check if dbus-binding-tool is installed. Not the
6521         case on current Ubuntu breezy, it seems.
6522
6523 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6524
6525         * data/evince.desktop.in.in:
6526         
6527         Allow open uri lists and add TryExec field.
6528
6529 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6530
6531         * configure.ac:
6532
6533         Enable dbus when available, do not require a configure
6534         option.
6535
6536 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6537
6538         * configure.ac:
6539
6540         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6541         disabled.
6542
6543 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6544         Marco Pesenti Gritti  <mpg@redhat.com>
6545
6546         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6547         
6548         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6549         functions to the format required by dbus
6550
6551         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6552         errors. Use the RPC parameters in the expected way
6553
6554 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6555
6556         * Makefile.am:
6557         * properties/Makefile.am:
6558         * properties/ev-properties-main.c: (ev_properties_get_pages):
6559
6560         Support all mime types
6561
6562         * shell/Makefile.am:
6563         * thumbnailer/Makefile.am:
6564         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6565         (evince_thumbnail_pngenc_get):
6566
6567         Use the document factory
6568
6569 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6570
6571         * backend/Makefile.am:
6572         * backend/ev-document-factory.c:
6573         (mime_type_supported_by_gdk_pixbuf),
6574         (ev_document_type_get_from_mime),
6575         (ev_document_factory_get_document),
6576         (ev_document_factory_get_backend),
6577         (ev_document_factory_get_mime_types),
6578         (ev_document_factory_get_all_mime_types):
6579         * backend/ev-document-factory.h:
6580         * shell/Makefile.am:
6581         * shell/ev-document-types.c: (get_document_from_uri),
6582         (ev_document_types_get_document),
6583         (file_filter_add_mime_list_and_free),
6584         (ev_document_types_add_filters):
6585         * shell/ev-document-types.h:
6586         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6587         * shell/ev-properties-dialog.c:
6588         (ev_properties_dialog_set_document):
6589         * shell/ev-window.c: (ev_window_cmd_file_open),
6590         (ev_window_cmd_save_as):
6591         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6592
6593         Rework document types managing to avoid code duplication
6594         and actually abstract from backend implementations.
6595         Also provide a minimal factory api that can be used by
6596         thumbnailer/properties.
6597
6598 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6599
6600         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6601         Plug a mem leak.
6602         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6603         HIG spacings.
6604
6605 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6606
6607         * shell/ev-properties-dialog.c
6608         (ev_properties_dialog_set_document): only call
6609         ev_properties_fonts_set_document() if the document implements the
6610         fonts interface
6611
6612 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6613
6614         * configure.ac:
6615         * properties/Makefile.am:
6616         * properties/ev-properties-view.c:
6617         (ev_properties_view_register_type):
6618         * properties/ev-properties-view.h:
6619         * properties/ev-properties-main.h:
6620
6621         Implement nautilus plugin for properties.
6622         Works only for pdf atm, I need to rework the
6623         document types stuff to get this to work
6624         for all backends...
6625
6626 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6627
6628         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6629         (ev_properties_fonts_set_document): use
6630         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6631
6632 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6633
6634         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6635         them
6636         (PlaceImage, tiff2ps_process_page): use
6637         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6638
6639
6640 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6641
6642         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6643         (main): to call gnome_authentication_manager_init. Should fix
6644         Bug #308510
6645
6646         * configure.ac: that requires libgnomeui 2.6.0.
6647
6648 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6649
6650         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6651         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6652         use the new tiff2ps interfaces
6653
6654         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6655         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6656
6657         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6658         structure instead of global variables.  Remove use of static
6659         variables in functions.
6660
6661 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6662
6663         * shell/ev-page-action.c: unref the completion after setting it to the
6664         entry
6665
6666 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6667
6668         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6669         postscript files
6670
6671 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6672
6673         * shell/ev-window.c (update_action_sensitivity): disable
6674         File->Print if the document does not implement the ps exporter
6675         interface
6676
6677 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6678
6679         * Makefile.am:
6680         * configure.ac:
6681         * data/evince-properties.glade:
6682         * properties/.cvsignore:
6683         * properties/Makefile.am:
6684         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6685         (ev_properties_view_class_init), (ev_properties_view_format_date),
6686         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6687         (ev_properties_view_init), (ev_properties_view_new):
6688         * properties/ev-properties-view.h:
6689         * shell/Makefile.am:
6690         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6691         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6692         (ev_properties_dialog_new):
6693         * shell/ev-properties-dialog.h:
6694         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6695         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6696         (update_progress_label), (job_fonts_finished_cb),
6697         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6698         * shell/ev-properties-fonts.h:
6699         * shell/ev-properties.c:
6700         * shell/ev-properties.h:
6701         * shell/ev-window.c: (ev_window_setup_document),
6702         (ev_window_cmd_file_properties):
6703
6704         Split the properties pages in two different objects, depend
6705         only on the backend where possible, use widgets instead
6706         of gobject for the glade part, reimplement the dialog
6707         itself with gtk.
6708         I need this to implement nautilus properties page.
6709
6710 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6711
6712         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6713         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6714         (tiff_document_document_ps_exporter_iface_init): implement the ps
6715         exporter interface for tiff documents
6716
6717         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6718         libtiff to implement TIFF postscript export
6719
6720         * tiff/tiff2ps.h: added a header file for external tiff2ps
6721         functions.
6722
6723         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6724         tiff2ps.h
6725
6726 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * shell/ev-view.c: (scroll_to_current_page),
6729         (ev_view_set_fullscreen), (ev_view_set_presentation):
6730         
6731         Scroll to current page when exit from presentation
6732
6733 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6734
6735         * shell/ev-window.c: (update_document_mode),
6736         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6737         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6738         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6739         
6740         Exit from fullscreen mode when switch to presentation. Fix for
6741         bug 309365
6742
6743 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6744
6745         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6746         return NULL if the document does not implement the selection
6747         interface.
6748
6749 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6750
6751         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6752         reported height by using the resolution aspect ratio
6753         (tiff_document_render_pixbuf): scale the pixbuf using the
6754         resolution aspect ratio
6755
6756 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6757
6758         * configure.ac:
6759         
6760         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6761         <kiltedaco@gmail.com>
6762         
6763         * djvu/djvu-document.c: (djvu_document_get_orientation),
6764         (djvu_document_set_orientation), (djvu_document_get_page_size),
6765         (rotate_pixbuf), (djvu_document_render_pixbuf),
6766         (djvu_document_document_iface_init):
6767         * dvi/dvi-document.c: (dvi_document_get_orientation),
6768         (dvi_document_set_orientation), (dvi_document_get_page_size),
6769         (rotate_pixbuf), (dvi_document_render_pixbuf),
6770         (dvi_document_document_iface_init):
6771         
6772         Dvi and djvu backends are ported to new API
6773
6774 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6775
6776         * backend/ev-selection.c: (ev_selection_get_selection_region),
6777         (ev_selection_get_selection_map):
6778         * backend/ev-selection.h:
6779         * pdf/ev-poppler.cc:
6780         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6781         * shell/ev-jobs.h:
6782         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6783         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6784         (ev_pixbuf_cache_get_text_mapping):
6785         * shell/ev-pixbuf-cache.h:
6786         * shell/ev-view.c: (location_in_text),
6787         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6788         support to EvView.  Now we can see where we can select!  Sweet!
6789
6790 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6791
6792         * shell/ev-view.c (ev_view_button_press_event): Fix
6793         event->y + view->scroll_x typo.
6794
6795 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6796
6797         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6798         sub-GdkPixbuf instead of passing dest_x and dest_y.
6799         
6800         * shell/ev-view.c: (view_point_to_doc_point),
6801         (view_rect_to_doc_rect), (ev_view_button_press_event),
6802         (ev_view_motion_notify_event), (compute_new_selection_rect),
6803         (gdk_rectangle_point_in), (compute_new_selection_text),
6804         (compute_selections): Update selection code to keep the selection
6805         around as two points and not as a normalized rectangle, and fix
6806         page level selection in two-column mode.
6807
6808 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6809
6810         * shell/ev-window.c: (window_configure_event_cb): 
6811         
6812         Fix compilation
6813         
6814 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6815
6816         * pdf/ev-poppler.cc:
6817
6818         Fix compilation
6819
6820 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6821
6822         * shell/Makefile.am:
6823         * shell/ev-metadata-manager.c: (item_free),
6824         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6825         (parse_value), (parseItem), (load_values),
6826         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6827         (save_values), (save_item), (get_oldest), (resize_items),
6828         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6829         * shell/ev-metadata-manager.h:
6830
6831         Metadata manager from gedit but modified to use GValue, so that
6832         we dont need to keep converting from strings.
6833
6834         * configure.ac:
6835
6836         ENABLE_METADATA conditional, on when dbus is on
6837
6838         * shell/ev-application.c: (ev_application_open_uri):
6839
6840         Show the window after load so that we can initialize
6841         window size before it's showed.
6842
6843         * shell/ev-window.c: (ev_window_setup_from_metadata),
6844         (ev_window_open_uri), (window_configure_event_cb),
6845         (ev_window_init):
6846
6847         Save and load metadata information about window size.
6848         Not yet keeping states in account.
6849
6850         * shell/main.c: (main):
6851
6852         Shutdown metadata manager.
6853
6854 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * shell/ev-application-service.xml:
6857         * configure.ac:
6858         * shell/Makefile.am:
6859         * shell/ev-application.c:
6860         * shell/ev-application.h:
6861         * shell/ev-window.c:
6862         * shell/ev-window.h:
6863         * shell/main.c:
6864
6865         Add an optional dbus interface (--enable-dbus).
6866         Rework application code, mainly to be easier to
6867         use "remotely".
6868         Do not open multiple windows with the same document,
6869         spatial evince!
6870
6871 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6872
6873         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6874         pixbuf iff it exists.
6875
6876 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6877
6878         * shell/*:
6879         * backend/ev-render-context.[ch]:
6880         * backend/ev-selection.[ch]:
6881
6882         Massive changes.  We now support text selection of pdfs, and not
6883         just rectangular selection.  This is pretty broken still, but I
6884         want to get something into CVS.
6885
6886 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * pdf/ev-poppler.cc:
6889         
6890         Fix for Bug 309080: crash on window close.
6891         
6892         * shell/ev-page-action.c: (page_changed_cb):
6893         
6894         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6895         jensgr@gmx.net (Jens Granseuer).
6896
6897 2005-06-25  Marcel Telka  <marcel@telka.sk>
6898
6899         * configure.in (ALL_LINGUAS): Added sk.
6900
6901 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6902
6903         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6904         not a document open
6905
6906 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6907
6908         * NEWS:
6909         * configure.ac:
6910
6911         Release 0.3.2
6912
6913         * cut-n-paste/recent-files/Makefile.am:
6914
6915         Fix make distcheck
6916
6917 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6918
6919         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6920         (pixbuf_document_set_orientation), (rotate_pixbuf),
6921         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6922         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6923
6924         Implement rotation and cleanup the code a bit.
6925
6926         * tiff/tiff-document.c: (tiff_document_get_page_size),
6927         (tiff_document_get_orientation), (tiff_document_set_orientation),
6928         (rotate_pixbuf), (tiff_document_render_pixbuf),
6929         (tiff_document_document_iface_init), (tiff_document_init):
6930
6931         Implement rotation. Was the quicker solution for the release
6932         but we really need to share this code in the shell.
6933
6934 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6935
6936         * pdf/ev-poppler.cc:
6937
6938         Enable rotation, require poppler cvs. Fix a leak.
6939
6940 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6941
6942         * shell/ev-window.c: (update_action_sensitivity):
6943         
6944         Make properties unsensitive if document backend doesn't provide
6945         any info
6946
6947 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6950         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6951         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6952         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6953         (bitmap_flip_rotate_counter_clockwise):
6954         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6955         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6956         (buff_gets):
6957         * dvi/mdvi-lib/common.h:
6958         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6959         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6960         (opendvi), (mdvi_reload), (mdvi_init_context),
6961         (mdvi_destroy_context), (mdvi_dopage), (special):
6962         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6963         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6964         (file_hash_free), (register_encoding), (parse_spec),
6965         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6966         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6967         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6968         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6969         (mdvi_register_font_type), (mdvi_unregister_font_type),
6970         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6971         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6972         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6973         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6974         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6975         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6976         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6977         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6978         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6979         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6980         (mdvi_unregister_special), (mdvi_flush_specials):
6981         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6982         (t1_font_remove):
6983         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6984         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6985         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6986         (free_font_metrics), (flush_font_metrics):
6987         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6988         (tt_font_remove):
6989         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6990         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6991         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6992         (dstring_insert), (dstring_new), (dstring_reset):
6993         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6994         
6995         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6996         avoid conflict with libtool on FC4
6997         
6998         * shell/ev-window.c: (ev_window_cmd_help_about):
6999         
7000         Update copyright year. Fix for bug 308828.
7001
7002 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7003
7004         * shell/ev-view.c: (add_scroll_binding_keypad),
7005         (ev_view_binding_activated), (ev_view_class_init),
7006         (on_adjustment_value_changed):
7007         
7008         Bug 170874: Arrow keys switch pages in presentation mode
7009
7010 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7011
7012         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7013         
7014         Fix for Bug 308265: Sidebar dissappears coming out of 
7015         Presentation mode
7016
7017 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7018
7019         * shell/ev-application.c: (ev_application_open):
7020         * shell/ev-document-types.c: (ev_document_types_add_filters),
7021         (ev_document_types_add_filters_for_type):
7022         * shell/ev-document-types.h:
7023         * shell/ev-window.c: (ev_window_cmd_save_as):
7024         
7025         Suggest basename as template when saving, provide filters
7026         for save dialog. It's bug 308402
7027
7028 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * pdf/ev-poppler.cc:
7031         * shell/ev-sidebar-links.c: (job_finished_callback):
7032         * shell/ev-view.c: (update_find_status_message):
7033         
7034         Some leaks fixed
7035
7036 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7037
7038         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7039         (egg_recent_view_uimanager_set_list):
7040
7041         Fix buglet in !show_numbers case.
7042
7043 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7044
7045         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7046         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7047
7048         Use pango ellipsisation.
7049
7050         * pdf/ev-poppler.cc:
7051
7052         Fix refcount leak, from nsh.
7053
7054 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7055
7056         * cut-n-paste/recent-files/Makefile.am:
7057         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7058         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7059         
7060         Removed EggRecentViewGtk
7061         
7062         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7063         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7064         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7065         (ev_window_setup_recent):
7066         
7067         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7068         with other projects
7069
7070 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7071
7072         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7073         (egg_recent_view_gtk_finalize):
7074
7075         Fix memory leak
7076
7077         * cut-n-paste/toolbar-editor/Makefile.am:
7078         
7079         Fix location of cursor icon.
7080         
7081         * pdf/ev-poppler.cc:
7082         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7083         (display_completion_text), (match_completion):
7084         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7085         (selection_changed_callback), (create_loading_model),
7086         (print_section_cb), (links_page_num_func),
7087         (update_page_callback_foreach):
7088         * shell/ev-window.c: (ev_window_dispose):
7089         
7090         Small memory fixes. Links model now store objects instead
7091         of pointers to improve memory management. 
7092
7093 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * shell/ev-window.c: (zoom_control_changed_cb):
7096         
7097         Fix update of zoom control (bug 308268).
7098
7099 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7100
7101         * shell/ev-properties.c (set_property): escape the text correctly.
7102         Handles non-UTF-8 properties and escaped properties.  Also, sets
7103         the text to "<i>None</i>" if the property isn't set.
7104
7105         * data/evince-properties.glade: Change the label to be ellipsized,
7106         and give it a minimum size.
7107
7108 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7111         * shell/ev-sidebar-links.c: (create_loading_model):
7112         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7113         * shell/ev-view.c: (ev_view_set_document):
7114         * shell/ev-window.c: (ev_window_dispose):
7115         
7116         Various small fixes, mostly memory leaks. Thanks to valgrind.
7117
7118 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7119
7120         * ps/ps-document.c: remove the locale.h include again ;-). And
7121         kill the (bogus) setlocale/savelocale business.
7122
7123 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7124
7125         * ps/ps-document.c:
7126         
7127         Include locale.h to fix build
7128         
7129         * shell/ev-sidebar.c:
7130         
7131         Remove unnecessary includes
7132
7133 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * dvi/dvi-document.c: (dvi_document_load):
7136         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7137         * po/POTFILES.in:
7138         
7139         Check for incorrect dvi files. Fix parsing dvi on AMD64
7140         platform. Thanks to tester@tester.ca (Olivier Crete).
7141
7142 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7143
7144         * shell/ev-page-action.c: (match_selected_cb),
7145         (display_completion_text), (match_completion), (update_model):
7146         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7147         (expand_open_links):
7148         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7149         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7150         (ev_sidebar_set_document):
7151         * shell/ev-window.c: (ev_window_xfer_job_cb),
7152         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7153         
7154         Fixed lot's of memory leaks, for example, memory leak on reload, 
7155         described in bug 307793.
7156
7157 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7158
7159         * pdf/ev-poppler.cc:
7160         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7161         (update_visible_range), (adjustment_changed_cb),
7162         (ev_sidebar_thumbnails_fill_model),
7163         (ev_sidebar_thumbnails_refresh),
7164         (ev_sidebar_tree_selection_changed),
7165         (ev_sidebar_icon_selection_changed),
7166         (ev_sidebar_thumbnails_use_icon_view),
7167         (ev_sidebar_thumbnails_set_document):
7168         * shell/ev-sidebar-thumbnails.h:
7169         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7170         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7171
7172         Refresh thumbnails when changing orientation. Not fully
7173         working yet becuase of a sidebar bug.
7174
7175         Set page orientation to poppler page everywhere. This sucks
7176         really need to fix poppler.
7177
7178 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7179
7180         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7181         (egg_recent_view_gtk_new_menu_item),
7182         (egg_recent_view_gtk_set_property),
7183         (egg_recent_view_gtk_get_property),
7184         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7185         (egg_recent_view_gtk_set_tooltip_func),
7186         (egg_recent_view_gtk_set_label_width),
7187         (egg_recent_view_gtk_get_label_width):
7188         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7189
7190         Sync with libegg (ellipsize labels)
7191
7192 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7193
7194         * data/evince-ui.xml:
7195         * shell/ev-window.c: (ev_window_cmd_go_forward),
7196         (ev_window_cmd_go_backward):
7197         
7198         Shift + PageUp moves 10 Pages. Fix for 306125
7199
7200 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7201
7202         * pdf/ev-poppler.cc:
7203
7204         Add a flag to check if orientation has been overriden
7205
7206 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7207
7208         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7209         field if necessary.
7210
7211         * ps/ps.h: add creator field to document.
7212
7213         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7214         set creator field.
7215
7216 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7217
7218         * data/evince-properties.glade:
7219         * shell/ev-properties.c: (ev_properties_set_document):
7220
7221         s/PDF Version/Format
7222
7223 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7224
7225         * shell/ev-properties.c: (ev_properties_set_document):
7226
7227         Remove unnecessary translations
7228
7229 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7230
7231         * cut-n-paste/toolbar-editor/Makefile.am:
7232
7233         Correct library name    
7234
7235 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7236
7237         * configure.ac:
7238         * cut-n-paste/recent-files/egg-recent-model.c:
7239         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7240         (egg_recent_model_unlock_file):
7241         * cut-n-paste/recent-files/egg-recent-util.c:
7242         (egg_recent_util_get_unique_id):
7243         * cut-n-paste/recent-files/update-from-egg.sh:
7244         * cut-n-paste/toolbar-editor/Makefile.am:
7245         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7246         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7247         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7248         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7249         (egg_toolbars_model_get_type):
7250         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7251
7252         Better makefile for toolbar editor and update everything
7253         to latest libegg.
7254
7255 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7256
7257         * shell/ev-window.c: (update_document_mode):
7258
7259         Prefer presentation mode when the document
7260         require fullscreen.
7261
7262 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7263
7264         * data/evince-ui.xml:
7265         * shell/ev-window.c:
7266
7267         Add control-equal for zooming
7268
7269 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7270
7271         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7272
7273 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7274
7275         * backend/ev-document.c: (ev_document_get_orientation):
7276         * backend/ev-document.h:
7277         * pdf/ev-poppler.cc:
7278         * ps/ps-document.c: (ps_document_get_orientation),
7279         (ps_document_set_orientation), (ps_document_document_iface_init):
7280
7281         Add a get_orientation api. Improve set_orientation.
7282
7283         * data/evince-ui.xml:
7284         * shell/ev-view.c: (ev_view_set_orientation),
7285         (ev_view_rotate_right), (ev_view_rotate_left):
7286         * shell/ev-view.h:
7287         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7288         (ev_window_cmd_edit_rotate_right):
7289
7290         Better ui for changing document orientation
7291
7292 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7293
7294         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7295         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7296         * shell/ev-sidebar-links.h:
7297         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7298         (ev_sidebar_page_iface_init):
7299         * shell/ev-sidebar-page.h:
7300         * shell/ev-sidebar-thumbnails.c:
7301         (ev_sidebar_thumbnails_get_property),
7302         (ev_sidebar_thumbnails_class_init),
7303         (ev_sidebar_thumbnails_set_document):
7304         * shell/ev-sidebar-thumbnails.h:
7305         * shell/ev-view.c: (ev_view_motion_notify_event):
7306         * shell/ev-window.c: (update_chrome_visibility),
7307         (ev_window_cmd_focus_page_selector),
7308         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7309         (sidebar_page_main_widget_update_cb), (ev_window_init):
7310         
7311         Autoraise toolbar on GoToPage binding and fix bindings in
7312         EvSidebarThumbnails page.
7313
7314 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7315
7316         * shell/ev-properties.c: (update_progress_label):
7317
7318         Hide the progress label when finished; bug #307697.
7319
7320 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7321
7322         * pdf/ev-poppler.cc:
7323
7324         Enable is_open for links, you will need poppler cvs
7325
7326         * shell/ev-properties.c: (job_fonts_finished_cb):
7327
7328         Get a lock on the document when filling the tree view
7329
7330 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7331
7332         * backend/ev-document-links.h:
7333         * pdf/ev-poppler.cc:
7334         * shell/ev-sidebar-links.c: (create_loading_model),
7335         (expand_open_links), (job_finished_callback):
7336
7337         Expand links when specified by the document.
7338         Depend on a poppler api (defined out for now)
7339
7340 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7341
7342         * shell/ev-properties.c: (ev_properties_dispose),
7343         (ev_properties_class_init), (dialog_destroy_cb),
7344         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7345         (ev_properties_set_document), (ev_properties_new),
7346         (ev_properties_show):
7347         * shell/ev-properties.h:
7348
7349         Make it an object, cleanup the code, api to show it as transient
7350         and to set the document.
7351
7352         * shell/ev-window.c: (ev_window_setup_document),
7353         (ev_window_cmd_file_properties):
7354
7355         Adapt to EvProperties changes, do not show multiple
7356         times, update it when document changes.
7357
7358 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7359
7360         * ps/gstypes.h:
7361         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7362         (ps_document_set_orientation), (ps_document_document_iface_init):
7363         * ps/ps-document.h:
7364
7365         Implement orientation here too
7366
7367         * shell/ev-properties.c: (ev_properties_new):
7368         * data/evince-properties.glade:
7369
7370         Hide the fonts page for backends that doesnt
7371         support it.     
7372
7373 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7374
7375         * backend/ev-document.c: (ev_document_set_orientation):
7376         * backend/ev-document.h:
7377         * pdf/ev-poppler.cc:
7378
7379         Add orientation api. Currently poppler api is not optimal,
7380         we need to set orientation every time we _get a page.
7381         I will try to fix that at some point.
7382
7383         * data/evince-ui.xml:
7384         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7385         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7386
7387         Add orientation menu items
7388
7389         * shell/ev-page-cache.c: (ev_page_cache_clear):
7390         * shell/ev-page-cache.h:
7391
7392         Add api to clear the cache
7393
7394         * shell/ev-view.c: (setup_caches), (clear_caches),
7395         (ev_view_set_document), (ev_view_zoom_out),
7396         (ev_view_set_orientation):
7397         * shell/ev-view.h:
7398
7399         Implement orientation changing
7400
7401 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7402
7403         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7404         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7405         * backend/ev-document-fonts.h:
7406
7407         Separate scan and fill so that we can incrementally fill from
7408         the main thread. Add a progress api.
7409
7410         * data/evince-properties.glade:
7411         * pdf/ev-poppler.cc:
7412         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7413         * shell/ev-jobs.h:
7414         * shell/ev-properties.c: (update_progress_label),
7415         (job_fonts_finished_cb), (setup_fonts_view):
7416
7417         Incrementally feel the list and show the progress
7418         percentage in a label like acrobat does.
7419
7420         You are going to need poppler cvs
7421
7422 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7423
7424         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7425         * backend/ev-document-fonts.h:
7426         * pdf/ev-poppler.cc:
7427
7428         Make fonts model fill incrementally.
7429
7430         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7431         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7432         (ev_job_queue_remove_job):
7433         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7434         (ev_job_fonts_new), (ev_job_fonts_run):
7435         * shell/ev-jobs.h:
7436
7437         New job for fonts scanning
7438
7439         * shell/ev-properties.c: (job_fonts_finished_cb),
7440         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7441         * shell/ev-properties.h:
7442         * shell/ev-window.c: (ev_window_cmd_file_properties):
7443
7444         Incrementally feel the treeview using the new job. Show Loading...
7445         message until scanning is completed.
7446
7447         Hopefully I didnt break the build without the poppler patch.
7448
7449 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7450
7451         * shell/ev-application.c: (ev_application_open):
7452         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7453         (ev_document_type_get_type), (ev_document_type_lookup):
7454         * shell/ev-document-types.h:
7455         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7456         * shell/ev-job-xfer.h:
7457         * shell/ev-window.c: (ev_window_clear_local_uri),
7458         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7459         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7460         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7461         
7462         Transfer remote documents to tmp directory to display them later.
7463
7464 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7465
7466         * backend/ev-document-info.h:
7467         * shell/ev-properties.c: (ev_properties_new):
7468
7469         s/GTime*/GTime. Not sure why we was using a pointer
7470         at all there!
7471
7472 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7473
7474         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7475         situations.  That situation is that you're using GTK+-HEAD with
7476         the patch at #306726 is applied, and you have a document with <
7477         1500 pages in it.  It's not quite as uniformly nice as the
7478         TreeView, but should be better in the long run.
7479
7480         I'm pretty sure I guarded against breaking compilation with
7481         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7482         I missed some.
7483
7484         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7485         widget yet, so I commented that code out
7486         enable_view_actions_for_widget() for now.  Need to figure this
7487         out.
7488
7489         * shell/ev-page-action.c (match_selected_cb): emit the right
7490         signals.  Our cool C-l completion now works.
7491
7492 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7493
7494         * backend/Makefile.am:
7495         * backend/ev-document-fonts.c:
7496         * backend/ev-document-links.c:
7497         * backend/ev-document.c: (ev_document_load):
7498         * backend/ev-document.h:
7499         * backend/ev-job-queue.c:
7500         * backend/ev-job-queue.h:
7501         * backend/ev-jobs.c:
7502         * backend/ev-jobs.h:
7503         * backend/ev-page-cache.c:
7504         * backend/ev-page-cache.h:
7505
7506         EvPageCache and EvJobs are moved to shell.
7507
7508         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7509         (ev_tmp_filename):
7510         * lib/ev-file-helpers.h:
7511         
7512         New helper to work with temporary files
7513         
7514         * shell/Makefile.am:
7515         * shell/ev-application.c: (ev_application_open):
7516         * shell/ev-application.h:
7517         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7518         (remove_job_from_async_queue), (add_job_to_async_queue),
7519         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7520         (handle_job), (search_for_jobs_unlocked),
7521         (no_jobs_available_unlocked), (ev_render_thread),
7522         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7523         (ev_job_queue_add_job), (move_job_async), (move_job),
7524         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7525         * shell/ev-job-queue.h:
7526         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7527         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7528         * shell/ev-job-xfer.h:
7529         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7530         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7531         (ev_job_links_class_init), (ev_job_render_init),
7532         (ev_job_render_dispose), (ev_job_render_class_init),
7533         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7534         (ev_job_thumbnail_class_init), (ev_job_load_init),
7535         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7536         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7537         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7538         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7539         * shell/ev-jobs.h:
7540         * shell/ev-page-action.c: (ev_page_action_set_document):
7541         * shell/ev-page-cache.c: (ev_page_cache_init),
7542         (ev_page_cache_class_init), (ev_page_cache_finalize),
7543         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7544         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7545         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7546         (ev_page_cache_get_title), (ev_page_cache_get_size),
7547         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7548         (ev_page_cache_get_height_to_page),
7549         (ev_page_cache_get_max_label_chars),
7550         (ev_page_cache_get_page_label),
7551         (ev_page_cache_has_nonnumeric_page_labels),
7552         (ev_page_cache_get_info), (ev_page_cache_next_page),
7553         (ev_page_cache_prev_page), (ev_page_cache_get):
7554         * shell/ev-page-cache.h:
7555         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7556         (ev_pixbuf_cache_clear_job_sizes),
7557         (ev_pixbuf_cache_add_jobs_if_needed),
7558         (ev_pixbuf_cache_set_page_range):
7559         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7560         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7561         * shell/ev-sidebar-thumbnails.c:
7562         (ev_sidebar_tree_selection_changed),
7563         (ev_sidebar_thumbnails_set_document):
7564         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7565         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7566         (ev_statusbar_get_context_id), (ev_statusbar_push),
7567         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7568         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7569         (ev_statusbar_set_progress):
7570         * shell/ev-statusbar.h:
7571         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7572         (ev_view_find_previous):
7573         * shell/ev-window.c: (ev_window_is_empty),
7574         (ev_window_setup_document), (password_dialog_response),
7575         (ev_window_clear_jobs), (ev_window_load_job_cb),
7576         (ev_window_xfer_job_cb), (ev_window_open_uri),
7577         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7578         (ev_window_print), (ev_window_print_range),
7579         (ev_window_state_event), (ev_window_cmd_view_reload),
7580         (menu_item_select_cb), (menu_item_deselect_cb),
7581         (view_status_changed_cb), (ev_window_dispose),
7582         (drag_data_received_cb), (ev_window_init):
7583         * shell/ev-window.h:
7584         * shell/main.c: (load_files):
7585         
7586         New statusbar to show progress on idle. Two new jobs - 
7587         xfer job and load job to load document in background. And update
7588         of page_cache clients to new location of code.
7589
7590 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7591   
7592         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7593         selection in open dialog. It also remembers the last visited directory 
7594         in the current session.
7595
7596 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * shell/ev-properties.c: (ev_properties_new):
7599         * shell/ev-properties.h:
7600         * shell/ev-window.c: (ev_window_cmd_file_properties):
7601         
7602         Get document info from page cache instead of document itself.
7603         This should fix crash related to race conditions described in
7604         bug 306545.
7605
7606 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7607
7608         * ps/ps-document.c: (ps_document_init),
7609         (send_ps), (get_page_box), (output), (catchPipe), (input),
7610         (stop_interpreter), (file_length), (file_readable),
7611         (check_filecompressedb), (ps_document_enable_interpreter),
7612         (document_load), (ps_async_renderer_render_pixbuf):
7613         * ps/ps-document.h:
7614
7615         Big cleanup of the ps code
7616
7617 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7618
7619         * backend/Makefile.am:
7620         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7621         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7622         * backend/ev-async-renderer.h:
7623
7624         Add an async renderer interface (method + callback) which
7625         is useful for backends like ps.
7626
7627         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7628         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7629         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7630         (ev_job_queue_add_job), (move_job_async), (move_job),
7631         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7632
7633         Add queues for async renderer, these are executed on the
7634         main thread.
7635
7636         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7637         (ev_job_render_run):
7638         * backend/ev-jobs.h:
7639
7640         If the backend support async renderer interface use it.
7641
7642         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7643         (setup_pixmap), (ps_document_get_type),
7644         (ps_async_renderer_render_pixbuf),
7645         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7646
7647         Implement async renderer interface.
7648
7649 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7652
7653         Cleanup links job on exit.
7654
7655 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7656
7657         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7658         (drag_data_get_cb), (drag_data_received_cb):
7659         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7660         (drag_data_get_cb), (parse_item_list),
7661         (egg_toolbar_editor_load_actions):
7662         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7663         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7664         (parse_item_list), (parse_toolbars):
7665         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7666         (dvi_pixbuf_put_pixel):
7667         
7668         Fix gcc 4.0 warnings
7669
7670 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7671
7672         * ps/ps-document.c: (start_interpreter):
7673
7674         Fix warning when loading ps
7675
7676 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7677
7678         * ps/ps-document.c: (output):
7679
7680         Fix crash when priting gs error messages.
7681
7682 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7683
7684         * backend/ev-page-cache.c: (_ev_page_cache_new):
7685         * backend/ev-page-cache.h:
7686
7687         Use a const to return title so that we dont double
7688         free it. Small cleanup and fix a leak.
7689
7690         * shell/ev-window.c: (update_window_title):
7691
7692         strdup value from get_title.
7693
7694 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7695
7696         * shell/ev-sidebar-links.c: (job_finished_callback),
7697         (ev_sidebar_links_set_document):
7698
7699         Cleanup the old job when changing document
7700
7701 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7702
7703         * shell/ev-stock-icons.c:
7704         * shell/ev-stock-icons.h:
7705         * shell/ev-window.c:
7706         
7707         Add stock icons for actions that can appear in toolbar. Fix for
7708         bug 306566.
7709
7710 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7713         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7714         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7715         * backend/ev-page-cache.h:
7716         * shell/ev-view.c: (scroll_to_current_page),
7717         (view_update_range_and_current_page), (get_page_y_offset),
7718         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7719         (ev_view_size_request_continuous),
7720         (ev_view_zoom_for_size_continuous_and_dual_page),
7721         (ev_view_zoom_for_size_continuous):
7722         
7723         More compact EvView layout in document with pages of different size.
7724
7725 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7726
7727         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7728         compilation.
7729
7730 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7731
7732         * shell/ev-view.c: (view_set_adjustment_values):
7733         * shell/ev-window.c: (ev_window_cmd_file_properties):
7734         
7735         A bit different fix for rounding problem but it has no
7736         problems on startup. Make properties window transient to parent.
7737
7738 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7739
7740         * pdf/ev-poppler.cc:
7741         
7742         More commenting of font stuff.
7743
7744 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7745
7746         * pdf/ev-poppler.cc:
7747
7748         Comment out some more fonts stuff. Should really
7749         work without the poppler patch now.
7750
7751 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7752
7753         * pdf/ev-poppler.cc:
7754
7755         Adapt to api change
7756
7757 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7758
7759         * data/evince-properties.glade:
7760         * pdf/ev-poppler.cc:
7761         * shell/ev-properties.c: (setup_fonts_view):
7762
7763         Set the column title. Show the dialog only
7764         once everything is setup.
7765         Getting font info can be very slow... will
7766         prolly need to make this threaded too.
7767
7768 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7769
7770         * backend/Makefile.am:
7771         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7772         (ev_document_fonts_get_fonts_model):
7773         * backend/ev-document-fonts.h:
7774         * data/evince-properties.glade:
7775         * pdf/ev-poppler.cc:
7776         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7777         * shell/ev-properties.h:
7778         * shell/ev-window.c: (ev_window_cmd_file_properties):
7779
7780         Implement fonts list. Defined out for now, since it depends
7781         on a not yet committed poppler patch.
7782
7783 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7784
7785         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7786         page + 1.
7787
7788         * shell/ev-window.c: Make sure we add the timeout when we get a
7789         focus-in event.
7790
7791         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7792         adjustment->value before calculating the zoom factor to average
7793         out all of our rounding errors.  The page no longer 'drifts' when
7794         resizing.
7795
7796 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * data/evince-properties.glade:
7799         * shell/ev-properties.c: (ev_properties_format_date),
7800         (set_property):
7801         
7802         Labels don't expand when the dialogue is resized.
7803         strftime result needs to be converted to UTF-8. Thanks
7804         to Christian Persch <chpe@gnome.org>.
7805
7806 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7807
7808         * data/evince-properties.glade:
7809
7810         Hide the fonts tab
7811
7812 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7813
7814         * backend/ev-document-info.h:
7815         * backend/ev-document.c: (ev_document_info_free):
7816         * data/evince-properties.glade:
7817         * pdf/ev-poppler.cc:
7818         * ps/ps-document.c: (ps_document_get_info):
7819         * shell/ev-properties.c: (ev_properties_format_date),
7820         (set_property), (ev_properties_new):
7821         * shell/ev-properties.h:
7822         * shell/ev-window.c: (ev_window_cmd_file_properties):
7823
7824         Rework properties code to take only EvPropertyInfo
7825         in the constructor so that it can be useful for
7826         nautilus plugin too.
7827
7828         Deal with backends that doesnt support some properties.
7829         Make set property code generic.
7830
7831 2005-06-04  Christian Persch <chpe@gnome.org>
7832
7833         * data/evince-properties.glade:
7834
7835         fix spacings, make resizeable, and make data labels
7836         selectable + ellipsised
7837
7838 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7839
7840         * backend/ev-document-info.h:
7841         * data/Makefile.am:
7842         * data/evince-ui.xml:
7843         * pdf/ev-poppler.cc:
7844         * shell/Makefile.am:
7845         * shell/ev-window.c: (update_action_sensitivity),
7846         (ev_window_cmd_file_properties):
7847
7848         Initial go at file properties. Patch by
7849         Emil Soleyman-Zomalan <emil@soleyman.com>.
7850         Needs love see #169583
7851
7852 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7853
7854         * ps/ps-document.c: (output):
7855         * ps/ps.c: (psscan):
7856
7857         Try to render even if psscan fails.
7858
7859 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7860
7861         * ps/ps.c: (psscan), (pscopydoc):
7862
7863         Port buffered reading code from gv
7864
7865 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7866
7867         * ps/ps-document.c: (interpreter_message), (output):
7868
7869         Do not fail on interpreter messages
7870
7871 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7872
7873         * backend/ev-document-misc.c:
7874         (ev_document_misc_get_thumbnail_frame):
7875
7876         Pages can be 0 x 0, dont assert on this case
7877
7878 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7879
7880         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7881         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7882
7883         Correctly manage our reference on document. Finally the reload
7884         huge leak is gone...
7885
7886 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7887
7888         * ps/ps-document.c: (ps_document_dispose):
7889
7890         Forgot to chain it to the parent. Thanks chpe.
7891
7892 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7893
7894         * ps/ps-document.c: (ps_document_dispose),
7895         (ps_document_class_init), (stop_interpreter), (document_load):
7896
7897         Cleanup dispose a bit. Dont leak the whole pixmap.
7898
7899 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7900
7901         * pdf/ev-poppler.cc:
7902
7903         Release the poppler document on dispose
7904
7905 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7906
7907         * shell/ev-view.c: (ev_view_set_document):
7908
7909         Release ref on the pixbuf cache when changing
7910         document.
7911
7912 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7913
7914         * ps/ps-document.c: (ps_document_get_info):
7915
7916         Fix a double free
7917
7918 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7919
7920         * backend/ev-page-cache.c: (ev_page_cache_init),
7921         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7922         * backend/ev-page-cache.h:
7923         * shell/ev-page-action.c: (page_changed_cb):
7924         
7925         Set page action entry width depending on labels width. Fix
7926         for bug 305202.
7927
7928 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7929
7930         * backend/ev-link.c: (ev_link_class_init):
7931
7932         Allow -1 as page value (error)
7933
7934 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7935
7936         * shell/ev-sidebar-thumbnails.c:
7937         (ev_sidebar_thumbnails_set_document):
7938         * shell/ev-view.c: (scroll_to_current_page),
7939         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7940         (page_changed_cb), (on_adjustment_value_changed),
7941         (ev_view_set_document):
7942
7943         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7944         Fix bug 305377
7945
7946 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * configure.ac:
7949         * djvu/djvu-document.c: (djvu_document_get_page_size):
7950
7951         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7952         bug 301993.
7953
7954 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7955
7956         * shell/ev-view.c (draw_one_page): modify the expose handling to
7957         get the shadows.
7958
7959         * shell/ev-window.c (update_action_sensitivity): Respect
7960         permissions field.  Kowtow to the man.
7961
7962         * pdf/ev-poppler.cc: Get the permissions field.
7963
7964         * tiff/*c: Make a tiny bit more robust.
7965
7966 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7967
7968         * djvu/djvu-document.c:
7969         
7970         Pop messages from djvu context message queue.
7971
7972 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7973
7974         * configure.ac, Makefile.am, shell/Makefile.am:
7975         * tiff/Makefile.am, shell/ev-document-types.c:
7976         
7977         Cleanup tiff configure checks. Fix for bug 305218.
7978
7979 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7980
7981         * configure.ac: Added "uk" to ALL_LINGUAS.
7982
7983 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7984
7985         * cut-n-paste/zoom-control/ephy-zoom.c:
7986         (ephy_zoom_get_changed_zoom_level):
7987         * cut-n-paste/zoom-control/ephy-zoom.h:
7988         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7989         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7990         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7991         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7992         (zoom_control_changed_cb), (ev_window_init):
7993         
7994         Fix minor points related to moving best fit up. Introduce
7995         "zoom" property and make zoom control change it's value on
7996         notify::zoom signals. Fix for 305080.
7997
7998 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7999
8000         * data/evince-ui.xml:
8001         * shell/ev-window.c: (set_view_actions_sensitivity):
8002         
8003         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8004
8005 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8006
8007         * configure.ac:
8008
8009         Depends on poppler 0.3.2
8010
8011 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8012
8013         * cut-n-paste/recent-files/egg-recent-item.c:
8014         (egg_recent_item_get_short_name):
8015         * cut-n-paste/toolbar-editor/Makefile.am:
8016         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8017         (new_pixbuf_from_widget):
8018         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8019         * cut-n-paste/toolbar-editor/egg-marshal.c:
8020         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8021         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8022
8023         Sync
8024
8025 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8026
8027         * tiff/tiff-document.c: Rough TIFF backend.
8028
8029 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8030
8031         * NEWS:
8032         * configure.ac:
8033         * cut-n-paste/toolbar-editor/Makefile.am:
8034
8035         Release 0.3.1
8036
8037 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8038
8039         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8040         (ev_view_find_next), (ev_view_find_previous):
8041
8042         Remove the locks around get_n_results   
8043
8044 2005-05-21  Juerg Billeter  <j@bitron.ch>
8045
8046         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8047
8048         Pass correct number of pages to poppler.
8049
8050 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8051
8052         * configure.ac:
8053         * data/Makefile.am:
8054         * data/evince.desktop.in: 
8055         * data/evince.desktop.in.in:
8056         * po/POTFILES.in:
8057         
8058         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8059
8060 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8061
8062         * shell/ev-view.c: (view_update_adjustments),
8063         (view_set_adjustment_values): cast adjustmen->value to (int)
8064         before using it.  Otherwise, we get off by a pixel in some
8065         situations.
8066
8067         (draw_one_page): Draw the border on expose.
8068
8069 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8070
8071         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8072         adjustment when the mode changes, #304923
8073
8074 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8075
8076         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8077         flickering on resize but still use gdk_window_scroll on
8078         scrolling
8079
8080 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8081
8082         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8083         option, #170458
8084
8085 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8086
8087         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8088         second page on page_changed if possible, #304669
8089
8090 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8091
8092         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8093         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8094
8095 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8096
8097         * .cvsignore:
8098         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8099         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8100         (ev_view_zoom_for_size_presentation),
8101         (ev_view_zoom_for_size_continuous_and_dual_page),
8102         (ev_view_zoom_for_size_continuous),
8103         (ev_view_zoom_for_size_dual_page),
8104         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8105         * shell/ev-view.h:
8106         * shell/ev-window.c: (update_view_size),
8107         (ev_window_sizing_mode_changed_cb):
8108
8109         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8110         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8111         an infinite loop, #304769
8112
8113
8114 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8115
8116         * data/evince-ui.xml:
8117         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8118         * shell/ev-window.c: (set_view_actions_sensitivity):
8119
8120         Make PgUp/Down behave like Space
8121
8122 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8123
8124         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8125         * backend/ev-ps-exporter.h:
8126         * pdf/ev-poppler.cc:
8127         * ps/ps-document.c: (ps_document_ps_export_begin):
8128         * shell/ev-print-job.c: (idle_print_handler):
8129
8130         Adapt to new poppler api
8131
8132 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8133
8134         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8135         (ephy_zoom_control_init):
8136
8137         Translate zoom levels
8138
8139 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8140
8141         * cut-n-paste/zoom-control/ephy-zoom.c:
8142         (ephy_zoom_get_zoom_level_index):
8143
8144         Fix current zoom -> zoom control match
8145
8146 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8147
8148         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8149         rather than the scrolled_window that it's in. Fixes bug #304655.
8150
8151 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8152
8153         * shell/ev-view.c: (view_update_adjustments),
8154         (view_set_adjustment_values), (view_update_range_and_current_page),
8155         (view_scroll_to_page), (set_scroll_adjustment),
8156         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8157         (ev_view_scroll), (ev_view_scroll_view),
8158         (ensure_rectangle_is_visible), (find_page_at_location),
8159         (get_link_at_location), (go_to_link), (status_message_from_link),
8160         (ev_view_size_request_continuous_dual_page),
8161         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8162         (ev_view_unrealize), (ev_view_expose_event),
8163         (ev_view_button_press_event), (ev_view_motion_notify_event),
8164         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8165         (draw_rubberband), (highlight_find_results), (draw_one_page),
8166         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8167         (ev_view_init), (find_changed_cb), (page_changed_cb),
8168         (on_adjustment_value_changed), (ev_view_new),
8169         (ev_view_set_document), (ev_view_set_zoom),
8170         (ev_view_set_continuous), (ev_view_set_dual_page),
8171         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8172         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8173         (ev_view_zoom_for_size_presentation),
8174         (ev_view_zoom_for_size_continuous_dual_page),
8175         (ev_view_zoom_for_size_continuous),
8176         (ev_view_zoom_for_size_dual_page),
8177         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8178         (ev_view_get_status), (ev_view_set_status),
8179         (update_find_status_message), (ev_view_get_find_status),
8180         (ev_view_set_find_status), (jump_to_find_result),
8181         (jump_to_find_page), (compute_selections), (clear_selection),
8182         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8183         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8184         (ev_view_update_primary_selection),
8185         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8186         * shell/ev-view.h:
8187         * shell/ev-window.c: (ev_window_open_page_label),
8188         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8189         (ev_window_init):
8190         * shell/ev-window.h:
8191         * shell/main.c: (load_files):
8192
8193         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8194         when resizing.  Remove the bin_window().  Also, patch from James
8195         Bowes to fix command line page, #300641
8196         
8197 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * data/evince-ui.xml:
8200         * shell/ev-view.c:
8201         * shell/ev-view.h:
8202         * shell/ev-window.c: (update_action_sensitivity):
8203
8204         Get rid of View->Normal Size, it's just confusing
8205
8206 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8207
8208         * backend/ev-document-info.h:
8209         * backend/ev-document.c: (ev_document_info_free): Free the
8210         EvDocumentInfo.
8211
8212         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8213         (clear_range), (add_range), (update_visible_range),
8214         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8215         (ev_sidebar_thumbnails_set_document):
8216         * shell/ev-window.c: (ev_window_setup_document): Only render the
8217         visible thumbnails.  It takes an instant to render, but it uses
8218         much less memory.
8219
8220 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8221
8222         * shell/ev-sidebar-links.c: (popup_menu_cb):
8223
8224         Select first item
8225
8226 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8227
8228         * lib/Makefile.am:
8229         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8230         (button_press_cb), (ev_sidebar_links_construct):
8231
8232         Show the popup menu also on keybindings
8233
8234 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8235
8236         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8237         * shell/ev-window.h:
8238
8239         Expose api to print a range (with dialog). Make private _print use
8240         it.
8241
8242         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8243         (ev_sidebar_links_construct):
8244
8245         Show a print context menu on linkx, it prints the selected
8246         section.
8247
8248 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8249
8250         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8251         button.
8252
8253 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8254
8255         * AUTHORS:
8256
8257         Update
8258
8259         * shell/ev-window.c: (build_comments_string),
8260         (ev_window_cmd_help_about):
8261
8262         Show poppler version/backend and authors
8263
8264 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * cut-n-paste/zoom-control/ephy-zoom.c:
8267         (ephy_zoom_get_zoom_level_index):
8268         * cut-n-paste/zoom-control/ephy-zoom.h:
8269
8270         Move the best fit items at the top of the list
8271
8272 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * shell/ev-marshal.list:
8275         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8276         (activate_cb), (match_selected_cb), (activate_link_cb),
8277         (connect_proxy), (ev_page_action_class_init):
8278         * shell/ev-page-action.h:
8279
8280         Use signals to notify action activation. Hopefully
8281         I did not break completion since I cant test...
8282
8283         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8284         (register_custom_actions):
8285
8286         Connect to page selector actions and also grab focus on
8287         the view when activated.
8288
8289 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8290
8291         * pdf/ev-poppler.cc:
8292         * backend/ev-page-cache.c: make page size calculation consistent
8293         and set it to (int)( width * scale + 0.5).  This makes the weird
8294         line going through the middle of the page go away.
8295
8296         * shell/ev-view.c: move painting the background page after
8297         checking the expose area covers us.
8298
8299 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8300
8301         * data/evince-password.glade:
8302         
8303         Mark labels as not translatable. Fix for bug 302842.
8304
8305 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8306
8307         * configure.ac: Added "es" to ALL_LINGUAS.
8308
8309 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8310
8311         * data/evince-toolbar.xml:
8312         * shell/ev-window.c: (update_action_sensitivity),
8313         (ev_window_setup_document), (ev_window_set_page_mode),
8314         (ev_window_init):
8315
8316         Remove some leftover code from jrb first continous
8317         attempt. Use the new actions, we still need good icons
8318         though...
8319
8320 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8321
8322         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8323
8324         Update label when connecting proxy. Fix a warning with NULL
8325         page_cache.
8326
8327 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8328
8329         * data/evince-ui.xml:
8330         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8331         * shell/ev-page-action.h:
8332         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8333
8334         Add mnemonic for edit toolbar.
8335         ctrl+l focus the page entry.
8336
8337 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * lib/Makefile.am:
8340         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8341         (ev_window_init):
8342         * shell/main.c: (main):
8343
8344         Put the toolbar xml in evince own dot dir
8345
8346 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8347
8348         * shell/ev-window.c: (ev_window_init):
8349
8350         Make the toolbar not removable
8351
8352 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8353
8354         * data/evince-ui.xml:
8355         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8356         * shell/ev-sidebar-links.h:
8357         * shell/ev-sidebar-thumbnails.c:
8358         (ev_sidebar_thumbnails_get_treeview):
8359         * shell/ev-sidebar-thumbnails.h:
8360         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8361         (ev_view_class_init):
8362         * shell/ev-view.h:
8363         * shell/ev-window.c: (update_action_sensitivity),
8364         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8365         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8366         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8367         (ev_window_init):
8368
8369         This is evil... Make space/backspace global accelerators but
8370         enable them only for some widgets (sidebars and view).
8371         I dont like it, but I dont know a better way... :/
8372
8373 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8376         (ev_page_action_widget_finalize),
8377         (ev_page_action_widget_class_init), (update_page_cache):
8378
8379         Keep a weak reference on proxy->page_cache so that we
8380         dont try to disconnect the signal if the object is already
8381         gone. Maybe there is a better way to cleanup reference handling
8382         in page action though...
8383
8384 2005-05-10  Juerg Billeter  <j@bitron.ch>
8385
8386         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8387         * backend/ev-ps-exporter.h:
8388         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8389         * ps/ps-document.c: (ps_document_ps_export_begin):
8390         
8391         Change api to pass print range to ps_exporter_begin. The pdf backend
8392         requires this information.
8393         
8394         * shell/ev-print-job.c: (idle_print_handler):
8395         
8396         Adapt to api change
8397
8398 2005-05-10  Juerg Billeter  <j@bitron.ch>
8399
8400         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8401         (idle_print_handler)
8402         * shell/ev-window.c: (ev_window_print):
8403
8404         Support printing page range, based on patch by Amaury Jacquot
8405
8406 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * data/evince-toolbar.xml:
8409
8410         Add zoom control to available items
8411
8412 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8413
8414         * shell/ev-window.c: (update_action_sensitivity):
8415
8416         Set slash action insensitive when appropriate
8417
8418 2005-05-10  Christian Persch <chpe@gnome.org>
8419
8420         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8421
8422         Fix warning on the overflow menu
8423
8424 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8425
8426         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8427
8428         Check for uri correctness/existence
8429
8430 2005-05-09  Juerg Billeter  <j@bitron.ch>
8431
8432         * shell/ev-window.c: (using_postscript_printer):
8433
8434         LPD printers use postscript, too
8435
8436 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8437
8438         * shell/ev-window.c: (register_custom_actions):
8439
8440         The zoom one is actually sort of useful,
8441         put it back
8442
8443 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8444
8445         * shell/ev-window.c: (register_custom_actions):
8446
8447         Hide page/zoom controls from overflow, they
8448         are useless.
8449
8450 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8451
8452         * cut-n-paste/update-from-egg.sh:
8453         
8454         Share it between all cut-n-paste subdirs
8455
8456         * cut-n-paste/recent-files/Makefile.am:
8457
8458         Fix to use "global" update-from-egg.sh
8459
8460         * cut-n-paste/recent-files/egg-recent-model.c:
8461         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8462         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8463         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8464         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8465
8466         Update from libegg
8467
8468         * cut-n-paste/toolbar-editor/Makefile.am:
8469
8470         Fix to use "global" update-from-egg.sh
8471
8472         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8473
8474         Update from libegg
8475
8476 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8477
8478         * configure.ac:
8479         * cut-n-paste/Makefile.am:
8480         * cut-n-paste/recent-files/Makefile.am:
8481         * cut-n-paste/toolbar-editor/.cvsignore:
8482         * cut-n-paste/toolbar-editor/Makefile.am:
8483         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8484         (egg_editable_toolbar_get_type), (get_toolbar_position),
8485         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8486         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8487         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8488         (set_item_drag_source), (create_item_from_action), (create_item),
8489         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8490         (popup_toolbar_context_menu_cb), (free_dragged_item),
8491         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8492         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8493         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8494         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8495         (item_added_cb), (item_removed_cb),
8496         (egg_editable_toolbar_construct),
8497         (egg_editable_toolbar_disconnect_model),
8498         (egg_editable_toolbar_deconstruct),
8499         (egg_editable_toolbar_set_model),
8500         (egg_editable_toolbar_set_ui_manager),
8501         (egg_editable_toolbar_set_property),
8502         (egg_editable_toolbar_get_property),
8503         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8504         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8505         (egg_editable_toolbar_new_with_model),
8506         (egg_editable_toolbar_get_edit_mode),
8507         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8508         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8509         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8510         (new_pixbuf_from_widget), (new_separator_pixbuf),
8511         (update_separator_image), (style_set_cb),
8512         (_egg_editable_toolbar_new_separator_image),
8513         (egg_editable_toolbar_get_model):
8514         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8515         * cut-n-paste/toolbar-editor/egg-marshal.c:
8516         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8517         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8518         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8519         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8520         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8521         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8522         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8523         (editor_drag_data_delete_cb), (drag_data_get_cb),
8524         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8525         (editor_create_item), (update_editor_sheet), (setup_editor),
8526         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8527         (parse_item_list), (model_has_action), (update_actions_list),
8528         (egg_toolbar_editor_load_actions):
8529         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8530         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8531         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8532         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8533         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8534         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8535         (egg_toolbars_model_add_separator), (impl_add_item),
8536         (parse_item_list), (egg_toolbars_model_add_toolbar),
8537         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8538         (impl_get_item_data), (impl_get_item_type),
8539         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8540         (egg_toolbars_model_init), (free_toolbar),
8541         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8542         (egg_toolbars_model_remove_toolbar),
8543         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8544         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8545         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8546         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8547         (egg_toolbars_model_get_item_data),
8548         (egg_toolbars_model_get_item_type):
8549         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8550         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8551         * data/Makefile.am:
8552         * data/evince-toolbar.xml:
8553         * data/evince-ui.xml:
8554         * data/hand-open.png:
8555         * po/POTFILES.in:
8556         * shell/Makefile.am:
8557         * shell/ev-window.c: (update_chrome_visibility),
8558         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8559         (ev_window_dispose), (ev_window_init):
8560
8561         Implement epiphany like toolbar editor. Based on patch by
8562         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8563
8564 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8565
8566         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8567
8568         Use set_cursor instead of set_selection, so that
8569         the keyboard focus moves too.
8570
8571 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8572
8573         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8574
8575         Fix infinite loop when loading Type1 fonts
8576
8577 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8578
8579         * data/evince-ui.xml:
8580         * shell/ev-window.c:
8581
8582         Slash -> Find
8583
8584 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8585
8586         * configure.ac:
8587
8588         Make --disable really disable
8589
8590 2005-05-07  Juerg Billeter  <j@bitron.ch>
8591
8592         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8593
8594         Compare page labels even without has_labels set, fixes setting page
8595         with entry
8596
8597 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8600         (ev_view_set_cursor), (ev_view_button_press_event),
8601         (ev_view_motion_notify_event), (ev_view_button_release_event),
8602         (ev_view_init):
8603
8604         Implement middle button scrolling. Based on a patch
8605         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8606
8607 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8608
8609         * shell/ev-document-types.c: (get_slow_mime_type),
8610         (get_document_type_from_mime), (ev_document_type_lookup):
8611         * shell/ev-document-types.h:
8612
8613         Change api to lookup from uri. Do fast lookup first, if the
8614         type is unknown try with data sniffing.
8615
8616         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8617         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8618
8619         Adapt to api change
8620
8621 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8622
8623         * thumbnailer/Makefile.am:
8624
8625         Fix distcheck
8626
8627 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8628
8629         * NEWS:
8630         * configure.ac:
8631
8632         Release 0.3.0
8633
8634         * data/evince-ui.xml:
8635
8636         Hide presentation mode for now
8637
8638         * shell/ev-view.c: (highlight_find_results):
8639
8640         Show current find selection only on current page
8641
8642 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8643
8644         * shell/ev-view.c: (ev_view_select_all):
8645
8646         Compute size of the actual page, not of
8647         the current one.
8648
8649 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8650
8651         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8652         (view_rect_to_doc_rect), (compute_selections),
8653         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8654         (ev_view_copy), (ev_view_primary_get_cb),
8655         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8656         (ev_view_button_press_event), (ev_view_motion_notify_event),
8657         (ev_view_button_release_event), (page_changed_cb):
8658
8659         Fix text selection
8660
8661 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8662
8663         * shell/ev-view.c: (compute_border), (get_page_extents),
8664         (doc_rect_to_view_rect), (highlight_find_results),
8665         (ev_view_bin_expose), (ev_view_select_all),
8666         (ev_view_motion_notify_event), (update_find_status_message),
8667         (jump_to_find_result), (jump_to_find_page):
8668
8669         First go at fixing search, still buggy
8670
8671 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8672
8673         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8674         dropdown box and button at the top of the sidebar.
8675
8676 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8677
8678         * configure.ac: Output zoom-control Makefile.
8679         * cut-n-paste/Makefile.am: build zoom-control subdir.
8680         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8681         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8682         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8683         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8684         * cut-n-paste/zoom-control/ephy-zoom.c:
8685         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8686         from epiphany, and modified to add a separator into the menu.
8687         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8688         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8689         zoom-control action.
8690         * shell/Makefile.am: Include zoom-control flags.
8691         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8692         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8693         (ev_view_zoom_for_size_presentation),
8694         (ev_view_zoom_for_size_continuous_and_dual_page),
8695         (ev_view_zoom_for_size_continuous),
8696         (ev_view_zoom_for_size_dual_page),
8697         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8698         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8699         ev_view_get_zoom and ev_view_get_sizing_mode.
8700         * shell/ev-view.h:
8701         * shell/ev-window.c: (update_action_sensitivity),
8702         (update_sizing_buttons), (zoom_control_changed_cb),
8703         (register_custom_actions): Initialize and use the zoom-control 
8704         widget.
8705
8706 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8707
8708         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8709         preview cache back to 1.  Don't know when it got set to 0.
8710         
8711         * shell/ev-view.c: (compute_border), (ev_view_realize),
8712         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8713         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8714         (ev_view_get_fullscreen), (ev_view_set_presentation),
8715         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8716         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8717         * shell/ev-view.h:
8718         * shell/ev-window.c:
8719         (update_chrome_visibility),
8720         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8721         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8722         (update_document_mode), (ev_window_update_fullscreen_action),
8723         (ev_window_fullscreen), (ev_window_unfullscreen),
8724         (ev_window_cmd_view_fullscreen),
8725         (ev_window_update_presentation_action),
8726         (ev_window_run_presentation), (ev_window_stop_presentation),
8727         (ev_window_cmd_view_presentation), (ev_window_state_event),
8728         (ev_window_focus_in_event), (ev_window_focus_out_event),
8729         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8730         * data/evince-ui.xml: Initial presentation mode.  We should
8731         probably hide this until it's done, as it's quite rough.  Also,
8732         change full-screen to fullscreen and add two getters to EvView.
8733
8734 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8735
8736         * shell/ev-page-action.c: (update_page_cache),
8737         (ev_page_action_dispose):
8738         * shell/ev-window.c: (destroy_fullscreen_popup),
8739         (ev_window_create_fullscreen_popup):
8740
8741         Use connect_object rather than explicitly
8742         disconnect on dispose.
8743
8744 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8745
8746         * shell/ev-page-action.c: (update_page_cache),
8747         (ev_page_action_dispose):
8748
8749 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8750
8751         * backend/ev-page-cache.c: (_ev_page_cache_new),
8752         (ev_page_cache_set_page_label),
8753         (ev_page_cache_has_nonnumeric_page_labels):
8754         * backend/ev-page-cache.h:
8755         * shell/ev-page-action.c: (update_pages_label):
8756         
8757         If all page labels are numeric, fallback to default
8758         way to display number of pages. See bug 173185.
8759
8760 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8761
8762         * shell/ev-page-action.c: (ev_page_action_dispose):
8763         * shell/ev-view.c: (view_update_range_and_current_page):
8764         * shell/ev-window.c: (ev_window_dispose):
8765         
8766         Set page on scroll in continuous mode. Fixes bug 301986.
8767         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8768
8769 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8770
8771         * configure.ac:
8772
8773         Require poppler 0.3.0
8774
8775 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8776         
8777         * shell/Makefile.am, configure.ac: Fix build problems
8778         with t1lib. Bug 301996.
8779
8780 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8781
8782         * shell/ev-view.c: (ev_view_scroll_event):
8783         
8784         Scroll up increase zoom
8785
8786 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8787
8788         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8789         (ev_view_set_sizing_mode),
8790         (ev_view_zoom_for_size_continuous_and_dual_page),
8791         (ev_view_zoom_for_size_continuous):
8792         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8793         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8794         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8795         (ev_window_init):
8796
8797         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8798         Fix for 165473 and 165472.
8799
8800 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8801
8802         * po/POTFILES.in:
8803         * thumbnailer/Makefile.am:
8804         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8805         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8806         * thumbnailer/evince-thumbnailer.schemas.in:
8807         
8808         Make thumbnailer schemas translatable. Fix for bug 301773
8809         
8810         * thumbnailer/evince-thumbnailer-djvu.schemas:
8811         * thumbnailer/evince-thumbnailer-dvi.schemas:
8812         * thumbnailer/evince-thumbnailer.schemas:
8813
8814         Removed files
8815
8816 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8817
8818         * shell/ev-view.c (ev_view_init): forgot to set this.
8819
8820 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8821
8822         * shell/ev-view.c: (find_page_at_location),
8823         (get_link_at_location),
8824         (ev_view_set_show_border), (ev_view_set_spacing),
8825         (ev_view_zoom_for_size_continuous_and_dual_page),
8826         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8827         Also, add a quick fix measuring of widths.  Also, removed
8828         ev_view_set_spacing and ev_view_set_show_border.
8829         
8830         * shell/ev-window.c: (ev_window_unfullscreen),
8831         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8832
8833 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8834
8835         * shell/ev-view.c: (view_update_range_and_current_page),
8836         (page_changed_cb):
8837         
8838         Fix crash on exit and scrolling to page in continuous view.
8839
8840 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8841
8842         * TODO:
8843         * backend/ev-page-cache.c: (_ev_page_cache_new),
8844         (ev_page_cache_get_max_width_size),
8845         (ev_page_cache_get_max_height_size):
8846         * backend/ev-page-cache.h:
8847         * data/evince-ui.xml:
8848         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8849         * shell/ev-view.c: (view_update_adjustments),
8850         (view_update_range_and_current_page), (get_bounding_box_size),
8851         (ev_view_size_request_continuous_and_dual_page),
8852         (ev_view_size_request_continuous),
8853         (ev_view_size_request_dual_page),
8854         (ev_view_size_request_single_page), (ev_view_size_request),
8855         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8856         (ev_view_bin_expose), (ev_view_expose_event),
8857         (ev_view_set_property), (ev_view_get_property),
8858         (ev_view_class_init), (ev_view_init), (ev_view_new),
8859         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8860         (ev_view_set_dual_page), (ev_view_set_full_screen),
8861         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8862         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8863         (ev_view_zoom_out), (zoom_for_size_fit_width),
8864         (zoom_for_size_best_fit),
8865         (ev_view_zoom_for_size_continuous_and_dual_page),
8866         (ev_view_zoom_for_size_continuous),
8867         (ev_view_zoom_for_size_dual_page),
8868         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8869         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8870         * shell/ev-view.h:
8871         * shell/ev-window.c: (update_action_sensitivity),
8872         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8873         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8874         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8875         (ev_window_cmd_view_zoom_out), (update_view_size),
8876         (ev_window_set_sizing_mode), (ev_window_init):
8877
8878         Add Continuous and Dual page modes.
8879
8880 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8881
8882         * dvi/dvi-document.c: (dvi_document_load),
8883         (dvi_document_thumbnails_get_thumbnail),
8884         (dvi_document_init_params): Fix up some mixups between
8885         width and height to correct thumbnail rendering.
8886
8887 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8888
8889         * dvi/mdvi-lib/private.h:
8890         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8891         
8892         Suppess output for kpathsea during font generation. Thanks to
8893         James Bowes
8894
8895 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8896
8897         * NEWS:
8898         * configure.ac:
8899
8900         Release 0.2.1
8901
8902         * Makefile.am: fix distcheck.
8903
8904 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8905
8906         * shell/ev-sidebar-links.c: (selection_changed_callback),
8907         (update_page_callback), (row_activated_callback),
8908         (job_finished_callback), (ev_sidebar_links_set_document):
8909         
8910         Fix for bug #169901. Double click on links expands tree.
8911
8912 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8913
8914         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8915         hard-coded style. Fix for bug 170111
8916
8917 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8918
8919         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8920         locking.
8921
8922 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8923
8924         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8925
8926 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8927
8928         * pdf/ev-poppler.cc:
8929         * shell/ev-view.c: (highlight_find_results):
8930
8931         Fix find on single page documents
8932
8933 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8934
8935         * data/evince.schemas.in: fix for bug 301390
8936
8937 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8938
8939         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8940         (ev_view_zoom_out), (ev_view_zoom_normal):
8941         * shell/ev-view.h:
8942         * shell/ev-window.c: (update_action_sensitivity),
8943         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8944         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8945         (ev_window_cmd_view_normal_size):
8946
8947         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8948         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8949         better than oom. 
8950
8951 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8952
8953         * configure.ac:
8954
8955         Depend on 2.57, 2.59 doesnt seem to be necessary
8956
8957 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8958
8959         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8960         (create_tool_item):
8961
8962         Put back total number of pages as (1 of 1234)
8963
8964 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8965
8966         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8967         remove the job.
8968
8969         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8970         function.  This helps debugging.
8971
8972 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8973
8974         * djvu/djvu-document.c: (djvu_document_class_init),
8975         (djvu_document_get_info), (djvu_document_document_iface_init):
8976         * dvi/dvi-document.c: (dvi_document_class_init),
8977         (dvi_document_get_info), (dvi_document_document_iface_init):
8978
8979         Dummy implementation of get_info method for dvi and
8980         djvu. Fix crashes with those backends
8981
8982 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8983
8984         * data/evince.desktop.in:
8985
8986         Add application/x-gzpostscript
8987
8988 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8989
8990         * data/evince.schemas.in: Added real long descriptions, 
8991         closes bug 172496 
8992
8993         * README: Added actual text, closes bug 171869
8994
8995 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8996
8997         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8998
8999         Thumbnail page 0
9000
9001 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9002
9003         * backend/ev-document-info.h:
9004
9005         s/GDate */GDate so we can just use g_free
9006
9007 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9008
9009         * shell/ev-window.c: (update_document_mode),
9010         (ev_window_setup_document):
9011
9012         Show the window in fullscreen when specified by
9013         the document
9014
9015 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9016
9017         * backend/ev-document.c: (ev_document_class_init),
9018         (ev_document_get_info), (ev_document_render_pixbuf):
9019         * backend/ev-document.h:
9020         * backend/ev-page-cache.c: (_ev_page_cache_new):
9021         * pdf/ev-poppler.cc:
9022         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9023         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9024         * ps/ps-document.c: (ps_document_class_init), (document_load),
9025         (ps_document_get_info), (ps_document_document_iface_init):
9026
9027         Remove get_title from the interface, we can just use document info
9028
9029 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9030
9031         * backend/Makefile.am:
9032         * backend/ev-document.c: (ev_document_render_get_info):
9033         * backend/ev-document.h:
9034         * pdf/ev-poppler.cc:
9035
9036         Initial support for document info. Based on jrb patch.
9037
9038 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9039
9040         * shell/ev-window.c: (ev_window_state_event),
9041         (ev_window_class_init), (ev_window_init):
9042         
9043         Doesn't show resize grip when maximized. See bug #301053
9044
9045 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9046
9047         * po/POTFILES.in:
9048         
9049         ev-sidebar-thumbnails now has translatable labels
9050         
9051         * shell/Makefile.am:
9052         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9053         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9054         (ev_sidebar_links_page_iface_init):
9055         * shell/ev-sidebar-links.h:
9056         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9057         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9058         (ev_sidebar_page_get_label):
9059         * shell/ev-sidebar-page.h:
9060         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9061         (ev_sidebar_thumbnails_set_document),
9062         (ev_sidebar_thumbnails_support_document),
9063         (ev_sidebar_thumbnails_get_label),
9064         (ev_sidebar_thumbnails_page_iface_init):
9065         * shell/ev-sidebar-thumbnails.h:
9066         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9067         (ev_sidebar_set_document):
9068         * shell/ev-sidebar.h:
9069         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9070         
9071         Small rework of sidebar code. Now sidebar pages should implement
9072         EvSidebarPage interface. That makes page management in EvSidebar
9073         easier. See bug #164811 for details
9074
9075 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9076
9077         * shell/ev-application.c: (ev_application_open):
9078         * shell/ev-document-types.c:
9079         
9080         Fix build error and small problem with application exit
9081
9082 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9083
9084         * thumbnailer/Makefile.am:
9085         * thumbnailer/evince-thumbnailer-djvu.schemas:
9086         * thumbnailer/evince-thumbnailer-dvi.schemas:
9087         
9088         Conditionally install schemas for djvu/dvi thumbnailer
9089
9090 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9091
9092         * shell/ev-document-types.h: 
9093         * shell/ev-document-types.c: 
9094         New files, handling the mapping from mimetypes to backends
9095         
9096         * shell/ev-window.c: 
9097         * thumbnailer/evince-thumbnailer.c:     
9098         Use the ev-document-types code
9099         
9100         * shell/Makefile.am: 
9101         Added new convenience library libevbackendfactory_la, containing
9102         the new mimetype->backend logic; moved the backends into it.
9103
9104         * thumbnailer/Makefile.am:
9105         Make the thumbnailer link with the libevbackend.la convenience
9106         library, rather than having a duplicate of the backend logic here.
9107
9108 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9109
9110         * shell/ev-stock-icons.c: constify some vars.
9111         * shell/ev-window.c: ditto.
9112
9113 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9114
9115         * ps/ps-document.c (get_page_orientation):
9116
9117         Respect document orientation 
9118
9119 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9120
9121         * djvu/Makefile.am:
9122         * dvi/Makefile.am:
9123         * shell/Makefile.am:
9124         
9125         Move library dependencies to components.
9126         
9127         * shell/ev-window.c: (update_window_title),
9128         (start_loading_document):
9129         
9130         Fix display of uris with spaces. Bug 168358.
9131
9132 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9133
9134         * shell/ev-sidebar-links.c: (selection_changed_cb):
9135         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9136         (ev_view_button_release_event), (ev_view_set_document):
9137         * shell/ev-view.h:
9138         * shell/ev-window.c: (find_bar_search_changed_cb):
9139         * shell/ev-window.h: Minor cleanups removing some dead code.
9140
9141 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9142
9143         * backend/ev-page-cache.c: (_ev_page_cache_new):
9144         
9145         Set current page to 0 if document has pages.
9146
9147 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9148
9149         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9150
9151         Initialize GError to NULL, fix a crash when loading fails.
9152
9153 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9154
9155         * shell/ev-window.c: (update_view_size):
9156
9157         Calculate shadow size only when there is actually
9158         a shadow.
9159
9160 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9161
9162         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9163         * shell/ev-view.h:
9164
9165         Allow setting view spacing, default to 0
9166
9167         * shell/ev-window.c: (ev_window_unfullscreen),
9168         (ev_window_cmd_view_fullscreen), (ev_window_init):
9169
9170         Remove spacing in fullscreen mode
9171
9172 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9173
9174         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9175         (ev_view_size_request), (expose_bin_window),
9176         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9177         * shell/ev-view.h:
9178         * shell/ev-window.c: (ev_window_unfullscreen),
9179         (ev_window_cmd_view_fullscreen):
9180
9181         Do not draw the border in fulscreen
9182
9183 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9184
9185         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9186         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9187         (find_page_at_location), (page_changed_cb):
9188
9189         Rework border calculation, so that I can more easily disable it.
9190         Code somewhat cleaner too.
9191
9192 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9193
9194         * backend/ev-page-cache.c: (ev_page_cache_init),
9195         (_ev_page_cache_new):
9196
9197         Remove some assertions, documents can have 0 pages.
9198         Make initial current page -1.
9199
9200         * shell/ev-page-action.c: (page_changed_cb):
9201
9202         Show "" if current page is -1
9203
9204         * shell/ev-window.c: (update_action_sensitivity),
9205         (ev_window_setup_document):
9206
9207         When document has 0 pages do not set the view
9208         and make nearly everything insensitive.
9209
9210 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9211
9212         * shell/ev-page-view.c:
9213         * shell/ev-page-view.h:
9214
9215         Remove unused files.
9216         
9217         * shell/ev-sidebar-thumbnails.c:
9218         (ev_sidebar_thumbnails_set_document):
9219         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9220         (ev_sidebar_supports_document):
9221         * shell/ev-sidebar.h:
9222         * shell/ev-window.c: (ev_window_setup_document):
9223         
9224         Doesn't show thumbnails if document has 1 page. Make
9225         sidebar menu entries sensitive only if if they have 
9226         sense. Fix bug 164811. 
9227
9228 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9229
9230         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9231         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9232         (ev_view_zoom_out), (ev_view_set_size):
9233
9234         Rework sizing to deal with documents with not uniform page
9235         size.
9236
9237 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9238
9239         * backend/ev-page-cache.c: (_ev_page_cache_new):
9240
9241         Fix several page size caching bugs
9242
9243 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9244
9245         * shell/ev-window.c: (set_action_properties):
9246
9247         Make all toolbar items translatable
9248
9249 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9250
9251         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9252         (save_page_list), (ps_document_save),
9253         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9254         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9255         (ps_document_ps_exporter_iface_init):
9256         * ps/ps-document.h:
9257
9258         Based on a patch by J�rg Billeter <j@bitron.ch>
9259         
9260         Implement print and save a copy for the ps backend.
9261
9262 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9263
9264         * backend/ev-document.h:
9265         * djvu/djvu-document.c: (djvu_document_can_get_text),
9266         (djvu_document_document_iface_init):
9267         * dvi/dvi-document.c: (dvi_document_can_get_text),
9268         (dvi_document_document_iface_init):
9269         * pdf/ev-poppler.cc:
9270         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9271         (pixbuf_document_document_iface_init):
9272         * ps/ps-document.c: (ps_document_can_get_text),
9273         (ps_document_document_iface_init):
9274         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9275         * shell/ev-window.c: (update_action_sensitivity):
9276
9277         Fix the crash when trying to copy in backends that doesnt
9278         support it. We can implement a better solution once we
9279         do real text selection.
9280
9281 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9282
9283         * data/evince-ui.xml:
9284         * shell/ev-window.c: (ev_window_cmd_escape):
9285         
9286         Work around the Escape conflict (find bar and unfullscreen)
9287
9288 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9289
9290         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9291         
9292         Fix for #300233. Next page correctly handles document end.
9293         
9294         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9295         (ev_sidebar_thumbnails_class_init),
9296         (ev_sidebar_thumbnails_set_document),
9297         (ev_sidebar_thumbnails_clear_job),
9298         (ev_sidebar_thumbnails_clear_model):
9299         
9300         Cleanup thumbnail jobs on document changes.
9301         
9302         * shell/ev-view.c: (add_scroll_binding_keypad),
9303         (add_scroll_binding_shifted), (ev_view_class_init):
9304         
9305         Shift + Space scrolls up. Fix for #173184
9306         
9307         * shell/ev-window.c: (ev_window_open_page),
9308         (ev_window_cmd_view_reload):
9309         
9310         Fix reload (Bug #300094)
9311
9312 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9313
9314         
9315         * dvi/mdvi-lib/assoc.c:
9316         * dvi/mdvi-lib/assoc.h: Removed garbage files
9317         
9318         * dvi/mdvi-lib/bitmap.c:
9319         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9320         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9321         * dvi/mdvi-lib/color.h: Antialias of rules
9322         
9323         * dvi/mdvi-lib/common.h:
9324         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9325         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9326         * dvi/mdvi-lib/files.c:
9327         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9328         * dvi/mdvi-lib/mdvi.h:
9329         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9330         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9331         * dvi/mdvi-lib/util.c: Fix compile warnings
9332         
9333         * dvi/dvi-document.c:
9334         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9335         (dvi_document_thumbnails_get_thumbnail),
9336         (dvi_document_document_thumbnails_iface_init):
9337         * dvi/mdvi-lib/Makefile.am:
9338         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9339         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9340         
9341         Dvi backend now renders thumbnails
9342
9343 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9344
9345         * shell/main.c: (main): 
9346         
9347         Save accelerators on exit. Fixes bug #172095.
9348
9349 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9350
9351         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9352         update priority" comment.
9353
9354         * backend/ev-job-queue.c: Give a way to change priority.
9355
9356 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9357
9358         * shell/ev-page-action.c: Fix logic.
9359
9360 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9361
9362         * shell/ev-view.c: (ev_view_can_find_next):
9363         * shell/ev-window.c: (ev_window_setup_document):
9364
9365         Check that the document supports find
9366
9367 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9368
9369         * data/evince-ui.xml:
9370         * shell/ev-view.c: (ev_view_can_find_next):
9371         * shell/ev-view.h:
9372         * shell/ev-window.c: (update_action_sensitivity),
9373         (find_changed_cb), (ev_window_setup_document),
9374         (ev_window_cmd_edit_find_next):
9375
9376         Add Edit->Find Next
9377
9378 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9379
9380         * pdf/ev-poppler.cc:
9381         * shell/ev-print-job.c: (idle_print_handler):
9382
9383         Make printing work again
9384
9385 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9386
9387         * shell/ev-page-action.h:
9388         * shell/ev-page-action.c: (ev_page_action_widget_init),
9389         (ev_page_action_widget_class_init), (page_changed_cb),
9390         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9391         (get_filter_model_from_model), (match_selected_cb),
9392         (display_completion_text), (match_completion), (update_model),
9393         (connect_proxy), (ev_page_action_set_property),
9394         (ev_page_action_get_property), (ev_page_action_set_document),
9395         (ev_page_action_set_model), (ev_page_action_class_init): Big
9396         reworking to make completions work iff we have >= GTK-2.7.0
9397                 
9398         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9399         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9400         (job_finished_cb): We now have a 'model' property that is set when
9401         the links are loaded.  This can be caught with "notify::model"
9402
9403         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9404         listen for the model to be set, and propagate it to the action.
9405
9406 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9407
9408         * cut-n-paste/recent-files/egg-recent-item.c:
9409         (egg_recent_item_set_uri), (make_valid_utf8),
9410         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9411         * cut-n-paste/recent-files/egg-recent-item.h:
9412         
9413         Update egg-recent from libegg. This should fix long
9414         startup problem. For details see
9415         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9416
9417 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9418
9419         * cut-n-paste/recent-files/Makefile.am:
9420         * data/evince-ui.xml, shell/Makefile.am:
9421         * shell/ev-application.c, shell/ev-application.h:
9422         * shell/ev-window.c: Recent files support.
9423         
9424         * configure.ac: Added "ru" to ALL_LINGUAS.
9425         
9426         * dvju: new backend to support DJVU files.
9427         * dvi: new backend to support DVI.
9428
9429         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9430         * ev-application.c: Support for new backends.
9431         
9432         * help, ev-window.c, main.c shell/Makefile.am: 
9433         Evince user documentation.
9434
9435 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9436
9437         * po/POTFILES.in:
9438         * shell/ev-window.c:
9439         * thumbnailer/evince-thumbnailer.c:
9440
9441         s/pdf-document/ev-poppler
9442
9443 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9444
9445         * NEWS:
9446         * configure.ac:
9447
9448         Release 0.2.0
9449
9450         * ps/ps-document.c: (setup_pixmap):
9451
9452         Remove debug code
9453
9454 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9455
9456         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9457         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9458         (ev_window_cmd_go_first_page): Fix of by one errors.
9459
9460 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9461
9462         * ps/ps-document.c: (get_page_box):
9463
9464         Fix page size calculation
9465
9466 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9467
9468         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9469         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9470         (get_page_orientation), (setup_page), (document_load),
9471         (ps_document_get_page_size), (render_pixbuf_idle):
9472         * ps/ps-document.h:
9473
9474         More refactoring to adapt to EvDocument changes
9475
9476 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9477
9478         * ps/ps-document.c: (start_interpreter):
9479
9480         Actually add alpha args
9481
9482 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9483
9484         * pdf/ev-poppler.cc:
9485
9486         Make clipboard work again
9487
9488 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9489
9490         Make searching work again.
9491         
9492         * backend/ev-document.c:
9493         * backend/ev-document.h:
9494         * backend/ev-document-find.c:
9495         * backend/ev-document-find.h: Change EvDocumentIface so we no
9496         longer store the current page or zoom level in the document.  The
9497         consequence is that all calls that operate on the current page now
9498         instead take the page number as an extra argument, and all
9499         coordinates are now doubles in document coordinate system.
9500
9501         * pdf/ev-poppler.cc:
9502         * pixbuf/pixbuf-document.c:
9503         * ps/ps-document.c: Update backends accordingly.
9504
9505 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9506
9507         * autogen.sh:
9508
9509         Add required gettext version
9510
9511 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9512
9513         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9514         make F1 bring up non-existent help.
9515
9516         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9517         epiphany's find bar, #167477
9518
9519         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9520         <emil@nishra.com> to add space-bar scrolling, 
9521
9522         * shell/ev-window.c (static GtkActionEntry entries): add default
9523         keybinding for Help (F1)
9524         Fixes #171068
9525
9526         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9527         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9528         170110
9529
9530 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9531
9532         * Makefile.am: 
9533         * pixbuf/pixbuf-document.c: 
9534
9535         Got pixbuf backend working again
9536
9537 2005-04-01  Steve Murphy  <murf@e-tools.com>
9538
9539         * configure.in: Added "rw" to ALL_LINGUAS.
9540
9541 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9542
9543         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9544         model types, noticed by Martin Kretzschmar.
9545
9546 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9547
9548         * pdf/ev-poppler.cc: Implement search based on
9549         poppler_page_find_text().  Currently a bit crude since we remember
9550         all matches from all pages.  Also, we grab the big document lock
9551         when we search since searching changes the underlying stream and
9552         thus conflicts with the rendering thread.
9553         
9554         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9555         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9556         (ev_view_find_previous): Fix some page indexes to be 0 based,
9557         offset rubber band by view offset,
9558
9559 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9560
9561         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9562
9563 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9564
9565         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9566         completely because I didn't understand GtkActions.  I should
9567         read Marco's code more carefully in the future.
9568
9569         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9570         function
9571
9572 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9573
9574         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9575         PopplerRectangle change from poppler CVS.
9576
9577 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9578
9579         * backend/ev-document.c: (ev_document_get_page_label):
9580         * backend/ev-document.h:
9581         * backend/ev-page-cache.c: (_ev_page_cache_new),
9582         (ev_page_cache_get_page_label):
9583         * backend/ev-page-cache.h:
9584         * pdf/ev-poppler.cc:
9585         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9586         (links_page_num_func):
9587         * shell/ev-sidebar-thumbnails.c:
9588         (ev_sidebar_thumbnails_set_document):
9589         * shell/ev-view.c: (status_message_from_link),
9590         (ev_view_motion_notify_event):
9591         * shell/ev-window.c: (document_supports_sidebar): Add in page
9592         label support.  It's not perfect yet, but it's the first 'feature'
9593         in a while.
9594         Also, fix a bogus comment noticed by crispin. 
9595
9596 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9597
9598         * Makefile.am: Remove pixbuf backend for now
9599
9600         * configure.ac: Require poppler-glib instead of just poppler.
9601
9602         * backend/ev-document-thumbnails.h: Add a comment
9603
9604         * backend/ev-document.h:
9605         * backend/ev-document.c: (ev_document_class_init),
9606         (ev_document_load), (ev_document_get_link),
9607         (ev_document_get_links): Remove 3 methods and add get_links.
9608         Also, made 0 based.
9609
9610         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9611         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9612
9613         * backend/ev-link.c: (ev_link_set_title),
9614         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9615         (ev_link_mapping_find):
9616         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9617         
9618         * backend/ev-page-cache.c: (ev_page_cache_init),
9619         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9620         (ev_page_cache_get_size), (ev_page_cache_next_page),
9621         (ev_page_cache_prev_page): Fix to be 0 based.
9622
9623         * pdf/Makefile.am: 
9624         * pdf/ev-poppler.h:
9625         * pdf/ev-poppler.cc: New backend.
9626         
9627         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9628         (ps_document_get_page), (ps_document_document_iface_init):
9629
9630         * shell/ev-pixbuf-cache.h:
9631         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9632         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9633         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9634         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9635         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9636         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9637         based.
9638         
9639         * shell/ev-sidebar-thumbnails.c:
9640         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9641         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9642
9643         * shell/ev-view.c: (status_message_from_link),
9644         (find_page_at_location), (get_link_at_location),
9645         (ev_view_motion_notify_event), (ev_view_button_release_event),
9646         (ev_view_init): Use the new link code.  Fix to be 0 based.
9647
9648         * shell/ev-window.c: (update_action_sensitivity),
9649         (document_supports_sidebar): 0 based.
9650
9651 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9652
9653         * pdf/pdf-document.cc: Patch from Fernando Herrera
9654         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9655         *blush*
9656
9657 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9658
9659         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9660         1 to the page, as this seems to be 1 based.  I thought we has this
9661         fixed.  grump.
9662
9663 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9664
9665         * TODO:
9666         * backend/Makefile.am:
9667         * backend/ev-document-links.c:
9668         (ev_document_links_has_document_links),
9669         (ev_document_links_get_links_model):
9670         * backend/ev-document-links.h:
9671         * backend/ev-document.c: (ev_document_get_page_cache),
9672         (ev_document_get_doc_mutex), (ev_document_load),
9673         (ev_document_save), (ev_document_get_title),
9674         (ev_document_get_n_pages), (ev_document_set_page),
9675         (ev_document_get_page), (ev_document_set_target),
9676         (ev_document_set_scale), (ev_document_set_page_offset),
9677         (ev_document_get_page_size), (ev_document_get_text),
9678         (ev_document_get_link), (ev_document_render),
9679         (ev_document_render_pixbuf), (ev_document_scale_changed):
9680         * backend/ev-document.h:
9681         * backend/ev-job-queue.c: (remove_object_from_queue),
9682         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9683         (no_jobs_available_unlocked), (ev_render_thread),
9684         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9685         (ev_job_queue_remove_job):
9686         * backend/ev-job-queue.h:
9687         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9688         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9689         (ev_job_links_class_init), (ev_job_render_init),
9690         (ev_job_render_dispose), (ev_job_render_class_init),
9691         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9692         (ev_job_thumbnail_class_init), (ev_job_finished),
9693         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9694         (ev_job_render_run), (ev_job_thumbnail_new),
9695         (ev_job_thumbnail_run):
9696         * backend/ev-jobs.h:
9697         * backend/ev-link.c:
9698         * backend/ev-link.h:
9699         * backend/ev-page-cache.c: (ev_page_cache_init),
9700         (ev_page_cache_class_init), (ev_page_cache_finalize),
9701         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9702         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9703         (ev_page_cache_set_link), (ev_page_cache_get_title),
9704         (ev_page_cache_get_size), (ev_page_cache_next_page),
9705         (ev_page_cache_prev_page):
9706         * backend/ev-page-cache.h:
9707         * pdf/pdf-document.cc:
9708         * ps/gsdefaults.c:
9709         * ps/gsdefaults.h:
9710         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9711         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9712         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9713         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9714         (is_interpreter_ready), (output), (catchPipe), (input),
9715         (start_interpreter), (check_filecompressed), (compute_dimensions),
9716         (ps_document_enable_interpreter), (document_load),
9717         (ps_document_next_page), (render_page), (ps_document_set_page),
9718         (ps_document_set_scale), (render_pixbuf_idle),
9719         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9720         * ps/ps-document.h:
9721         * shell/Makefile.am:
9722         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9723         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9724         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9725         (ev_pixbuf_cache_new), (job_finished_cb),
9726         (check_job_size_and_unref), (move_one_job),
9727         (ev_pixbuf_cache_update_range), (find_job_cache),
9728         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9729         (ev_pixbuf_cache_add_jobs_if_needed),
9730         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9731         * shell/ev-pixbuf-cache.h:
9732         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9733         (idle_print_handler):
9734         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9735         (selection_changed_cb), (create_loading_model),
9736         (ev_sidebar_links_construct), (links_page_num_func),
9737         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9738         (update_page_callback), (job_finished_cb),
9739         (ev_sidebar_links_set_document):
9740         * shell/ev-sidebar-thumbnails.c:
9741         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9742         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9743         (page_changed_cb), (thumbnail_job_completed_callback),
9744         (ev_sidebar_thumbnails_set_document):
9745         * shell/ev-sidebar-thumbnails.h:
9746         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9747         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9748         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9749         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9750         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9751         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9752         (ev_view_button_release_event), (ev_view_scroll_view),
9753         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9754         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9755         (ev_view_new), (job_finished_cb), (page_changed_cb),
9756         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9757         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9758         (ev_view_find_previous):
9759         * shell/ev-view.h:
9760         * shell/ev-window.c: (update_action_sensitivity),
9761         (ev_window_open_page), (update_window_title), (update_total_pages),
9762         (page_changed_cb), (ev_window_setup_document),
9763         (password_dialog_response), (ev_window_cmd_save_as),
9764         (ev_window_print), (ev_window_cmd_go_previous_page),
9765         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9766         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9767         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9768         * shell/main.c: (main):
9769
9770         Merge evince-threads branch
9771
9772 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9773
9774         * configure.ac: Added "lt" to ALL_LINGUAS.
9775
9776 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9777
9778         * NEWS:
9779         * configure.ac:
9780
9781         Release 0.1.9
9782
9783 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9784
9785         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9786
9787         Fix here also the thumbnails 1-basedness :)
9788
9789 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9790
9791         * NEWS:
9792         * configure.ac:
9793
9794         Release 0.1.8
9795
9796 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9797
9798         * pdf/pdf-document.cc:
9799         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9800         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9801
9802         Fix the mess we did with thumbnails and 1-basedness
9803
9804 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9805
9806         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9807
9808 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9809
9810         * NEWS:
9811         * configure.ac:
9812
9813         Release 0.1.7
9814
9815 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9816
9817         * ps/Makefile.am:
9818         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9819         (gtk_gs_defaults_get_alpha_parameters),
9820         (gtk_gs_defaults_get_ungzip_cmd),
9821         (gtk_gs_defaults_get_unbzip2_cmd):
9822         * ps/gsdefaults.h:
9823         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9824         (ps_document_get_orientation), (document_load),
9825         (ps_document_goto_page), (ps_document_set_page_size):
9826         * ps/ps-document.h:
9827
9828         Some more sanitization of the ps backend. Remove a lot
9829         of unused code and do not base our defaults on ggv
9830         preferences (ugh!)
9831
9832 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9833
9834         * thumbnailer/evince-thumbnailer.schemas:
9835         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9836         (main): add -s option for thumbnail size.
9837
9838 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9839
9840         * configure.ac:
9841
9842         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9843         remove it.
9844
9845 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9846
9847         * pdf/pdf-document.cc:
9848
9849         Remove 4 pixels of useless border from the
9850         thumbnail.
9851
9852 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9853
9854         * backend/ev-document-thumbnails.c:
9855         (ev_document_thumbnails_get_thumbnail):
9856         * backend/ev-document-thumbnails.h:
9857
9858         Rework API a bit. Add a border flag and
9859         change sizing logic (now the size we specify
9860         applies to the bigger dimension).
9861
9862         * pdf/pdf-document.cc:
9863         * pixbuf/pixbuf-document.c:
9864         (pixbuf_document_thumbnails_get_thumbnail):
9865         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9866         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9867
9868         Adapt to the new API and do not draw a border for nautilus
9869         thumbnailer.
9870
9871 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9872
9873         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9874         take thumbnails from page "0" instead of "1". Added a copyright header.
9875
9876 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9877
9878         * ps/ps-document.c: (set_up_page), (start_interpreter):
9879
9880         Make it C89 compliant
9881
9882 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9883
9884         * Makefile.am:
9885         * configure.ac:
9886         * pdf/.cvsignore:
9887         * pdf/pdf-document.cc:
9888         * thumbnailer/Makefile.am:
9889         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9890         (main):
9891         * thumbnailer/evince-thumbnailer.schemas:
9892         * thumbnailer/pdf-icon.png:
9893
9894         Add a nautilus thumbnailer.
9895         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9896
9897 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9898
9899         * NEWS:
9900         * configure.ac:
9901         * po/POTFILES.in:
9902
9903         Release 0.1.6
9904
9905 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9906
9907         Use poppler instead of including xpdf source code.  Poppler is a
9908         fork of xpdf to build it as a shared library. See
9909         http://freedesktop.org/wiki/Software/poppler.
9910
9911         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9912         xpdf fork.
9913         
9914         * pdf/Makefile.am: Build libpdfdocument.a here.
9915         
9916         * pdf/GDKSplashOutputDev.cc:
9917         * pdf/GDKSplashOutputDev.h:
9918         * pdf/GnomeVFSStream.cc:
9919         * pdf/GnomeVFSStream.h:
9920         * pdf-document.cc:
9921         * pdf-document.h:
9922         * test-gdk-output-dev.cc
9923         * Thumb.cc:
9924         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9925         against poppler.
9926
9927 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9928
9929         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9930
9931         Clear idle stack before unsetting the document
9932
9933 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9934
9935         * ps/ps-document.c: (ps_document_widget_event),
9936         (ps_document_set_target), (ps_document_finalize),
9937         (ps_document_get_page):
9938
9939         Disconnect the widget event signal on finalize.
9940         Some code cleanups.
9941
9942 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9943
9944         * ps/ps-document.c: (set_up_page):
9945
9946         If there is no bpixmap create one, even if size
9947         is not changed.
9948
9949 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9950
9951         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9952         (set_up_page), (document_load), (ps_document_set_zoom):
9953
9954         Default page is 0. Calculate size even when we have no
9955         target yet.
9956
9957 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9958
9959         * shell/ev-sidebar.c: expand the selection widget to be always as
9960         wide as the sidebar
9961
9962 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9963
9964         * shell/ev-sidebar-thumbnails.c:
9965         (ev_sidebar_thumbnails_set_document):
9966
9967         Clear the list store when setting document
9968
9969 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9970
9971         * shell/ev-page-action.c: (update_entry), (sync_entry),
9972         (activate_cb), (entry_size_request_cb), (create_tool_item),
9973         (connect_proxy):
9974
9975         Use an entry for the page control instead of spinbuttons
9976
9977 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9978
9979         * data/evince.schemas.in:
9980
9981         Correct confusing string
9982
9983 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9984
9985         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9986         for real.  Gosh, how long has this been broken.
9987
9988         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9989         check for a NULL link.  We crash otherwise.
9990
9991 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9992
9993         * NEWS:
9994         * configure.ac:
9995
9996         Release 0.1.5
9997
9998 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9999
10000         * configure.ac: add the french translation.
10001
10002 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10003
10004         * shell/ev-window.c:
10005
10006         Remove unused header -> fix distcheck
10007
10008 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10009
10010         * shell/ev-window.c: (update_window_title),
10011         (ev_window_popup_password_dialog):
10012
10013         Unescape filename for display
10014
10015 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10016
10017         * pdf/xpdf/pdf-document.cc:
10018
10019         In get_page_size deal with rotation. Also
10020         cleanup the function a bit.
10021
10022 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10023
10024         * pdf/xpdf/pdf-document.cc:
10025
10026         Fix crash when opening in new window
10027
10028 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10029
10030         * configure.ac:
10031
10032         Check ghostscript >= 7
10033
10034 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10035
10036         * shell/ev-window.c:
10037
10038         Make page width the default sizing mode
10039
10040 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10041         Marco Pesenti Gritti <marco@gnome.org>
10042
10043         * shell/ev-window.c: Remember the sidebar size
10044
10045         * data/evince.schemas.in: Add a new gconf key to store the size of
10046         the sidebar
10047
10048 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10049
10050         * data/evince-ui.xml:
10051         * shell/ev-window.c: (update_action_sensitivity),
10052         (ev_window_cmd_view_reload):
10053         
10054         Add a "Reload" action and menu entry
10055
10056 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10057
10058         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10059         iff the type doesn't support thumbnailing and indexing.
10060
10061 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10062
10063         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10064
10065 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10066
10067         * pdf/splash/Splash.cc:
10068
10069         Port fix for a crasher from kde bug
10070         http://bugs.kde.org/show_bug.cgi?id=97131
10071
10072 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10073
10074         * pdf/xpdf/pdf-document.cc:
10075
10076         Return a link even if it's of an unrecognized
10077         type. Otherwise we go in an infinte cycle.
10078
10079 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10080
10081         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10082         (size_allocate_cb), (ev_window_set_sizing_mode):
10083
10084         Update size when switching mode
10085
10086 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10087
10088         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10089         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10090         (ev_window_cmd_view_normal_size):
10091
10092         Fix size toggle buttons behavior
10093
10094 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10095
10096         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10097         (doc_rect_to_view_rect), (ev_view_size_allocate),
10098         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10099         (scale_changed_callback):
10100
10101         Do not cache offsets in size_allocate.
10102
10103 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10104
10105         * shell/ev-view.c: (ev_view_size_allocate):
10106
10107         Calculate offsets before calling the parent
10108         class (which does a redraw)
10109
10110 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10111
10112         * pdf/xpdf/pdf-document.cc:
10113
10114         Fix a crasher on exit. Unused code, put a TODO
10115
10116 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10117
10118         * backend/ev-document.c: (ev_document_class_init),
10119         (ev_document_page_changed), (ev_document_scale_changed):
10120         * backend/ev-document.h:
10121
10122         Separate page/scale notifications
10123
10124         * pdf/xpdf/pdf-document.cc:
10125
10126         Emit the new signals.
10127         Do not display the pdf page in _render, do it
10128         when scale/page are requested.
10129
10130         * ps/ps-document.c: (ps_document_set_zoom),
10131         (ps_document_widget_event):
10132         * ps/ps-document.h:
10133
10134         Emit the new signals.
10135
10136         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10137         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10138         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10139         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10140         * shell/ev-view.h:
10141         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10142         (ev_window_cmd_view_page_width), (size_allocate_cb),
10143         (ev_window_set_sizing_mode):
10144
10145         Rework sizing to be pixel based.
10146         There are bugs but should be already way better.
10147
10148 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10149
10150         * shell/ev-window.c: (ev_window_init):
10151
10152         Do not allow to shrink sidebar smaller then
10153         child requisition
10154
10155 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10156
10157         * shell/ev-sidebar.[ch]
10158         * shell/ev-window.c:
10159
10160         Improved sidebar widget. Fixes #166683
10161
10162 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10163
10164         * shell/ev-view.c (update_find_status_message): Give translators
10165         more flexibility with ngettext plural handling.
10166
10167 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10168
10169         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10170         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10171         page when we get the page size.
10172
10173 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10174
10175         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10176
10177         ps pages are 0 based, convert 
10178
10179 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10180
10181         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10182
10183         Initialize correct parent class. Set GError on document load
10184
10185 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10186
10187         * pdf/xpdf/pdf-document.cc:
10188
10189         Fixup selection offset calculation
10190
10191         * shell/ev-view.c: (view_rect_to_doc_rect),
10192         (doc_rect_to_view_rect), (ev_view_size_allocate),
10193         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10194         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10195
10196         Store selection as document relative, so that zooming
10197         and offset changing doesnt break it.
10198
10199 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10200
10201         * shell/ev-view.c: (ev_view_best_fit):
10202
10203         Do not try to best fit if the view is not realized
10204
10205 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10206           
10207         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10208
10209 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10210
10211         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10212
10213 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10214
10215         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10216         the popup window.  That prevents it resizing when in full screen
10217         mode.
10218
10219         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10220         multiple rerenders.  This pretty much sucks.
10221
10222         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10223         rest of the toolbar.
10224
10225 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10226
10227         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10228
10229 2005-02-17  Alexander Shopov  <ash@contact.bg>
10230
10231         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10232
10233 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10234
10235         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10236
10237 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10238
10239         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10240         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10241         (set_document_page), (document_changed_callback),
10242         (ev_view_set_document), (ev_view_find_previous),
10243         (ev_view_hide_cursor), (ev_view_show_cursor):
10244         * shell/ev-view.h:
10245         * shell/ev-window.c: (update_chrome_visibility),
10246         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10247         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10248         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10249         (ev_window_unfullscreen):
10250         * shell/main.c: (main):
10251
10252         Automatically hide the fullscreen button.
10253         Patch by Kristian Høgsberg <krh@redhat.com>
10254
10255 2005-02-16  Vincent Noel  <vnoel@cox.net>
10256
10257         * shell/main.c (main): Specify an icon for the window. Patch by
10258         Jaap A. Haitsma. Fixes #166177.
10259
10260 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10261
10262         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10263
10264 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10265
10266         * backend/ev-document-misc.h:
10267         * backend/ev-document-misc.c:
10268         (ev_document_misc_get_page_border_size),
10269         (ev_document_misc_paint_one_page): New function to canonicalize
10270         sizing/painting a border.
10271
10272         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10273         used.
10274
10275         * pdf/xpdf/pdf-document.cc: use new function
10276
10277         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10278         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10279         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10280         shell/ev-window.c: (update_sizing_buttons),
10281         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10282         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10283         (ev_window_cmd_view_page_width), (size_allocate_cb),
10284         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10285         and "fit width" values act as toggle buttons so they stay
10286         toggled.  It's not 100% perfect, and it's a little slow, but it's
10287         good enough to commit I think.
10288
10289 2005-02-15  David Lodge  <dave@cirt.net>
10290
10291         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10292
10293 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10294
10295         * shell/ev-window.c (update_window_title): replace newlines in
10296         the title by spaces. Bug #166107.
10297
10298 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10299
10300         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10301         parameters providing allocation width and height without
10302         scrollbars and width of a possible vertical scrollbar. With this
10303         additional information the functions can work as
10304         intended. Unfortunately they're not idempotent. We should
10305         transform these commands to toggles. Fixes Bug #164976
10306         Initial patch by Stephane Loeuillet, then heavily modified.
10307
10308         * shell/ev-view.h: update prototypes.
10309
10310         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10311         (ev_window_cmd_view_page_width): provide EvView fit functions with
10312         all the information they need. Formulas to calculate this
10313         information taken from GtkScrolledWindow.
10314
10315 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10316
10317         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10318         created a thumbnail, the list store is updated to know
10319         that the thumbnail is set. Fixes bug #166792
10320
10321 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10322
10323         * shell/ev-window.c: fixed typo, closes bug 166897
10324
10325         * TODO: updated TODO with bug numbers that are relevant
10326
10327 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10328
10329         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10330
10331 2005-02-09  Vincent Noel  <vnoel@cox.net>
10332
10333         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10334         and "Next" toolbar buttons as important to make them stand out.
10335
10336 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10337
10338         * lib/ev-debug.c:
10339         * lib/ev-debug.h:
10340         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10341         (start_interpreter), (stop_interpreter), (document_load),
10342         (ps_document_next_page), (ps_document_goto_page),
10343         (ps_document_set_page_size), (ps_document_widget_event),
10344         (ps_document_render):
10345         * shell/ev-page-view.c: (ev_page_view_dispose):
10346         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10347
10348         Fix compilation on non-gcc platforms
10349
10350 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10351
10352         * NEWS:
10353         * configure.ac:
10354
10355         Release 0.1.4
10356
10357         * pdf/xpdf/Catalog.cc:
10358         * pdf/xpdf/XRef.cc:
10359
10360         Fix the fix for CAN-2004-0888
10361
10362 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10363
10364         * data/Makefile.am:
10365         * data/evince-ui.xml:
10366         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10367         * shell/ev-stock-icons.h:
10368         * shell/ev-window.c: (update_action_sensitivity),
10369         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10370         (set_action_properties):
10371
10372         Improve toolbar layout/icons
10373
10374 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10375
10376         * pdf/xpdf/pdf-document.cc:
10377
10378         Add warnings about unimplemented/unknown link
10379         types.
10380
10381 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10382
10383         * ps/ps-document.c: (set_up_page):
10384
10385         Log gs property
10386
10387 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10388
10389         * ps/ps-document.c: (start_interpreter):
10390
10391         Log gs env var
10392
10393 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10394
10395         * shell/ev-page-view.c: (ev_page_view_dispose):
10396         * shell/ev-view.c: (ev_view_finalize):
10397         * shell/ev-window.c: (ev_window_setup_document),
10398         (ev_window_dispose), (ev_window_init):
10399
10400         Solve more refs issues.
10401
10402         I commented out the page_view initialization for now:
10403         it was never destroyed (because it's never added
10404         to a container). Because of that we was leaking
10405         gs processes. Couldnt think to a clean fix.
10406         We need to figure this out, password view has the
10407         same issue probably.
10408
10409 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10410
10411         * ps/ps-document.c: (ps_document_finalize),
10412         (ps_document_get_n_pages), (ps_document_get_page):
10413
10414         Some cleanups, stop the interpreter on finalize
10415
10416         * shell/ev-page-view.c: (ev_page_view_dispose),
10417         (ev_page_view_class_init):
10418
10419         Release our reference on the document
10420
10421 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10422
10423         * Makefile.am:
10424         * configure.ac:
10425         * doc/debugging.txt:
10426         * lib/.cvsignore:
10427         * lib/Makefile.am:
10428         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10429         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10430         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10431         * lib/ev-debug.h:
10432
10433         Add debugging helpers
10434
10435         * ps/Makefile.am:
10436         * ps/ps-document.c: (set_up_page), (start_interpreter),
10437         (stop_interpreter), (document_load), (ps_document_next_page),
10438         (ps_document_goto_page), (ps_document_set_page_size),
10439         (ps_document_widget_event), (ps_document_render):
10440         * shell/Makefile.am:
10441         * shell/ev-view.c: (expose_bin_window):
10442         * shell/main.c: (main):
10443
10444         Add some logs
10445         
10446 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10447
10448         * ps/ps-document.c: (ps_document_widget_event):
10449
10450         Initialize message_window, this should make ps
10451         rendering really work! (Never noticed because I was
10452         testing with a ps that is causing gs to exit every time!)
10453
10454 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10455
10456         * data/evince.schemas.in: updated simple error in applyto closing tag
10457
10458 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10459
10460         * Makefile.am:
10461         * configure.ac:
10462         * data/.cvsignore:
10463         * data/Makefile.am:
10464         * data/evince-ui.xml:
10465         A data/evince.schemas.in:
10466         * po/POTFILES.in:
10467         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10468         * shell/ev-stock-icons.h:
10469         * shell/ev-window.c: (update_chrome_visibility),
10470         (update_chrome_flag), (ev_window_cmd_edit_find),
10471         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10472         (ev_window_unfullscreen), (ev_window_focus_in_event),
10473         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10474         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10475         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10476         (ev_window_dispose), (ev_window_class_init),
10477         (set_action_properties), (set_chrome_actions), (load_chrome),
10478         (ev_window_init):
10479
10480         Implement fullscreen mode changes from bug #164776.
10481         Also implement persistent chrome toggles.
10482
10483 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10484
10485         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10486
10487 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10488
10489         * NEWS:
10490         * configure.ac:
10491         * shell/ev-view.c:
10492
10493         Add another check for find interface
10494
10495         Release 0.1.3
10496
10497 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10498
10499         * shell/ev-application.c: (ev_application_open):
10500         * shell/ev-window.c: (ev_window_open):
10501
10502         Open gzipped ps documents
10503
10504 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10505
10506         * TODO:
10507         * shell/ev-view.c: (set_document_page):
10508
10509         Clamp page number, dont try to move to
10510         not existant pages.
10511
10512 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10513
10514         * backend/ev-document-find.c: (ev_document_find_changed):
10515         * backend/ev-document-find.h:
10516         * pdf/xpdf/pdf-document.cc:
10517         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10518         * shell/ev-window.c: (find_bar_search_changed_cb):
10519
10520         Fix several bugs with find
10521
10522 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10523
10524         * shell/ev-sidebar-thumbnails.c
10525         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10526         document. Prevents warning from scroll_to_cell.
10527
10528 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10529
10530         * configure.ac: Add «nb» to ALL_LINGUAS too.
10531
10532 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10533
10534         * NOTES: New file with some random thoughts.
10535
10536         * TODO: Update.
10537
10538         * backend/ev-document-misc.c:
10539         (ev_document_misc_get_page_border_size): New function to
10540         canonicalize shadow drawing sizes.  Possibly goofy.
10541
10542         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10543         (ev_view_best_fit), (ev_view_fit_width):
10544         * pdf/xpdf/pdf-document.cc:
10545         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10546         * ps/ps-document.c: (ps_document_get_page_size):
10547         * backend/ev-document-misc.h:
10548         * backend/ev-document.c: (ev_document_get_page_size):
10549         * backend/ev-document.h: get_page_size now takes a page number
10550         parameter.  Made all the backends/frontends honor it.
10551
10552         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10553         see.  Doesn't work yet.
10554
10555         * shell/Makefile.am:
10556         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10557         Doesn't do anything yet.
10558
10559         * shell/ev-sidebar-thumbnails.c:
10560         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10561         [0..n_pages-1]
10562
10563         * shell/ev-window.c: (update_action_sensitivity),
10564         (ev_window_setup_document), (ev_window_set_page_mode),
10565         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10566         view-swapping code a bit so we can have multiple views on a
10567         document.  Add the multi-page view, though it can't be turned on
10568         yet.
10569
10570 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10571
10572         * shell/ev-application.c: (ev_application_open):
10573         * shell/ev-view.c: (expose_bin_window):
10574         * shell/ev-window.c: (ev_window_open):
10575
10576         Support eps and check document supports find
10577         before drawing highlightings in expose.
10578
10579 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10580
10581         * pixbuf/pixbuf-document.c:
10582         (pixbuf_document_thumbnails_get_dimensions),
10583         (pixbuf_document_document_thumbnails_iface_init):
10584
10585         implement get_dimensions
10586
10587 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10588
10589         * NEWS:
10590         * configure.ac:
10591
10592         Release 0.1.2
10593
10594 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10595
10596         * shell/ev-view.c: (set_document_page):
10597
10598         Scroll at the top of the page when changing page
10599
10600 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10601
10602         * shell/ev-view.c: (ev_view_motion_notify_event):
10603
10604         Do not redraw unnecessarily
10605
10606 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10607
10608         * pdf/xpdf/pdf-document.cc:
10609         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10610         (expose_bin_window), (find_changed_cb):
10611
10612         Yay! find works now... Now to find bugs...
10613
10614 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10615
10616         * backend/ev-document-find.c: (ev_document_find_base_init),
10617         (ev_document_find_changed):
10618         * backend/ev-document-find.h:
10619         * pdf/xpdf/pdf-document.cc:
10620         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10621         (expose_bin_window), (ev_view_init), (set_document_page),
10622         (ensure_rectangle_is_visible), (jump_to_find_result),
10623         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10624         (ev_view_find_next), (ev_view_find_previous):
10625         * shell/ev-view.h:
10626         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10627
10628         More work on find implementation, mostly there now
10629
10630 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10631
10632         * backend/ev-backend-marshalers.list:
10633         * backend/ev-document-find.c: (ev_document_find_base_init),
10634         (ev_document_find_cancel), (ev_document_find_page_has_results),
10635         (ev_document_find_get_n_results), (ev_document_find_get_result),
10636         (ev_document_find_get_progress), (ev_document_find_changed):
10637         * backend/ev-document-find.h:
10638
10639         Enanche the find interface to be really able to do
10640         multi page find.
10641
10642         * pdf/xpdf/pdf-document.cc:
10643
10644         Implement
10645
10646         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10647         (expose_bin_window), (ev_view_init),
10648         (ev_view_get_find_status_message), (find_changed_cb),
10649         (ev_view_set_document), (set_document_page):
10650
10651         Adapt to the new interface. A few things are regressed sorry,
10652         I will finish it soon.
10653
10654 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10655
10656         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10657         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10658         ev_sidebar_thumbnails_parent_class variable, don't define another
10659         parent_class variable.
10660
10661         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10662         (ev_page_action_class_init): ditto.
10663
10664         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10665         (pixbuf_document_class_init): ditto.
10666
10667         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10668         ditto.
10669
10670         * .cvsignore: ignore various valgrind output files.
10671
10672 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10673
10674         * data/evince-ui.xml:
10675         * shell/Makefile.am:
10676         * shell/ev-history.c:
10677         * shell/ev-history.h:
10678         * shell/ev-navigation-action.c:
10679         * shell/ev-navigation-action.h:
10680         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10681         (ev_view_set_page), (ev_view_fit_width):
10682         * shell/ev-view.h:
10683         * shell/ev-window.c: (update_action_sensitivity),
10684         (ev_window_setup_document), (register_custom_actions):
10685
10686         Kill session history
10687
10688 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10689
10690         * shell/ev-window.c: (update_action_sensitivity):
10691
10692         Fix inverted up/down buttons
10693
10694 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10695
10696         * shell/ev-sidebar-thumbnails.c
10697         (ev_sidebar_thumbnails_select_page): make sure the selected
10698         thumbnail stays visible.
10699
10700 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10701
10702         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10703         scrolled window for Federico.
10704
10705 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10706
10707         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10708
10709 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10710
10711         * configure.ac:
10712         * pdf/splash/SplashFTFontEngine.cc:
10713
10714         Fix CID fonts with freetype 2.1.9
10715
10716 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10717
10718         * TODO: added item for desktop icon thumbnailer
10719
10720 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10721
10722         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10723         unloaded docs when the title is accessed.
10724
10725         * shell/ev-password-view.[hc]: New widget for displaying password
10726         state.
10727
10728         * shell/ev-window.[ch]: Refactor password handling code to handle
10729         the new view.
10730
10731 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10732
10733         * NEWS:
10734         * configure.ac:
10735         * data/Makefile.am:
10736
10737         Release 0.1.1
10738
10739 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10740
10741         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10742         ignore page offset here, to make search results independent of it,
10743
10744         * shell/ev-view.c (expose_bin_window): but take offsets into
10745         account here. Bug #164932
10746
10747         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10748         scale at the right time. Bug #164996
10749
10750 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10751
10752         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10753         fix the problem. Now I just removed the Adobe font names and hope
10754         that the URW fonts are always in outline format. Bug #164934
10755
10756         * shell/ev-window.c (update_window_title): empty titles are
10757         useless, use filename in that case too.
10758
10759         * NEWS: Add some content.
10760
10761 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10762
10763         * TODO: added one more TODO item and a TODONE section :)
10764
10765 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10766
10767         * ps/ps-document.h: add page_[xy]_offset fields.
10768
10769         * ps/ps-document.c (ps_document_set_page_offset)
10770         (ps_document_render): Keep offset in consideration in a few
10771         places. Bug #164752 "postscript documents are not centered in
10772         window"
10773
10774         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10775         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10776
10777         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10778         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10779         stub out missing methods for complete EvDocument implementation.
10780         Fixes segfaults with Save A Copy and Copy actions.
10781
10782         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10783         (ps_document_document_iface_init): ditto.
10784         
10785 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10786
10787         * data/.cvsignore:
10788         * data/Makefile.am:
10789         * data/evince.desktop.in:
10790
10791         Add desktop file
10792
10793 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10794
10795         * shell/ev-view.c: (ev_view_button_press_event),
10796         (ev_view_motion_notify_event):
10797
10798         Make selection work in any direction
10799
10800 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10801
10802         * TODO:
10803         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10804
10805         Use shorter labels for some of the toolbars items
10806
10807 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10808
10809         * pdf/xpdf/pdf-document.cc:
10810
10811         Check the links info is initialized before
10812         using it. Should fix a crash on startup.
10813
10814 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10815
10816         * pixbuf/pixbuf-document.c
10817         (pixbuf_document_thumbnails_get_dimensions): force floating point
10818         division to calculate page_ratio. Fixes crash with landscape
10819         format pixbufs.
10820
10821 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10822
10823         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10824
10825 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10826
10827         * shell/ev-view.c (set_document_page): unset has_selection when
10828         the page changes.
10829         (set_document_page): handle paper size changes when the page
10830         changes (test with Free Culture, page 2).
10831
10832 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10833
10834         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10835         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10836
10837         Use normal style color for the widget background and
10838         draw a black box around the page.
10839
10840 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10841
10842         * pdf/xpdf/pdf-document.cc:
10843
10844         Keep offset in consideration in a few places
10845
10846         * shell/ev-view.c: (expose_bin_window):
10847
10848         Set the offsets so that the document is ever centered
10849
10850 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10851
10852         * TODO: Added TODO items and finished off the first todo item
10853
10854         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10855         reflect current authors
10856
10857 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10858
10859         * pdf/xpdf/pdf-document.cc:
10860         * shell/ev-view.c: (ev_view_set_cursor),
10861         (ev_view_motion_notify_event), (document_changed_callback),
10862         (set_document_page):
10863
10864         Show a wait cursor while the page is rendering
10865
10866 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10867
10868         * shell/ev-sidebar-thumbnails.c:
10869         (ev_sidebar_tree_selection_changed),
10870         (ev_sidebar_thumbnails_select_page):
10871         * shell/ev-sidebar-thumbnails.h:
10872         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10873         (ev_view_can_go_forward):
10874         * shell/ev-window.c: (ev_window_open_page),
10875         (ev_window_setup_document), (update_current_page),
10876         (view_page_changed_cb), (ev_window_init):
10877         * shell/ev-window.h:
10878
10879         Ensure thumbnails selection, toolbar page control and
10880         current page are in sync.
10881
10882 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10883
10884         * pdf/xpdf/XRef.cc:
10885
10886         Fix CAN-2005-0064
10887
10888 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10889
10890         * backend/Makefile.am:
10891         * backend/ev-document-links.h:
10892         * backend/ev-document-security.c: (ev_document_security_get_type),
10893         (ev_document_security_has_document_security),
10894         (ev_document_security_set_password):
10895         * backend/ev-document-security.h:
10896         * backend/ev-document.c: (ev_document_error_quark):
10897         * backend/ev-document.h:
10898         * data/Makefile.am:
10899         * data/evince-password.glade:
10900         * pdf/xpdf/pdf-document.cc:
10901         * shell/Makefile.am:
10902         * shell/ev-password.c: (ev_password_set_bad_password_label),
10903         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10904         (ev_password_dialog_get_password),
10905         (ev_password_dialog_set_bad_pass):
10906         * shell/ev-password.h:
10907         * shell/ev-window.c: (ev_window_get_attribute),
10908         (ev_window_set_property), (update_action_sensitivity),
10909         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10910         (ev_window_setup_document), (ev_window_get_password),
10911         (ev_window_open), (ev_window_cmd_save_as),
10912         (using_postscript_printer), (ev_window_print),
10913         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10914         (update_fullscreen_popup), (ev_window_fullscreen),
10915         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10916         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10917         (menu_item_select_cb), (find_bar_search_changed_cb),
10918         (ev_window_dispose), (ev_window_init):
10919
10920         Add initial support for password-supported dialogs.  This could be
10921         a lot cooler, but it'll do for now.
10922
10923 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10924
10925         * pdf/xpdf/pdf-document.cc:
10926         * shell/ev-view.c: (status_message_from_link),
10927         (ev_view_set_status), (ev_view_set_cursor),
10928         (ev_view_motion_notify_event), (ev_view_init):
10929         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10930
10931         Fix bugs in the links implementation and change cursor
10932         when hovering a link.
10933
10934 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10935
10936         * viewer/.cvsignore: added cvsignore file for viewer directory
10937
10938         * TODO: created TODO document
10939
10940 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10941
10942         * shell/ev-view.h:
10943         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10944         new functions to help with implementation of sensitivity code
10945         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10946         of all actions that might require it.  Fixes a crash when you
10947         click on the Zoom actions in a window lacking a document.
10948
10949 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10950
10951         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10952         of the Find action
10953
10954 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10955
10956         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10957         (pixbuf_document_document_iface_init):
10958         * ps/ps-document.c: (ps_document_get_link),
10959         (ps_document_document_iface_init):
10960         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10961         (status_message_from_link), (ev_view_set_status),
10962         (ev_view_set_find_status), (ev_view_motion_notify_event),
10963         (ev_view_button_release_event), (ev_view_set_property),
10964         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10965         (ev_view_get_find_status_message), (update_find_results),
10966         (ev_view_get_status), (ev_view_get_find_status):
10967         * shell/ev-view.h:
10968         * shell/ev-window.c: (view_status_changed_cb),
10969         (view_find_status_changed_cb), (ev_window_init):
10970
10971         View status message support, use it to show the links.
10972         Needs work...
10973
10974 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10975
10976         * backend/ev-document.c: (ev_document_get_link):
10977         * backend/ev-document.h:
10978         * pdf/xpdf/pdf-document.cc:
10979         * shell/ev-application.c: (ev_application_open):
10980         * shell/ev-application.h:
10981         * shell/ev-sidebar-links.c: (selection_changed_cb):
10982         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10983         (ev_view_go_to_link):
10984
10985         Add support for document links
10986
10987 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10988
10989         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10990         (create_tool_item):
10991         Set the spin button limits correctly.
10992         
10993         * shell/ev-sidebar-thumbnails.c:
10994         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10995         Support changing pages by clicking on the thumbnails.
10996         
10997 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10998
10999         * pixbuf/pixbuf-document.c:
11000         (pixbuf_document_thumbnails_get_dimensions),
11001         (pixbuf_document_document_thumbnails_iface_init):
11002
11003         implement get_dimensions
11004
11005 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11006
11007         * ps/ps-document.c: (ps_document_goto_page):
11008
11009         Fix page switching on multipage documents
11010
11011 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11012
11013         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11014         
11015         check for NULL before assigning to width and height parameters
11016
11017 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11018
11019         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11020         (pixbuf_document_set_property), (pixbuf_document_get_property):
11021
11022         implement get/set properties
11023
11024 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11025
11026         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11027         
11028         return NULL instead of "Unknown", letting the title get set to
11029         the filename when the pdf has no title.
11030
11031 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11032
11033         * ps/ps-document.c: (ps_document_get_page_count),
11034         (ps_document_goto_page):
11035
11036 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11037
11038         * shell/ev-history.c: (ev_history_get_property),
11039         (ev_history_set_property), (ev_history_class_init),
11040         (ev_history_add_page), (ev_history_set_current_index):
11041         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11042         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11043         (ev_navigation_action_finalize):
11044         * shell/ev-navigation-action.h:
11045         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11046         (ev_view_go_forward), (ev_view_get_find_status_message),
11047         (history_index_changed_cb), (ev_view_set_history):
11048         * shell/ev-view.h:
11049         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11050         (update_current_page), (register_custom_actions):
11051
11052         Implement history dropdowns
11053
11054 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11055
11056         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11057         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11058         (ev_view_go_forward):
11059         * shell/ev-window.c: (register_custom_actions):
11060
11061         Fix several history bugs
11062
11063 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11064
11065         * configure.ac: Add «nb» to ALL_LINGUAS.
11066
11067 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11068
11069         * backend/Makefile.am:
11070         * backend/ev-bookmark.c:
11071         * backend/ev-bookmark.h:
11072         * backend/ev-document-bookmarks.c:
11073         * backend/ev-document-bookmarks.h:
11074         * backend/ev-document-links.c: (ev_document_links_get_type),
11075         (ev_document_links_has_document_links),
11076         (ev_document_links_begin_read), (ev_document_links_get_link),
11077         (ev_document_links_get_child), (ev_document_links_next),
11078         (ev_document_links_free_iter):
11079         * backend/ev-document-links.h:
11080         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11081         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11082         (ev_link_get_link_type), (ev_link_set_link_type),
11083         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11084         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11085         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11086         (ev_link_new_external):
11087         * backend/ev-link.h:
11088         * pdf/xpdf/pdf-document.cc:
11089         * shell/Makefile.am:
11090         * shell/ev-application.c: (ev_application_open_link):
11091         * shell/ev-application.h:
11092         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11093         (ev_history_get_link_nth):
11094         * shell/ev-history.h:
11095         * shell/ev-sidebar-bookmarks.c:
11096         * shell/ev-sidebar-bookmarks.h:
11097         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11098         (ev_sidebar_links_class_init), (selection_changed_cb),
11099         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11100         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11101         (do_one_iteration), (populate_links_idle),
11102         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11103         * shell/ev-sidebar-links.h:
11104         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11105         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11106         (go_to_index):
11107         * shell/ev-view.h:
11108         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11109         * shell/ev-window.h:
11110
11111         Rename bookmark to link, and use "Index" for the sidebar panel.
11112
11113 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11114
11115         * shell/Makefile.am:
11116         * shell/ev-application.c: (ev_application_open_bookmark):
11117         * shell/ev-application.h:
11118         * shell/ev-history.c: (ev_history_init), (free_links_list),
11119         (ev_history_finalize), (ev_history_class_init),
11120         (ev_history_add_link), (ev_history_add_page),
11121         (ev_history_get_link_nth), (ev_history_get_n_links),
11122         (ev_history_get_current_index), (ev_history_set_current_index),
11123         (ev_history_new):
11124         * shell/ev-history.h:
11125         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11126         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11127         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11128         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11129         (ev_view_set_page):
11130         * shell/ev-view.h:
11131         * shell/ev-window.c: (ev_window_open_bookmark),
11132         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11133         (goto_page_cb), (register_custom_actions):
11134         * shell/ev-window.h:
11135
11136         Initial history implementation. Needs work.
11137
11138 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11139
11140         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11141
11142 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11143
11144         * cut-n-paste/recent-files/egg-recent-item.c:
11145         * cut-n-paste/recent-files/egg-recent-item.h:
11146         * cut-n-paste/recent-files/egg-recent-model.c:
11147         * cut-n-paste/recent-files/egg-recent-util.c:
11148         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11149         * cut-n-paste/recent-files/egg-recent-view.c:
11150
11151         Update
11152
11153 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11154
11155         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11156         (fillGlyph, fillImageMask, drawImage):
11157         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11158         pdf/splash/SplashTypes.h:
11159         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11160         packed mode for Splash.
11161
11162         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11163         RGB8 packed mode, eliminates the pixbuf data creation loop.
11164
11165         * shell/ev-print-job.c (ev_print_job_finalize)
11166         (ev_print_job_set_property, ev_print_job_get_property)
11167         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11168         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11169         (print_closure_finalize, ev_print_job_print): implement
11170         printing (for backends with EvPsExporter)
11171
11172         * shell/ev_print_job.h: update prototypes.
11173
11174         * shell/ev-window.c (ev_window_print): unref print job after
11175         printing.
11176
11177         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11178         unless the document implements the EvDocumentFind interface.
11179
11180 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11181
11182         * configure.ac: Added ja to ALL_LINGUAS.
11183
11184 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11185
11186         * pdf/xpdf/pdf-document.cc:
11187
11188         add a FIXME. We should probably not allocate
11189         a bookmark object every time
11190
11191 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11192
11193         * shell/ev-application.c: (ev_application_open),
11194         (ev_application_open_bookmark):
11195         * shell/ev-application.h:
11196         
11197         Add a way to open bookmarks
11198
11199         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11200         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11201         (ev_bookmark_set_property), (ev_bookmark_class_init),
11202         (ev_bookmark_new_title), (ev_bookmark_new_link),
11203         (ev_bookmark_new_external):
11204
11205         Support for external uris, better constructors.
11206
11207         * backend/ev-bookmark.h:
11208         * pdf/xpdf/pdf-document.cc:
11209         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11210
11211         Handle external uris
11212
11213 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11214
11215         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11216         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11217
11218         Hook up bookmarks navigation
11219
11220 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11221
11222         * backend/Makefile.am:
11223         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11224         (ev_bookmark_get_title), (ev_bookmark_set_title),
11225         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11226         (ev_bookmark_get_page), (ev_bookmark_set_page),
11227         (ev_bookmark_get_property), (ev_bookmark_set_property),
11228         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11229         (ev_bookmark_new):
11230         * backend/ev-bookmark.h:
11231         * backend/ev-document-bookmarks.c:
11232         (ev_document_bookmarks_get_bookmark):
11233         * backend/ev-document-bookmarks.h:
11234         * pdf/xpdf/pdf-document.cc:
11235         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11236
11237         Add a bookmark object to the backend and use it instead of get_values
11238
11239 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11240
11241         * data/evince-ui.xml:
11242
11243         Cleanup and add select all.
11244
11245         * shell/ev-view.c: (ev_view_select_all),
11246         (ev_view_button_press_event):
11247         * shell/ev-view.h:
11248         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11249
11250         Add select all.
11251         Clear selection on click.
11252
11253 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11254
11255         * shell/ev-sidebar-thumbnails.c
11256         (ev_sidebar_thumbnails_set_document): forgot to unref the
11257         loading_icon.
11258
11259 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11260
11261         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11262         at the visible page, not just linearly.  This makes it look fast.
11263
11264 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11265
11266         * backend/ev-document-misc.c
11267         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11268         white.
11269         * backend/ev-document-thumbnails.h: New interface to get the size
11270         of a page.
11271
11272 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11273
11274         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11275         make dist works
11276
11277 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11278
11279         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11280         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11281         things up a bit.
11282
11283         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11284
11285 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11286
11287         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11288         fonts. Should fix font problems on systems that have the base
11289         fonts in bitmap format. Reported by James Henstridge
11290         <james@jamesh.id.au>.
11291
11292 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11293
11294         * pdf/xpdf/Gfx.cc:
11295         * pdf/xpdf/GfxState.cc:
11296
11297         Fix for CAN-2004-1125
11298
11299 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * shell/ev-view.c: (ev_view_copy):
11302         * shell/ev-view.h:
11303         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11304
11305         Implement Edit->Copy
11306
11307 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11308
11309         * backend/ev-document.c: (ev_document_get_text):
11310         * backend/ev-document.h:
11311         * pdf/xpdf/pdf-document.cc:
11312         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11313         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11314         (ev_view_update_primary_selection), (ev_view_button_press_event),
11315         (ev_view_motion_notify_event), (ev_view_button_release_event):
11316
11317         Beginnings of clipboard support. Incomplete but primary sort
11318         of work.
11319
11320 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11321
11322         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11323         (expose_bin_window):
11324
11325         Nicer rubberband drawing, from GtkIconView.
11326
11327 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11328
11329         * backend/ev-document.c: (ev_document_save):
11330         * backend/ev-document.h:
11331         * data/evince-ui.xml:
11332         * pdf/xpdf/pdf-document.cc:
11333         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11334
11335         Implement "Save a copy..." menu item
11336
11337 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11338
11339         * shell/ev-view.c: (ev_view_zoom):
11340
11341         Queue a resize when zoom changes
11342
11343 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11344
11345         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11346         shadows.
11347
11348         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11349         thumbnails..
11350
11351 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11352
11353         * pdf/xpdf/pdf-document.cc
11354         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11355
11356 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11357
11358         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11359         It's slow, but I'll speed it up next!
11360
11361 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11362
11363         * shell/main.c (load_files):
11364
11365         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11366         from the command line and because it seems more appropriate.
11367
11368 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11369
11370         * data/evince-ui.xml:
11371         * shell/ev-window.c: (update_action_sensitivity),
11372         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11373
11374         s/next page/page down
11375         s/previous page/page up
11376
11377 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11378
11379         * data/evince-ui.xml:
11380
11381         Change the layout to match clarkbw design.
11382
11383         * shell/Makefile.am:
11384         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11385         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11386         (ev_navigation_action_finalize),
11387         (ev_navigation_action_set_property),
11388         (ev_navigation_action_get_property),
11389         (ev_navigation_action_class_init):
11390         * shell/ev-navigation-action.h:
11391
11392         Implement clarkbw toolbar navigation controls (incomplete)
11393
11394         * shell/ev-page-action.c: (update_label), (update_spin),
11395         (value_changed_cb), (create_tool_item), (connect_proxy),
11396         (ev_page_action_init), (ev_page_action_finalize),
11397         (ev_page_action_set_property), (ev_page_action_get_property),
11398         (ev_page_action_set_current_page),
11399         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11400         * shell/ev-page-action.h:
11401
11402         Implement a page switcher in the toolbar
11403
11404         * shell/ev-view.c: (ev_view_scroll_view):
11405         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11406         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11407         (register_custom_actions), (ev_window_init):
11408
11409         Change page on PageUp/Down.
11410
11411 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11412
11413         * pdf/xpdf/pdf-document.cc
11414         (pdf_document_thumbnails_get_thumbnail): initial stab at
11415         implementing thumbnail support for pdfs.  It only does documents
11416         with precached pdfs now.
11417
11418 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11419
11420         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11421         thumbnail code into a time-based idle as well.  Also, turn off the
11422         shadow temporarily as it's really slow.
11423
11424 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11425
11426         * backend/ev-document.c: (ev_document_class_init):
11427         * pdf/xpdf/pdf-document.cc:
11428         * shell/ev-window.c: (ev_window_open):
11429
11430         Fix document title bugs and fallback to
11431         filename when not available.
11432
11433 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11434
11435         * backend/ev-document.c: (ev_document_get_type),
11436         (ev_document_class_init), (ev_document_load),
11437         (ev_document_get_title):
11438         * backend/ev-document.h:
11439         * pdf/xpdf/pdf-document.cc:
11440         * ps/ps-document.c: (ps_document_set_property),
11441         (ps_document_get_property), (ps_document_class_init),
11442         (document_load):
11443         * ps/ps-document.h:
11444         * ps/ps.h:
11445         * shell/ev-window.c: (update_window_title), (ev_window_open),
11446         (ev_window_init):
11447
11448         Initial support for document title. Not working yet.
11449
11450 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11451
11452         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11453
11454         Grab focus on the view when clicking it
11455
11456 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11457
11458         * shell/ev-marshal.list:
11459         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11460         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11461
11462         Add key bindings to the view. Now if the focus would work
11463         right...
11464
11465 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11466
11467         * Makefile.am:
11468         * backend/Makefile.am:
11469         * data/Makefile.am:
11470         * dvi/Makefile.am:
11471         * dvi/dvilib/Makefile.am:
11472         * pdf/xpdf/Makefile.am:
11473         * po/POTFILES.in:
11474         * ps/Makefile.am:
11475
11476         Fix distcheck
11477
11478 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * shell/ev-view.c: (ev_view_realize):
11481
11482         Fix mouse wheel scrolling
11483
11484 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11485
11486         * ps/Makefile.am:
11487         * ps/gstypes.h:
11488         * ps/gtkgs.c:
11489         * ps/gtkgs.h:
11490         * ps/ps-document.c: (catchPipe), (ps_document_init),
11491         (ps_document_class_init), (ps_document_cleanup),
11492         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11493         (set_up_page), (close_pipe), (is_interpreter_ready),
11494         (interpreter_failed), (output), (input), (start_interpreter),
11495         (stop_interpreter), (file_length), (file_readable),
11496         (check_filecompressed), (check_pdf), (compute_xdpi),
11497         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11498         (ps_document_get_type), (ps_document_emit_error_msg),
11499         (document_load), (ps_document_next_page),
11500         (ps_document_get_current_page), (ps_document_get_page_count),
11501         (ps_document_goto_page), (ps_document_set_page_size),
11502         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11503         (ps_document_load), (ps_document_get_n_pages),
11504         (ps_document_set_page), (ps_document_get_page),
11505         (ps_document_widget_event), (ps_document_set_target),
11506         (ps_document_set_scale), (ps_document_set_page_offset),
11507         (ps_document_get_page_size), (ps_document_render),
11508         (ps_document_document_iface_init):
11509         * ps/ps-document.h:
11510         * ps/ps.c:
11511         * shell/ev-window.c: (ev_window_open):
11512
11513         Rename GtkGS to PSDocument
11514
11515 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11516
11517         * ps/gtkgs.c: (gtk_gs_class_init):
11518         * ps/gtkgs.h:
11519
11520         Some more leftover...
11521
11522 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11523
11524         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11525         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11526         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11527         * ps/gtkgs.h:
11528
11529         Remove unused code and make a lot of stuff private
11530
11531 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11532
11533         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11534         (gtk_gs_defaults_changed):
11535         * ps/gsdefaults.h:
11536         * ps/gtkgs.c:
11537         * ps/gtkgs.h:
11538         * ps/ps.h:
11539
11540         Cleanup headers dependencies
11541
11542 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11543
11544         * ps/Makefile.am:
11545         * ps/ggvutils.c:
11546         * ps/ggvutils.h:
11547         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11548         * ps/gsdefaults.h:
11549         * ps/gtkgs.c: (file_length), (file_readable),
11550         (check_filecompressed), (check_pdf), (gtk_gs_load),
11551         (gtk_gs_get_postscript):
11552
11553         Get rid of ggvutils
11554
11555 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * ps/ggvutils.c:
11558         * ps/ggvutils.h:
11559         * ps/gsio.h:
11560         * ps/gtkgs.c: (gtk_gs_set_zoom):
11561
11562         Cleanups
11563
11564 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11565
11566         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11567
11568         Ensure the page is rerendered when changing zoom
11569
11570 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11571
11572         * backend/ev-document.c: (ev_document_base_init),
11573         (ev_document_changed):
11574         * backend/ev-document.h:
11575
11576         Add a changed event that is emitted when the page content
11577         changes. This is necessary to deal with the fact that
11578         in ps backend rendering happen asycrounously.
11579         This makes the ps backend mostly work.
11580
11581         * pdf/xpdf/pdf-document.cc:
11582
11583         Emit changed event
11584
11585         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11586         (ps_document_set_target):
11587
11588         Emit changed event
11589
11590         * shell/ev-view.c: (document_changed_callback),
11591         (ev_view_set_document), (ev_view_set_page):
11592
11593         Redraw on the changed signal
11594
11595 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11596
11597         * configure.ac: Added pt_BR to ALL_LINGUAS.
11598
11599 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11600
11601         * backend/ev-document-bookmarks.c:
11602         (ev_document_bookmarks_get_child): *
11603         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11604         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11605         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11606         (ev_sidebar_bookmarks_destroy),
11607         (ev_sidebar_bookmarks_class_init),
11608         (ev_sidebar_bookmarks_construct), (stack_data_free),
11609         (do_one_iteration), (populate_bookmarks_idle),
11610         (ev_sidebar_bookmarks_clear_document),
11611         (ev_sidebar_bookmarks_set_document): *
11612         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11613         (ev_sidebar_add_page),
11614         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11615         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11616         it displays both the topics and the page numbers.
11617
11618 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11619
11620         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11621         toggle.
11622         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11623         visible.
11624
11625 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11626
11627         * configure.ac: Added en_CA to ALL_LINGUAS.
11628
11629 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11630
11631         * ChangeLog: replace bottom of this ChangeLog (merged history of
11632         ggv and gpdf; where all paths were wrong and most of the files are
11633         not even in this tree) with ChangeLog (from arch) of the shell
11634         code.
11635
11636 2004-12-23  Havoc Pennington  <hp@redhat.com>
11637
11638         * shell/ev-window.c: hook up potentially-questionable "find
11639         results status text" feature - something involving the sidebar or
11640         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11641         might be better in the end.
11642
11643         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11644         with corresponding signal when it should be updated
11645
11646         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11647
11648 2004-12-22  Havoc Pennington  <hp@redhat.com>
11649
11650         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11651         find stuff on other pages, sort of (only returns one result on
11652         invisible pages, to show they have results; updates full results
11653         for a page when you view it). Currently repaints the current page
11654         every time a new result is found on any page, which isn't so nice.
11655
11656 2004-12-22  Havoc Pennington  <hp@redhat.com>
11657
11658         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11659         the document doesn't support find (better ideas?)
11660         (find_bar_search_changed_cb): handle missing document or document
11661         that doesn't support find
11662
11663         * pdf/xpdf/pdf-document.cc: port to implement the new
11664         EvDocumentFindIface
11665
11666         * backend/ev-document-find.c: create a new interface for searching
11667
11668         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11669
11670 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11671
11672         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11673         libevbackend.la.
11674
11675         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11676         EvPrintJob constructor arguments.
11677
11678         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11679         for documents that can export PostScript (page by page).
11680
11681         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11682         
11683         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11684         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11685         (pdf_document_ps_exporter_iface_init:
11686         Implement EvPSExporter.
11687
11688         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11689
11690 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11691
11692         * backend/Makefile.am:
11693         * backend/ev-document-thumbnails.c:
11694         (ev_document_thumbnails_get_type),
11695         (ev_document_thumbnails_get_thumbnail):
11696         * backend/ev-document-thumbnails.h:
11697         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11698         (pixbuf_document_thumbnails_get_thumbnail),
11699         (pixbuf_document_document_thumbnails_iface_init):
11700         * shell/Makefile.am:
11701         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11702         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11703         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11704         * shell/ev-sidebar-thumbnails.h:
11705         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11706         (ev_sidebar_set_document):
11707         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11708         (create_shadow), (ev_pixbuf_add_shadow):
11709         * shell/ev-utils.h:
11710         Add thumbnail support.
11711         
11712 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11713
11714         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11715         (using_postscript_printer): Set up a print dialog for "PostScript
11716         injection" method.
11717
11718         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11719         EvPrintJob.
11720
11721         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11722
11723 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11724
11725         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11726         (ps_document_set_target), (ps_document_get_page_size),
11727         (ps_document_render):
11728         * ps/gtkgs.h:
11729
11730         Fix a few bugs
11731
11732 2004-12-22  Christian Rose  <menthos@menthos.com>
11733
11734         * configure.ac: Added "sv" to ALL_LINGUAS.
11735
11736 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11737
11738         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11739         document supports bookmarks.
11740
11741 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11742
11743         * ps/ggvutils.c: (ggv_file_readable):
11744         * ps/ggvutils.h:
11745         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11746         (gtk_gs_get_postscript):
11747
11748         Remove unused utils
11749
11750 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11751
11752         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11753         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11754         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11755         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11756         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11757         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11758         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11759         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11760         (gtk_gs_set_antialiasing), (ps_document_load),
11761         (ps_document_render):
11762         * ps/gtkgs.h:
11763
11764         Another check point for the ps backend. Now I can get it to show
11765         pages!
11766
11767 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11768
11769         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11770         document setting code.
11771
11772 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11773
11774         * shell/eggfindbar.c: (entry_activate_callback):
11775         Animate the next button when activate is pressed.
11776         
11777 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11778
11779         * shell/ev-window.c: (ev_window_cmd_edit_find),
11780         (update_fullscreen_popup), (ev_window_fullscreen),
11781         (ev_window_unfullscreen), (ev_window_state_event_cb),
11782         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11783         Fix bugs in fullscreen code.
11784         
11785 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11786
11787         * Makefile.am:
11788         * configure.ac:
11789         * pixbuf/Makefile.am:
11790         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11791         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11792         (pixbuf_document_set_page), (pixbuf_document_get_page),
11793         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11794         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11795         (pixbuf_document_render), (pixbuf_document_begin_find),
11796         (pixbuf_document_end_find), (pixbuf_document_finalize),
11797         (pixbuf_document_class_init),
11798         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11799         * pixbuf/pixbuf-document.h:
11800         * shell/Makefile.am:
11801         * shell/ev-application.c: (ev_application_open):
11802         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11803         (ev_window_open):
11804         Add pixbuf backend.
11805         
11806 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11807
11808         * Makefile.am: 
11809         * dvi/dvilib/Makefile.am:
11810         * dvi/Makefile.am:
11811         * configure.ac: Auto*ify dvi and dvi/dvilib
11812
11813         * dvi/Makefile: Remove from CVS
11814         
11815         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11816         confusion.
11817
11818         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11819         
11820         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11821         
11822 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11823
11824         * ps/Makefile.am:
11825         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11826         (gtk_gs_value_adjustment_changed), (compute_size),
11827         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11828         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11829         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11830         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11831         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11832         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11833         (ps_document_load), (ps_document_get_n_pages),
11834         (ps_document_set_page), (ps_document_get_page),
11835         (ps_document_set_target), (ps_document_set_scale),
11836         (ps_document_set_page_offset), (ps_document_get_page_size),
11837         (ps_document_render), (ps_document_begin_find),
11838         (ps_document_end_find), (ps_document_document_iface_init):
11839         * ps/gtkgs.h:
11840         * shell/Makefile.am:
11841         * shell/ev-window.c: (ev_window_open):
11842
11843         Some work to integrate gtkgs with EvDocument
11844
11845 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11846
11847         * shell/ev-window.c: (update_fullscreen_popup),
11848         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11849         (exit_fullscreen_button_clicked_cb),
11850         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11851         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11852         (ev_window_state_event_cb), (ev_window_init):
11853         Add fullscreen support from Epiphany.
11854         
11855 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11856
11857         * data/ev-stock-zoom-fit-width.png: fit-width
11858         stock icon from gpdf.
11859         
11860         * shell/ev-stock-icons.[ch]: copied from gpdf.
11861         
11862         * shell/main.c: (main): init stock icons.
11863         
11864         * shell/ev-window.c: use the fit-width icon.
11865         
11866         * data/evince-ui.xml: add zooming toolbar items.
11867
11868 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11869
11870         * shell/ev-view.c: 
11871         (ev_view_best_fit), (ev_view_fit_width): because
11872         get_page_size() returns the scaled page size, we
11873         need to calculate the scale factor relative to
11874         the previous scale factor. Should really just
11875         add get_real_page_size().
11876
11877 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11878
11879         * shell/ev-view.[ch]:
11880         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11881         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11882         add zooming.
11883         
11884         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11885         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11886         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11887         hook it up.
11888         
11889         * pdf/xpdf/pdf-document.cc:
11890         (pdf_document_begin_find),
11891         (pdf_document_end_find): make static.
11892
11893 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11894
11895         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11896
11897         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11898         names to fontconfig patterns.
11899         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11900
11901         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11902         setupBaseFontsFc.
11903
11904 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11905
11906         * Makefile.am:
11907         * configure.ac:
11908         * ps/Makefile.am:
11909         * ps/ggvutils.c:
11910         * ps/ggvutils.h:
11911         * ps/gsdefaults.c:
11912         * ps/gsdefaults.h:
11913         * ps/gsio.c:
11914         * ps/gsio.h:
11915         * ps/gtkgs.c:
11916         * ps/gtkgs.h:
11917         * ps/ps.c:
11918         * ps/ps.h:
11919
11920         Import ggv backend. Not hooked up yet.
11921
11922 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11923
11924         * shell/main.c: (load_files), (main): load files
11925         from the command line.
11926
11927 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11928
11929         * configure.ac: don't require bonobo.
11930         
11931         * cut-n-paste/recent-files/*: kill bonobo recent
11932         view.
11933
11934         * shell/ev-window.c:
11935         (ev_window_is_empty): upd.
11936         (unable_to_load), (ev_window_open): load backend
11937         based on the mime type.
11938
11939 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11940
11941         * backend/.cvsignore: ignore generated marshalers source.
11942
11943         * shell/main.c (main): this is not epiphany.
11944
11945 2004-12-22  Havoc Pennington  <hp@redhat.com>
11946
11947         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11948         (expose_bin_window): draw find highlights
11949
11950         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11951         
11952         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11953         (pdf_document_end_find): implement this interface
11954
11955         * backend/ev-document.c (ev_document_found): add this to emit
11956         signal
11957
11958 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11959
11960         * data/evince-ui.xml: Add a few more toolbar items.
11961
11962         * shell/ev-window.c: Hook up page navigation toolbar 
11963         items.
11964
11965         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11966         a page-changed signal.
11967
11968         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11969         Add ev_document_get_page().
11970
11971         * shell/ev-window.c: Sensitize/desensitize navigation
11972         actions.
11973
11974 2004-12-21  Havoc Pennington  <hp@redhat.com>
11975
11976         * backend/ev-backend-marshal.c,
11977         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11978         marshaler-generator thingy. I'm sure there's a better way to do
11979         this in the modern world.
11980
11981         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11982         end_find methods and "found" signal.
11983
11984         * configure.ac: find glib-genmarshal
11985
11986 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11987
11988         * shell/ev-sidebar.c: Construct an actual sidebar.
11989         * shell/ev-sidebar-bookmarks.[ch]:
11990         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11991
11992 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11993
11994         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11995         Redo size handling.
11996         
11997         * shell/ev-view.c: Track the size from the document.
11998
11999 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12000
12001         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12002         constructor assumes ownership of the string passed in.
12003         
12004         * shell/ev-window.c (ev_window_open): Destroy the error
12005         dialog once we've displayed it.
12006
12007 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12008
12009         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12010         a bit, it works! (sort of)
12011
12012         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12013         Move to .cc since we need to use C++ in the implementation.
12014
12015         * shell/dummy.cc: Add a CC file to force evince
12016         to be linked as a C++ program.
12017
12018 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12019
12020         * shell/ev-view.[ch]: Start of content-area widget.
12021
12022         * shell/ev-window.c: Create a EvView, update it
12023         as we change documents.
12024
12025         * shell/Makefile.am shell/ev-marshal.list: Add
12026         generated marshalers.
12027
12028 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12029
12030         * Makefile.am (SUBDIRS): move shell.
12031
12032 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12033
12034         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12035         .a to libtool convenience libraries.
12036
12037         * shell/ev-window.c (ev_window_open): Hard code loading
12038         a PDF document.
12039         
12040         * backend/ev-document.h: Add a boolean return to load(),
12041         fix GError * to GError **.
12042
12043         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12044         object for a PDF backend EvDocument.
12045
12046 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12047
12048         * dvi/*: New directory with the beginning of a .dvi backend.
12049
12050 2004-12-21  Havoc Pennington  <hp@redhat.com>
12051
12052         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12053         previous/next instead of back/forward
12054
12055 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12056
12057         * backend/ev-document.[ch]: Fix a couple of problems so
12058         it compile.
12059
12060 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12061
12062         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12063         to backend/ directory, rename EvViewer to EvDocument.
12064
12065 2004-12-21  Havoc Pennington  <hp@redhat.com>
12066
12067         * shell/ev-window.c: hook up the find bar widget; now we just need
12068         a document to find things in
12069
12070         * shell/eggfindbar.c: a find bar widget
12071
12072 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12073
12074         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12075
12076 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12077
12078         * pdf/**: Import of xpdf code from gpdf. 
12079
12080         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12081
12082         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12083         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12084         Fix FreeType includes.
12085
12086         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12087         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12088         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12089         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12090         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12091         Include xpdfconfig.h
12092         
12093 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12094
12095         * shell/ev-window.c (ev_window_dispose): dispose can be called
12096         multiple times.
12097
12098 2004-12-21  Havoc Pennington  <hp@redhat.com>
12099
12100         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12101         rather than Evince
12102
12103         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12104         items; really they should be synced with the strings, etc. from
12105         current gpdf, but just getting the boring typing out of the way 
12106
12107 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12108
12109         * po/POTFILES.in:
12110         * shell/ev-application.c: (window_destroy_cb):
12111         * shell/ev-window.c:
12112         * shell/main.c: (main):
12113
12114         Actually show the window...
12115
12116 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12117
12118         * Makefile.am:
12119         * shell/Makefile.am:
12120         * shell/ev-application.c: (ev_application_class_init):
12121         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12122
12123         Make it build again
12124
12125 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12126
12127         Import to gnome cvs.
12128         
12129         * Remove copies of gpdf and ggv trees.
12130         * Rip out all the recursive configure code.
12131         * Remove bonobo machinery.
12132         * viewer/*: GInterfaces that backends should/can implement.
12133
12134 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12135
12136         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12137         typo
12138
12139 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12140
12141         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12142         (ev_application_finalize, ev_application_class_init)
12143         (ev_application_init): use GType instance private data for priv.
12144
12145         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12146         (ev_window_finalize, ev_window_class_init)
12147         (ev_window_init): ditto.
12148
12149 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12150
12151         * shell/ev-application.c (ev_application_new_window): make public
12152         (ev_application_show_initial_window): kill.
12153
12154         * shell/ev-application.h: update prototypes.
12155
12156         * shell/main.cc (main): inline ev_application_show_initial_window.
12157
12158 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12159
12160         * shell/ev-application.c (ev_application_new_window): impl.
12161         (ev_application_show_initial_window): use it.
12162         (is_window_empty, ev_application_get_empty_window): returns an
12163         existing empty window or a new one.
12164         (ev_application_open): from ev_window_cmd_file_open.
12165
12166         * shell/ev-application.h: update prototypes
12167
12168         * shell/ev-window.c (ev_window_is_empty): impl.
12169         (ev_window_open): make public.
12170         (ev_window_cmd_file_open): use ev_application_open
12171
12172         * shell/ev-window.h: update prototypes, remove unused.
12173
12174 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12175
12176         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12177         move destroy handler out of here...
12178
12179         * shell/ev-application.c, shell/ev-application.h: ...into this new
12180         class. Also handles initial window creation.
12181
12182         * shell/main.cc (main): use EvApplication to create initial
12183         window.
12184
12185 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12186
12187         * Makefile.am (SUBDIRS): add cut-n-paste
12188
12189         * cut-n-paste/Makefile.am: add
12190
12191         * configure.ac: generate Makefiles in cut-n-paste
12192
12193 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12194
12195         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12196         (ev_window_class_init): install ev_window_dispose.
12197
12198 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12199
12200         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12201         char (gchar looks stupid).
12202
12203 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12204
12205         * po/de.po: updated German translation.
12206
12207 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12208
12209         * configure.ac: add more pkg-config library checks for gnome-vfs,
12210         bonobo etc.
12211
12212         * gpdf/configure.in: temporarily disable libpaper
12213         checks. Otherwise I'd have to add the checks for the shell, too.
12214
12215 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12216
12217         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12218         and * file filters to the file choose.
12219
12220 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12221
12222         * po/de.po: Updated German translation.
12223
12224 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12225
12226         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12227
12228 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12229
12230         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12231
12232         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12233         (ev_window_init): implement those menuitems.
12234
12235 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12236
12237         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12238
12239         * shell/ev-window.c (ev_window_init): use the toolbar.
12240
12241 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12242
12243         * shell/ev-window.c (ev_window_init): use menu translations
12244
12245 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12246
12247         * configure.ac: add "de" to ALL_LINGUAS.
12248
12249         * po/de.po: add German translation.
12250
12251 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12252
12253         * Makefile.am (SUBDIRS): add po
12254
12255         * configure.ac: check intltool, glib-gettext etc, generate
12256         po/Makefile.in
12257
12258         * po, po/POTFILES.in, po/POTFILES.skip: new.
12259
12260 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12261
12262         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12263         already use (#ifdef ENABLE_NLS)
12264
12265         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12266         pointer indirection thinko.
12267
12268         * shell/main.c: include gi18n.h for bindtextdomain etc.
12269
12270 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12271
12272         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12273         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12274         tooltips for menu items in the statusbar.
12275
12276 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12277
12278         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12279         pkgdatadir drop UIDIR
12280
12281 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12282
12283         * data/evince-ui.xml: Add File->Open menu item
12284
12285         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12286         chooser), hook it up in the ui manager.
12287
12288 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12289
12290         * shell/ev-window.c: fix Help->About tooltip.
12291
12292 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12293
12294         * configure.ac: set CFLAGS for libevprivate.
12295
12296         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12297         definitions, factory etc.
12298
12299         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12300
12301         * shell/Makefile.am: link against libevprivate.a.
12302
12303         * shell/ev-window.c (entries): add stock icon to Help->About.
12304
12305         * shell/main.c (main): init stock icon code.
12306
12307 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12308
12309         * lib/recent-files: egg recent files code
12310
12311         * lib/Makefile.am: add.
12312
12313         * Makefile.am: add lib subdir.
12314
12315         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12316         set CFLAGS for recent-files.
12317
12318 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12319
12320         * configure.ac: disable -ansi and -pedantic gcc flags. They
12321         disable POSIX stuff in stdio.h, but egg-recent uses them.
12322
12323 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12324
12325         * configure.ac: add --disable-deprecated flag (defaults to on in
12326         "cvs" builds).
12327
12328         * shell/Makefile.am (INCLUDES): use it.
12329
12330 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12331
12332         * shell/main.c: add missing #include.
12333
12334         * shell/ev-window.c: fix for pedantic gcc.
12335         (ev_window_cmd_help_about): split license into paragraphs for
12336         translators and pedantic compilers.
12337
12338 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12339
12340         * configure.ac: add more warning flags if compiling with gcc from
12341         cvs (or explicitly requested with --enable-more-warnings).
12342
12343 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12344
12345         * data/evince-ui.xml: add File and File->Close menu.
12346
12347         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12348         (ev_window_destroy): quit after destroy.
12349         (ev_window_class_init): override GtkObject::destroy.
12350         (entries): install close_window callback.
12351
12352 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12353
12354         * Makefile.am (SUBDIRS): add data subdir.
12355
12356         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12357         gtk+ 2.5.0 for GtkAboutDialog.
12358
12359         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12360         main window.
12361
12362         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12363
12364         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12365         manager.
12366         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12367
12368 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12369
12370         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12371
12372 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12373
12374         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12375
12376 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12377
12378         * shell/*: Added shell directory boilerplate, build it.
12379
12380 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12381
12382         * configure.ac, Makefile.am: Added top-level configure.ac and
12383         Makefile.am