]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix an implicit function definition warning (#487655)
[evince.git] / ChangeLog
1 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2
3         * backend/pixbuf/pixbuf-document.c:
4
5         Fix an implicit function definition warning (#487655)
6
7 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-window.c:
10
11         Fix conflicting shortcut for view sade pane and presentation.
12         
13 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * backend/pdf/ev-poppler.cc:
16         (pdf_document_file_exporter_begin_page),
17         (pdf_document_file_exporter_do_page),
18         (pdf_document_file_exporter_end_page),
19         (pdf_document_file_exporter_iface_init):
20         * libdocument/ev-file-exporter.[ch]:
21         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
22         * shell/ev-jobs.c: (ev_job_print_get_page_list),
23         (ev_job_print_run):
24
25         When printing multiple pages per sheet in reverse option, do not
26         invert the order of the pages in every sheet, but the order of the
27         sheets. Do not print blank pages when page range is invalid. Fixes
28         bugs #484857 and #485521.
29         
30 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * shell/ev-jobs.c: (ev_job_print_get_page_list),
33         (ev_job_print_run):
34         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
35
36         Respect ranges order when printing more than one range in random
37         order.
38         
39 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
40
41         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
42         (ev_window_setup_document), (ev_window_rotation_changed_cb):
43
44         Rotate also the window icon when document is rotated. Fixes bug
45         #474681.
46         
47 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
50         (pdf_document_forms_get_form_fields):
51
52         Silently ignore unknown form fields. Fixes bug #482654. Patch by
53         Matthias Drochner.
54         
55 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * configure.ac:
58         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
59
60         Use poppler_page_render_for_printing() instead of
61         poppler_page_render() if available when exporting to a ps or pdf
62         file. Fixes bug #476627.
63         
64 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * shell/ev-window.c: (ev_window_run_fullscreen):
67
68         Do not show the toolbar in fullscreen mode if the main toolbar is
69         not visible. Fixes bug #483048.
70         
71 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * shell/ev-view.c: (ev_view_button_press_event):
74
75         Give priority to form fields over images when deciding whether a
76         button press event is over an image or form field. It allows edit
77         form fields when they are over a background image. Fixes bug
78         #477841.
79         
80 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
81
82         * NEWS:
83         * configure.ac:
84         
85         Update for release 2.20.0
86
87 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * backend/pdf/ev-poppler.cc:
90
91         Remove #ifdef HAVE_FORMS, so that forms support works again.
92
93 2007-09-05  Götz Waschk  <waschk@mandriva.org>
94
95         * configure.ac:
96         * data/evince.desktop.in.in:
97         
98         Fixes desktop file issues. See bug #473471.
99
100 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
103         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
104         (ev_job_queue_remove_job):
105         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
106         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
107         * shell/ev-window.c: (ev_window_clear_save_job),
108         (ev_window_save_job_cb), (file_save_dialog_response_cb),
109         (ev_window_dispose):
110
111         Move save a copy task to its own job so that it's carried out in a
112         thread avoiding another lock in the main thread. Use
113         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
114         can be saved to a pathin another file system. Fixes bug #456891.
115         
116 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
117
118         * NEWS:
119         * configure.ac:
120         
121         Update for release 2.19.92
122
123 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * configure.ac:
126         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
127         (pdf_selection_get_selection_region),
128         (pdf_selection_get_selection_map),
129         (ev_form_field_from_poppler_field):
130
131         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
132         and triple click selections are enabled again now.
133
134 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * shell/ev-window.c: (ev_window_add_history):
137
138         Make sure not to use the history with documents not supporting
139         links. Fixes bug #468954.
140
141 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * shell/ev-window.c: (ev_window_load_job_cb):
144
145         Restart the search when reloading a document with the find bar
146         visible. Fixes bug #461962.
147
148 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * shell/ev-window.c: (setup_document_from_metadata),
151         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
152
153         Do not jump to the first page when reloading a document from the
154         last page.
155
156 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * shell/ev-window.c: (update_chrome_flag),
159         (setup_sidebar_from_metadata),
160         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
161         (ev_window_cmd_edit_find_next),
162         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
163         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
164         (find_bar_close_cb), (view_actions_focus_in_cb):
165
166         Do not update visibility when changing a chrome flag so that it's
167         possible to update several flags and update visibility only once
168         for all of them.
169
170 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
173
174         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
175         supported by gtk+. Fixes bug #460907.
176
177 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-view.c: (view_update_range_and_current_page):
180
181         Make sure current-page <= end-page in continuous mode. Fixes bug
182         #454950.
183
184 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * backend/pdf/ev-poppler.cc: (build_tree):
187
188         Ignore outline items without a title. Fixes bug #453913.
189
190 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
193         (ev_view_button_release_event), (ev_view_leave_notify_event):
194
195         Use always drag mouse cursor during a drag operation. Fixes bug
196         #470564.
197
198 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
201         (pdf_selection_get_selection_region),
202         (pdf_selection_get_selection_map):
203
204         Temporarily disable double and triple selections since it depends on
205         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
206         released and the update of the external dependency minimal version
207         approved.
208
209 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
212         (pdf_document_file_exporter_do_page):
213         * libdocument/ev-file-exporter.h:
214         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
215         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
216
217         Actually fix printing regressions. Remove orientation from
218         EvPrintContext since it's redundant.
219
220 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
223         * backend/impress/impress-document.c:
224         (impress_document_document_iface_init):
225         * backend/ps/ps-document.c: (ps_document_document_iface_init):
226         * backend/djvu/djvu-document.c:
227         (djvu_document_document_iface_init),
228         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
229         * backend/tiff/tiff-document.c:
230         (tiff_document_document_iface_init):
231         * backend/pixbuf/pixbuf-document.c:
232         (pixbuf_document_document_iface_init):
233         * backend/comics/comics-document.c:
234         (comics_document_document_iface_init):
235         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
236         (pdf_selection_render_selection),
237         (pdf_selection_get_selected_text),
238         (pdf_selection_get_selection_region),
239         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
240         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
241         (ev_selection_get_selection_region),
242         (ev_selection_get_selection_map):
243         * libdocument/ev-document.[ch]:
244         * shell/ev-pixbuf-cache.[ch]: (add_job),
245         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
246         * shell/ev-view-private.h:
247         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
248         (ev_job_render_run):
249         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
250         * shell/ev-view.c: (start_selection_for_event),
251         (ev_view_button_press_event), (ev_view_drag_data_get),
252         (ev_view_drag_data_received), (ev_view_button_release_event),
253         (compute_new_selection_text), (compute_selections),
254         (ev_view_select_all), (get_selected_text), (ev_view_copy),
255         (ev_view_primary_get_cb):
256
257         Add support for double and triple click selections.
258
259 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
260
261         * NEWS:
262         * configure.ac:
263
264         Update for release 2.19.4
265
266 2007-08-28  Justin Blanchard  <justinb04@aim.com>
267
268         * shell/ev-view-private.h:
269         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
270         (ev_view_set_highlight_search):
271         * shell/ev-view.h:
272         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
273         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
274         (find_bar_visibility_changed_cb):
275         
276         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
277
278 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
281         (pdf_document_file_exporter_begin),
282         (pdf_document_file_exporter_do_page):
283         * shell/ev-jobs.c: (ev_job_print_run):
284         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
285
286         Create always a portrait cairo surface and rotate when needed for
287         landscape. It fixes printing problems in real printers.
288
289 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
292         * libdocument/ev-file-exporter.[ch]:
293         (ev_file_exporter_get_capabilities):
294         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
295         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
296
297         Adjust number of pages per row according to page orientation when
298         printing 2 or 6 pages per sheet.
299
300 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
301
302         * shell/ev-window.c: (ev_window_print_send):
303
304         Reset also cups setting to 1 when printing multiple pages per
305         sheet. Fixes bug #468853.
306
307 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * libdocument/ev-document-misc.c:
310         (ev_document_misc_surface_rotate_and_scale):
311
312         Use directly cairo_surface_get_content() when creating a similar
313         surface as suggested by Jeff Muizelaar. Thanks again.
314
315 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * backend/djvu/djvu-document.c: (djvu_document_render):
318         * backend/tiff/tiff-document.c: (tiff_document_render):
319         * backend/pdf/ev-poppler.cc: (pdf_document_render):
320         * libdocument/ev-document-misc.c:
321         (ev_document_misc_surface_from_pixbuf),
322         (ev_document_misc_surface_rotate_and_scale):
323
324         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
325         creating page surfaces. Fixes bug #453123. Thank you very much to
326         Jeff Muizelaar <jeff@infidigm.net>.
327
328 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-page-cache.c: (ev_page_cache_new),
331         (ev_page_cache_get_thumbnail_size):
332         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
333         (ev_sidebar_thumbnails_set_loading_icon):
334
335         Also store in page-cache the dimensions of the thumbnails so that
336         they can be used to create the correct loading icon in the side
337         pane. Fixes bug #466857.
338
339 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * backend/pdf/ev-poppler.cc:
342         (pdf_document_thumbnails_get_thumbnail):
343
344         Fix thumbnails rotation in pdf documents that include embedded 
345         thumbnails.
346
347 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
348
349         * backend/pdf/ev-poppler.cc:
350
351         Don't use #ifdef in macro expansion. Some compilers don't
352         like that. Closes bug #467042.
353
354 2007-08-15  Justin Blanchard  <justinb04@aim.com>
355
356         * backend/djvu/djvu-document.c: (djvu_document_finalize):
357         
358         Fixes memory leak in djvu backend.
359
360 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
361
362         * data/icons/32x32/Makefile.am:
363         * data/icons/32x32/actions/Makefile.am:
364         * data/icons/32x32/actions/view-page-cont.svg:
365         * data/icons/32x32/actions/view-page-facing.svg:
366         * data/icons/48x48/Makefile.am:
367         * data/icons/48x48/actions/Makefile.am:
368         * data/icons/48x48/actions/view-page-cont.svg:
369         * data/icons/48x48/actions/view-page-facing.svg:
370         
371         Icons for a new sizes.
372
373 2007-08-14  Justin Blanchard  <justinb04@aim.com>
374
375         * shell/ev-page-cache.c: (build_height_to_page),
376         (ev_page_cache_get_height_to_page):
377         
378         Fixes invalid read, see bug #466401.
379
380 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
383         (set_drag_cursor):
384         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
385         (configure_item_cursor), (new_pixbuf_from_widget):
386
387         Fix multihead problems in toolbar editor. Fixes bug #382055.
388
389 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * shell/ev-window.c: (ev_window_cmd_file_open),
392         (ev_window_cmd_save_as):
393
394         Use g_get_user_special_dir when available instead of
395         xdg_user_dir_lookup.
396
397 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
398
399         * MAINTAINERS:
400         
401         Updated according to request on desktop-devel.
402
403 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
406
407         Do not use cairo_rectangle and cairo_clip since we are
408         not using cairo_fill but cairo_paint. Use the same cairo context
409         for every page in the same expose event.
410
411 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
412
413         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
414         leak.
415
416 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * configure.ac:
419         * NEWS:
420
421         Release 0.9.3
422
423 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * libdocument/ev-document-info.h:
426         * libdocument/ev-document.h:
427         * shell/ev-page-action.h:
428         * shell/ev-sidebar-links.h:
429
430         Fix a headers problem with ev-link
431         
432         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
433         * shell/ev-view-private.h:
434         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
435         (get_link_area), (ev_view_query_tooltip),
436         (ev_view_leave_notify_event), (ev_view_destroy),
437         (ev_view_class_init):
438
439         Use new gtk tooltips when available instead of ev-tooltip.
440         
441 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * shell/ev-window.c: (update_chrome_visibility),
444         (ev_window_sidebar_visibility_changed_cb):
445
446         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
447         
448 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-navigation-action.c:
451         (ev_navigation_action_history_changed),
452         (ev_navigation_action_set_history):
453         * shell/ev-navigation-action-widget.c:
454         (ev_navigation_action_widget_init):
455         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
456
457         Fix compile warnings.
458         
459 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
462         (egg_editable_toolbar_dispose):
463
464         Fix memory leak.
465         
466 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
469         (screensaver_disable_x11):
470         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
471         * shell/ev-window.c: (presentation_set_timeout):
472         * shell/ev-view.c: (ev_view_presentation_transition_start):
473
474         Use g_timeout_add_seconds instead of g_timeout_add when
475         available.
476         
477 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
480
481         Set horizontal scrollbar policy to AUTOMATIC instead of
482         NEVER. Workaround for bug #449462.
483         
484 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * shell/ev-jobs.c: (ev_job_render_page_ready):
487
488         Add page_ready callback to main loop with high priority and hold
489         a reference to job during idle.
490         
491 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * configure.ac:
494         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
495         (pdf_document_file_exporter_begin),
496         (pdf_document_file_exporter_do_page),
497         (pdf_document_file_exporter_get_capabilities):
498         * libdocument/ev-file-exporter.h:
499         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
500         * shell/ev-window.c: (ev_window_print_send),
501         (ev_window_print_dialog_response_cb):
502
503         Allow printing multiple pages per sheet. Fixes bug #395573.
504         
505 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
506
507         * shell/ev-view.c: (tip_from_link):
508         
509         Check for NULL, fixes bug #460862.
510
511 2007-07-29  Christian Persch  <chpe@gnome.org>
512
513         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
514         (ev_window_preview_print_finished), (ev_window_do_preview_print),
515         (ev_window_cmd_preview_print):
516         
517         Fixes bug #437681 - blocks while enumerating printers.
518
519 2007-07-29  Christian Persch  <chpe@gnome.org>
520
521         * shell/ev-window.c: (ev_window_screen_changed):
522         
523         Don't use deprecated gtk+ function. See bug #460909.
524
525 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * shell/ev-utils.c: (get_num_monitors):
528         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
529
530         Do not use display before initializing it. Remove compile
531         warnings.
532
533 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
534
535         * shell/ev-view.c: (ev_view_class_init):
536         
537         Unix-like hjkl bindings added. See bug #458111.
538
539 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
540
541         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
542         * shell/ev-utils.h:
543         * shell/ev-view.c: (ev_view_set_zoom_for_size),
544         (ev_view_update_view_size):
545         * shell/ev-view.h:
546         * shell/ev-window.c: (ev_window_update_actions),
547         (setup_view_from_metadata), (ev_window_screen_changed),
548         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
549         (zoom_control_changed_cb):
550         * shell/ev-window.h:
551         
552         Reorganizes utility functions.
553
554 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
557         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
558         (add_job), (ev_pixbuf_cache_get_surface),
559         (ev_pixbuf_cache_get_link_mapping),
560         (ev_pixbuf_cache_get_image_mapping),
561         (ev_pixbuf_cache_get_form_field_mapping),
562         (ev_pixbuf_cache_get_text_mapping):
563         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
564         (notify_page_ready), (ev_job_render_page_ready),
565         (ev_job_render_run):
566
567         Add page_ready signal to notify that page is ready as soon as
568         possible even if other page elements like links, forms, images or
569         text mapping are not ready yet.
570
571 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
574         (dvi_document_file_exporter_do_page),
575         (dvi_document_file_exporter_get_capabilities),
576         (dvi_document_file_exporter_iface_init):
577         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
578         (ps_document_file_exporter_do_page),
579         (ps_document_file_exporter_get_capabilities),
580         (ps_document_file_exporter_iface_init):
581         * backend/djvu/djvu-document.c:
582         (djvu_document_file_exporter_begin),
583         (djvu_document_file_exporter_end),
584         (djvu_document_file_exporter_get_capabilities),
585         (djvu_document_file_exporter_iface_init):
586         * backend/tiff/tiff-document.c:
587         (tiff_document_file_exporter_begin),
588         (tiff_document_file_exporter_get_capabilities),
589         (tiff_document_document_file_exporter_iface_init):
590         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
591         (pdf_document_file_exporter_do_page),
592         (pdf_document_file_exporter_get_capabilities),
593         (pdf_document_file_exporter_iface_init):
594         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
595         (ev_file_exporter_get_capabilities):
596         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
597         (idle_print_handler), (ev_print_job_print):
598         * shell/ev-jobs.c: (ev_job_print_run):
599         * shell/ev-window.c: (ev_window_print_send),
600         (ev_window_print_range):
601
602         Use capabilities to know which options should be offered by the
603         print dialog depending on the document backend.
604
605 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
608
609         Give priority to forms over text to set the cursor.
610
611 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-view-private.h:
614         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
615         (ev_view_leave_notify_event), (ev_view_finalize),
616         (ev_view_get_property), (ev_view_class_init):
617
618         Use IBEAM cursor for text form fields and NORMAL cursor for read
619         only fields. Remove unused status attribute.
620
621 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
624
625         Update region for current selected items also for checkbox
626         buttons, since they can behave as radio buttons when they are in a
627         set.
628
629 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * configure.ac:
632         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
633
634         Get max length of text form fields.
635
636 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
637
638         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
639         * libdocument/ev-form-field.h:
640         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
641
642         Fix build with current poppler cvs head.
643
644 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
645
646         * cut-n-paste/zoom-control/ephy-zoom-control.c:
647         * shell/eggfindbar.c: (egg_find_bar_init):
648
649         Fix build with gtk+ >= 2.11.5 due to gtktooltips
650         deprecation. Fixes bug #455667
651
652 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
653
654         * NEWS:
655         * configure.ac:
656         
657         Update for release 0.9.2
658
659 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * shell/ev-view.c: (ev_view_form_field_text_save),
662         (ev_view_form_field_choice_save):
663
664         Fix a crash when closing whith a form widget visible.
665
666 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
669
670         Update also the region of the current selected button when
671         clicking on another button if they are radio buttons.
672
673 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
676         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
677         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
678         (ev_pixbuf_cache_get_link_mapping),
679         (ev_pixbuf_cache_get_image_mapping),
680         (ev_pixbuf_cache_get_form_field_mapping),
681         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
682         * shell/ev-view.c: (ev_view_form_field_get_region),
683         (ev_view_form_field_button_create_widget),
684         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
685         (job_finished_cb):
686
687         Redraw only form field region instead of the whole page when
688         reloading a page to show changes on the form field.
689
690 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * shell/ev-view.c: (ev_view_form_field_choice_save):
693
694         Fix selection of first item in list form fields.
695
696 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
697
698         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
699         (ev_pixbuf_cache_reload_page),
700         (ev_pixbuf_cache_get_form_field_mapping):
701
702         Some refactoring to avoid duplicated code.
703
704 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * configure.ac:
707         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
708         (ev_form_field_from_poppler_field),
709         (pdf_document_forms_get_form_fields),
710         (pdf_document_forms_form_field_text_get_text),
711         (pdf_document_forms_form_field_text_set_text),
712         (pdf_document_forms_form_field_button_set_state),
713         (pdf_document_forms_form_field_button_get_state),
714         (pdf_document_forms_form_field_choice_get_item),
715         (pdf_document_forms_form_field_choice_get_n_items),
716         (pdf_document_forms_form_field_choice_is_item_selected),
717         (pdf_document_forms_form_field_choice_select_item),
718         (pdf_document_forms_form_field_choice_toggle_item),
719         (pdf_document_forms_form_field_choice_unselect_all),
720         (pdf_document_forms_form_field_choice_set_text),
721         (pdf_document_forms_form_field_choice_get_text),
722         (pdf_document_document_forms_iface_init):
723         * libdocument/Makefile.am:
724         * libdocument/ev-form-field.[ch]:
725         * libdocument/ev-document-forms.[ch]:
726         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
727         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
728         (add_job), (ev_pixbuf_cache_reload_page),
729         (ev_pixbuf_cache_get_form_field_mapping):
730         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
731         * shell/ev-view-private.h:
732         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
733         (ev_view_handle_cursor_over_xy),
734         (ev_view_get_form_field_at_location),
735         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
736         (ev_view_form_field_button_create_widget),
737         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
738         (ev_view_form_field_text_create_widget),
739         (ev_view_form_field_choice_save),
740         (ev_view_form_field_choice_changed),
741         (ev_view_form_field_choice_create_widget),
742         (ev_view_handle_form_field), (ev_view_size_allocate),
743         (ev_view_realize), (draw_end_presentation_page),
744         (ev_view_button_press_event), (ev_view_remove_all),
745         (ev_view_motion_notify_event), (ev_view_key_press_event),
746         (ev_view_enter_notify_event), (highlight_find_results),
747         (draw_loading_text), (draw_one_page), (ev_view_destroy),
748         (ev_view_class_init), (page_changed_cb),
749         (on_adjustment_value_changed), (ev_view_set_presentation),
750         (merge_selection_region), (ev_view_set_cursor),
751         (ev_view_reset_presentation_state):
752         
753         Merge evince-forms branch.
754
755 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
756
757         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
758
759         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
760         This script also updates itself from libegg
761
762         * cut-n-paste/toolbar-editor/egg*:
763         Run update-toolbareditor-from-libegg.sh so we are in sync again with
764         libegg
765
766 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
767
768         * shell/ev-window.c:
769         
770         Adds a nice icon to page action during toolbar editing.
771         See bug #452872.
772
773 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
774
775         * data/evince-toolbar.xml:
776         * shell/ev-window.c:
777         
778         Let user add a presentation and fullscreen icons on toolbar.
779         See bug #449734.
780
781 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
782
783         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
784
785         new script to keep in sync with toolbareditor in libegg
786
787         * cut-n-paste/toolbar-editor/*: 
788
789         Run update-toolbareditor-from-libegg so we are in sync again. 
790         Fixes bug #452850.
791         
792
793 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * shell/ev-sidebar-links.c: (job_finished_callback):
796
797         Do not connect selection changed signal more than once. Fixes bug
798         #349433.
799
800 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-window.c: (ev_window_view_sidebar_cb):
803
804         Do not change sidebar chrome flag when pressing F9 key in
805         presentation mode.
806
807 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * backend/pdf/ev-poppler.cc:
810         (pdf_document_thumbnails_get_dimensions):
811
812         Make sure thumbnails width and height is not <= 0. Fixes a crash
813         with some pdf documents which have really small pages.
814
815 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
816
817         * shell/main.c: (main):
818
819         Fixes program description translation issue.
820         Bug #450148.
821
822 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
823
824         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
825
826         Do not change current page when returning from black/white mode
827         in presentation. Fixes bug #415032.
828
829 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
830
831         * NEWS:
832         * configure.ac:
833         
834         Update for release 0.9.1
835
836 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
837
838         * backend/dvi/dvi-document.c:
839         (dvi_document_finalize),
840         (dvi_document_file_exporter_format_supported),
841         (dvi_document_file_exporter_begin),
842         (dvi_document_file_exporter_do_page),
843         (dvi_document_file_exporter_end),
844         (dvi_document_file_exporter_iface_init), (dvi_document_init):
845         
846         PDF exporter for dvi documents. Fixes bug #441319.
847
848 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * shell/ev-window.c: (ev_window_clear_print_job):
851
852         Clear gtk print job when job has finished. Fixes bug #447612.
853
854 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * shell/ev-window.c: (ev_window_print_send),
857         (ev_window_print_dialog_response_cb), (ev_window_print_range):
858
859         Add preview button to print dialog. Fixes bug #445419.
860
861 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * backend/dvi/Makefile.am:
864         * backend/dvi/pixbuf-device.[ch]: Removed
865         * backend/dvi/cairo-device.[ch]: Added
866         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
867         * backend/dvi/dvi-document.c: (dvi_document_load),
868         (dvi_document_render), (dvi_document_finalize),
869         (dvi_document_thumbnails_get_thumbnail), (parse_color),
870         (dvi_document_do_color_special):
871         * libdocument/ev-document-misc.[ch]:
872         (ev_document_misc_pixbuf_from_surface):
873
874         Port dvi backend to cairo and fix a problem with colors. 
875
876 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * shell/ev-view.c: (draw_one_page):
879
880         Draw only visible region.
881
882 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * backend/djvu/djvu-document.c: (djvu_document_render):
885
886         Fix rotation in djvu backend.
887
888 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-pixbuf-cache.c: (job_finished_cb),
891         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
892         (ev_pixbuf_cache_get_image_mapping),
893         (ev_pixbuf_cache_get_text_mapping):
894
895         Redraw view every time we have a new surface. Fixes bug #443587.
896
897 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * libdocument/ev-document.c: (ev_document_info_free):
900
901         Fix memory leaks.
902
903 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * backend/dvi/dvi-document.c: (dvi_document_render),
906         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
907         * backend/impress/impress-document.c:
908         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
909         (impress_document_render), (impress_document_document_iface_init),
910         (impress_document_thumbnails_get_thumbnail):
911         * backend/djvu/djvu-document-private.h:
912         * backend/djvu/djvu-document.c: (djvu_document_render),
913         (djvu_document_finalize), (djvu_document_document_iface_init),
914         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
915         * backend/tiff/tiff-document.c: (tiff_document_render),
916         (tiff_document_render_pixbuf),
917         (tiff_document_document_iface_init):
918         * backend/pdf/ev-poppler.cc: (pdf_document_render),
919         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
920         (pdf_selection_render_selection):
921         * backend/comics/comics-document.c:
922         (comics_document_render_pixbuf), (comics_document_render),
923         (comics_document_document_iface_init):
924         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
925         (pixbuf_document_document_iface_init):
926         * libdocument/ev-document-misc.[ch]:
927         (ev_document_misc_surface_from_pixbuf),
928         (ev_document_misc_surface_rotate_and_scale):
929         * libdocument/ev-document.[ch]: (ev_document_render):
930         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
931         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
932         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
933         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
934         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
935         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
936         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
937         (render_finished_cb), (ev_job_render_run):
938         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
939         (merge_selection_region):
940
941         Use cairo image surfaces instead of GDK pixbufs for drawing pages
942         and selections.
943
944 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/ev-window-title.c: (ev_window_title_update):
947
948         Fix memory leak.
949
950 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-view.c: (draw_loading_text):
953
954         Show loading text centered. Fixes bug #433061
955
956 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * shell/ev-sidebar-thumbnails.c:
959         (ev_sidebar_thumbnails_set_loading_icon):
960
961         Remove a mutex in the main thread that blocks the UI in heavy
962         documents.
963
964 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
967
968         Set points_set to TRUE so that selections don't disappear after a
969         zoom change.
970
971 2007-06-07  Michael Monreal  <infernux@web.de>
972
973         * data/icons/16x16/actions/Makefile.am:
974         * data/icons/16x16/actions/zoom.svg:
975         * data/icons/22x22/actions/Makefile.am:
976         * data/icons/22x22/actions/zoom.svg:
977         * data/icons/24x24/actions/Makefile.am:
978         * shell/ev-stock-icons.c:
979         * shell/ev-stock-icons.h:
980         * shell/ev-window.c:
981         
982         Zoom icon artwork. See bug #444795.
983
984 2007-06-05  Bastien Nocera  <hadess@hadess.net>
985
986         * shell/ev-metadata-manager.c: Remove extraneous function
987         (Closes: #444386)
988
989 2007-06-05  Bastien Nocera  <hadess@hadess.net>
990
991         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
992         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
993         (ev_metadata_manager_set), (ev_metadata_manager_save):
994         Simplify the timeout, no need for modified anymore
995
996 2007-06-05  Bastien Nocera  <hadess@hadess.net>
997
998         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
999         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1000         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1001         (ev_metadata_manager_save): Adapted patch from Arjan van de
1002         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1003         time, saves on power (Closes: #443851)
1004
1005 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * configure.ac:
1008         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1009         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1010
1011         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1012
1013 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1014
1015         * shell/ev-window.c: (ev_window_add_history):
1016
1017         Check if history is NULL
1018
1019 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * libdocument/ev-image.c: (ev_image_finalize):
1022         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1023         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1024         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1025         (ev_tmp_uri_unlink):
1026
1027         Add functions to delete temporary files created by evince in a safe
1028         way.
1029
1030         * shell/ev-window.c: (ev_window_clear_local_uri),
1031         (open_xfer_update_progress_callback),
1032         (save_xfer_update_progress_callback), (ev_window_save_remote),
1033         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1034         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1035         (attachment_save_dialog_response_cb),
1036         (ev_attachment_popup_cmd_save_attachment_as):
1037
1038         Allow saving a copy of a document, image or attachment to a remote
1039         location. Fixes bug #440754. 
1040
1041 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * configure.ac:
1044         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1045
1046         Fix build with current poppler from cvs head. 
1047
1048 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1049
1050         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1051
1052         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1053         directory exists.
1054
1055 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1056
1057         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1058         * shell/ev-window.c:
1059
1060         Change sidebar ordering. Fixes bug #439939.
1061
1062 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1063
1064         * backend/comics/Makefile.am:
1065         
1066         Fixes build with --without-libgnome.
1067
1068 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1069         
1070         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1071
1072         Update cursor and tooltip on page change and view scroll. Fixes bug
1073         #439217.
1074
1075 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1076
1077         * NEWS:
1078         * configure.ac:
1079         
1080         Update for release 0.9.0
1081
1082 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1083
1084         * backend/djvu/djvu-document-private.h:
1085         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1086         (djvu_document_finalize),
1087         (djvu_document_file_exporter_format_supported),
1088         (djvu_document_file_exporter_begin),
1089         (djvu_document_file_exporter_do_page),
1090         (djvu_document_file_exporter_end),
1091         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1092         
1093         Implemented printing with djvu. Bug #437998.
1094
1095 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * backend/impress/zip.c:
1098         Add missing ulong definition.
1099
1100         * backend/ps/ps-interpreter.c:
1101         Add missing headers.
1102
1103         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1104
1105 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1108
1109         Add missing call to parent class dispose method. 
1110
1111 2007-05-12  Ross Burton  <ross@openedhand.com>
1112
1113         * shell/main.c:
1114         Sync keybindings manually when building without libgnome
1115         (#437925).
1116
1117 2007-05-12  Ross Burton  <ross@openedhand.com>
1118
1119         * shell/ev-window.c:
1120         Respect the screen when opening help (#437866).
1121
1122 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * data/evince-ui.xml:
1125         * shell/ev-application.[ch]: (get_print_settings_from_args),
1126         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1127         (ev_application_open_uri_list):
1128         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1129         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1130         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1131         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1132         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1133         (ev_window_dispose):
1134         * shell/main.c: (arguments_parse):
1135
1136         Add print button in preview mode. Fixes bug #396475. 
1137
1138 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1139
1140         * cut-n-paste/zoom-control/ephy-zoom.h:
1141         
1142         Fixes zoom level factors. See bug #408119 for details.
1143
1144 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1145
1146         * backend/comics/comics-document.c: (comics_regex_quote),
1147         (extract_argv):
1148         
1149         Correctly quote symbols. Fixes crash in the bug
1150         #415370.
1151
1152 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1153
1154         * shell/ev-navigation-action-widget.c:
1155         (ev_navigation_action_widget_init),
1156         (ev_navigation_action_widget_class_init),
1157         (ev_navigation_action_widget_button_press_event):
1158         
1159         Connect to button-press event on correct widget. Fixes
1160         bug #431988
1161
1162 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1163
1164         * shell/ev-application.c: (ev_application_open_window),
1165         (ev_application_add_icon_path_for_screen),
1166         (ev_application_open_uri_at_dest):
1167         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1168         * shell/ev-navigation-action.c: (build_menu):
1169         
1170         Add app-specific icons to our icon theme. Fixes bug
1171         #425508.
1172
1173 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1174
1175         * shell/ev-history.c: (ev_history_class_init),
1176         (ev_history_add_link):
1177         * shell/ev-history.h:
1178         * shell/ev-navigation-action.c:
1179         (ev_navigation_action_history_changed),
1180         (ev_navigation_action_set_history), (build_menu),
1181         (ev_navigation_action_finalize):
1182         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1183         
1184         Make navigation action unsensitive instead of showing
1185         menu with unsensitive word. Fixes bug #417392.
1186
1187 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * shell/ev-application.[ch]: (ev_application_shutdown),
1190         (ev_application_get_print_settings),
1191         (ev_application_set_print_settings):
1192         * shell/ev-window.c:
1193
1194         Remember print settings. Fixes bug #349102. 
1195
1196 2007-05-08  Christian Persch  <chpe@gnome.org>
1197
1198         * configure.ac:
1199         * properties/ev-properties-view.c:
1200
1201         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1202         Bug #382438.
1203
1204 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * configure.ac:
1207         * properties/ev-properties-view.c: (ev_regular_paper_size):
1208
1209         Use gtk+ builtin paper list to identify the document's paper size.
1210         Fixes bug #382438. 
1211
1212 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1213
1214         * configure.ac:
1215
1216         Fix build when compiling with thumbnailer and libgnome support. 
1217
1218 2007-05-04  Ross Burton  <ross@openedhand.com>
1219
1220         * configure.ac:
1221         Add --without-libgnome, check for libgnome and libgnomeui
1222         separately, and add them to the symbols as required.
1223
1224         * libdocument/ev-file-helpers.c:
1225         When building without libgnome, use g_get_user_config_dir instead
1226         of gnome_user_dir_get.
1227
1228         * shell/ev-application.c:
1229         When building without libgnome, don't use session management.
1230
1231         * shell/main.c:
1232         When building without libgnome, don't use GnomeProgram or
1233         initialise the authentication manager.
1234
1235         This fixes #328842.
1236
1237 2007-05-04  Ross Burton  <ross@openedhand.com>
1238
1239         * shell/ev-window.c:
1240         Don't use libgnome to open help, instead call Yelp directly.
1241
1242 2007-05-04  Ross Burton  <ross@openedhand.com>
1243
1244         * shell/ev-sidebar-attachments.c:
1245         Don't use libgnome to lookup icons for MIME types, instead copy
1246         code from GTK+ to do it manually.
1247
1248 2007-05-04  Ross Burton  <ross@openedhand.com>
1249
1250         * configure.ac:
1251         Add libxml to the dependencies for SHELL_CORE (#435818).
1252
1253 2007-05-02  Ross Burton  <ross@openedhand.com>
1254
1255         * configure.ac:
1256         * Makefile.am:
1257         Add --disable-thumbnailer (#434825)
1258
1259 2007-05-02  Ross Burton  <ross@openedhand.com>
1260
1261         * shell/ev-window.c:
1262         Add missing includes, fix indentation.
1263
1264         * shell/main.c:
1265         Fix indentation.
1266
1267 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1268
1269         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1270         ev_application_open_uri_at_dest instead of ev_application_open_uri
1271         preventing new document always being opened in a new window even if there
1272         is an empty window.
1273
1274 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1275
1276         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1277         (egg_recent_view_uimanager_finalize):
1278         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1279         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1280         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1281         (ev_pixbuf_cache_dispose):
1282         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1283         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1284         
1285         Add missing chain to parent class methods. Fixes
1286         bug #433128.
1287
1288 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1289
1290         * data/Makefile.am (update-icon-cache): Updates
1291         gtk-update-icon-cache in uninstall-hook.
1292
1293 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * shell/ev-window.c: (ev_window_setup_document),
1296         (ev_window_set_document), (ev_window_load_job_cb):
1297         * shell/ev-view.c: (setup_caches):
1298         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1299
1300         Start rendering pages before any other jobs. 
1301
1302 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * shell/ev-window.c: (ev_window_stop_fullscreen),
1305         (ev_window_stop_presentation):
1306
1307         Update chrome visibility before window unfullscreen. 
1308
1309 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * data/Makefile.am:
1312         * data/evince-ui.xml:
1313         * shell/ev-stock-icons.[ch]:
1314         * shell/ev-application.[ch]: (ev_application_shutdown),
1315         (ev_application_init), (ev_application_get_toolbars_model):
1316         * shell/ev-window.c: (update_chrome_visibility),
1317         (fullscreen_toolbar_setup_item_properties),
1318         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1319         (ev_window_run_presentation), (ev_window_stop_presentation),
1320         (ev_window_run_preview), (ev_window_screen_changed),
1321         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1322         (ev_window_dispose), (ev_window_init):
1323
1324         Make fullscreen toolbar always visible. Do not use egg toolbars for
1325         fullscreen and preview modes since such toolbars are not editables.
1326         Fixes bugs #300278, #338910 and #316188.  
1327
1328 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1329
1330         * shell/ev-application.c:
1331         * shell/ev-job-queue.c:
1332         * shell/ev-metadata-manager.c:
1333         * shell/ev-stock-icons.c:
1334         * shell/ev-window.c:
1335         * shell/main.c:
1336         
1337         Developers documentation updated.
1338
1339 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1342
1343         Check whether uri is valid before launching it. Fixes bug #427664.
1344
1345 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-window.c:
1348
1349         Change key accelerator for Open a Copy menu entry which is in conflict
1350         with Close. Fixes bug #427321.
1351
1352 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1353
1354         * NEWS:
1355         * configure.ac:
1356         
1357         Update for release 0.8.1
1358
1359 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1360
1361         * shell/ev-window.c: (setup_size_from_metadata):
1362         
1363         Do not make window bigger than screen. Fixes bug 
1364         #388985.
1365
1366 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1369         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1370
1371         Use default resolution when it's not provided by document. Fixes bug
1372         #408762.
1373
1374 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * configure.ac:
1377         * thumbnailer/Makefile.am:
1378         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1379         * thumbnailer/evince-thumbnailer.schemas.in:
1380         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1381
1382         Add support for ps, eps and compressed documents thumbnails. Do not
1383         ignore size parameter. 
1384
1385 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1386
1387         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1388         (dvi_document_do_color_special):
1389         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1390
1391         Implement font color specials in the DVI backend. Fixes bug #303651.
1392
1393 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1394
1395         Fixup the previous commit:
1396
1397         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1398         * shell/xdg-user-dir-lookup.c: Make the function non-static
1399         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1400
1401 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1402
1403         * shell/ev-window.c (file_open_dialog_response_cb): Use
1404         the xdg-user-dirs DOCUMENTS folder as default folder when
1405         opening a file chooser.  (#424858)
1406
1407         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1408         xdg-user-dirs.
1409
1410 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-window.c: (ev_window_load_job_cb):
1413
1414         Do not setup view from metadata on preview mode. 
1415
1416 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * shell/main.c:
1419
1420         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1421
1422 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * shell/ev-view.c: (ev_view_primary_get_cb):
1425
1426         Check pointer != NULL before using it. Fixes bug #416841. 
1427
1428 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1429
1430         * NEWS:
1431         * configure.ac:
1432         
1433         Release 0.8.0
1434
1435 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1438
1439         Do not render thumbnails when sidebar thumbnail page is not visible
1440         at startup. Fixes bug #416447. 
1441
1442 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1443
1444         * data/evince.desktop.in.in:
1445
1446         "Application" is not a valid category in the freedesktop specification.
1447
1448 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * libdocument/ev-file-helpers.[ch]: (compression_run),
1451         (ev_file_uncompress), (ev_file_compress):
1452         * shell/ev-window.c: (file_save_dialog_response_cb):
1453
1454         Save document compressed when saving a copy of a compressed document.
1455         Fixes bug #334542.
1456
1457 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1460
1461         Allow deleting in goto window entry in presentation mode. 
1462
1463 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1464
1465         * Makefile.am: Dist MAINTAINERS.
1466
1467 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * shell/ev-window.c: (ev_window_update_actions):
1470
1471         Fix zoom shortcut keys when searching. Fixes bug #409828.
1472
1473 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-window.c: (ev_window_setup_document):
1476
1477         Fix crash when loading documents with only one page. 
1478
1479 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * backend/dvi/dvi-document.c:
1482         (dvi_document_thumbnails_get_dimensions),
1483         (dvi_document_thumbnails_get_thumbnail):
1484         * backend/impress/impress-document.c:
1485         (impress_document_thumbnails_get_thumbnail),
1486         (impress_document_thumbnails_get_dimensions):
1487         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1488         (ps_document_thumbnails_get_dimensions):
1489         * backend/djvu/djvu-document.c:
1490         (djvu_document_thumbnails_get_dimensions),
1491         (djvu_document_thumbnails_get_thumbnail):
1492         * backend/tiff/tiff-document.c:
1493         (tiff_document_thumbnails_get_thumbnail),
1494         (tiff_document_thumbnails_get_dimensions):
1495         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1496         (pdf_document_thumbnails_get_thumbnail),
1497         (pdf_document_thumbnails_get_dimensions):
1498         * backend/comics/comics-document.c:
1499         (comics_document_thumbnails_get_thumbnail),
1500         (comics_document_thumbnails_get_dimensions):
1501         * backend/pixbuf/pixbuf-document.c:
1502         (pixbuf_document_thumbnails_get_thumbnail),
1503         (pixbuf_document_thumbnails_get_dimensions):
1504         * libdocument/ev-document-thumbnails.[ch]:
1505         (ev_document_thumbnails_get_thumbnail),
1506         (ev_document_thumbnails_get_dimensions):
1507         * libdocument/ev-document-misc.[ch]:
1508         (ev_document_misc_get_thumbnail_frame):
1509         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1510         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1511         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1512         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1513         (ev_sidebar_thumbnails_refresh):
1514         * shell/ev-window.c: (ev_window_setup_document):
1515         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1516
1517         Use an EvRenderContext for rendering thumbnails instead of a suggested
1518         width, so that different sized pages get sized proportionally.
1519
1520 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * shell/ev-view.c: (ev_view_button_press_event),
1523         (ev_view_key_press_event):
1524
1525         Fix critical warnings when there is no document loaded. 
1526
1527 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-page-action-widget.c:
1530         * shell/ev-navigation-action.c:
1531         * shell/ev-window.c:
1532
1533         Fix compile warnings. 
1534
1535 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * backend/djvu/djvu-text.h:
1538         * backend/djvu/djvu-document.c:
1539         * backend/djvu/djvu-text-page.c:
1540         * backend/djvu/djvu-links.c:
1541         * backend/djvu/djvu-text-page.h:
1542         * backend/djvu/djvu-text.c:
1543         
1544         Fix build on Mac. Fixes bug #392186. Patch by
1545         <ephraim_owns@hotmail.com>
1546
1547 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1548
1549         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1550
1551         Restore cairo context before rendering every page when printing a PDF
1552         document into a PDF file. 
1553
1554 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * backend/ps/gstypes.h:
1557         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1558         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1559         (ps_document_thumbnails_get_thumbnail):
1560
1561         Handle PostScript page orientation. Fixes bug #318568.
1562
1563 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * backend/ps/Makefile.am:
1566         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1567         (document_load), (ps_document_load), (save_document),
1568         (save_page_list), (ps_document_get_n_pages),
1569         (ps_document_get_page_size), (ps_document_get_info),
1570         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1571         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1572         (ps_document_thumbnails_get_thumbnail),
1573         (ps_document_thumbnails_get_dimensions),
1574         (ps_document_document_thumbnails_iface_init):
1575         * backend/ps/ps.[ch]: (psgetpagebox):
1576         * backend/ps/ps-interpreter.[ch]:
1577
1578         Add support for thumbnails in ps backend. Fixes bug #164755. 
1579
1580 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1581
1582         * NEWS:
1583         * configure.ac:
1584         
1585         Release 0.7.2
1586
1587 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1590         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1591         (ev_window_dispose):
1592
1593         Use document thumbnail as window icon. Fixes bug #384442.
1594
1595 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1596
1597         * configure.ac:
1598
1599         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1600         duplicated adding application/x-bzpostscript instead. 
1601
1602 2007-02-11  Tom Parker  <palfrey@tevp.net>
1603
1604         * backend/ps/ps-document.c: (document_load):
1605
1606         Check return value of psscan before trying
1607         to use it. Fixes bug #372414.
1608
1609 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1612
1613         Fix invalid free in ev-page-cache. Fixes bug #404745.
1614
1615 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1616
1617         * test/Makefile.am:
1618         * test/test3.py:
1619         
1620         Added reload test case.
1621
1622 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * po/POTFILES.in:
1625         * backend/djvu/djvu-document.c: (djvu_document_load):
1626
1627         Check whether there are missing files in indirect multipage djvu
1628         documents. Fixes bug #361683. 
1629
1630 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1631
1632         * test/Makefile.am:
1633         * test/test-mime.bin:
1634         * test/test3.py:
1635         
1636         Added test for slow mime type
1637
1638 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1641
1642         Add some checks and call parent_class->finalize. Fixes bug #404745.
1643
1644 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1645
1646         * shell/ev-navigation-action.c: (connect_proxy):
1647         
1648         Fixes dropdown history menu. Thanks a lot Carlos!
1649
1650 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1653
1654         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1655         bug #373715.
1656
1657 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * backend/ps/ps.c: (psscan):
1660
1661         Fix memory leak. 
1662
1663 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * configure.ac:
1666         * libdocument/ev-file-helpers.c: 
1667
1668         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1669
1670 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * configure.ac:
1673         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1674         (ps_interpreter_start), (document_load), (save_document),
1675         (save_page_list):
1676         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1677         * libdocument/ev-document-factory.c:
1678         (ev_document_factory_get_from_mime), (get_document_from_uri),
1679         (free_uncompressed_uri), (ev_document_factory_get_document):
1680         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1681
1682         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1683
1684 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * libdocument/ev-document.h:
1687
1688         Fix typo in function name. 
1689
1690 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * backend/ps/ps-document.c: (ps_interpreter_finished),
1693         (ps_interpreter_start), (ps_interpreter_failed):
1694
1695         Handle ghostscript interpreter crashes. 
1696
1697 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * shell/ev-window.c: (ev_window_open_uri),
1700         (window_configure_event_cb):
1701
1702         Setup window size and position before showing it. Fixes bug #401711.
1703
1704 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * backend/ps/Makefile.am:
1707         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1708         (ps_document_dispose), (ps_document_class_init),
1709         (ps_interpreter_input), (ps_interpreter_output),
1710         (ps_interpreter_error), (setup_interpreter_env),
1711         (ps_interpreter_start), (ps_interpreter_stop),
1712         (ps_interpreter_failed), (ps_interpreter_is_ready),
1713         (check_filecompressed), (document_load), (ps_document_load),
1714         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1715         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1716         (render_page):
1717
1718         Rework ps-document. Code cleanups, remove deprecated code. 
1719
1720 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * shell/ev-view.c: (ev_view_button_press_event):
1723
1724         Do not start an image drag and drop operation when pointer is on 
1725         text, so that we can select text when the whole background is an
1726         image. 
1727
1728 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-window.c: (ev_window_update_actions): 
1731
1732         Disable all zoom related actions during presentation mode. 
1733
1734 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1735
1736         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1737
1738         Do not zoom in or out on presentation mode. Fixes bug #401305.
1739
1740 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1741
1742         * shell/ev-navigation-action.c: (connect_proxy),
1743         (create_menu_item), (ev_navigation_action_class_init):
1744         
1745         Correctly show menu and fix crash when navigaton 
1746         action is out of toolbar visible area.
1747
1748 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1749
1750         * data/Makefile.am:
1751         * data/evince.1:
1752         
1753         Added man file
1754
1755 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1756
1757         * help/reference/* :
1758         * configure.ac:
1759         
1760         Added gtk-doc based documentation for Evince.
1761         Still in initial state but I hope it will
1762         grow.
1763         
1764         * configure.ac:
1765         
1766         Lower dbus requirement to 0.70
1767
1768 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-window.c: (ev_window_add_history):
1771
1772         Fix memory leak. 
1773
1774 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1775
1776         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1777         * shell/ev-view.h:
1778         * shell/ev-window.c: (ev_window_add_history):
1779         
1780         Correctly handle named destination links
1781
1782 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1783
1784         * NOTES:
1785         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1786         * backend/pdf/ev-poppler.cc:
1787         * libdocument/ev-document-links.h:
1788         * libdocument/ev-link.c: (ev_link_get_page):
1789         * libdocument/ev-link.h:
1790         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1791         (ev_history_add_link):
1792         * shell/ev-history.h:
1793         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1794         (new_history_menu_item), (build_menu):
1795         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1796         * shell/ev-sidebar-links.c: (create_loading_model),
1797         (print_section_cb), (ev_sidebar_links_construct),
1798         (fill_page_labels), (update_page_callback_foreach),
1799         (update_page_callback), (job_finished_callback):
1800         * shell/ev-view.c: (ev_view_handle_link):
1801         * shell/ev-window.c: (ev_window_find_chapter),
1802         (ev_window_add_history), (view_handle_link_cb),
1803         (history_changed_cb):
1804         
1805         Implements another history variant
1806
1807 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-window.c: (view_external_link_cb):
1810         * shell/ev-view.c: (ev_view_button_release_event):
1811
1812         Open links in new window when clicking with middle button. 
1813
1814 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1815
1816         * shell/ev-navigation-action.c: (new_history_menu_item):
1817         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1818         * shell/ev-view.c: (ev_view_handle_link):
1819         * shell/ev-window.c:
1820         
1821         Store link before jump, not the destination. For me it 
1822         seems like more natural history behavior.
1823
1824 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1825
1826         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1827         (ev_navigation_action_class_init):
1828         * shell/ev-navigation-action.h:
1829         * shell/ev-page-action.c: (activate_cb):
1830         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1831         (ev_page_cache_set_current_page_history):
1832         * shell/ev-page-cache.h:
1833         * shell/ev-sidebar-thumbnails.c:
1834         (ev_sidebar_tree_selection_changed),
1835         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1836         * shell/ev-view-private.h:
1837         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1838         * shell/ev-view.h:
1839         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1840         (ev_window_setup_document), (ev_window_load_job_cb):
1841         * shell/ev-window.h:
1842         
1843         History finally works as expected.
1844
1845 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1846
1847         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1848
1849         Do not update links treeview if it doesn't have a model assigned yet. 
1850
1851 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1852
1853         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1854         (ev_sidebar_links_class_init), (update_page_callback):
1855
1856         Do not update links treeview when sidepane is not visible. 
1857
1858 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1859
1860         * shell/ev-marshal.list:
1861         * shell/ev-page-action.c: (activate_cb),
1862         (ev_page_action_class_init):
1863         * shell/ev-page-action.h:
1864         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1865         * shell/ev-window.c:
1866         
1867         Remove activate_link signal, not required.
1868
1869 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1870
1871         * shell/ev-navigation-action.c: (build_menu):
1872         
1873         Reorder menu items and build menu with fixed length.
1874
1875 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1876
1877         * shell/ev-view.c: (get_selected_text):
1878         
1879         Normalize text to fix ligatures problem. See bug
1880         #341947 for details.
1881
1882 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1885
1886         Fix memory leak in ev-page-cache. 
1887
1888 2007-01-25  Tom Parker <palfrey@tevp.net>
1889
1890         * backend/impress/impress-document.c: (impress_document_load),
1891         (impress_document_finalize), (impress_document_init):
1892         * properties/ev-properties-main.c: (ev_properties_get_pages):
1893         
1894         Correctly handle impress document errors. Fixes nautilus
1895         crash in property page #370491.
1896
1897 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1900         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1901         (ev_job_queue_remove_job):
1902         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1903         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1904         (ev_job_load_run):
1905         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1906         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1907         (ev_window_load_job_cb), (xfer_update_progress_callback),
1908         (ev_window_open_uri), (ev_window_dispose):
1909         * shell/main.c: (main):
1910
1911         Do file transfer asynchronously in the main thread instead of
1912         synchronously in the load thread. Fixes bugs #399694, #398307 and
1913         #343542.
1914
1915 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * shell/ev-jobs.c: (ev_job_xfer_run):
1918
1919         Load the document with the font-config lock held. 
1920
1921 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * backend/ps/ps-document.c: (start_interpreter):
1924
1925         Fix memory leaks in ps backend. 
1926
1927 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1928
1929         * backend/impress/impress-document.c:
1930         (impress_document_render_pixbuf):
1931
1932         Do not acquire fontconfig lock in impress backend, since it is using
1933         the main loop for rendering. 
1934
1935 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * po/POTFILES.in: 
1938
1939         Remove mdvi files that shouldn't be translated. 
1940
1941 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1942
1943         * shell/ev-view-private.h:
1944         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1945         (ev_view_set_zoom):
1946
1947         Render "loading..." text into a cairo surface instead of directly into
1948         the window so that fontconfig lock is only needed once and UI is not
1949         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1950
1951 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1954         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1955
1956         Use icon theme associated with the window screen rather than default. 
1957
1958 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1959
1960         * configure.ac:
1961
1962         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1963
1964 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1965
1966         * data/icons/*/apps/evince.*:
1967
1968         Move Evince icons under new apps directory.
1969
1970         * data/icons/*/actions/*:
1971
1972         Add new custom themeable Evince icons: view-page-continuous, 
1973         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1974         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1975
1976         * configure.ac:
1977
1978         Add new directories to AC_CONFIG_FILES.
1979
1980         * shell/ev-stock-icons.c:
1981         * shell/ev-stock-icons.h:
1982
1983         Use new custom themeable icons.
1984
1985 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1988
1989         Do not draw white background page in presentation mode. 
1990
1991 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1992
1993         * shell/ev-view.c: Remove unused gnome-vfs include.
1994
1995 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1996
1997         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1998         
1999         Format string is corrected, fixes bug #397129.
2000
2001 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * shell/ev-window.c: (ev_window_setup_recent):
2004
2005         Do not include in recent menu inexistent documents. Fixes
2006         bug #339171.
2007
2008 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2009
2010         * po/POTFILES.skip: 
2011
2012         Update POTFILES.skip file according to current source tree. 
2013
2014 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * shell/ev-window.c: (file_save_dialog_response_cb):
2017
2018         Do Save a copy in atomic way. Fixes bug #328266. 
2019
2020 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2023
2024         Keep selected cell always visible in index treeview.
2025
2026 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2027         
2028         * shell/ev-view.c: (ev_view_size_allocate):
2029
2030         Restore horizontal scrollbar after switching to/from fullscreen
2031         or presentation mode. Fixes bug #331728.
2032
2033 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-view-private.h:
2036         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2037         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2038         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2039         (ev_view_can_zoom_out):
2040
2041         Use max and min scale values in the view iby taking dpi into account. 
2042
2043 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * configure.ac:
2046         * NEWS:
2047
2048         Release 0.7.1
2049
2050 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * shell/ev-window.c: (ev_window_print_send):
2053
2054         Send print job to printer with some settings set to default values,
2055         since we have already exported to a file according to such settings
2056         and they could be taken twice by some printers. 
2057
2058 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * shell/ev-jobs.c: (ev_job_xfer_run):
2061         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2062
2063         Show main window and load document with the font-config lock held. 
2064
2065 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * configure.ac:
2068         * shell/ev-application.c: (ev_application_register_service):
2069         * shell/main.c: (load_files_remote):
2070
2071         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2072
2073 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2074
2075         * doc/debugging.txt:
2076         
2077         Remove obsolete documentation.
2078
2079 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2080
2081         * Makefile.am:
2082         * backend/Makefile.am:
2083         * backend/comics/Makefile.am:
2084         * backend/djvu/Makefile.am:
2085         * backend/dvi/Makefile.am:
2086         * backend/ev-async-renderer.c:
2087         * backend/ev-async-renderer.h:
2088         * backend/ev-attachment.c:
2089         * backend/ev-attachment.h:
2090         * backend/ev-backend-marshal.c:
2091         * backend/ev-document-factory.c:
2092         * backend/ev-document-factory.h:
2093         * backend/ev-document-find.c:
2094         * backend/ev-document-find.h:
2095         * backend/ev-document-fonts.c:
2096         * backend/ev-document-fonts.h:
2097         * backend/ev-document-images.c:
2098         * backend/ev-document-images.h:
2099         * backend/ev-document-info.h:
2100         * backend/ev-document-links.c:
2101         * backend/ev-document-links.h:
2102         * backend/ev-document-misc.c:
2103         * backend/ev-document-misc.h:
2104         * backend/ev-document-security.c:
2105         * backend/ev-document-security.h:
2106         * backend/ev-document-thumbnails.c:
2107         * backend/ev-document-thumbnails.h:
2108         * backend/ev-document-transition.c:
2109         * backend/ev-document-transition.h:
2110         * backend/ev-document.c:
2111         * backend/ev-document.h:
2112         * backend/ev-file-exporter.c:
2113         * backend/ev-file-exporter.h:
2114         * backend/ev-image.c:
2115         * backend/ev-image.h:
2116         * backend/ev-link-action.c:
2117         * backend/ev-link-action.h:
2118         * backend/ev-link-dest.c:
2119         * backend/ev-link-dest.h:
2120         * backend/ev-link.c:
2121         * backend/ev-link.h:
2122         * backend/ev-render-context.c:
2123         * backend/ev-render-context.h:
2124         * backend/ev-selection.c:
2125         * backend/ev-selection.h:
2126         * backend/impress/Makefile.am:
2127         * backend/pdf/Makefile.am:
2128         * backend/pixbuf/Makefile.am:
2129         * backend/ps/Makefile.am:
2130         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2131         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2132         (start_interpreter), (stop_interpreter), (document_load),
2133         (ps_document_next_page), (render_page):
2134         * backend/tiff/Makefile.am:
2135         * comics/Makefile.am:
2136         * comics/comics-document.c:
2137         * comics/comics-document.h:
2138         * configure.ac:
2139         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2140         * djvu/Makefile.am:
2141         * djvu/djvu-document-private.h:
2142         * djvu/djvu-document.c:
2143         * djvu/djvu-document.h:
2144         * djvu/djvu-links.c:
2145         * djvu/djvu-links.h:
2146         * djvu/djvu-text-page.c:
2147         * djvu/djvu-text-page.h:
2148         * djvu/djvu-text.c:
2149         * djvu/djvu-text.h:
2150         * dvi/Makefile.am:
2151         * dvi/dvi-document.c:
2152         * dvi/dvi-document.h:
2153         * dvi/fonts.c:
2154         * dvi/fonts.h:
2155         * dvi/mdvi-lib/Makefile.am:
2156         * dvi/mdvi-lib/afmparse.c:
2157         * dvi/mdvi-lib/afmparse.h:
2158         * dvi/mdvi-lib/bitmap.c:
2159         * dvi/mdvi-lib/bitmap.h:
2160         * dvi/mdvi-lib/color.c:
2161         * dvi/mdvi-lib/color.h:
2162         * dvi/mdvi-lib/common.c:
2163         * dvi/mdvi-lib/common.h:
2164         * dvi/mdvi-lib/defaults.h:
2165         * dvi/mdvi-lib/dvimisc.c:
2166         * dvi/mdvi-lib/dviopcodes.h:
2167         * dvi/mdvi-lib/dviread.c:
2168         * dvi/mdvi-lib/files.c:
2169         * dvi/mdvi-lib/font.c:
2170         * dvi/mdvi-lib/fontmap.c:
2171         * dvi/mdvi-lib/fontmap.h:
2172         * dvi/mdvi-lib/fontsrch.c:
2173         * dvi/mdvi-lib/gf.c:
2174         * dvi/mdvi-lib/hash.c:
2175         * dvi/mdvi-lib/hash.h:
2176         * dvi/mdvi-lib/list.c:
2177         * dvi/mdvi-lib/mdvi.h:
2178         * dvi/mdvi-lib/pagesel.c:
2179         * dvi/mdvi-lib/paper.c:
2180         * dvi/mdvi-lib/paper.h:
2181         * dvi/mdvi-lib/pk.c:
2182         * dvi/mdvi-lib/private.h:
2183         * dvi/mdvi-lib/setup.c:
2184         * dvi/mdvi-lib/sp-epsf.c:
2185         * dvi/mdvi-lib/special.c:
2186         * dvi/mdvi-lib/sysdeps.h:
2187         * dvi/mdvi-lib/t1.c:
2188         * dvi/mdvi-lib/tfm.c:
2189         * dvi/mdvi-lib/tfmfile.c:
2190         * dvi/mdvi-lib/tt.c:
2191         * dvi/mdvi-lib/util.c:
2192         * dvi/mdvi-lib/vf.c:
2193         * dvi/pixbuf-device.c:
2194         * dvi/pixbuf-device.h:
2195         * impress/Makefile.am:
2196         * impress/common.h:
2197         * impress/document.c:
2198         * impress/f_oasis.c:
2199         * impress/f_oo13.c:
2200         * impress/iksemel.c:
2201         * impress/iksemel.h:
2202         * impress/imposter.h:
2203         * impress/impress-document.c:
2204         * impress/impress-document.h:
2205         * impress/internal.h:
2206         * impress/r_back.c:
2207         * impress/r_draw.c:
2208         * impress/r_geometry.c:
2209         * impress/r_gradient.c:
2210         * impress/r_style.c:
2211         * impress/r_text.c:
2212         * impress/render.c:
2213         * impress/render.h:
2214         * impress/zip.c:
2215         * impress/zip.h:
2216         * lib/Makefile.am:
2217         * lib/ev-debug.c:
2218         * lib/ev-debug.h:
2219         * lib/ev-file-helpers.c:
2220         * lib/ev-file-helpers.h:
2221         * lib/ev-gui.c:
2222         * lib/ev-gui.h:
2223         * lib/ev-tooltip.c:
2224         * lib/ev-tooltip.h:
2225         * libdocument/Makefile.am:
2226         * libdocument/ev-file-helpers.c:
2227         * pdf/Makefile.am:
2228         * pdf/ev-poppler.cc:
2229         * pdf/ev-poppler.h:
2230         * pixbuf/Makefile.am:
2231         * pixbuf/pixbuf-document.c:
2232         * pixbuf/pixbuf-document.h:
2233         * properties/Makefile.am:
2234         * ps/Makefile.am:
2235         * ps/gsdefaults.c:
2236         * ps/gsdefaults.h:
2237         * ps/gsio.c:
2238         * ps/gsio.h:
2239         * ps/gstypes.h:
2240         * ps/ps-document.c:
2241         * ps/ps-document.h:
2242         * ps/ps.c:
2243         * ps/ps.h:
2244         * shell/Makefile.am:
2245         * shell/ev-application.h:
2246         * shell/ev-sidebar-links.c:
2247         * shell/ev-sidebar-links.h:
2248         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2249         (ev_gui_menu_position_tree_selection):
2250         * shell/ev-utils.h:
2251         * shell/ev-view.c: (ev_view_finalize):
2252         * shell/ev-window.c:
2253         * shell/main.c: (main):
2254         * thumbnailer/Makefile.am:
2255         * tiff/Makefile.am:
2256         * tiff/tiff-document.c:
2257         * tiff/tiff-document.h:
2258         * tiff/tiff2ps.c:
2259         * tiff/tiff2ps.h:
2260         
2261         Reorganize source tree.
2262
2263 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * backend/ev-document-factory.c:
2266
2267         Do not include ev-poppler.h when pdf is disabled. 
2268
2269 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * configure.ac:
2272         * data/evince-ui.xml:
2273         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2274         (pdf_document_document_images_iface_init):
2275         * backend/Makefile.am:
2276         * backend/ev-document-images.[ch]:
2277         * backend/ev-image.[ch]:
2278         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2279         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2280         (ev_job_xfer_run):
2281         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2282         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2283         (ev_pixbuf_cache_get_image_mapping):
2284         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2285         (view_menu_popup_cb), (ev_window_dispose),
2286         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2287         (ev_view_popup_cmd_copy_image):
2288         * shell/ev-view-private.h:
2289         * shell/ev-view.c: (ev_view_get_image_at_location),
2290         (ev_view_do_popup_menu), (ev_view_popup_menu),
2291         (ev_view_button_press_event), (ev_view_drag_data_get),
2292         (ev_view_drag_motion), (ev_view_drag_data_received),
2293         (ev_view_motion_notify_event), (ev_view_button_release_event),
2294         (ev_view_finalize), (ev_view_class_init):
2295
2296         Add image handling support. Fixes bugs #310008 and #325047. Images
2297         selection is not supported yet. 
2298
2299 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2300
2301         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2302         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2303         (ev_view_init):
2304
2305         Move view drag and drop stuff to ev-view.
2306
2307 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2310         * shell/ev-view.c: (clear_selection): 
2311
2312         Clear selection also in pixbuf cache.
2313
2314 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2315
2316         * data/evince.desktop.in.in:
2317         
2318         Change icon name in desktop file. See bug #390734
2319         for details.
2320
2321 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2322
2323         * thumbnailer/Makefile.am:
2324
2325         Use top_builddir instead top_srcdir for generated schema
2326         file installation. Fixes bug #390161.
2327
2328 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * configure.ac:
2331         * backend/Makefile.am:
2332         * backend/ev-document-transition.[ch]:
2333         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2334         (pdf_document_page_transition_iface_init):
2335         * shell/ev-view-private.h:
2336         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2337         (ev_view_set_presentation), (transition_next_page),
2338         (ev_view_presentation_transition_stop),
2339         (ev_view_presentation_transition_start), (ev_view_next_page):
2340
2341         Add page transition support in presentation mode. At the moment only
2342         page duration is supported, but not transition effects. Fixes bug
2343         #309815.
2344
2345 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2346
2347         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2348
2349         Run find_link_dest with document lock held, since it's called by links
2350         thread and main thread at the same time. 
2351
2352 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * shell/ev-view.c: (goto_dest):
2355
2356         Update page-cache when page is changed by the view, so that
2357         page-changed signal is emitted. 
2358
2359 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * test/test1.py:
2362         * test/test2.py:
2363
2364         Use C locale in tests. 
2365
2366 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * shell/ev-window.c: (ev_window_run_presentation):
2369         * shell/ev-view-private.h:
2370         * shell/ev-view.c: (ev_view_set_presentation):
2371
2372         Restore zoom settings when back from presentation mode. 
2373
2374 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2375
2376         * shell/ev-window.c: (ev_window_run_presentation):
2377
2378         Always use "best fit" zoom in presentation mode.
2379         Fixes bug #389195.
2380
2381 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2382
2383         * shell/ev-view.c: (ev_view_goto_window_create):
2384
2385         Show "Jump to page" label in the page jumping popup in
2386         presentation mode instead of just a GtkEntry.
2387
2388 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * shell/ev-window.c: (launch_external_uri):
2391
2392         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2393         #378085.
2394
2395 2006-12-22  Elijah Newren  <newren gmail com>
2396
2397         * configure.ac: explicitly check for libxml2.  Fixes #388795
2398
2399 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * shell/ev-view-private.h:
2402         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2403         (ev_view_goto_window_delete_event), (key_is_numeric),
2404         (ev_view_goto_window_key_press_event),
2405         (ev_view_goto_window_button_press_event),
2406         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2407         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2408         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2409
2410         Allow jumping to another page by typing a page number in presentation
2411         mode. It uses a popup window with an entry. Fixes bug #353625.
2412
2413 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2414
2415         * configure.ac:
2416         * properties/ev-properties-view.c: (ev_get_default_user_units),
2417         (ev_regular_paper_size):
2418         
2419         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2420         to Damien Carbery <damien.carbery@sun.com> and
2421         Yevgen Muntyan <muntyan@tamu.edu>.
2422
2423 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2424
2425         * shell/ev-window.c: (setup_document_from_metadata):
2426
2427         Make sure Evince doesn't restore the view on the last
2428         page when a document is reopened. Fixes bug #383381.
2429
2430 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2431
2432         * shell/ev-view.c: (draw_loading_text):
2433
2434         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2435
2436 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * configure.ac:
2439         * NEWS:
2440
2441         Release 0.7.0
2442
2443 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * configure.ac:
2446         * pdf/ev-poppler.cc: (pdf_print_context_free),
2447         (pdf_document_file_exporter_begin),
2448         (pdf_document_file_exporter_do_page):
2449
2450         Make cairo-pdf depedency optional. 
2451
2452 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2455
2456         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2457
2458 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2461         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2462         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2463         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2464         * shell/ev-view.c: (draw_loading_text):
2465         * shell/ev-window.c: (ev_window_cmd_file_properties):
2466
2467         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2468         related to using FontConfig from different threads.
2469         
2470 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * shell/ev-view.c: (draw_loading_text):
2473
2474         Acquire lock document when drawing "Loading..." text so that only one
2475         thread will use FontConfig at the same time. Fixes bug #374750.
2476
2477 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * shell/ev-page-action.[ch]: (activate_cb):
2480         * shell/ev-window.c: (activate_label_cb):
2481
2482         Check if text inserted in page entry is a valid page number when it
2483         doesn't match to any document page label. Fixes bug #383165.
2484
2485 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2486         * shell/ev-window.c:
2487
2488         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2489         available with GTK < 2.10. Added an ifdef to avoid compilation
2490         error.
2491
2492 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * configure.ac:
2495         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2496
2497         Fix ps backend in multihead systems.
2498
2499 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2502         * shell/ev-window.c: (ev_window_get_screen_dpi),
2503         (ev_window_update_actions), (setup_view_from_metadata),
2504         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2505
2506         Take screen DPI into account when zooming. Fixes bug #318285.
2507
2508 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2509
2510         * data/Makefile.am:
2511
2512         Cleaned up/slightly refactored Makefile.am. Added GConf
2513         schemas uninstallation as well.
2514
2515 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2516
2517         * Makefile.am:
2518         * test/Makefile.am:
2519
2520         Fight with autotools to fix make check. Make distcheck
2521         works fine as well now!
2522
2523 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2524
2525         * shell/ev-view.c: (draw_end_presentation_page):
2526
2527         Corrected "end of presentation" string.
2528
2529 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2530
2531         * shell/ev-view.c: (ev_view_key_press_event):
2532
2533         Correctly propagate key press event so that up/down keys
2534         work as expected (correct behaviour was broken by
2535         black/white screen key bindings for presentations).
2536
2537 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2540         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2541         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2542         (pdf_selection_get_selection_region),
2543         (pdf_selection_get_selection_map):
2544
2545         Add "static" to some private functions. 
2546
2547 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2548
2549         * lib/ev-tooltip.h:
2550         * properties/ev-properties-view.h:
2551         * shell/ev-jobs.h:
2552         * shell/ev-properties-dialog.h:
2553         * shell/ev-properties-fonts.h:
2554         * shell/ev-sidebar-links.h:
2555         * shell/ev-sidebar-thumbnails.h:
2556         * shell/ev-sidebar.h:
2557         * shell/ev-window.h:
2558         
2559         Fixes CHACK type in class casts. See bug #385343
2560         for details.
2561
2562 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * shell/ev-view-private.h:
2565         * shell/ev-view.c: (draw_end_presentation_page),
2566         (ev_view_expose_event), (ev_view_key_press_event),
2567         (ev_view_class_init), (ev_view_init):
2568
2569         Blank screen in presentation mode when pressing 'b' (filling with
2570         black) or 'w' (filling with white) keys. Fixes bug #358132.
2571
2572 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2573
2574         * data/evince-toolbar.xml:
2575         * shell/ev-window.c:
2576         
2577         Use stock icon for Select All action. Fixes
2578         bug #382652.
2579
2580 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2581
2582         * shell/ev-view.c: (get_doc_point_from_offset),
2583         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2584
2585         Add links support in rotated documents. Fixes bug #343733.
2586
2587 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * shell/ev-view-private.h:
2590         * shell/ev-view.c: (draw_end_presentation_page),
2591         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2592
2593         Show a blank page after the last page in presentation mode with a
2594         message indicating that presentation has finished and how to exit. 
2595
2596 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * shell/ev-window.c: (fullscreen_timeout_cb):
2599
2600         Hide cursor after a while in presentation mode. 
2601
2602 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2603
2604         * backend/ev-document-info.h:
2605         * data/evince-properties.glade:
2606         * pdf/ev-poppler.cc:
2607         * properties/ev-properties-view.c: (ev_regular_paper_size),
2608         (ev_properties_view_set_info):
2609         * ps/ps-document.c: (ps_document_get_info):
2610
2611         Adds a paper size field to the properties dialog. Fixes
2612         bug #307315. Patch by Kasper Svendsen (with some i18n
2613         changes done by me).
2614
2615 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2616
2617         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2618         (screensaver_init_dbus), (totem_scrsaver_new),
2619         (totem_scrsaver_init):
2620         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2621         * shell/ev-application.c: (ev_application_register_service),
2622         (ev_application_screensaver_enable),
2623         (ev_application_screensaver_disable):
2624         * shell/ev-application.h:
2625         * shell/ev-window.c: (ev_window_run_presentation),
2626         (ev_window_stop_presentation), (build_comments_string),
2627         (ev_window_init):
2628         
2629         Move screensaver handling to application. No more
2630         message on startup.
2631
2632 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * configure.ac:
2635         * backend/Makefile.am:
2636         * backend/ev-file-exporter.[ch]:
2637         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2638         * ps/ps-document.c: (ps_document_file_exporter_*):
2639         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2640         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2641         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2642         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2643
2644         Allow printing to PDF when suppoted by the backend.
2645         
2646 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-window.c: (build_comments_string):
2649
2650         Use always "Document Viewer" in about dialog. 
2651
2652 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * djvu/djvu-document.c: (djvu_document_get_page_size):
2655
2656         Display a warning message when get_pageinfo fails. 
2657
2658 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2659
2660         * Makefile.am:
2661         * backend/Makefile.am:
2662         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2663         * configure.ac:
2664         * shell/ev-window.c: (build_comments_string):
2665         
2666         Make pdf compilation optional. See bug #38007.
2667
2668 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * ps/ps.c: (get_next_text):
2671
2672         Fix CVE-2006-5864.
2673
2674 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2677         * shell/ev-navigation-action.c: (connect_proxy),
2678         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2679         
2680         Do not call g_type_class_peek_parent twice.
2681
2682 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2683
2684         * configure.ac:
2685         * data/icons/24x24/.cvsignore:
2686         * data/icons/24x24/Makefile.am:
2687         * data/icons/24x24/evince.png:
2688         * data/icons/Makefile.am:
2689         
2690         Add 24x24 icon. Thanks to 
2691         Michael Monreal <infernux@web.de>.
2692
2693 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2694
2695         * configure.ac: Fix typo in configure.ac. Thanks
2696         to dmacks@netspace.org for notification.
2697
2698 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2699
2700         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2701         
2702         Drop dbus include, fixes compilation with older dbus.
2703
2704 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2705
2706         * configure.ac:
2707         * cut-n-paste/Makefile.am:
2708         * cut-n-paste/totem-screensaver/.cvsignore
2709         * cut-n-paste/totem-screensaver/Makefile.am:
2710         * cut-n-paste/totem-screensaver/README:
2711         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2712         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2713         * shell/Makefile.am:
2714         * shell/ev-window.c: (ev_window_run_presentation),
2715         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2716         (ev_window_init):
2717
2718         Implemented screensaver enabling/disabling for
2719         presentation mode (not fullscreen mode). Code stolen
2720         from Totem (with some minor tweaks). Fixes bug #338889.
2721
2722 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2723
2724         * configure.ac:
2725
2726         Bump gnome-icon-theme requirements. We use the rotation
2727         icons that appeared recently.
2728
2729 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2730
2731         * shell/ev-history.c: (ev_history_add_page):
2732         * shell/ev-history.h:
2733         * shell/ev-window.c: (page_changed_cb):
2734         
2735         Use page labels instead of numbers.
2736
2737 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2738
2739         * data/evince-toolbar.xml:
2740         * po/POTFILES.in:
2741         * shell/Makefile.am:
2742         * shell/ev-navigation-action-widget.c:
2743         (ev_navigation_action_widget_init),
2744         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2745         (menu_detacher), (ev_navigation_action_widget_set_menu),
2746         (menu_position_func), (popup_menu_under_arrow),
2747         (ev_navigation_action_widget_toggled),
2748         (ev_navigation_action_widget_button_press_event):
2749         * shell/ev-navigation-action-widget.h:
2750         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2751         (ev_navigation_action_set_window), (activate_menu_item_cb),
2752         (new_history_menu_item), (new_empty_history_menu_item),
2753         (build_menu), (menu_activated_cb), (connect_proxy),
2754         (create_tool_item), (ev_navigation_action_init),
2755         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2756         * shell/ev-navigation-action.h:
2757         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2758         (ev_page_action_widget_set_page_cache),
2759         (ev_page_action_widget_finalize),
2760         (ev_page_action_widget_class_init), (match_selected_cb),
2761         (display_completion_text), (match_completion), (build_new_tree_cb),
2762         (get_filter_model_from_model),
2763         (ev_page_action_widget_update_model):
2764         * shell/ev-page-action-widget.h:
2765         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2766         (connect_proxy):
2767         * shell/ev-page-action.h:
2768         * shell/ev-stock-icons.c:
2769         * shell/ev-stock-icons.h:
2770         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2771         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2772         (register_custom_actions):
2773         * shell/main.c:
2774         
2775         Preliminary history implementation
2776
2777 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2778
2779         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2780         (dvi_document_class_init), (dvi_document_init_params):
2781         * dvi/mdvi-lib/font.c: (font_reference):
2782         
2783         Add reference to subfont. Fixes bug #374277.
2784
2785 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2786
2787         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2788         (ev_window_cmd_file_open_copy_at_dest):
2789
2790         Fix a race condition when creating symlink. Increase the counter
2791         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2792         Mathias Hasselmann).
2793
2794 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2795
2796         * backend/Makefile.am:
2797         * backend/ev-attachment.c: (ev_attachment_open):
2798         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2799         (ev_tmp_dir), (ev_tmp_filename):
2800         * shell/ev-sidebar-attachments.c:
2801         (ev_sidebar_attachments_drag_data_get):
2802         * shell/ev-window.c: (ev_window_clear_temp_file):
2803
2804         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2805         in ensure_dir_exists. Abort without crashing when we can't create
2806         user's directory.
2807
2808 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * data/evince-ui.xml:
2811         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2812         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2813         (ev_window_cmd_file_open_copy_at_dest),
2814         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2815         (ev_view_popup_cmd_open_link_new_window):
2816
2817         Allow opening a copy of the current document in a new window. Fixes bug
2818         #357472
2819
2820 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2821
2822         * data/evince-toolbar.xml:
2823         
2824         Add rotate right and rotate left to available items for toolbar.
2825         
2826         * data/evince-ui.xml:
2827         * shell/ev-window.c: (ev_window_init):
2828         
2829         Customize toolbar with right click. Fixes bug #372451.
2830
2831 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2832
2833         * shell/ev-window.c: 
2834         
2835         Use "object-rotate-{left,right}" stock icons. Fixes 
2836         bug #373863.
2837
2838 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2841         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2842         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2843         (ev_window_open_uri):
2844         * shell/main.c: (arguments_parse):
2845
2846         Remove temp file created when evince is used by GTK+ in
2847         preview mode. Fixes bug #365282. 
2848
2849 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2850
2851         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2852         
2853         Fixes bug #372474 - Side pane disabled when entering 
2854         and leaving fullscreen mode.
2855
2856 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2857
2858         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2859         * data/Makefile.am:
2860         * data/evince-preview-toolbar.xml:
2861         * data/evince-toolbar.xml:
2862         * shell/ev-application.c: (ev_application_shutdown),
2863         (ev_application_init), (ev_application_get_toolbars_model):
2864         * shell/ev-application.h:
2865         * shell/ev-window.c: (update_chrome_visibility),
2866         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2867         (ev_window_cmd_edit_toolbar), (ev_window_init):
2868         
2869         Fixes bug #364364 - toolbar editor shows zoom actions again.
2870
2871 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2874
2875         Do not take margins into consideration for paper size when printing.
2876         Really fixes bug #350491.
2877
2878 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * data/evince-ui.xml:
2881         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2882         (ev_window_cmd_file_print_setup),
2883         (ev_window_print_dialog_response_cb),
2884         (ev_window_setup_action_sensitivity):
2885
2886         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2887
2888 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-window.c: (ev_window_print_range):
2891
2892         Revert my previuos commit, since printing to PDF is not supported by
2893         evince yet. 
2894
2895 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * shell/ev-window.c: (ev_window_print_range):
2898
2899         Enable print to a PDF. Fixes bug #332121.
2900
2901 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-application-service.xml:
2904         * shell/ev-application.[ch]: (ev_application_open_window),
2905         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2906         (ev_application_open_uri), (ev_application_open_uri_list):
2907         * shell/ev-window.c: (file_open_dialog_response_cb),
2908         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2909         (drag_data_received_cb), (open_remote_link):
2910         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2911
2912         Add support for multiscreen systems. Fixes bug #316206.
2913
2914 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * shell/ev-jobs.[ch]: (ev_job_print_new),
2917         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2918         (ev_job_print_do_page):
2919         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2920
2921         Allow printing only odd/even pages. Fixes bug #367289.
2922
2923 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2924
2925         * test/test1.py:
2926         * test/test2.py:
2927
2928         Re-add locale settings to test files.
2929
2930 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2931
2932         * data/evince-ui.xml:
2933         * shell/ev-window.c: (set_action_properties):
2934         
2935         Removed garbage from code and ui.
2936
2937 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2938
2939         * shell/ev-window.c: (ev_window_cmd_help_about):
2940
2941         Shamelessly add my name to the list of contributors.
2942
2943 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2944
2945         * test/test1.py:
2946         * test/test2.py:
2947
2948         Cleaned up the dogtail scripts.
2949
2950 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2951
2952         * shell/ev-view.c: (draw_loading_text): Don't render
2953         "loading..." text in presentation mode. Temporary
2954         workaround for bug #320352.
2955
2956 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2959         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2960
2961         Use print settings scale, copies, collate and reverse which were
2962         ignored. Fixes bug #359032.
2963
2964 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2965
2966         * configure.ac:
2967         * data/evince-password.glade:
2968         * test/Makefile.am:
2969         * test/test-encrypt.pdf:
2970         * test/test-links.pdf:
2971         * test/test1.py:
2972         * test/test2.py:
2973
2974         Add automated UI tests for evince with dogtail. See
2975         bug #300948.    
2976
2977 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2978
2979         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2980
2981         Hide fullscreen toolbar when switching to another desktop workspace.
2982         Fixes bug #338871
2983
2984 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2985
2986         * shell/ev-window-title.c: 
2987         
2988         Test for .dvi in title of pdf documents.
2989
2990 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2991
2992         * shell/ev-view.c: (ev_view_scroll):
2993
2994         Page Up/Down should do page jumps in "Best fit" mode.
2995         If a user has explicitly chosen to view exactly one page
2996         at a time, scrolling just a part of the page when
2997         pressing Page Up/Down is not right. Fixes bug #323107.
2998
2999 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3000
3001         * NEWS:
3002         * configure.ac:
3003         
3004         Update for 0.6.1
3005
3006 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3007
3008         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3009         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3010         
3011         Correctly disconnect from job signals on destroy.
3012
3013 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3014
3015         * shell/ev-view-private.h:
3016         * shell/ev-view.c: (view_set_adjustment_values),
3017         (view_update_range_and_current_page),
3018         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3019         
3020         Fixes bug #343199, current page now follows find page.
3021
3022 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3023
3024         * backend/ev-document-factory.c:
3025         * configure.ac:
3026         Assigned OpenDocument presenation MIME type to the
3027         Impress backend. Added some missing (but harmless)
3028         #ifdefs in the document factory as well to make things
3029         consistent again. Fixes bug #360658.
3030
3031 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3032
3033         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3034         * backend/ev-document-find.c: (ev_document_find_get_type):
3035         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3036         * backend/ev-document-links.c: (ev_document_links_get_type):
3037         * backend/ev-document-security.c: (ev_document_security_get_type):
3038         * backend/ev-document-thumbnails.c:
3039         (ev_document_thumbnails_get_type):
3040         * backend/ev-document.c: (ev_document_get_type):
3041         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3042         * backend/ev-selection.c: (ev_selection_get_type):
3043         * cut-n-paste/recent-files/egg-recent-model.c:
3044         (egg_recent_model_get_type):
3045         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3046         (egg_recent_view_uimanager_get_type):
3047         * cut-n-paste/recent-files/egg-recent-view.c:
3048         (egg_recent_view_get_type):
3049         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3050         (egg_editable_toolbar_get_type):
3051         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3052         (egg_toolbar_editor_get_type):
3053         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3054         (egg_toolbars_model_get_type):
3055         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3056         (egg_tree_multi_drag_source_get_type):
3057         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3058         (ephy_zoom_action_get_type):
3059         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3060         (ephy_zoom_control_get_type):
3061         * impress/r_back.c: (_imp_fill_back):
3062         * properties/ev-properties-main.c:
3063         (ev_properties_plugin_register_type):
3064         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3065         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3066         (ev_view_accessible_factory_get_type):
3067
3068         Reduce relocations. Bug #360616.
3069
3070 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3071
3072         * backend/ev-document-factory.c:
3073         (ev_document_factory_get_document):
3074         
3075         Load document even if extension is wrong.
3076
3077 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3078
3079         * shell/ev-metadata-manager.c: (save_values):
3080         * shell/ev-window.c: (setup_size_from_metadata),
3081         (setup_view_from_metadata), (ev_window_setup_document),
3082         (ev_window_xfer_job_cb), (window_configure_event_cb):
3083         
3084         Set size according to the document size/page size ratio.
3085         That should correct rather wierd behaviour of the previous
3086         commit.
3087
3088 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3089
3090         * shell/ev-window.c: (setup_view_from_metadata):
3091         
3092         Set size for new windows from previous window size.
3093         See bugs #354968 and #168450 for details. Thanks
3094         to Meik Hellmund.
3095
3096 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * djvu/djvu-links.c: (build_tree):
3099
3100         Fix memory leak.
3101
3102 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3103
3104         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3105         
3106         Don't make sidebar close button insensitive. Fixes
3107         bug #357871.
3108
3109 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3110
3111         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3112         (ev_window_set_view_accels_sensitivity):
3113         
3114         Don't enable Slash on documents which don't support
3115         find. Fixes bug #358648.
3116
3117 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3118
3119         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3120         open dialog fall back to the current document uri if the
3121         filechooser hasn't been used before. Fixes bug #356980.
3122
3123 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3124
3125         * shell/ev-window.c: (ev_window_setup_recent), 
3126         (ev_window_get_recent_file_label):
3127
3128         Escape underscores in filenames of recent file items.
3129
3130 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3131
3132         * configure.ac:
3133         
3134         Bumped poppler requirements, really 0.5.3 is very 
3135         buggy, now we require 0.5.4.
3136
3137 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3138
3139         * djvu/Makefile.am:
3140         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3141         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3142         (djvu_document_document_links_iface_init):
3143         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3144         (number_from_string_10), (get_djvu_link_dest),
3145         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3146         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3147         (djvu_links_get_links), (djvu_links_find_link_dest),
3148         (djvu_links_get_links_model):
3149         * djvu/djvu-links.h:
3150         
3151         Add support for links and bookmarks in djvu documents. Thanks
3152         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3153         patch.
3154
3155 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3156
3157         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3158         
3159         Reopen should reload document. Fixes 
3160         bug 327951.
3161
3162 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3163
3164         * configure.ac:
3165         * data/Makefile.am:
3166         * data/evince-16.png:
3167         * data/evince-22.png:
3168         * data/evince.png:
3169         * data/evince.svg:
3170         * data/icons/16x16/Makefile.am:
3171         * data/icons/16x16/evince.png:
3172         * data/icons/22x22/Makefile.am:
3173         * data/icons/22x22/evince.png:
3174         * data/icons/48x48/Makefile.am:
3175         * data/icons/48x48/evince.png:
3176         * data/icons/Makefile.am:
3177         * data/icons/scalable/Makefile.am:
3178         * data/icons/scalable/evince.svg:
3179         
3180         Install icons with correct names. Fixes
3181         bug #354429.
3182
3183 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * shell/ev-view.c: (ev_view_button_release_event):
3186
3187         Don't open links with middle mouse button. Fixes bug #353649
3188
3189 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3190
3191         * NEWS:
3192         * configure.ac:
3193         
3194         Update for release 0.6.0
3195
3196 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3197
3198         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3199         Implement Close named action. Patch by Carlos Garcia Campos.
3200
3201 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3202
3203         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3204         
3205         Don't clear link mapping on copy_job_to_job_info. Fixes
3206         bug 346168.
3207
3208 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * shell/main.c: (main):
3211
3212         Revert my previous commit, gnome_program_init owns the option context.
3213         Fix another memory leak in main. Both caught by Christian Persch. 
3214
3215 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/main.c: (main):
3218
3219         Fix memory leak.
3220
3221 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3224
3225         Fix crash when opening a pdf with password protection. 
3226
3227 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * pdf/ev-poppler.cc: (pdf_document_search_free):
3230
3231         Fix memory leak. 
3232
3233 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3234
3235         * backend/ev-document-factory.c:
3236         (ev_document_factory_get_document):
3237         * tiff/tiff-document.c: (tiff_document_finalize):
3238         
3239         More correct handling of document loading. Fixes
3240         bug #349043.
3241
3242 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * backend/ev-attachment.c: (ev_attachment_save):
3245
3246         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3247         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3248
3249 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3250         
3251         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3252         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3253
3254 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * shell/ev-sidebar-thumbnails.c:
3257
3258         Do not render thumbnails unless thumbnails page is active in the
3259         sidebar.
3260
3261 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3262
3263         * shell/ev-properties-dialog.c:
3264
3265         Fix dialogue spacing. Bug #351370.
3266
3267 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3268
3269         * configure.ac:
3270
3271         Use lowercase gettext catalog file names (evince.mo
3272         instead of Evince.mo)
3273
3274 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-sidebar-attachments.c:
3277
3278         GtkIconTheme is now screen safe too. Fixes bug #350878
3279
3280 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-window.c:
3283
3284         GtkRecent manager is now screen safe. Fixes bug #350145
3285
3286 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3287
3288         * shell/ev-sidebar.c: (ev_sidebar_init):
3289         
3290         Make sidebar close icon smaller. Fix for bug 350177.
3291         See also bugs 350176 and 165770.
3292
3293 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3296
3297         Ignore zoom for xyz destinations when it's <= 1, keeping user
3298         preferences instead. Set correct sizing-mode for fith and fitv
3299         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3300
3301 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3302
3303         * NEWS:
3304         * configure.ac:
3305         
3306         Update for release 0.5.5
3307
3308 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3309         
3310         * shell/ev-window.c: (ev_window_cmd_escape)
3311
3312         Escape unfocus page entry. Fixes bug #345809.
3313
3314 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3317         (build_tree), (pdf_document_links_get_links),
3318         (pdf_document_links_find_link_dest):
3319         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3320         (goto_xyz_dest):
3321
3322         Convert from PDF style coordinates to X style coordinates in the
3323         backend rather than in the view. Fixes bug #338440
3324
3325 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3326
3327         * shell/ev-window.c:
3328         
3329         Remove Ctrl+Shift+T shortcut for toolbars. See
3330         the bug #350098.
3331
3332 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * configure.ac:
3335
3336         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3337         of this. 
3338
3339 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * configure.ac:
3342         * cut-n-paste/Makefile.am:
3343         * data/evince-ui.xml:
3344         * shell/Makefile.am:
3345         * shell/ev-application.[ch]:
3346         * shell/ev-window.c:
3347
3348         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3349         #349273
3350
3351 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3352
3353         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3354         findbar code: s/help/search/
3355
3356 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3357
3358         * shell/ev-window.c: (setup_document_from_metadata),
3359         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3360         (setup_view_from_metadata):
3361         
3362         Fix memory leaks.
3363
3364 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3365
3366         * autogen.sh, configure.ac: 
3367         
3368         Update automake usage. See bug 349292.
3369
3370 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3371
3372         * shell/eggfindbar.c: (egg_find_bar_class_init),
3373         (entry_activate_callback), (egg_find_bar_init),
3374         (egg_find_bar_set_status_text):
3375         * shell/eggfindbar.h:
3376         
3377         Unify Evince findbar with Epiphany. Nice patch
3378         from Fabricio Silva <silva@crans.org> and
3379         Frederic Peters <fpeters@entrouvert.com>. See
3380         bug #339966 for details.
3381
3382 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3383
3384         * data/evince.desktop.in.in:
3385         
3386         Correct information for bugzilla. Thanks to
3387         Olaf Vitters, see bug #348855.
3388
3389 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * shell/ev-jobs.[ch]:
3392         * shell/ev-sidebar-links.c:
3393         * shell/ev-window.[ch]:
3394
3395         GtkPrintJob doesn't support print ranges or current page, so we export
3396         to a ps file now when printing ranges or current page.
3397
3398 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3399
3400         * pdf/ev-poppler.cc:
3401         * shell/ev-window.c: (do_action_named):
3402
3403         We should be more clear about bugzilla. See the
3404         poppler bug #7623.
3405
3406 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * configure.ac:
3409         * shell/Makefile.am:
3410         * shell/ev-job-queue.c:
3411         * shell/ev-jobs.[ch]:
3412         * shell/ev-sidebar-links.c:
3413         * shell/ev-window.[ch]:
3414         
3415         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3416         #348422
3417
3418 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3421         * shell/ev-application-service.xml:
3422         * shell/ev-application.[ch]:
3423         * shell/ev-jobs.[ch]:
3424         * shell/ev-window.[ch]: (ev_window_run_preview):
3425         * shell/main.c: 
3426
3427         Add preview mode to use evince as a printing previewer. It also adds
3428         other command line options for fullscreen and presentation modes.
3429         Fixes bugs #347822, #317031
3430
3431 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3432
3433         * NEWS:
3434         * configure.ac:
3435         
3436         Update for release 0.5.4
3437
3438 2006-07-11  Bastien Nocera <hadess@hadess.net>
3439
3440         * Makefile.am:
3441         * backend/Makefile.am:
3442         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3443         * backend/ev-document-factory.h:
3444         * configure.ac:
3445         * impress/.cvsignore:
3446         * impress/Makefile.am:
3447         * impress/common.h:
3448         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3449         (imp_get_page), (imp_next_page), (imp_prev_page),
3450         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3451         * impress/f_oasis.c: (render_object), (render_page),
3452         (get_geometry), (_imp_oasis_load):
3453         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3454         (_imp_oo13_load):
3455         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3456         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3457         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3458         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3459         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3460         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3461         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3462         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3463         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3464         (iks_new_within), (iks_insert), (iks_insert_cdata),
3465         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3466         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3467         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3468         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3469         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3470         (iks_cdata), (iks_cdata_size), (iks_has_children),
3471         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3472         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3473         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3474         (iks_tree), (iks_load), (iks_save):
3475         * impress/iksemel.h:
3476         * impress/imposter.h:
3477         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3478         (imp_render_draw_bezier_real), (imp_render_get_size),
3479         (imp_render_set_fg_color), (imp_render_draw_line),
3480         (imp_render_draw_rect), (imp_render_draw_polygon),
3481         (imp_render_draw_arc), (imp_render_draw_bezier),
3482         (imp_render_open_image), (imp_render_get_image_size),
3483         (imp_render_scale_image), (imp_render_draw_image),
3484         (imp_render_close_image), (imp_render_markup),
3485         (imp_render_get_text_size), (imp_render_draw_text),
3486         (impress_document_load), (impress_document_save),
3487         (impress_document_get_n_pages), (impress_document_get_page_size),
3488         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3489         (impress_document_finalize), (impress_document_class_init),
3490         (impress_document_can_get_text), (impress_document_get_info),
3491         (impress_document_document_iface_init),
3492         (impress_document_thumbnails_get_thumbnail),
3493         (impress_document_thumbnails_get_dimensions),
3494         (impress_document_document_thumbnails_iface_init),
3495         (impress_document_init):
3496         * impress/impress-document.h:
3497         * impress/internal.h:
3498         * impress/r_back.c: (_imp_fill_back):
3499         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3500         (_imp_draw_image), (_imp_tile_image):
3501         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3502         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3503         (r_polyline):
3504         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3505         (r_draw_gradient_complex), (r_draw_gradient):
3506         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3507         (r_get_bullet):
3508         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3509         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3510         (r_text):
3511         * impress/render.c: (imp_create_context), (imp_context_set_page),
3512         (imp_context_set_step), (imp_render), (imp_delete_context):
3513         * impress/render.h:
3514         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3515         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3516         (zip_load_xml), (zip_get_size), (zip_load):
3517         * impress/zip.h:
3518         * shell/ev-utils.c:
3519         
3520         New backend to support impress slides. Fixes bug #30867.
3521
3522 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3523
3524         * shell/ev-utils.c: (using_postscript_printer):
3525         
3526         Fixes crash when print using PAPI backend,
3527         bug #345012.
3528
3529 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3530
3531         * shell/ev-jobs.c: (ev_job_xfer_run):
3532         * shell/ev-window.c: (password_dialog_response),
3533         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3534         (ev_window_dispose):
3535         Fixes bug #344160: if the xfer job doesn't complete
3536         because a password is required, reload the existing
3537         instance instead of creating a new one.
3538
3539 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3540
3541         * shell/main.c: (main): Call gdk_threads_init. Thus
3542         we'll avoid errors in auth dialog. Fix for the bug
3543         #343347.
3544
3545 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3546
3547         * configure.ac: Advertise pixbuf support, fix
3548         for the bug 343317.
3549
3550 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3551
3552         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3553         (ev_sidebar_thumbnails_set_document):
3554         
3555         Update sidebar thumbnails after reloading.
3556
3557 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3558
3559         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3560         * shell/ev-jobs.h:
3561         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3562         (ev_window_cmd_view_reload), (ev_window_init):
3563         
3564         Don't crash on reload. Fix for the bug #343167.
3565
3566 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3567
3568         * shell/ev-jobs.c: (ev_job_render_run):
3569         
3570         Check for document links.
3571
3572 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3573
3574         * backend/ev-attachment.c: (ev_attachment_save),
3575         (ev_attachment_launch_app), (ev_attachment_open):
3576         * backend/ev-document-factory.c: (get_document_from_uri):
3577         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3578         (egg_recent_view_uimanager_set_list):
3579         * ps/ps-document.c: (check_filecompressed), (document_load),
3580         (ps_document_load):
3581         * shell/ev-metadata-manager.c: (load_values):
3582         * shell/ev-password.c: (ev_password_dialog_set_property):
3583         * shell/ev-view.c: (tip_from_link):
3584         * shell/ev-window.c: (file_save_dialog_response_cb),
3585         (ev_window_print_dialog_response_cb):
3586         
3587         Use consistent quoting style. Fix for the bug #320285.
3588
3589 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3590
3591         * shell/ev-jobs.c: (ev_job_xfer_run):
3592         * shell/main.c: (load_files):
3593                 
3594         Open links with anchors. Fix for the bug #339836.
3595
3596 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3597
3598         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3599         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3600         (ev_link_dest_set_property), (ev_link_dest_finalize),
3601         (ev_link_dest_class_init), (ev_link_dest_new_named),
3602         (ev_link_dest_new_page_label):
3603         * backend/ev-link-dest.h:
3604         * shell/ev-application.c: (ev_application_open_uri):
3605         * shell/ev-view.c: (goto_dest):
3606         * shell/ev-window.c:
3607         * shell/ev-window.h:
3608         
3609         Fix page-label command line option. Bug #342070.
3610
3611 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3612
3613         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3614         
3615         Don't show highlight rects if page can't be showed. Fix for 
3616         the bug #342076
3617
3618 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3619
3620         * shell/ev-window.c: (setup_sidebar_from_metadata),
3621         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3622         
3623         Setup sidebar from metadata even if there is no document
3624         loaded. Fix for the bug #342807.
3625
3626 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3627
3628         * cut-n-paste/toolbar-editor/Makefile.am:
3629         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3630         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3631         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3632         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3633         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3634         (popup_context_menu_cb), (button_press_event_cb),
3635         (configure_item_sensitivity), (configure_item_cursor),
3636         (configure_item_tooltip), (connect_widget_signals),
3637         (action_sensitive_cb), (create_item_from_action),
3638         (create_item_from_position), (toolbar_drag_data_received_cb),
3639         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3640         (toolbar_drag_leave_cb), (configure_drag_dest),
3641         (toggled_visibility_cb), (toolbar_visibility_refresh),
3642         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3643         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3644         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3645         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3646         (egg_editable_toolbar_dispose),
3647         (egg_editable_toolbar_set_ui_manager),
3648         (egg_editable_toolbar_get_selected),
3649         (egg_editable_toolbar_set_selected), (set_edit_mode),
3650         (egg_editable_toolbar_set_property),
3651         (egg_editable_toolbar_get_property),
3652         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3653         (egg_editable_toolbar_new_with_model),
3654         (egg_editable_toolbar_get_edit_mode),
3655         (egg_editable_toolbar_set_edit_mode),
3656         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3657         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3658         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3659         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3660         (item_added_or_removed_cb), (toolbar_removed_cb),
3661         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3662         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3663         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3664         (editor_create_item_from_name), (append_table),
3665         (update_editor_sheet), (egg_toolbar_editor_init):
3666         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3667         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3668         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3669         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3670         (toolbar_node_free), (egg_toolbars_model_get_flags),
3671         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3672         (egg_toolbars_model_get_name), (impl_add_item),
3673         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3674         (parse_data_list), (parse_item_list), (parse_toolbars),
3675         (egg_toolbars_model_load_toolbars), (parse_available_list),
3676         (parse_names), (egg_toolbars_model_load_names),
3677         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3678         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3679         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3680         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3681         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3682         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3683         (egg_toolbars_model_set_types), (fill_avail_array),
3684         (egg_toolbars_model_get_name_avail),
3685         (egg_toolbars_model_get_name_flags),
3686         (egg_toolbars_model_set_name_flags):
3687         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3688         * cut-n-paste/toolbar-editor/eggintl.h:
3689         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3690         (egg_tree_multi_drag_source_get_type),
3691         (egg_tree_multi_drag_source_row_draggable),
3692         (egg_tree_multi_drag_source_drag_data_delete),
3693         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3694         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3695         (path_list_free), (set_context_data), (get_context_data),
3696         (get_info), (egg_tree_multi_drag_drag_data_get),
3697         (egg_tree_multi_drag_motion_event),
3698         (egg_tree_multi_drag_button_press_event),
3699         (egg_tree_multi_drag_add_drag_support):
3700         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3701         * shell/ev-application.c: (ev_application_init),
3702         (ev_application_save_toolbars_model):
3703         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3704         (ev_window_cmd_edit_toolbar), (ev_window_init):
3705         
3706         Sync toolbareditor with epiphany and libegg
3707
3708 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * configure.ac: 
3711
3712         Depend on poppler 0.5.2
3713
3714 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3715
3716         * shell/ev-jobs.c: (ev_job_render_run):
3717         
3718         Check if document supports links iterface.
3719
3720 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3721
3722         * NEWS:
3723         * configure.ac:
3724         
3725         Update for release 0.5.3
3726
3727 2006-05-13  Michael Plump  <plumpy@skylab.org>
3728
3729         * configure.ac:
3730         * shell/Makefile.am:
3731         * shell/main.c: (main):
3732         
3733         Port to GOption command line parsing. Fix for the 
3734         bug #327518
3735
3736 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * shell/ev-window.c: (ev_window_cmd_help_about):
3739         
3740         Do not wrap license. Fix for the bug #309460.
3741
3742 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * configure.ac:
3745         * properties/ev-properties-main.c: (ev_properties_get_pages):
3746         * shell/ev-application.c: (ev_application_open_window),
3747         (ev_application_open_uri_at_dest):
3748         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3749         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3750         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3751         * shell/ev-utils.c: (save_print_config_to_file):
3752         * shell/ev-window.c: (ev_window_cmd_save_as),
3753         (ev_attachment_popup_cmd_save_attachment_as):
3754         * shell/main.c: (load_files_remote):
3755         
3756         Bump requirements to gtk 2.8 and drop all ifdefs used.
3757
3758 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3759
3760         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3761         * shell/ev-window.c: (ev_window_init):
3762         
3763         Show attachments page.
3764
3765 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3766
3767         * po/POTFILES.in:
3768         * shell/ev-attachment-bar.c:
3769         * shell/ev-attachment-bar.h:
3770         * shell/ev-sidebar-attachments.c:
3771         (ev_sidebar_attachments_icon_cache_add),
3772         (icon_theme_get_pixbuf_from_mime_type),
3773         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3774         (ev_sidebar_attachments_icon_cache_refresh),
3775         (ev_sidebar_attachments_get_attachment_at_pos),
3776         (ev_sidebar_attachments_popup_menu_show),
3777         (ev_sidebar_attachments_popup_menu),
3778         (ev_sidebar_attachments_button_press),
3779         (ev_sidebar_attachments_update_icons),
3780         (ev_sidebar_attachments_drag_data_get),
3781         (ev_sidebar_attachments_get_property),
3782         (ev_sidebar_attachments_destroy),
3783         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3784         (ev_sidebar_attachments_new),
3785         (ev_sidebar_attachments_set_document),
3786         (ev_sidebar_attachments_support_document),
3787         (ev_sidebar_attachments_get_label),
3788         (ev_sidebar_attachments_page_iface_init):
3789         * shell/ev-sidebar-attachments.h:
3790         * shell/ev-window.c: (update_chrome_visibility),
3791         (setup_sidebar_from_metadata), (ev_window_setup_document),
3792         (ev_window_sidebar_current_page_changed_cb),
3793         (attachment_bar_menu_popup_cb), (ev_window_init):
3794         
3795         Move attachments bar to sidebar.
3796
3797 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3798
3799         * pdf/ev-poppler.cc:
3800         * shell/ev-application.[ch]:
3801         * shell/main.c:
3802
3803         Fix some memory leaks.
3804
3805 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3806
3807         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3808
3809         Change the properties dialog response to
3810         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3811         will make the dialog go away when the user presses
3812         enter. With gtk+ >= 2.9 this will happen anyway, but for
3813         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3814         escape by default. Fixes bug #340539. See also bug
3815         #101293 for the gtk+ part.
3816
3817 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3818
3819         * shell/ev-view.c (tip_from_action_named): Replace some strings
3820         that were wrong. Closes #340970.
3821
3822 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3825
3826         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3827         #341049
3828
3829 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * djvu/Makefile.am:
3832         * dvi/Makefile.am:
3833         * dvi/mdvi-lib/Makefile.am:
3834         * properties/Makefile.am:
3835         * ps/Makefile.am:
3836         * shell/Makefile.am:
3837         * thumbnailer/Makefile.am:
3838         
3839         Due to broken libtool that is unable to track dependencies
3840         of noinst libraries we are forced to explicitely point
3841         libraries for binary. Fix for the bug #333334.
3842
3843 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * data/evince.desktop.in.in:
3846         * shell/ev-view.c: (view_update_range_and_current_page),
3847         (ev_view_next_page), (ev_view_previous_page):
3848         * shell/ev-window.c: (update_chrome_visibility),
3849         (setup_sidebar_from_metadata), (ev_window_setup_document),
3850         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3851         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3852         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3853         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3854         (ev_window_stop_presentation), (ev_window_focus_in_event),
3855         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3856         (ev_window_init):
3857         * thumbnailer/Makefile.am:
3858         
3859         Update fullscreen and presentation timeout handling. Hide
3860         cursor in presentation after timeout. Fix for the bugs
3861         #136359 and #336981.
3862
3863 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * backend/ev-link-action.[ch]:
3866         * pdf/ev-poppler.cc: (ev_link_from_action):
3867         * shell/ev-view-private.h:
3868         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3869         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3870
3871         Add support for Named Action links
3872
3873 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * backend/Makefile.am:
3876         * backend/ev-document-links.[ch]:
3877         * backend/ev-document.[ch]:
3878         * backend/ev-link-action.[ch]:
3879         * backend/ev-link-dest.[ch]:
3880         * backend/ev-link.[ch]:
3881         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3882         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3883         * shell/ev-page-action.c: (build_new_tree_cb):
3884         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3885         (links_page_num_func), (update_page_callback):
3886         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3887         (tip_from_link):
3888         * shell/ev-jobs.c:
3889         * shell/ev-window.[ch]: (ev_window_open_uri),
3890         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3891         * shell/ev-application.[ch]: (ev_application_open_window),
3892         (ev_application_open_uri):
3893
3894         Rework links system, it adds support for remote links now and it makes
3895         easier to add new kinds of actions and destinations. Fixes bug #317292
3896
3897 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3898
3899         * data/Makefile.am:
3900         * data/evince.png:
3901         * data/evince-16.png:
3902         * data/evince-22.png:
3903         * data/evince.svg:
3904         * shell/main.c: (main):
3905         
3906         Evince use it's own icon. Fix for the bug #313392.
3907
3908         * shell/ev-window.c: (fullscreen_timeout_cb),
3909         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3910         (ev_window_cmd_help_about), (ev_window_dispose):
3911         
3912         Simplify fullscreen timeout code.
3913
3914 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3915
3916         * backend/ev-attachment.c: 
3917         * shell/ev-attachment-bar.c:
3918         * shell/ev-window.c:
3919
3920         Allow multiple selection of attachments
3921
3922 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3923
3924         * shell/ev-view.c: (view_update_range_and_current_page),
3925         (ev_view_scroll):
3926         
3927         Fix for the bug #312573 – Optimal selection of current 
3928         page among visible pages.
3929
3930 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3931
3932         * configure.ac:
3933         * djvu/Makefile.am:
3934         * djvu/djvu-text.h:
3935         
3936         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3937         for the bug 339868.
3938
3939 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3940
3941         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3942
3943 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3944
3945         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3946         dictated by the GNOME HIG. Fixes bug #339235.
3947
3948 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3949
3950         * data/evince-ui.xml:
3951         * shell/ev-view.c: (ev_view_can_find_previous):
3952         * shell/ev-view.h:
3953         * shell/ev-window.c: (ev_window_update_actions),
3954         (ev_window_cmd_edit_find_previous):
3955
3956         Add support for "Find Previous" as dictated by the GNOME HIG. A
3957         menu item is added and some glue code to make it all work is added
3958         to various files.
3959
3960 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3961
3962         * configure.ac: Award myself the "useless use of cat" award.
3963
3964 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3965
3966         * po/LINGUAS: New file listing all supported languages.
3967
3968         * configure.in: Use po/LINGUAS instead of including all languages
3969         directly in this file. See the wiki for more information:
3970         http://live.gnome.org/GnomeGoals/PoLinguas
3971
3972 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * backend/ev-document-factory.c:
3975
3976         Do not load the document twice when there isn't errors
3977
3978 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * backend/ev-attachment.c: 
3981
3982         Fix a crash when there isn't a default application to open an
3983         attachment
3984
3985 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3986
3987         * backend/ev-attachment.[ch]:
3988         * shell/ev-attachment-bar.[ch]:
3989
3990         Added missing files. 
3991
3992 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3993
3994         * backend/Makefile.am:
3995         * data/evince-ui.xml:
3996         * backend/ev-attachment.[ch]:
3997         * backend/ev-document.[ch]: (ev_document_has_attachments),
3998         (ev_document_get_attachments):
3999         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4000         (attachment_save_to_buffer), (pdf_document_get_attachments),
4001         (pdf_document_document_iface_init):
4002         * shell/Makefile.am:
4003         * shell/ev-attachment-bar.[ch]:
4004         * shell/ev-window.c:
4005
4006         Add support for PDF attachments. Fixes bug #325143
4007
4008 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * backend/ev-document-factory.c: (get_document_from_uri),
4011         (ev_document_factory_get_document):
4012         * backend/ev-document-factory.h:
4013         * properties/ev-properties-main.c: (ev_properties_get_pages):
4014         * shell/Makefile.am:
4015         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4016         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4017         (ev_job_queue_remove_job):
4018         * shell/ev-job-queue.h:
4019         * shell/ev-job-xfer.c:
4020         * shell/ev-job-xfer.h:
4021         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4022         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4023         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4024         (ev_job_xfer_run):
4025         * shell/ev-jobs.h:
4026         * shell/ev-window.c: (ev_window_is_empty),
4027         (password_dialog_response), (ev_window_clear_xfer_job),
4028         (ev_window_xfer_job_cb), (ev_window_open_uri),
4029         (ev_window_cmd_focus_page_selector),
4030         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4031         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4032         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4033         (ev_window_dispose):
4034         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4035         
4036         * Cleanup mime type detection on document load. Fix for the
4037         bug #336448.
4038
4039 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4040
4041         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4042         
4043         Fix crash on exit, described in the bug #336825.
4044
4045 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4046
4047         * backend/ev-document-factory.c:
4048         (ev_document_factory_get_from_mime),
4049         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4050         (ev_document_factory_get_document),
4051         (file_filter_add_mime_list_and_free),
4052         (ev_document_factory_add_filters):
4053         * backend/ev-document-factory.h:
4054         * properties/ev-properties-main.c: (ev_properties_get_pages):
4055         * shell/Makefile.am:
4056         * shell/ev-application.c:
4057         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4058         * shell/ev-window.c: (ev_window_cmd_file_open),
4059         (ev_window_cmd_save_as):
4060         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4061         
4062         Rework factory functions so they are placed now in a single 
4063         file ev-document-factory.c
4064
4065 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4066
4067         * shell/ev-window.c: (update_chrome_visibility):
4068         
4069         Fix for the bug 166566 - don't show menubar in fullscreen
4070         mode.
4071
4072 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4073
4074         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4075
4076 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4077
4078         * shell/ev-view.c: (ev_view_expose_event):
4079         
4080         More correctly draw loading text when document
4081         is empty.
4082
4083 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4084
4085         * shell/ev-view.c: (ev_view_scroll):
4086         
4087         Fix for the bug #334854, page down and page up switch
4088         pages in presentation mode.
4089
4090 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4091
4092         * shell/ev-window.c: (ev_window_set_action_sensitive),
4093         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4094         (ev_window_set_view_accels_sensitivity),
4095         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4096         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4097         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4098         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4099         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4100         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4101         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4102         (view_actions_focus_in_cb), (ev_window_init):
4103         
4104         Fix for the bug #333902, now it's possible to search
4105         words with slash.
4106
4107 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4108
4109         * configure.ac: Added Breton translation.
4110         * po/br.po: Added Breton translation.
4111
4112 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-window-title (ev_window_title_update):
4115
4116         Fix memory leak in window title. Fixes bug #333944
4117
4118 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * shell/ev-metadata-manager.c (parseItem):
4121
4122         Fix memory leaks. Fixes bug #333945
4123
4124 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4125         
4126         * NEWS, configure.ac, TODO:
4127         
4128         Update for release 0.5.2.
4129
4130 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4131
4132         * shell/ev-view.c: (view_update_range_and_current_page),
4133         (page_changed_cb):
4134         
4135         Don't jump on scrolling, fix for the bug #333127.
4136
4137 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4138
4139         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4140         
4141         Scroll by one page in presentation mode. Fix for the bug
4142         #332993.
4143
4144 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4145
4146         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4147
4148 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4149
4150         * configure.ac  Added lv in ALL_LINGUAS line.
4151
4152 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4153         
4154         * NEWS, configure.ac:
4155         
4156         Update for release 0.5.1
4157
4158 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4159
4160         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4161         * backend/ev-document-misc.h:
4162         * shell/ev-view.c: (draw_one_page):
4163         
4164          Clairfy what page the toolbar page number applies to. Fix
4165          for the bug #328102.
4166
4167 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4168
4169         * shell/ev-view-private.h:
4170         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4171         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4172         (ev_view_search_changed):
4173         * shell/ev-view.h:
4174         * shell/ev-window.c: (find_bar_search_changed_cb):
4175         
4176         Dont't jump to find result if window was scrolled during search.
4177         Fix for the bug #313266.
4178
4179 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4180
4181         * shell/eggfindbar.c: (egg_find_bar_class_init):
4182         * shell/eggfindbar.h:
4183         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4184         * shell/ev-view-private.h:
4185         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4186         (ev_view_class_init), (ev_sizing_mode_get_type),
4187         (ev_scroll_type_get_type):
4188         * shell/ev-view.h:
4189         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4190         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4191         (ev_window_init):
4192         
4193         Fix for the bug 319133 - Find entry should allow text scroll.
4194
4195 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4196
4197         * shell/ev-view-private.h:
4198         * shell/ev-view.c: (view_update_range_and_current_page),
4199         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4200         (ev_view_set_document), (update_find_status_message),
4201         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4202         (ev_view_find_previous):
4203         
4204         Fix for the bug #319137. Search now takes account for scrolling.
4205
4206 2006-02-19  Michael Hofmann <mh21@piware.de>
4207
4208         * configure.ac:
4209         * djvu/Makefile.am:
4210         * djvu/djvu-document-private.h:
4211         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4212         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4213         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4214         (djvu_document_can_get_text), (djvu_document_get_text),
4215         (djvu_document_document_iface_init),
4216         (djvu_document_thumbnails_get_thumbnail),
4217         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4218         (djvu_document_find_get_result),
4219         (djvu_document_find_page_has_results),
4220         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4221         (djvu_document_find_iface_init):
4222         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4223         (djvu_text_page_selection), (djvu_text_page_limits_process),
4224         (djvu_text_page_limits), (djvu_text_page_copy),
4225         (djvu_text_page_position), (djvu_text_page_union),
4226         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4227         (djvu_text_page_box), (djvu_text_page_append_text),
4228         (djvu_text_page_search), (djvu_text_page_prepare_search),
4229         (djvu_text_page_new), (djvu_text_page_free):
4230         * djvu/djvu-text-page.h:
4231         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4232         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4233         (djvu_text_n_results), (djvu_text_has_results),
4234         (djvu_text_get_result), (djvu_text_get_progress):
4235         * djvu/djvu-text.h:
4236         
4237         Text search in djvu. Fix for the bug #303415.
4238
4239 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4240
4241         * configure.ac:
4242         * shell/ev-window.c: (ev_window_cmd_save_as):
4243         
4244         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4245         Thanks to Gary Coady <gary@lyranthe.org>
4246
4247 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * shell/ev-print-job.c: (idle_print_handler):
4250         
4251         Inverse order printing, bug #320919.
4252
4253 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4254
4255         * data/evince-toolbar.xml:
4256         * shell/ev-window.c:
4257         
4258         Allow to add sidebar checkbutton on toolbar. Fix
4259         for the bug #144577.
4260
4261 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4262
4263         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4264         
4265         Add checks that have sense for empty ps document.
4266
4267 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4268
4269         * configure.ac: Include PS in mime types list. 
4270
4271 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4272
4273         * configure.ac:
4274         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4275         * ps/gsdefaults.h:
4276         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4277         
4278         Runtime check for gs interpreter. Fix for the bug #320868.
4279         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4280
4281 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * shell/ev-application.c: 
4284
4285         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4286         dbus>=0.60, so that the request is not queued. 
4287
4288 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4289
4290         * configure.ac:
4291         * shell/Makefile.am:
4292         * shell/ev-sidebar-links.c: (print_section_cb):
4293         * shell/ev-utils.c:
4294         * shell/ev-utils.h:
4295         * shell/ev-window.c: (update_action_sensitivity),
4296         (ev_window_close_dialogs), (ev_window_print):
4297         * shell/ev-window.h:
4298         
4299         Make printing support optional. Patch from Eduardo de Barros Lima
4300         <eduardo.lima@indt.org.br> for the bug #330546.
4301
4302 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4303
4304         * shell/ev-view-private.h:
4305         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4306         (ev_view_set_document):
4307         * shell/ev-view.h:
4308         * shell/ev-window.c: (ev_window_load_job_cb),
4309         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4310         (ev_window_init):
4311
4312         Draw Loading message during xfer job. Fix for the bug #329495.
4313
4314 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * comics/comics-document.c: (comics_regex_quote),
4317         (comics_document_load), (extract_argv):
4318         
4319         Correcly quote regexp before passing it to unzip.
4320
4321 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4322
4323         * shell/ev-page-cache.c: (build_height_to_page),
4324         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4325         (ev_page_cache_get_dual_even_left):
4326         * shell/ev-page-cache.h:
4327         * shell/ev-view.c: (view_update_range_and_current_page),
4328         (get_page_y_offset), (get_page_extents):
4329         
4330         Place even pages to the left if document has less then
4331         two pages. Fix for the bug #328856.
4332
4333 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4336         
4337         Correct comics scheme. This make evince create thumbnails
4338         for comic books. Fix for the bug 329088.
4339
4340 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4341
4342         * data/evince-password.glade: Don't explicitly set
4343         invisible_char to the current default value in case
4344         the default changes; let GTK+ do its magic.
4345
4346 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4349         real filename to tmp filename since often document
4350         type is determined by extension.
4351
4352 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4353
4354         * shell/ev-view.c: (add_scroll_binding_keypad),
4355         (ev_view_binding_activated), (ev_view_class_init):
4356         
4357         Add keybindings for percision-scrolling of display area. 
4358         Fix for the bug #314072.
4359
4360 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * data/evince.desktop.in.in:
4363         
4364         Add GTK to the list of categories. Fix for the bug #328034.
4365
4366 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4367
4368         * shell/ev-application.c: (ev_application_shutdown),
4369         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4370         * shell/ev-application.h:
4371         * shell/ev-window.c: (file_open_dialog_response_cb),
4372         (ev_window_cmd_file_open):
4373         
4374         Save last uri in file chooser dialog. Fix for the bug #327950.
4375
4376 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4377
4378         * NEWS:
4379         * README:
4380         
4381         Final update for release 0.5.0
4382         
4383         * shell/Makefile.am:
4384         
4385         Remove disable deprecated until we'll require libgnome-2.13.7
4386         and port to GOption argument parsing. See bug 327518.
4387
4388 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4389
4390         * comics/comics-document.c: (comics_document_save):
4391         * djvu/djvu-document.c: (djvu_document_save):
4392         * dvi/dvi-document.c: (dvi_document_save):
4393         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4394         * lib/ev-file-helpers.h:
4395         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4396         * tiff/tiff-document.c: (tiff_document_save):
4397         
4398         Use common save function for backends.
4399
4400 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4401
4402         * backend/ev-document-types.c:
4403         
4404         Fix crash on saving pixbuf.
4405
4406 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4407
4408         * cut-n-paste/recent-files/egg-recent-item.c:
4409         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4410         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4411         (parse_info_free), (valid_element), (start_element_handler),
4412         (end_element_handler), (text_handler), (egg_recent_model_filter),
4413         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4414         (egg_recent_model_monitor), (egg_recent_model_read),
4415         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4416         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4417         (egg_recent_model_set_property), (egg_recent_model_class_init),
4418         (egg_recent_model_init), (egg_recent_model_add_full),
4419         (egg_recent_model_delete), (egg_recent_model_get_list),
4420         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4421         (egg_recent_model_set_filter_mime_types),
4422         (egg_recent_model_clear_group_filter),
4423         (egg_recent_model_set_filter_groups),
4424         (egg_recent_model_clear_scheme_filter),
4425         (egg_recent_model_set_filter_uri_schemes),
4426         (egg_recent_model_remove_expired):
4427         * cut-n-paste/recent-files/egg-recent-util.c:
4428         (egg_recent_util_get_icon):
4429         * cut-n-paste/recent-files/egg-recent-util.h:
4430         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4431         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4432         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4433         (egg_recent_view_uimanager_set_property),
4434         (egg_recent_view_uimanager_get_property),
4435         (egg_recent_view_uimanager_class_init),
4436         (egg_recent_view_uimanager_init),
4437         (egg_recent_view_uimanager_set_label_width),
4438         (egg_recent_view_uimanager_get_label_width):
4439         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4440         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4441         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4442         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4443         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4444         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4445         
4446         Update from libegg.
4447
4448 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4449
4450         * shell/ev-page-cache.c: (build_height_to_page),
4451         (ev_page_cache_get_height_to_page):
4452         * shell/ev-page-cache.h:
4453         * shell/ev-view.c: (view_update_range_and_current_page),
4454         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4455         (ev_view_previous_page):
4456         
4457         Dual mode places even pages to the left. Fix for the bug #309393.
4458
4459         * shell/ev-view.h:
4460         * shell/ev-window.c: (update_action_sensitivity),
4461         (setup_view_from_metadata), (view_menu_popup_cb):
4462         
4463         Don't restore presentation in empty windows, more intelligent
4464         next page behaviour in dual mode.
4465
4466         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4467         (ev_pixbuf_cache_clear_job_sizes):
4468         
4469         Cleanup job callback on removal. Fix for the bug #325886.
4470
4471 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * ps/ps.c: (psscan):
4474         
4475         Commit workaround Mozilla problem. Fix for the bug #325919
4476         
4477         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4478         (save_item):
4479         
4480         Fix for year 2038 problem.
4481
4482 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * shell/ev-window.c: (setup_document_from_metadata),
4485         (ev_window_cmd_view_reload):
4486
4487         Clamp page recieved from metadata in valid values. Fix
4488         for the bug #325986.
4489
4490 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4491
4492         * MAINTAINERS: 
4493         Add MAINTAINERS as requested on desktop-devel-list.
4494
4495 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4496
4497         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4498         (mime_type_supported_by_gdk_pixbuf),
4499         (ev_document_factory_get_mime_types),
4500         (ev_document_factory_get_all_mime_types):
4501         
4502         Don't add pixbuf mime types if pixbuf backend is disabled.
4503         
4504         * shell/ev-application.c: (ev_application_get_uri_window):
4505         
4506         Fix for the bug 325815 - unhandled MIME type message doesn't 
4507         appear a second time. 
4508         
4509         * shell/ev-document-types.c: (ev_document_types_add_filters):
4510         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4511         (password_dialog_response), (ev_window_popup_password_dialog),
4512         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4513         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4514         (ev_window_run_presentation), (ev_window_stop_presentation),
4515         (save_sizing_mode), (ev_window_zoom_changed_cb),
4516         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4517         (ev_window_dual_mode_changed_cb),
4518         (ev_window_sidebar_current_page_changed_cb),
4519         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4520         (window_state_event_cb), (window_configure_event_cb):
4521         
4522         Cleanup additional uris holded by EvWindow.
4523
4524 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4525
4526         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4527         (ev_view_can_previous_page), (ev_view_can_next_page):
4528         * shell/ev-view.h:
4529         * shell/ev-window.c: (update_action_sensitivity):
4530         
4531         Two page scrolling with Space and PageUp in dual mode. Second fix 
4532         for the bug #316608.
4533
4534 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4535
4536         * shell/ev-view.c: (scroll_to_current_page):
4537         
4538         Correctly clamp adjustment value. Fix for the bug
4539         #325808.
4540
4541 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * shell/ev-sidebar-links.c: (print_section_cb):
4544         * shell/ev-window.c: (ev_window_get_uri),
4545         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4546         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4547         (ev_window_dispose):
4548         
4549         Make print dialog non-modal. Fix for the bug #325622.
4550
4551 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * shell/ev-metadata-manager.c:
4554         * shell/ev-utils.c: (using_pdf_printer),
4555         (using_postscript_printer), (load_print_config_from_file),
4556         (save_print_config_to_file):
4557         * shell/ev-utils.h:
4558         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4559         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4560         (setup_view_from_metadata), (ev_window_setup_document),
4561         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4562         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4563         (ev_window_run_presentation), (ev_window_stop_presentation),
4564         (save_sizing_mode), (ev_window_zoom_changed_cb),
4565         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4566         (ev_window_dual_mode_changed_cb),
4567         (ev_window_sidebar_current_page_changed_cb),
4568         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4569         (window_state_event_cb), (window_configure_event_cb),
4570         (ev_window_init):
4571         
4572         Setting saving behaviour fixes.
4573
4574 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4575
4576         * configure.ac:
4577         
4578         Make antialiasing gs options better and allow
4579         to change them during configure. Fix for the 
4580         bug #319049.
4581
4582 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * shell/ev-window.c: (setup_view_from_metadata):
4585         
4586         Remember if last window was maximized. Fix for the
4587         bug #323797.
4588
4589 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4590
4591         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4592
4593 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4594
4595         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4596         * shell/ev-page-action.c: (build_new_tree_cb):
4597         * shell/ev-sidebar-links.c: (links_page_num_func),
4598         (update_page_callback_foreach), (update_page_callback):
4599         * shell/ev-view.c: (scroll_to_current_page):
4600         
4601         Fix for the bug #325067 with more intelligent selection
4602         of current link in sidebar. Make sidebar handle links
4603         of FITR-like type more correctly.
4604
4605         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4606         (dvi_pixbuf_put_pixel):
4607         
4608         Fix memory consumtion with disabled alpha channel.
4609
4610 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * data/evince-ui.xml:
4613         * shell/ev-window.c: (view_menu_popup_cb),
4614         (ev_popup_cmd_open_link), (ev_window_init):
4615         
4616         Update context menu for internal links. Fix for the bug
4617         #325066.
4618
4619 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4622         
4623         Bind context menu to keyboard also. Fix for the bug
4624         #325065.
4625
4626 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4627
4628         * shell/ev-view.c: (selection_scroll_timeout_cb):
4629         
4630         Horizontal scroll on selection also.
4631
4632 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4633
4634         * shell/ev-metadata-manager.c: (parse_value):
4635         * shell/ev-view.c: (goto_xyz_link):
4636         
4637         Correct zoom setup and metadata save broken in 
4638         some locales.
4639
4640 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4641
4642         * shell/ev-view-private.h:
4643         * shell/ev-view.c: (scroll_to_current_page),
4644         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4645         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4646         (page_changed_cb), (ev_view_set_continuous),
4647         (ev_view_set_dual_page), (ev_view_set_presentation):
4648         
4649         Delay scroll until allocation to correctly position page. Fix
4650         for the bug #317334.
4651
4652 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * NEWS:
4655         * configure.ac:
4656         
4657         Update NEWS and require poppler 0.5.0.
4658
4659 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4660         
4661         * data/evince-ui.xml:
4662         * shell/ev-view-private.h:
4663         * shell/ev-view.c: (ev_view_get_link_at_location),
4664         (handle_link_over_xy), (ev_view_button_press_event),
4665         (ev_view_button_release_event), (ev_view_class_init):
4666         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4667         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4668         (ev_window_init):
4669         
4670         Implement right-click context menu.
4671
4672 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4673
4674         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4675         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4676         (mdvi_pixbuf_device_render):
4677         * pdf/ev-poppler.cc:
4678
4679         Don't generate thumbnails with alpha. See bug #324077.
4680         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4681
4682 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4683
4684         * shell/ev-window.c: (setup_chrome_from_metadata):
4685         
4686         Fix typo that was hiding toolbar.
4687
4688 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4689
4690         * shell/ev-view-private.h:
4691         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4692         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4693         (ev_view_button_release_event), (ev_view_destroy):
4694         
4695         Small cleanup and autoscrolling during selection. Thanks to 
4696         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4697
4698 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4699
4700         * configure.ac:
4701         
4702         Correctly check for comics option.
4703
4704 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4705         * Makefile.am:
4706         * configure.ac:
4707         * backend/Makefile.am:
4708         * backend/ev-document-factory.c:
4709         * shell/ev-document-types.c:
4710
4711         Included option in configure to make ps backend 
4712         compilation optional with --disable-ps.
4713
4714 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4715
4716         * backend/ev-document-factory.c:
4717         * comics/Makefile.am:
4718         * comics/comics-document.c: (comics_document_load):
4719         * comics/ev-cbr-mime.xml:
4720         * configure.ac:
4721         
4722         Comics mime types are added to shared-mime-info CVS. Now
4723         we don't need to install our own mime types.
4724
4725 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * shell/ev-window.c:
4728         
4729         Add shortcut for "save a copy" menu entry. Fix for
4730         the bug #324582.
4731
4732 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4735         (job_finished_cb), (new_selection_pixbuf_needed),
4736         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4737         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4738         
4739         Rework selection job info logic and fix critical warning.
4740
4741 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4742
4743         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4744
4745 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4746
4747         * data/evince-ui.xml:
4748         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4749         
4750         Enter as shortcut key for next page. Fix for the bug
4751         #321394.
4752
4753 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4754
4755         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4756
4757 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4758
4759         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4760         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4761         (new_selection_pixbuf_needed),
4762         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4763         (clear_job_selection):
4764         
4765         Too early for 0.5. Pixbuf cache code cleaned a bit.
4766
4767 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4768
4769         * NEWS:
4770         * configure.ac:
4771         
4772         Release 0.5.0 preparation
4773
4774 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4775
4776         * comics/Makefile.am:
4777         * configure.ac:
4778         * shell/ev-document-types.c: (ev_document_types_add_filters):
4779         
4780         More advanced handling of custom mime type installation.
4781
4782 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * data/evince.schemas.in:
4785         * shell/ev-metadata-manager.c: (value_free),
4786         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4787         (ev_metadata_manager_get), (ev_metadata_manager_set):
4788         * shell/ev-metadata-manager.h:
4789         * shell/ev-window.c: (update_chrome_flag),
4790         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4791         (setup_document_from_metadata), (setup_chrome_from_metadata),
4792         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4793         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4794         (ev_window_view_toolbar_cb),
4795         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4796         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4797         
4798         Save last document settings and reuse them for new documents.
4799
4800 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * Makefile.am:
4803         * backend/Makefile.am:
4804         * backend/ev-document-factory.c:
4805         * backend/ev-document-factory.h:
4806         * comics/Makefile.am:
4807         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4808         (comics_document_load), (comics_document_save),
4809         (comics_document_get_n_pages), (comics_document_get_page_size),
4810         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4811         (comics_document_class_init), (comics_document_can_get_text),
4812         (comics_document_get_info), (comics_document_document_iface_init),
4813         (comics_document_init), (get_supported_image_extensions),
4814         (comics_document_thumbnails_get_geometry),
4815         (comics_document_thumbnails_get_thumbnail),
4816         (comics_document_thumbnails_get_dimensions),
4817         (comics_document_document_thumbnails_iface_init), (extract_argv):
4818         * comics/comics-document.h:
4819         * comics/ev-cbr-mime.xml:
4820         * configure.ac:
4821         * po/POTFILES.in:
4822         * shell/ev-application.c: (ev_application_register_service):
4823         * shell/ev-document-types.c: (ev_document_types_add_filters):
4824         * thumbnailer/Makefile.am:
4825         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4826         
4827         New CBR/CBZ backend for comic books.
4828
4829 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * shell/main.c: (load_files_remote):
4832
4833         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4834         warning on startup of second instance is fixed. It
4835         is bug #320353.
4836
4837 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * shell/ev-window.c: (ev_window_finalize):
4840         
4841         Fix double free that cause crash.
4842
4843 2005-10-29  Bastien Nocera <hadess@hadess.net>
4844
4845         * tiff/tiff-document.c: (tiff_document_load):
4846         
4847         Fix memory leak.
4848
4849 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4850
4851         * po/POTFILES.in:
4852         * shell/Makefile.am:
4853         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4854         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4855         (ev_view_accessible_get_text),
4856         (ev_view_accessible_get_character_at_offset),
4857         (ev_view_accessible_get_text_before_offset),
4858         (ev_view_accessible_get_text_at_offset),
4859         (ev_view_accessible_get_text_after_offset),
4860         (ev_view_accessible_get_character_count),
4861         (ev_view_accessible_get_caret_offset),
4862         (ev_view_accessible_set_caret_offset),
4863         (ev_view_accessible_get_run_attributes),
4864         (ev_view_accessible_get_default_attributes),
4865         (ev_view_accessible_get_character_extents),
4866         (ev_view_accessible_get_offset_at_point),
4867         (ev_view_accessible_get_n_selections),
4868         (ev_view_accessible_get_selection),
4869         (ev_view_accessible_add_selection),
4870         (ev_view_accessible_remove_selection),
4871         (ev_view_accessible_set_selection),
4872         (ev_view_accessible_text_iface_init),
4873         (ev_view_accessible_idle_do_action),
4874         (ev_view_accessible_action_do_action),
4875         (ev_view_accessible_action_get_n_actions),
4876         (ev_view_accessible_action_get_description),
4877         (ev_view_accessible_action_get_name),
4878         (ev_view_accessible_action_set_description),
4879         (ev_view_accessible_action_iface_init),
4880         (ev_view_accessible_get_type), (ev_view_accessible_new),
4881         (ev_view_accessible_factory_get_accessible_type),
4882         (ev_view_accessible_factory_create_accessible),
4883         (ev_view_accessible_factory_class_init),
4884         (ev_view_accessible_factory_get_type):
4885         * shell/ev-view-accessible.h:
4886         * shell/ev-view-private.h:
4887         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4888         * shell/ev-view.h:
4889         
4890         Initial accessibility support.
4891
4892 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4893
4894         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4895
4896 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4897
4898         * shell/ev-print-job.c: (idle_print_handler):
4899         
4900         Fix for bug Bug 318916: Printing multiple pages.
4901
4902 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4903
4904         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4905
4906 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4907
4908         * pdf/ev-poppler.cc:
4909         
4910         Thumnail dimensions unified with other backends.
4911         
4912         * shell/ev-window-title.c: (ev_window_title_update):
4913         
4914         Fix warning.
4915
4916 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * data/ev-stock-zoom-fit-width.png:
4919         
4920         Remove unused file.
4921
4922 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * configure.ac:
4925         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4926         (djvu_document_finalize):
4927         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4928         (dvi_document_finalize):
4929         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4930         (pixbuf_document_save), (pixbuf_document_finalize):
4931         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4932         (tiff_document_finalize):
4933         
4934         Save a copy implemented for various backends.
4935
4936 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4937
4938         * configure.ac:
4939         
4940         Don't link with ltiff if tiff is disabled.
4941
4942 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4943
4944         * pdf/GDKSplashOutputDev.cc:
4945         * pdf/GDKSplashOutputDev.h:
4946         * pdf/Thumb.cc:
4947         * pdf/Thumb.h:
4948         * pdf/pdf-document.cc:
4949         * pdf/pdf-document.h:
4950         * pdf/test-gdk-output-dev.cc:
4951         
4952         Remove old unused files.
4953
4954 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4955
4956         * shell/ev-window.c: (ev_window_setup_document):
4957         
4958         Fixed warnings on reload and probably crash reason.
4959
4960 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4961
4962         * properties/ev-properties-view.c:
4963         (ev_properties_view_format_date):
4964         
4965         Check if date is invalid. Fix for bug 318134.
4966
4967 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4968
4969         * shell/ev-window-title.c:
4970         
4971         Add .indd files (Adobe Indesign) to the list of "bad
4972         extensions".
4973
4974 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4975
4976         * data/evince-ui.xml:
4977         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4978         
4979         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4980
4981 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4982
4983         * shell/ev-window.c: (launch_link), (launch_external_uri),
4984         (view_external_link_cb):
4985
4986         URL-escape link before passing it to gnome_vfs_url_show.
4987
4988 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4989
4990         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4991         there isn't text selected.
4992
4993 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4994
4995         * shell/ev-view.c: (handle_link_over_xy):
4996
4997         Check tooltip is valid utf8 before showing it
4998
4999 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5000
5001         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5002
5003 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5004
5005         * shell/ev-window-title.c: (ev_window_title_update):
5006
5007         Guard against using g_strstrip on NULL. Fixes bug #317291.
5008
5009 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5010
5011         * pdf/ev-poppler.cc:
5012
5013         Show title even for unknown links
5014
5015 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5016
5017         * shell/ev-window-title.c: (ev_window_title_update):
5018
5019         Strip the title string
5020
5021 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5022
5023         * shell/ev-window-title.c:
5024
5025         Add .rtf to the bad extensions list
5026
5027 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5028
5029         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5030         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5031
5032         Ignore link coordinates if they are outside page bounds
5033
5034 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5035
5036         * backend/ev-link.c: (ev_link_type_get_type),
5037         (ev_link_get_filename), (ev_link_get_params),
5038         (ev_link_get_property), (ev_link_set_property),
5039         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5040         * backend/ev-link.h:
5041         * pdf/ev-poppler.cc:
5042         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5043         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5044         (ev_window_init):
5045
5046         Implement launch links. Delegate external link opening to
5047         the window.
5048
5049 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5050
5051         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5052         (ev_link_get_right), (ev_link_get_property),
5053         (ev_link_set_property), (ev_link_class_init),
5054         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5055         * backend/ev-link.h:
5056         * pdf/ev-poppler.cc:
5057         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5058
5059         Implement fitr links
5060
5061 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5062
5063         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5064         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5065         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5066         (ev_view_size_request_continuous),
5067         (ev_view_size_request_dual_page),
5068         (ev_view_size_request_single_page), (ev_view_size_allocate),
5069         (ev_view_zoom_for_size_continuous_and_dual_page),
5070         (ev_view_zoom_for_size_continuous),
5071         (ev_view_zoom_for_size_dual_page),
5072         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5073         (ev_sizing_mode_get_type):
5074         * shell/ev-view.h:
5075         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5076
5077         Do not use modes for link, we need to calculate size ad hoc.
5078         Still not perfect because of the usual scrollbar issues grrr.
5079
5080 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5081
5082         * backend/ev-link.c: (ev_link_type_get_type),
5083         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5084         * backend/ev-link.h:
5085         * pdf/ev-poppler.cc:
5086         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5087         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5088         (ev_view_size_request_continuous),
5089         (ev_view_size_request_dual_page),
5090         (ev_view_size_request_single_page), (ev_view_size_allocate),
5091         (zoom_for_size_fit_height),
5092         (ev_view_zoom_for_size_continuous_and_dual_page),
5093         (ev_view_zoom_for_size_continuous),
5094         (ev_view_zoom_for_size_dual_page),
5095         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5096         (ev_sizing_mode_get_type):
5097         * shell/ev-view.h:
5098         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5099
5100         Implement FIT_HEIGHT mode (only for links).
5101         Implement FITH links
5102
5103 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5104
5105         * shell/ev-window-title.c: (get_filename_from_uri),
5106         (ev_window_title_sanitize_extension), (ev_window_title_update),
5107         (ev_window_title_set_document), (ev_window_title_set_uri),
5108         (ev_window_title_free):
5109         * shell/ev-window-title.h:
5110         * shell/ev-window.c: (ev_window_setup_document),
5111         (ev_window_popup_password_dialog):
5112
5113         Refactor window title building while fixing it for
5114         password documents.
5115
5116 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5117
5118         * pdf/ev-poppler.cc:
5119
5120         Escape link title before setting it in the model
5121
5122 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5123
5124         * shell/ev-application.c: (removed_from_session), (save_session),
5125         (init_session), (ev_application_get_empty_window),
5126         (ev_application_init), (ev_application_get_windows):
5127         * shell/ev-application.h:
5128         * shell/ev-window.c: (ev_window_finalize):
5129
5130         Add a function to retrieve window list and share it where
5131         necessary.
5132         Implement session handling, works pretty well thanks to the
5133         metadata system.
5134
5135 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * shell/ev-password.c: (ev_password_item_created_callback),
5138         (ev_password_dialog_save_password):
5139         
5140         Fix for bug 316972. Use async gnome-keyring API.
5141
5142 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5143
5144         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5145         Remove unused unrealize handler. Add scroll handling to
5146         ev_view_scroll_event for presentation mode (bug #316708),
5147         and fix the event state checks there.
5148
5149 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5150
5151         * shell/ev-page-action.c: (page_changed_cb):
5152
5153         "marco, maybe we should be crazy and jump right to 6! :)"
5154
5155         Bryan Clark, Sep 2005
5156
5157 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5158
5159         * ps/ps-document.c: (save_document), (ps_document_save),
5160         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5161         (ps_document_ps_export_end):
5162
5163         Fix unstructured documents save and print
5164
5165 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5166
5167         * shell/ev-application.c: (ev_application_open_uri):
5168
5169         Fix window size persistance
5170
5171 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5172
5173         * shell/ev-view.c: (ev_view_button_release_event):
5174
5175         Based on a patch from carlosgc@gnome.org. Mouse buttons
5176         switch pages in presentation mode.
5177
5178 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5179
5180         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5181
5182         Dont cast to int before scaling
5183
5184 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5185
5186         * backend/ev-link.c: (ev_link_type_get_type),
5187         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5188         (ev_link_new_page_fith):
5189         * backend/ev-link.h:
5190         * pdf/ev-poppler.cc:
5191         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5192
5193         Implement FIT and FITH links
5194
5195 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5196
5197         * pdf/ev-poppler.cc:
5198
5199         Return 0 results when search is not in progress.
5200
5201         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5202         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5203
5204         Update menu sensitivity when cancelling search
5205
5206 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5207
5208         * shell/ev-view.c: (ev_view_can_find_next):
5209
5210         Take all pages in consideration, not just current one
5211
5212 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5213
5214         * shell/ev-page-cache.c:
5215         * shell/ev-page-cache.h:
5216         * shell/ev-view.c: (ev_view_binding_activated),
5217         (ev_view_next_page), (ev_view_previous_page),
5218         (ev_sizing_mode_get_type):
5219         * shell/ev-view.h:
5220         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5221         (ev_window_cmd_go_next_page):
5222
5223         Move page next/previous functions from page chace to
5224         view and change it to move by 2 page steps in dual mode.
5225
5226 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5227
5228         * shell/ev-window.c: (update_sidebar_visibility),
5229         (setup_sidebar_from_metadata), (ev_window_setup_document),
5230         (setup_view_from_metadata):
5231
5232         Show the index by default when there is one     
5233
5234 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5235
5236         * shell/ev-window-title.c: (ev_window_title_set_document):
5237
5238         Missing null check
5239
5240 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * shell/ev-view.c: (view_update_range_and_current_page):
5243         
5244         Allow display of last odd page in dual view. Fix for 316347.
5245
5246 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5247
5248         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5249         
5250         Make close button default. Fix for 316383.
5251
5252 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5253
5254         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5255         
5256         Mark close button as default. Fix for 316381.
5257
5258 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5259
5260         * backend/ev-link.c: (ev_link_class_init):
5261
5262         Allow negative doubles in left/top properties
5263
5264 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5265
5266         * shell/ev-window.c:
5267
5268         Remove a bunch of strings that was used only
5269         by the statusbar.
5270
5271 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5272
5273         * shell/ev-window-title.c: (get_filename_from_uri),
5274         (ev_window_title_set_document):
5275
5276         When title has a confusing extension, show also
5277         the document filename inside ()
5278
5279 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5280
5281         * shell/Makefile.am:
5282         * shell/ev-window-title.c: (ev_window_title_new),
5283         (ev_window_title_update), (ev_window_title_set_type),
5284         (ev_window_title_set_document), (ev_window_title_free):
5285         * shell/ev-window-title.h:
5286         * shell/ev-window.c: (ev_window_setup_document),
5287         (password_dialog_response), (ev_window_popup_password_dialog),
5288         (ev_window_dispose), (ev_window_init):
5289
5290         Factor out and cleanup window title code
5291
5292 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5293
5294         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5295         (unable_to_load):
5296
5297         Make dialog transient so it doesnt block other windows
5298
5299 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * pdf/ev-poppler.cc:
5302         
5303         Fix pdf thumbnails rendering.
5304
5305 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5306
5307         * shell/ev-window.c: (fullscreen_set_timeout):
5308         
5309         Increase timeout to hide full screen popup. Bug 
5310         316123. 
5311
5312 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5313
5314         * data/evince.schemas.in:
5315         * shell/ev-window.c: (update_action_sensitivity):
5316
5317         Allow the user to override document restrictions. Fix for bug
5318         305818.
5319
5320 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5321
5322         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5323         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5324         (ev_window_class_init): Fix multihead behaviour of fullscreen
5325         toolbar popup. Fixes bug #315451.
5326
5327 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5328
5329         * configure.ac:
5330         * data/evince-password.glade:
5331         * shell/ev-password.c: (ev_password_dialog_set_property),
5332         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5333         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5334         (ev_password_dialog_entry_changed_cb),
5335         (ev_password_dialog_entry_activated_cb),
5336         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5337         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5338         (ev_password_dialog_set_bad_pass):
5339         * shell/ev-password.h:
5340         * shell/ev-window.c: (password_dialog_response),
5341         (ev_window_popup_password_dialog):
5342         
5343         Support for gnome-keyring for encrypted PDF's.
5344
5345 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5348         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5349         (ev_view_enter_notify_event), (ev_view_class_init):
5350         
5351         More precise handling of enter_notify/leave_notify events
5352         in EvView. Fix for bug 315470.
5353
5354 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5355
5356         * shell/ev-window.c: (fullscreen_timeout_cb),
5357         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5358         (ev_window_dispose):
5359
5360         leak fix: unref fullscreen_timeout_source before clearing it
5361
5362 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * configure.ac, dvi/mdvi/Makefile.am: 
5365         
5366         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5367
5368 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5369
5370         * backend/ev-link.c: (ev_link_new_page_xyz):
5371         * pdf/ev-poppler.cc:
5372         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5373
5374         Fix some bugs with xyz links, respect zoom
5375
5376 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5377
5378         * shell/ev-window.c: (page_changed_cb),
5379         (setup_document_from_metadata), (update_sidebar_visibility),
5380         (setup_view_from_metadata), (ev_window_run_fullscreen),
5381         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5382         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5383         (ev_window_dual_mode_changed_cb),
5384         (ev_window_sidebar_current_page_changed_cb):
5385
5386         null check uri before setting and getting metadata
5387
5388 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5389
5390         * dvi/Makefile.am:
5391         * properties/Makefile.am:
5392         * shell/Makefile.am:
5393         * thumbnailer/Makefile.am:
5394
5395         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5396
5397 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5398
5399         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5400         (selection_changed_callback):
5401         * shell/ev-sidebar-links.h:
5402
5403         Add a signal for link activation.
5404
5405         * shell/ev-view.c: (ev_view_goto_link),
5406         (ev_view_button_release_event):
5407         * shell/ev-view.h:
5408         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5409         (ev_window_init):
5410
5411         Implement the signal so that we can handle all link types.
5412
5413         * shell/ev-page-cache.c:
5414
5415         Remove unused set_link function
5416
5417 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5418
5419         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5420
5421         Add some space from the cursor, hardcoded but I couldnt
5422         find a better way.
5423
5424 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5425
5426         * lib/ev-tooltip.c:
5427
5428         Use mozilla style vs gtk style, way better for links.
5429
5430         * shell/ev-view.c: (ev_view_motion_notify_event),
5431         (ev_view_destroy), (ev_view_init):
5432
5433         Deactive tooltip when the link hovered is changed.
5434
5435 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5436
5437         * backend/ev-document.h:
5438         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5439         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5440         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5441         (ev_link_new_page), (ev_link_new_page_xyz):
5442         * backend/ev-link.h:
5443         * pdf/ev-poppler.cc:
5444         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5445         (go_to_link), (tip_from_link):
5446
5447         Implement xyz links, still not functional. Links are a total
5448         mess, will need to refactor and bugfix a lot :(
5449
5450 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5451
5452         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5453
5454 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5455
5456         * data/evince-ui.xml:
5457         * data/evince.schemas.in:
5458         * shell/Makefile.am:
5459         * shell/ev-window.c: (update_chrome_visibility),
5460         (password_dialog_response), (ev_window_load_job_cb),
5461         (ev_window_xfer_job_cb), (ev_window_open_uri),
5462         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5463         (ev_window_init):
5464
5465         Remove the statusbar. This regress loading feedback, need to
5466         check with Bryan what we want to do there...
5467
5468 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5469
5470         * lib/ev-tooltip.c: (ev_tooltip_init):
5471
5472         Fix tooltip border and size handling
5473
5474 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5475
5476         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5477         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5478         (ev_tooltip_timeout), (ev_tooltip_activate),
5479         (ev_tooltip_deactivate):
5480         * lib/ev-tooltip.h:
5481         * shell/ev-view.c: (ev_view_motion_notify_event):
5482
5483         Delay popup showing. Mirror gtk logic/times.
5484
5485 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5486
5487         * lib/Makefile.am:
5488         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5489         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5490         (ev_tooltip_set_text), (ev_tooltip_set_position):
5491         * lib/ev-tooltip.h:
5492
5493         Simple widget to show tooltips at a custom position
5494
5495         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5496         (ev_view_destroy):
5497
5498         Use it for links. First go, needs work
5499
5500 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5501
5502         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5503         HIG fixes.  Use title capitalization for window title. Use 12 
5504         pixels of space between the dialog's vbox and action area.
5505
5506 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5507
5508         * shell/ev-window.c: (file_open_dialog_response_cb),
5509         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5510         (ev_window_cmd_save_as):
5511
5512         Make file pickers not modal and refactor code some
5513
5514 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5515
5516         * shell/ev-sidebar.h:
5517         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5518         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5519         (ev_sidebar_class_init), (ev_sidebar_select_page),
5520         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5521         (ev_sidebar_set_page):
5522
5523         Add a current page property and allow to get/set it
5524
5525         * shell/ev-window.c: (setup_view_from_metadata),
5526         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5527
5528         Persist current sidebar page per document
5529
5530 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5531
5532         * data/evince.schemas.in:
5533         * shell/ev-window.c: (update_chrome_visibility),
5534         (setup_document_from_metadata), (update_sidebar_visibility),
5535         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5536         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5537         (ev_window_run_presentation), (ev_window_stop_presentation),
5538         (ev_window_view_sidebar_cb),
5539         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5540         (load_chrome), (ev_window_init):
5541
5542         Persist size/visibility of sidebar per document
5543
5544 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5545
5546         * shell/ev-view.c (draw_loading_text): Draw loading text.
5547
5548 2005-09-02  Dan Damian  <dand@gnome.ro>
5549
5550         * configure.in: Added "ro" to ALL_LINGUAS.
5551
5552 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5553
5554         * shell/ev-view.c: (clear_caches):
5555
5556         ev_page_cache_get doesnt return a reference,
5557         dont try to unref it.
5558
5559 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5560
5561         * shell/main.c: (load_files_remote):
5562
5563         Fix timestamp parameter with dbus <= 0.33
5564
5565 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5566
5567         * data/evince.schemas.in:
5568
5569         Add missing full stop
5570
5571 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5572
5573         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5574         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5575
5576         Plug some memory leaks
5577
5578 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5579
5580         * configure.ac:
5581         * lib/ev-debug.c: (trap_handler):
5582
5583         Check for execinfo.h and use it only if it exists.
5584         Ported from Epiphany (bug #314776).
5585
5586 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5587
5588         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5589
5590 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5591
5592         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5593         * po/id.po      : Added Indonesian translation
5594
5595 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5596
5597         * shell/main.c:
5598         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5599         * NEWS: Release 0.4.0
5600
5601 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5602
5603         * configure.ac: catch another gtk+-2.8ism
5604         * shell/main.c: Make work with gtk+-2.6
5605
5606 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5607
5608         * shell/ev-application-service.xml: Add 'timestamp' argument to
5609           ev_application_open_window and ev_application_open_uri methods.
5610
5611         * shell/ev-application.h: Add 'timestamp' argument to
5612           ev_application_open_window, ev_application_open_uri,
5613           and ev_application_open_uri_list functions.
5614
5615         * shell/ev-application.c (ev_application_open_window,
5616           ev_application_open_uri, ev_application_open_uri_list): Change
5617           functions that show/present windows to use a timestamp if one
5618           is passed in.
5619
5620         * shell/ev-window.c (ev_window_cmd_file_open,
5621           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5622         * shell/main.c (load_files): Modify calls to ev_application to
5623           include GDK_CURRENT_TIME as timestamp.
5624
5625         * shell/main.c (load_files_remote): Obtain timestamp for client
5626           instance from GDK and pass to server instance so new windows are
5627           focused properly.  Fix dbus_g_proxy_call() calls by including second
5628           G_TYPE_INVALID.
5629           
5630         Closes bug #314475.
5631
5632 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5633
5634         * shell/ev-window.c (ev_window_finalize): Check for
5635         avail. EvWindows when quiting to handle the finalize better,
5636         #314497
5637
5638 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5639         
5640         * properties/ev-properties-view.c: 
5641         
5642         Set textdomain to libglade. Fixes translation problem in property page.
5643
5644 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5647         * dvi/Makefile.am:
5648         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5649         * dvi/mdvi-lib/Makefile.am:
5650         
5651         Fix rotation of thumbnails, ported to new API. Moved library
5652         dependencies earlier, probably it will fix linkage problem.
5653
5654 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5655
5656         * backend/ev-document-misc.c:
5657         (ev_document_misc_get_thumbnail_frame):
5658         * backend/ev-document-misc.h:
5659         * configure.ac:
5660         * pdf/ev-poppler.cc:
5661         * shell/Makefile.am:
5662         * shell/ev-sidebar-thumbnails.c: (add_range),
5663         (ev_sidebar_thumbnails_set_loading_icon),
5664         (ev_sidebar_thumbnails_refresh),
5665         (ev_sidebar_thumbnails_set_document):
5666         * shell/ev-sidebar-thumbnails.h:
5667         * shell/ev-view.c: (ev_view_motion_notify_event),
5668         (ev_view_set_property), (ev_view_get_property),
5669         (ev_view_class_init), (ev_view_set_rotation):
5670         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5671         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5672         (ev_window_init):
5673         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5674         Redo rotation (again).  prepare for 0.4.0
5675
5676 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5677
5678         * configure.ac: Bump poppler requirement to 0.4.1.
5679
5680         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5681         argument to poppler_page_render_selection() call.
5682
5683 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5686         (djvu_document_thumbnails_get_thumbnail):
5687         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5688         (dvi_document_thumbnails_get_thumbnail):
5689         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5690         (pixbuf_document_thumbnails_get_thumbnail):
5691         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5692         
5693         Update rotation direction of backends to fit with pdf and ps.
5694
5695 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5696
5697         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5698         * backend/ev-async-renderer.h:
5699         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5700         (setup_page), (ps_document_get_page_size),
5701         (ps_async_renderer_render_pixbuf):
5702         * ps/ps-document.h:
5703         * shell/ev-jobs.c: (ev_job_render_run):
5704
5705         Fix orientation in the postscript document
5706
5707 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5708
5709         * pdf/ev-poppler.cc:
5710         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5711         * shell/ev-view.c: (highlight_find_results):
5712
5713         Adapt to the new poppler rotation API. Fix text maps on landscape
5714         documents.
5715
5716 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5717
5718         * shell/ev-view.c (compute_new_selection_text): get the correct
5719         region when selecting in modes other than continuous.
5720
5721 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5722
5723         * shell/main.c (main): remove redundant g_warnings.
5724
5725 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5726
5727         * shell/Makefile.am: Don't include autogenerated
5728         file ev-application-service.h into distribution, since
5729         it causes dbus crash. Fix for bugs 313724 and 313443. 
5730
5731 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732
5733         * configure.ac: Fix sed expression for FreeBSD. Thanks
5734         to Joe Marcus Clark <marcus@freebsd.org>
5735         
5736         * shell/eggfindbar.c: (entry_activate_callback),
5737         (entry_changed_callback), (egg_find_bar_init),
5738         (egg_find_bar_set_search_string):
5739         
5740         Made findbar buttons unsensitive if there is no text in
5741         entry. Fix for the bug 313285.
5742
5743 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5744
5745         * ps/ps-document.c: Use g_filename_display_name for displaying
5746         filenames and revert string freeze breackage
5747
5748 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5749
5750         * NEWS:
5751         * configure.ac:
5752
5753         Update for 0.3.4
5754
5755         * shell/Makefile.am:
5756
5757         Add ev-application-service.xml to extra dist
5758
5759         * shell/ev-view.c: (find_page_at_location):
5760
5761         Remove unused function (fix warning)
5762
5763 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5766         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5767         
5768         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5769         bug 313623.
5770
5771 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5772
5773         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5774         * shell/ev-window.c:
5775         Fix build warnings
5776
5777 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5778
5779         * configure.ac: Update script to get dbus version.
5780         Fix for the bug #313443.
5781
5782 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5783
5784         * shell/ev-window.c: (ev_window_cmd_escape):
5785         
5786         Return focus back to view on escape. Fix for bug 313295.
5787
5788 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5789
5790         * shell/ev-window.c: (update_window_title),
5791         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5792         (ev_window_cmd_save_as):
5793         
5794         Correct conversion from uri to displayable string. Fix for
5795         bug 313296.
5796
5797 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5798
5799         * ps/ps-document.c: convert filename to utf8 when there is an error
5800         loading document. Fixes #309915
5801
5802 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5803
5804         * configure.ac:
5805
5806         We depend on poppler 0.4.0
5807
5808 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5809
5810         * configure.ac:
5811         * NEWS: Release 0.3.3.
5812         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5813
5814 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5815
5816         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5817         add a couple missing mnemonics to menu items, use title 
5818         capitalization for menu items and window titles, and add 
5819         ellipsis to open menu item.     
5820
5821 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5822
5823         * pdf/ev-poppler.cc:
5824         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5825         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5826         (ev_view_get_rotation):
5827         * shell/ev-view.h:
5828         * shell/ev-window.c: (setup_view_from_metadata),
5829         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5830         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5831         disk.
5832
5833 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5834
5835         * configure.ac: Added tr to ALL_LINGUAS
5836
5837 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5838
5839         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5840         requires several clicks to find word. Thanks to 
5841         Colin Slater <kiltedtaco@gmail.com>.
5842
5843 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5844
5845         * data/evince.desktop.in.in: Hide menu entry and
5846         rename it to "Document Viewer". Fix for bug 
5847         #312399.
5848
5849 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5850
5851         * shell/ev-page-action.c (ev_page_action_class_init): 
5852
5853         Point to the correct function in constructor of the
5854         activate_label signal
5855
5856 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5857
5858         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5859         * shell/ev-jobs.h: Make thread safe.
5860
5861 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * shell/ev-view.c: (view_update_range_and_current_page):
5864         Don't update page range if we are scrolling to some document
5865         point.
5866
5867 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5870         when getting max_page_width, fix drawing in dual mode.
5871
5872 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5873
5874         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5875         getting the area for select_all.
5876
5877 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5878
5879         * backend/ev-selection.c: (ev_selection_render_selection):
5880         * backend/ev-selection.h:
5881         * pdf/ev-poppler.cc:
5882         * shell/ev-jobs.c: (ev_job_render_new):
5883         * shell/ev-jobs.h:
5884         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5885         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5886         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5887         (ev_view_class_init):
5888
5889         Change selection color on focus in and focus out events.  Also,
5890         poppler now uses GdkColor for specifying the selection colors, so
5891         drop some awkward conversion code.
5892
5893 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5894
5895         * configure.ac: Added Hebrew translation
5896
5897 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5898
5899         * NOTES:
5900         * backend/ev-selection.c: (ev_selection_render_selection):
5901         * backend/ev-selection.h:
5902         * pdf/ev-poppler.cc:
5903         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5904         (ev_job_render_run):
5905         * shell/ev-jobs.h:
5906         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5907         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5908         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5909         (ev_pixbuf_cache_style_changed),
5910         (ev_pixbuf_cache_get_selection_pixbuf),
5911         (ev_pixbuf_cache_set_selection_list),
5912         (ev_pixbuf_cache_get_selection_list):
5913         * shell/ev-pixbuf-cache.h:
5914         * shell/ev-utils.c: (ev_print_region_contents):
5915         * shell/ev-utils.h:
5916         * shell/ev-view.c: (ev_view_queue_draw_page),
5917         (selection_update_idle_cb), (ev_view_motion_notify_event),
5918         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5919         (setup_caches), (ev_view_find_next), (merge_selection_region),
5920         (selection_free):
5921         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5922
5923         Clean up selection to be much smoother!
5924
5925 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5926
5927         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5928         to poppler_page_render_selection().
5929
5930 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * ps/ps-document.c: (save_page_list): Use
5933         unzipped document when printing. Thanks to 
5934         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5935         311016.
5936
5937 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5938
5939         * shell/ev-window.c: (update_action_sensitivity):
5940         
5941         Disable print and save respect to lockdown gconf keys. Fix
5942         for 312342.
5943
5944 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * configure.ac:
5947         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5948         (write_to_temp_file), (ev_file_set_contents):
5949         * shell/ev-utils.h:
5950         * shell/ev-window.c: (save_print_config_to_file):
5951         
5952         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5953         Fix for bug 312238
5954
5955 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5956
5957         * shell/ev-window.c: (load_print_config_from_file),
5958         (save_print_config_to_file), (ev_window_print_range):
5959
5960         Persist the print settings. Fixes bug #311578.
5961
5962 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5963
5964         * djvu/djvu-document.c: (djvu_document_get_page_size),
5965         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5966         (djvu_document_thumbnails_get_thumbnail):
5967         * dvi/dvi-document.c: (dvi_document_get_page_size),
5968         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5969         (dvi_document_thumbnails_get_dimensions),
5970         (dvi_document_thumbnails_get_thumbnail):
5971         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5972         (pixbuf_document_render_pixbuf),
5973         (pixbuf_document_document_iface_init),
5974         (pixbuf_document_thumbnails_get_thumbnail):
5975         
5976         Update backends to make them build with new rotation system.
5977
5978 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5979
5980         * help/C/figures/evince_start_window.png:
5981         
5982         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5983
5984 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5985
5986         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5987         * shell/ev-pixbuf-cache.h:
5988         * shell/ev-sidebar-thumbnails.c:
5989         (ev_sidebar_thumbnails_get_property), (add_range),
5990         (adjustment_changed_cb):
5991         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5992         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5993         we were thumbnailing the entire docment on startup, slowing us
5994         down hugely. 
5995
5996 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5997
5998         * shell/ev-page-cache.c: (ev_page_cache_new):
5999         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6000         == 0, fixes #310306.
6001
6002 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6003
6004         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6005         (ev_view_rotate_left):
6006
6007         Account rotation in doc_rect_to_view_rect.
6008         Ensure rotation doesnt go out of bounds.
6009
6010 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6011
6012         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6013
6014         Correct and cleanup w/h swapping
6015
6016 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6017
6018         * backend/ev-document-thumbnails.c:
6019         (ev_document_thumbnails_get_thumbnail):
6020         * backend/ev-document-thumbnails.h:
6021         * backend/ev-document.c:
6022         * backend/ev-document.h:
6023         * backend/ev-render-context.c: (ev_render_context_new),
6024         (ev_render_context_set_rotation):
6025         * backend/ev-render-context.h:
6026         * pdf/ev-poppler.cc:
6027         * ps/ps-document.c: (ps_document_document_iface_init):
6028         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6029         * shell/ev-jobs.h:
6030         * shell/ev-page-cache.c: (build_height_to_page),
6031         (ev_page_cache_new), (ev_page_cache_get_size),
6032         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6033         (ev_page_cache_get_height_to_page):
6034         * shell/ev-page-cache.h:
6035         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6036         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6037         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6038         (ev_pixbuf_cache_get_selection_pixbuf):
6039         * shell/ev-pixbuf-cache.h:
6040         * shell/ev-print-job.c: (idle_print_handler):
6041         * shell/ev-sidebar-thumbnails.c: (add_range):
6042         * shell/ev-view.c: (view_update_range_and_current_page),
6043         (get_page_y_offset), (get_page_extents),
6044         (ev_view_size_request_continuous_dual_page),
6045         (ev_view_size_request_continuous),
6046         (ev_view_size_request_dual_page),
6047         (ev_view_size_request_single_page), (draw_one_page),
6048         (ev_view_set_rotation), (ev_view_rotate_right),
6049         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6050         (ev_view_zoom_for_size_continuous_and_dual_page),
6051         (ev_view_zoom_for_size_continuous),
6052         (ev_view_zoom_for_size_dual_page),
6053         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6054         (ev_view_select_all):
6055         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6056         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6057         (tiff_document_document_iface_init),
6058         (tiff_document_thumbnails_get_thumbnail):
6059
6060         Use rotation rather than orientation. It's easier and enough
6061         for our needs.
6062
6063 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6064
6065         * shell/ev-page-cache.c: (build_height_to_page),
6066         (ev_page_cache_new), (ev_page_cache_get_size),
6067         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6068         (ev_page_cache_get_height_to_page):
6069         * shell/ev-page-cache.h:
6070         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6071         (ev_view_size_request_continuous_dual_page),
6072         (ev_view_size_request_continuous),
6073         (ev_view_zoom_for_size_continuous_and_dual_page),
6074         (ev_view_zoom_for_size_continuous):
6075
6076         Make the page cache aware of page orientation.
6077
6078 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6079
6080         * backend/ev-document-thumbnails.c:
6081         (ev_document_thumbnails_get_thumbnail):
6082         * backend/ev-document-thumbnails.h:
6083         * backend/ev-document.c:
6084         * backend/ev-document.h:
6085         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6086         * backend/ev-ps-exporter.h:
6087         * pdf/ev-poppler.cc:
6088         * ps/ps-document.c: (ps_document_document_iface_init),
6089         (ps_document_ps_export_do_page):
6090         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6091         * shell/ev-jobs.h:
6092         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6093         (ev_page_cache_get):
6094         * shell/ev-page-cache.h:
6095         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6096         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6097         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6098         * shell/ev-pixbuf-cache.h:
6099         * shell/ev-print-job.c: (idle_print_handler):
6100         * shell/ev-sidebar-thumbnails.c: (add_range):
6101         * shell/ev-view.c: (view_update_range_and_current_page),
6102         (get_page_extents), (ev_view_size_request_dual_page),
6103         (ev_view_size_request_single_page), (draw_one_page),
6104         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6105         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6106         (ev_view_zoom_for_size_dual_page),
6107         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6108         (ev_view_select_all):
6109         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6110         * tiff/tiff-document.c: (tiff_document_get_page_size),
6111         (tiff_document_get_orientation), (rotate_pixbuf),
6112         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6113         (tiff_document_thumbnails_get_thumbnail),
6114         (tiff_document_ps_export_do_page), (tiff_document_init):
6115
6116         Really make use of the orientation bit of the render context.
6117         Use the render context in a few more places in the backend API.
6118         This regress orientation, but now it's done right. Will try to
6119         fix it up asap...
6120
6121 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6122
6123         * shell/ev-view.c: (ensure_rectangle_is_visible):
6124
6125         Patch by Nickolay V. Shmyrev to fix find flickering
6126
6127 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6128
6129         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6130         duplex parameters to ::begin.
6131
6132         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6133         * shell/ev-print-job.c (idle_print_handler): 
6134         * ps/ps-document.c (ps_document_ps_export_begin): 
6135         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6136         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6137         implementations. Poppler backend needs poppler cvs. Rest has
6138         unchanged behavior.
6139
6140 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6141
6142         * shell/ev-window.c (using_pdf_printer): new function.
6143         (ev_window_print_range): print a less techy message if someone
6144         tries to print to PDF.
6145
6146 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6147
6148         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6149         from "unknown font" string. Bug #311431
6150
6151 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6152
6153         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6154
6155 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6156
6157         Bug #311280
6158         
6159         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6160         name for PopplerFontTypes
6161         (pdf_document_fonts_fill_model): add font type to the detail column
6162
6163         * backend/ev-document-fonts.h: added
6164         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6165
6166         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6167         font name and font details, add a little markup.
6168         (ev_properties_fonts_init): use the new cell data func, specify ypad
6169         property for the cell renderer.
6170         (ev_properties_fonts_set_document): add the details column.
6171
6172 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6173
6174         * configure.ac: Added "pl" to ALL_LINGUAS.
6175
6176 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6177
6178         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6179
6180 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6181
6182         * help/ChangeLog: Started this for translations of manual.
6183         * configure.ac, autogen.sh, .cvsignore: Migrated to
6184         gnome-doc-utils. Patch in bug #311222.
6185
6186 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6187
6188         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6189         #ifdef this away to fix an unused-function warning.
6190
6191 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6192
6193         * configure.ac: Added 'gl' to ALL_LINGUAS.
6194
6195 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6196
6197         * configure.ac: Added ne in ALL_LINGUAS
6198         
6199 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * shell/ev-view.c: (ev_view_leave_notify_event):
6202         
6203         Clear status message when pointer leaves view. Fix for bug
6204         #310818 
6205
6206 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6207
6208         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6209
6210 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * shell/ev-view.c: (ev_view_leave_notify_event),
6213         (ev_view_class_init):
6214         
6215         Set cursor to normal then leaving view.
6216
6217 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * configure.ac:
6220         
6221         Fix required djvulibre version.
6222
6223 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6224
6225         *configure.ac: Hindi (hi) language added
6226
6227 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6228
6229         *configure.ac: Punjabi (pa) Language added
6230
6231 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6232
6233         * data/evince-ui.xml, shell/ev-window.c:
6234         
6235         Add keypad accelerators for zooming. Fix for bug 308128.
6236
6237 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6238
6239         * Makefile.am:
6240         * backend/Makefile.am:
6241         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6242         * configure.ac:
6243         * shell/ev-document-types.c: (ev_document_types_add_filters):
6244
6245         Allow to enable/disable the pixbuf backend.
6246         Default to off for now. If we want it enabled we should
6247         really put mime types in the desktop, implement properties etc.
6248
6249         * properties/evince-properties.c:
6250
6251         Initialize error to NULL.
6252         Check error is not NULL before freeing.
6253
6254 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * shell/ev-window.c:
6257
6258         Use F5 as presentation accell
6259
6260 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6261
6262         * shell/ev-window.c: (update_chrome_visibility),
6263         (ev_window_create_fullscreen_popup), (ev_window_init):
6264
6265         Do not leak the fullscreen toolbar
6266
6267 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6268
6269         * shell/ev-window.c: (view_actions_focus_in_cb),
6270         (view_actions_focus_out_cb):
6271
6272         These has a return value! Fix totally random focus
6273         issues we was seeing.
6274
6275 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6276
6277         * shell/main.c: (load_files_remote):
6278
6279         Allow open more than one file
6280
6281 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6282
6283         * shell/main.c: (load_files_remote):
6284
6285         Fix for dbus 0.33. bug #309975
6286
6287 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6288
6289         * properties/ev-properties-main.c: (ev_properties_get_pages):
6290
6291         Actually return NULL for types we dont support
6292
6293 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6294
6295         * po/POTFILES.in:
6296
6297         Remove empty lines.
6298
6299 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6300
6301         * backend/ev-document-factory.c:
6302         (ev_document_factory_get_document):
6303
6304         Do not try to create the object if type
6305         is invalid.
6306
6307 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6308
6309         * ps/ps-document.c: (ps_document_dispose),
6310         (ps_async_renderer_render_pixbuf):
6311         * ps/ps-document.h:
6312
6313         Do not leak the target window
6314
6315 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6316
6317         * shell/ev-application.c: (ev_application_init):
6318
6319         Let tbe check file existence for us.
6320         Add a comment about eggrecent mime filter.
6321
6322 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6323
6324         * data/evince-ui.xml:
6325         * shell/ev-application.c: (ev_application_shutdown),
6326         (ev_application_init), (ev_application_get_toolbars_model),
6327         (ev_application_get_recent_model),
6328         (ev_application_save_toolbars_model):
6329         * shell/ev-application.h:
6330         * shell/ev-window.c: (ev_window_add_recent),
6331         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6332         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6333         (ev_window_init):
6334
6335         Use common toolbar and recent models for all windows.
6336         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6337
6338 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6339
6340         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6341         successfully check for gtk_icon_view_get_visible_range.
6342
6343 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6344
6345         * djvu/Makefile.am:
6346         * dvi/Makefile.am:
6347         
6348         Fix djvu and dvi backend build.
6349
6350 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6351
6352         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6353         (new_separator_pixbuf):
6354
6355         Don't leak windows.
6356
6357 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6358
6359         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6360
6361         HIGification of toolbar editor dialogue.
6362
6363 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6364
6365         * configure.ac:
6366         * shell/Makefile.am:
6367
6368         Ever build metadata manager since it's just
6369         disabled at runtime now.
6370
6371 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6372
6373         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6374         (ev_metadata_manager_get), (ev_metadata_manager_set):
6375         * shell/ev-metadata-manager.h:
6376
6377         Add an _init functions that enabled metadata management
6378         at runtime.
6379
6380         * shell/ev-window.c: (page_changed_cb),
6381         (setup_document_from_metadata), (ev_window_setup_document),
6382         (setup_view_from_metadata), (ev_window_open_uri),
6383         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6384         (ev_window_run_presentation), (ev_window_stop_presentation),
6385         (save_sizing_mode), (ev_window_zoom_changed_cb),
6386         (ev_window_continuous_changed_cb),
6387         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6388         (window_configure_event_cb):
6389
6390         Remove all ugly metadata define since we deal with it
6391         at runtime now.
6392
6393         * shell/main.c: (load_files_remote), (main):
6394
6395         Add support for dbus cvs head. Hopefully didnt break one
6396         of the other versions now!
6397
6398         If we dont get a response from the dbus server just
6399         give up with it and not enable metadata.
6400
6401 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6402
6403         * Makefile.am:
6404         * backend/Makefile.am:
6405         * configure.ac:
6406         * cut-n-paste/recent-files/Makefile.am:
6407         * cut-n-paste/toolbar-editor/Makefile.am:
6408         * cut-n-paste/zoom-control/Makefile.am:
6409         * lib/Makefile.am:
6410         * pdf/Makefile.am:
6411         * pixbuf/Makefile.am:
6412         * properties/Makefile.am:
6413         * ps/Makefile.am:
6414         * shell/Makefile.am:
6415         * thumbnailer/Makefile.am:
6416         * tiff/Makefile.am:
6417
6418         Make frontends depend on just libev.
6419         Rework and group CFLAGS/LIBS definitions.
6420         Cleanups.
6421
6422 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6423
6424         * shell/ev-window:
6425
6426         do not unnecessarily save zoom
6427
6428         * configure.ac:
6429         * lib/ev-file-helpers.c: (ev_dot_dir):
6430         * shell/Makefile.am:
6431         * shell/dummy.cc:
6432
6433         Some cleanups
6434
6435 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6436
6437         * configure.ac:
6438         
6439         Remove unnecessary dependencies
6440
6441 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6442
6443         * properties/Makefile.am:
6444         * thumbnailer/Makefile.am:
6445         * tiff/Makefile.am:
6446
6447         Some more cleanups. Was really necessary
6448         but I probably introduced bugs, feel free
6449         to flame :)
6450
6451 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6452
6453         * backend/Makefile.am:
6454         * configure.ac:
6455         * cut-n-paste/recent-files/Makefile.am:
6456         * cut-n-paste/toolbar-editor/Makefile.am:
6457         * cut-n-paste/zoom-control/Makefile.am:
6458         * lib/Makefile.am:
6459         * pdf/Makefile.am:
6460         * pixbuf/Makefile.am:
6461         * properties/Makefile.am:
6462         * ps/Makefile.am:
6463         * shell/Makefile.am:
6464         * thumbnailer/Makefile.am:
6465         * tiff/Makefile.am:
6466
6467         Use gnome-common macros when possible.
6468         Cleanup dependencies.
6469         Actually disable deprecated where possible.
6470
6471 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6472
6473         * Makefile.am:
6474         * backend/Makefile.am:
6475         * properties/Makefile.am:
6476         * shell/Makefile.am:
6477         * thumbnailer/Makefile.am:
6478
6479         This should solve the circular dep without
6480         requiring dir reorg!
6481
6482         * shell/ev-window.c: (setup_view_from_metadata):
6483
6484         Never restore window size/position when the
6485         window is already visible.
6486
6487 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6488
6489         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6490
6491         Return a boolean from timeout func. Fix ported from gedit.
6492
6493 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6494
6495         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6496
6497 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6498
6499         * shell/ev-document-types.c: set "All Documents" as default filter in
6500         open dialog
6501
6502 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6503
6504         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6505         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6506         (ev_metadata_manager_set_boolean): fix value/val thinko.
6507
6508 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6509
6510         * shell/ev-window.c: (setup_view_from_metadata),
6511         (window_state_event_cb), (window_configure_event_cb),
6512         (ev_window_init):
6513
6514         Remember window position and maximized state
6515
6516 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6517
6518         * configure.ac:
6519
6520         Fix DBUS configure checks.
6521
6522         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6523         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6524         (ev_metadata_manager_set_boolean):
6525
6526         Plug mem leaks.
6527
6528         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6529         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6530         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6531         (ev_window_continuous_changed_cb),
6532         (ev_window_dual_mode_changed_cb), (ev_window_new):
6533
6534         Fix the build without DBUS.
6535
6536 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6537
6538         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6539         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6540         (ev_metadata_manager_set_string),
6541         (ev_metadata_manager_set_boolean):
6542         * shell/ev-metadata-manager.h:
6543
6544         Add support for some more types
6545
6546         * shell/ev-view.c: (scroll_to_current_page),
6547         (ev_view_get_continuous), (ev_view_set_continuous),
6548         (ev_view_get_dual_page):
6549         * shell/ev-view.h:
6550         * shell/ev-window.c: (page_changed_cb),
6551         (setup_document_from_metadata), (ev_window_setup_document),
6552         (setup_view_from_metadata), (ev_window_open_uri),
6553         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6554         (ev_window_run_presentation), (ev_window_stop_presentation),
6555         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6556         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6557         (ev_window_update_dual_page_action),
6558         (ev_window_continuous_changed_cb),
6559         (ev_window_dual_mode_changed_cb), (ev_window_init):
6560
6561         Remember a bunch of view/document properties. Prolly some
6562         are still missing but it's getting interesting.
6563
6564 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6565
6566         * configure.ac: check if dbus-binding-tool is installed. Not the
6567         case on current Ubuntu breezy, it seems.
6568
6569 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6570
6571         * data/evince.desktop.in.in:
6572         
6573         Allow open uri lists and add TryExec field.
6574
6575 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6576
6577         * configure.ac:
6578
6579         Enable dbus when available, do not require a configure
6580         option.
6581
6582 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6583
6584         * configure.ac:
6585
6586         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6587         disabled.
6588
6589 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6590         Marco Pesenti Gritti  <mpg@redhat.com>
6591
6592         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6593         
6594         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6595         functions to the format required by dbus
6596
6597         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6598         errors. Use the RPC parameters in the expected way
6599
6600 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6601
6602         * Makefile.am:
6603         * properties/Makefile.am:
6604         * properties/ev-properties-main.c: (ev_properties_get_pages):
6605
6606         Support all mime types
6607
6608         * shell/Makefile.am:
6609         * thumbnailer/Makefile.am:
6610         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6611         (evince_thumbnail_pngenc_get):
6612
6613         Use the document factory
6614
6615 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6616
6617         * backend/Makefile.am:
6618         * backend/ev-document-factory.c:
6619         (mime_type_supported_by_gdk_pixbuf),
6620         (ev_document_type_get_from_mime),
6621         (ev_document_factory_get_document),
6622         (ev_document_factory_get_backend),
6623         (ev_document_factory_get_mime_types),
6624         (ev_document_factory_get_all_mime_types):
6625         * backend/ev-document-factory.h:
6626         * shell/Makefile.am:
6627         * shell/ev-document-types.c: (get_document_from_uri),
6628         (ev_document_types_get_document),
6629         (file_filter_add_mime_list_and_free),
6630         (ev_document_types_add_filters):
6631         * shell/ev-document-types.h:
6632         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6633         * shell/ev-properties-dialog.c:
6634         (ev_properties_dialog_set_document):
6635         * shell/ev-window.c: (ev_window_cmd_file_open),
6636         (ev_window_cmd_save_as):
6637         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6638
6639         Rework document types managing to avoid code duplication
6640         and actually abstract from backend implementations.
6641         Also provide a minimal factory api that can be used by
6642         thumbnailer/properties.
6643
6644 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6645
6646         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6647         Plug a mem leak.
6648         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6649         HIG spacings.
6650
6651 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6652
6653         * shell/ev-properties-dialog.c
6654         (ev_properties_dialog_set_document): only call
6655         ev_properties_fonts_set_document() if the document implements the
6656         fonts interface
6657
6658 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6659
6660         * configure.ac:
6661         * properties/Makefile.am:
6662         * properties/ev-properties-view.c:
6663         (ev_properties_view_register_type):
6664         * properties/ev-properties-view.h:
6665         * properties/ev-properties-main.h:
6666
6667         Implement nautilus plugin for properties.
6668         Works only for pdf atm, I need to rework the
6669         document types stuff to get this to work
6670         for all backends...
6671
6672 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6673
6674         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6675         (ev_properties_fonts_set_document): use
6676         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6677
6678 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6679
6680         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6681         them
6682         (PlaceImage, tiff2ps_process_page): use
6683         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6684
6685
6686 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6687
6688         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6689         (main): to call gnome_authentication_manager_init. Should fix
6690         Bug #308510
6691
6692         * configure.ac: that requires libgnomeui 2.6.0.
6693
6694 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6695
6696         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6697         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6698         use the new tiff2ps interfaces
6699
6700         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6701         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6702
6703         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6704         structure instead of global variables.  Remove use of static
6705         variables in functions.
6706
6707 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6708
6709         * shell/ev-page-action.c: unref the completion after setting it to the
6710         entry
6711
6712 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6713
6714         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6715         postscript files
6716
6717 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6718
6719         * shell/ev-window.c (update_action_sensitivity): disable
6720         File->Print if the document does not implement the ps exporter
6721         interface
6722
6723 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6724
6725         * Makefile.am:
6726         * configure.ac:
6727         * data/evince-properties.glade:
6728         * properties/.cvsignore:
6729         * properties/Makefile.am:
6730         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6731         (ev_properties_view_class_init), (ev_properties_view_format_date),
6732         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6733         (ev_properties_view_init), (ev_properties_view_new):
6734         * properties/ev-properties-view.h:
6735         * shell/Makefile.am:
6736         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6737         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6738         (ev_properties_dialog_new):
6739         * shell/ev-properties-dialog.h:
6740         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6741         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6742         (update_progress_label), (job_fonts_finished_cb),
6743         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6744         * shell/ev-properties-fonts.h:
6745         * shell/ev-properties.c:
6746         * shell/ev-properties.h:
6747         * shell/ev-window.c: (ev_window_setup_document),
6748         (ev_window_cmd_file_properties):
6749
6750         Split the properties pages in two different objects, depend
6751         only on the backend where possible, use widgets instead
6752         of gobject for the glade part, reimplement the dialog
6753         itself with gtk.
6754         I need this to implement nautilus properties page.
6755
6756 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6757
6758         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6759         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6760         (tiff_document_document_ps_exporter_iface_init): implement the ps
6761         exporter interface for tiff documents
6762
6763         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6764         libtiff to implement TIFF postscript export
6765
6766         * tiff/tiff2ps.h: added a header file for external tiff2ps
6767         functions.
6768
6769         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6770         tiff2ps.h
6771
6772 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * shell/ev-view.c: (scroll_to_current_page),
6775         (ev_view_set_fullscreen), (ev_view_set_presentation):
6776         
6777         Scroll to current page when exit from presentation
6778
6779 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6780
6781         * shell/ev-window.c: (update_document_mode),
6782         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6783         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6784         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6785         
6786         Exit from fullscreen mode when switch to presentation. Fix for
6787         bug 309365
6788
6789 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6790
6791         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6792         return NULL if the document does not implement the selection
6793         interface.
6794
6795 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6796
6797         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6798         reported height by using the resolution aspect ratio
6799         (tiff_document_render_pixbuf): scale the pixbuf using the
6800         resolution aspect ratio
6801
6802 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * configure.ac:
6805         
6806         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6807         <kiltedaco@gmail.com>
6808         
6809         * djvu/djvu-document.c: (djvu_document_get_orientation),
6810         (djvu_document_set_orientation), (djvu_document_get_page_size),
6811         (rotate_pixbuf), (djvu_document_render_pixbuf),
6812         (djvu_document_document_iface_init):
6813         * dvi/dvi-document.c: (dvi_document_get_orientation),
6814         (dvi_document_set_orientation), (dvi_document_get_page_size),
6815         (rotate_pixbuf), (dvi_document_render_pixbuf),
6816         (dvi_document_document_iface_init):
6817         
6818         Dvi and djvu backends are ported to new API
6819
6820 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6821
6822         * backend/ev-selection.c: (ev_selection_get_selection_region),
6823         (ev_selection_get_selection_map):
6824         * backend/ev-selection.h:
6825         * pdf/ev-poppler.cc:
6826         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6827         * shell/ev-jobs.h:
6828         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6829         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6830         (ev_pixbuf_cache_get_text_mapping):
6831         * shell/ev-pixbuf-cache.h:
6832         * shell/ev-view.c: (location_in_text),
6833         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6834         support to EvView.  Now we can see where we can select!  Sweet!
6835
6836 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6837
6838         * shell/ev-view.c (ev_view_button_press_event): Fix
6839         event->y + view->scroll_x typo.
6840
6841 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6842
6843         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6844         sub-GdkPixbuf instead of passing dest_x and dest_y.
6845         
6846         * shell/ev-view.c: (view_point_to_doc_point),
6847         (view_rect_to_doc_rect), (ev_view_button_press_event),
6848         (ev_view_motion_notify_event), (compute_new_selection_rect),
6849         (gdk_rectangle_point_in), (compute_new_selection_text),
6850         (compute_selections): Update selection code to keep the selection
6851         around as two points and not as a normalized rectangle, and fix
6852         page level selection in two-column mode.
6853
6854 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6855
6856         * shell/ev-window.c: (window_configure_event_cb): 
6857         
6858         Fix compilation
6859         
6860 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6861
6862         * pdf/ev-poppler.cc:
6863
6864         Fix compilation
6865
6866 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6867
6868         * shell/Makefile.am:
6869         * shell/ev-metadata-manager.c: (item_free),
6870         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6871         (parse_value), (parseItem), (load_values),
6872         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6873         (save_values), (save_item), (get_oldest), (resize_items),
6874         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6875         * shell/ev-metadata-manager.h:
6876
6877         Metadata manager from gedit but modified to use GValue, so that
6878         we dont need to keep converting from strings.
6879
6880         * configure.ac:
6881
6882         ENABLE_METADATA conditional, on when dbus is on
6883
6884         * shell/ev-application.c: (ev_application_open_uri):
6885
6886         Show the window after load so that we can initialize
6887         window size before it's showed.
6888
6889         * shell/ev-window.c: (ev_window_setup_from_metadata),
6890         (ev_window_open_uri), (window_configure_event_cb),
6891         (ev_window_init):
6892
6893         Save and load metadata information about window size.
6894         Not yet keeping states in account.
6895
6896         * shell/main.c: (main):
6897
6898         Shutdown metadata manager.
6899
6900 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6901
6902         * shell/ev-application-service.xml:
6903         * configure.ac:
6904         * shell/Makefile.am:
6905         * shell/ev-application.c:
6906         * shell/ev-application.h:
6907         * shell/ev-window.c:
6908         * shell/ev-window.h:
6909         * shell/main.c:
6910
6911         Add an optional dbus interface (--enable-dbus).
6912         Rework application code, mainly to be easier to
6913         use "remotely".
6914         Do not open multiple windows with the same document,
6915         spatial evince!
6916
6917 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6918
6919         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6920         pixbuf iff it exists.
6921
6922 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6923
6924         * shell/*:
6925         * backend/ev-render-context.[ch]:
6926         * backend/ev-selection.[ch]:
6927
6928         Massive changes.  We now support text selection of pdfs, and not
6929         just rectangular selection.  This is pretty broken still, but I
6930         want to get something into CVS.
6931
6932 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6933
6934         * pdf/ev-poppler.cc:
6935         
6936         Fix for Bug 309080: crash on window close.
6937         
6938         * shell/ev-page-action.c: (page_changed_cb):
6939         
6940         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6941         jensgr@gmx.net (Jens Granseuer).
6942
6943 2005-06-25  Marcel Telka  <marcel@telka.sk>
6944
6945         * configure.in (ALL_LINGUAS): Added sk.
6946
6947 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6948
6949         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6950         not a document open
6951
6952 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6953
6954         * NEWS:
6955         * configure.ac:
6956
6957         Release 0.3.2
6958
6959         * cut-n-paste/recent-files/Makefile.am:
6960
6961         Fix make distcheck
6962
6963 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6964
6965         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6966         (pixbuf_document_set_orientation), (rotate_pixbuf),
6967         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6968         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6969
6970         Implement rotation and cleanup the code a bit.
6971
6972         * tiff/tiff-document.c: (tiff_document_get_page_size),
6973         (tiff_document_get_orientation), (tiff_document_set_orientation),
6974         (rotate_pixbuf), (tiff_document_render_pixbuf),
6975         (tiff_document_document_iface_init), (tiff_document_init):
6976
6977         Implement rotation. Was the quicker solution for the release
6978         but we really need to share this code in the shell.
6979
6980 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6981
6982         * pdf/ev-poppler.cc:
6983
6984         Enable rotation, require poppler cvs. Fix a leak.
6985
6986 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6987
6988         * shell/ev-window.c: (update_action_sensitivity):
6989         
6990         Make properties unsensitive if document backend doesn't provide
6991         any info
6992
6993 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6996         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6997         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6998         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6999         (bitmap_flip_rotate_counter_clockwise):
7000         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7001         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7002         (buff_gets):
7003         * dvi/mdvi-lib/common.h:
7004         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7005         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7006         (opendvi), (mdvi_reload), (mdvi_init_context),
7007         (mdvi_destroy_context), (mdvi_dopage), (special):
7008         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7009         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7010         (file_hash_free), (register_encoding), (parse_spec),
7011         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7012         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7013         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7014         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7015         (mdvi_register_font_type), (mdvi_unregister_font_type),
7016         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7017         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7018         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7019         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7020         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7021         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7022         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7023         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7024         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7025         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7026         (mdvi_unregister_special), (mdvi_flush_specials):
7027         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7028         (t1_font_remove):
7029         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7030         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7031         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7032         (free_font_metrics), (flush_font_metrics):
7033         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7034         (tt_font_remove):
7035         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7036         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7037         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7038         (dstring_insert), (dstring_new), (dstring_reset):
7039         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7040         
7041         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7042         avoid conflict with libtool on FC4
7043         
7044         * shell/ev-window.c: (ev_window_cmd_help_about):
7045         
7046         Update copyright year. Fix for bug 308828.
7047
7048 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * shell/ev-view.c: (add_scroll_binding_keypad),
7051         (ev_view_binding_activated), (ev_view_class_init),
7052         (on_adjustment_value_changed):
7053         
7054         Bug 170874: Arrow keys switch pages in presentation mode
7055
7056 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7057
7058         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7059         
7060         Fix for Bug 308265: Sidebar dissappears coming out of 
7061         Presentation mode
7062
7063 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7064
7065         * shell/ev-application.c: (ev_application_open):
7066         * shell/ev-document-types.c: (ev_document_types_add_filters),
7067         (ev_document_types_add_filters_for_type):
7068         * shell/ev-document-types.h:
7069         * shell/ev-window.c: (ev_window_cmd_save_as):
7070         
7071         Suggest basename as template when saving, provide filters
7072         for save dialog. It's bug 308402
7073
7074 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7075
7076         * pdf/ev-poppler.cc:
7077         * shell/ev-sidebar-links.c: (job_finished_callback):
7078         * shell/ev-view.c: (update_find_status_message):
7079         
7080         Some leaks fixed
7081
7082 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7083
7084         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7085         (egg_recent_view_uimanager_set_list):
7086
7087         Fix buglet in !show_numbers case.
7088
7089 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7090
7091         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7092         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7093
7094         Use pango ellipsisation.
7095
7096         * pdf/ev-poppler.cc:
7097
7098         Fix refcount leak, from nsh.
7099
7100 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * cut-n-paste/recent-files/Makefile.am:
7103         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7104         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7105         
7106         Removed EggRecentViewGtk
7107         
7108         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7109         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7110         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7111         (ev_window_setup_recent):
7112         
7113         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7114         with other projects
7115
7116 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7117
7118         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7119         (egg_recent_view_gtk_finalize):
7120
7121         Fix memory leak
7122
7123         * cut-n-paste/toolbar-editor/Makefile.am:
7124         
7125         Fix location of cursor icon.
7126         
7127         * pdf/ev-poppler.cc:
7128         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7129         (display_completion_text), (match_completion):
7130         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7131         (selection_changed_callback), (create_loading_model),
7132         (print_section_cb), (links_page_num_func),
7133         (update_page_callback_foreach):
7134         * shell/ev-window.c: (ev_window_dispose):
7135         
7136         Small memory fixes. Links model now store objects instead
7137         of pointers to improve memory management. 
7138
7139 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * shell/ev-window.c: (zoom_control_changed_cb):
7142         
7143         Fix update of zoom control (bug 308268).
7144
7145 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7146
7147         * shell/ev-properties.c (set_property): escape the text correctly.
7148         Handles non-UTF-8 properties and escaped properties.  Also, sets
7149         the text to "<i>None</i>" if the property isn't set.
7150
7151         * data/evince-properties.glade: Change the label to be ellipsized,
7152         and give it a minimum size.
7153
7154 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7155
7156         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7157         * shell/ev-sidebar-links.c: (create_loading_model):
7158         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7159         * shell/ev-view.c: (ev_view_set_document):
7160         * shell/ev-window.c: (ev_window_dispose):
7161         
7162         Various small fixes, mostly memory leaks. Thanks to valgrind.
7163
7164 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7165
7166         * ps/ps-document.c: remove the locale.h include again ;-). And
7167         kill the (bogus) setlocale/savelocale business.
7168
7169 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7170
7171         * ps/ps-document.c:
7172         
7173         Include locale.h to fix build
7174         
7175         * shell/ev-sidebar.c:
7176         
7177         Remove unnecessary includes
7178
7179 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7180
7181         * dvi/dvi-document.c: (dvi_document_load):
7182         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7183         * po/POTFILES.in:
7184         
7185         Check for incorrect dvi files. Fix parsing dvi on AMD64
7186         platform. Thanks to tester@tester.ca (Olivier Crete).
7187
7188 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7189
7190         * shell/ev-page-action.c: (match_selected_cb),
7191         (display_completion_text), (match_completion), (update_model):
7192         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7193         (expand_open_links):
7194         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7195         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7196         (ev_sidebar_set_document):
7197         * shell/ev-window.c: (ev_window_xfer_job_cb),
7198         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7199         
7200         Fixed lot's of memory leaks, for example, memory leak on reload, 
7201         described in bug 307793.
7202
7203 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7204
7205         * pdf/ev-poppler.cc:
7206         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7207         (update_visible_range), (adjustment_changed_cb),
7208         (ev_sidebar_thumbnails_fill_model),
7209         (ev_sidebar_thumbnails_refresh),
7210         (ev_sidebar_tree_selection_changed),
7211         (ev_sidebar_icon_selection_changed),
7212         (ev_sidebar_thumbnails_use_icon_view),
7213         (ev_sidebar_thumbnails_set_document):
7214         * shell/ev-sidebar-thumbnails.h:
7215         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7216         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7217
7218         Refresh thumbnails when changing orientation. Not fully
7219         working yet becuase of a sidebar bug.
7220
7221         Set page orientation to poppler page everywhere. This sucks
7222         really need to fix poppler.
7223
7224 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7225
7226         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7227         (egg_recent_view_gtk_new_menu_item),
7228         (egg_recent_view_gtk_set_property),
7229         (egg_recent_view_gtk_get_property),
7230         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7231         (egg_recent_view_gtk_set_tooltip_func),
7232         (egg_recent_view_gtk_set_label_width),
7233         (egg_recent_view_gtk_get_label_width):
7234         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7235
7236         Sync with libegg (ellipsize labels)
7237
7238 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * data/evince-ui.xml:
7241         * shell/ev-window.c: (ev_window_cmd_go_forward),
7242         (ev_window_cmd_go_backward):
7243         
7244         Shift + PageUp moves 10 Pages. Fix for 306125
7245
7246 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7247
7248         * pdf/ev-poppler.cc:
7249
7250         Add a flag to check if orientation has been overriden
7251
7252 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7253
7254         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7255         field if necessary.
7256
7257         * ps/ps.h: add creator field to document.
7258
7259         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7260         set creator field.
7261
7262 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7263
7264         * data/evince-properties.glade:
7265         * shell/ev-properties.c: (ev_properties_set_document):
7266
7267         s/PDF Version/Format
7268
7269 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7270
7271         * shell/ev-properties.c: (ev_properties_set_document):
7272
7273         Remove unnecessary translations
7274
7275 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7276
7277         * cut-n-paste/toolbar-editor/Makefile.am:
7278
7279         Correct library name    
7280
7281 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7282
7283         * configure.ac:
7284         * cut-n-paste/recent-files/egg-recent-model.c:
7285         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7286         (egg_recent_model_unlock_file):
7287         * cut-n-paste/recent-files/egg-recent-util.c:
7288         (egg_recent_util_get_unique_id):
7289         * cut-n-paste/recent-files/update-from-egg.sh:
7290         * cut-n-paste/toolbar-editor/Makefile.am:
7291         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7292         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7293         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7294         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7295         (egg_toolbars_model_get_type):
7296         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7297
7298         Better makefile for toolbar editor and update everything
7299         to latest libegg.
7300
7301 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * shell/ev-window.c: (update_document_mode):
7304
7305         Prefer presentation mode when the document
7306         require fullscreen.
7307
7308 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7309
7310         * data/evince-ui.xml:
7311         * shell/ev-window.c:
7312
7313         Add control-equal for zooming
7314
7315 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7316
7317         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7318
7319 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7320
7321         * backend/ev-document.c: (ev_document_get_orientation):
7322         * backend/ev-document.h:
7323         * pdf/ev-poppler.cc:
7324         * ps/ps-document.c: (ps_document_get_orientation),
7325         (ps_document_set_orientation), (ps_document_document_iface_init):
7326
7327         Add a get_orientation api. Improve set_orientation.
7328
7329         * data/evince-ui.xml:
7330         * shell/ev-view.c: (ev_view_set_orientation),
7331         (ev_view_rotate_right), (ev_view_rotate_left):
7332         * shell/ev-view.h:
7333         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7334         (ev_window_cmd_edit_rotate_right):
7335
7336         Better ui for changing document orientation
7337
7338 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7339
7340         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7341         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7342         * shell/ev-sidebar-links.h:
7343         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7344         (ev_sidebar_page_iface_init):
7345         * shell/ev-sidebar-page.h:
7346         * shell/ev-sidebar-thumbnails.c:
7347         (ev_sidebar_thumbnails_get_property),
7348         (ev_sidebar_thumbnails_class_init),
7349         (ev_sidebar_thumbnails_set_document):
7350         * shell/ev-sidebar-thumbnails.h:
7351         * shell/ev-view.c: (ev_view_motion_notify_event):
7352         * shell/ev-window.c: (update_chrome_visibility),
7353         (ev_window_cmd_focus_page_selector),
7354         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7355         (sidebar_page_main_widget_update_cb), (ev_window_init):
7356         
7357         Autoraise toolbar on GoToPage binding and fix bindings in
7358         EvSidebarThumbnails page.
7359
7360 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7361
7362         * shell/ev-properties.c: (update_progress_label):
7363
7364         Hide the progress label when finished; bug #307697.
7365
7366 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7367
7368         * pdf/ev-poppler.cc:
7369
7370         Enable is_open for links, you will need poppler cvs
7371
7372         * shell/ev-properties.c: (job_fonts_finished_cb):
7373
7374         Get a lock on the document when filling the tree view
7375
7376 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7377
7378         * backend/ev-document-links.h:
7379         * pdf/ev-poppler.cc:
7380         * shell/ev-sidebar-links.c: (create_loading_model),
7381         (expand_open_links), (job_finished_callback):
7382
7383         Expand links when specified by the document.
7384         Depend on a poppler api (defined out for now)
7385
7386 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7387
7388         * shell/ev-properties.c: (ev_properties_dispose),
7389         (ev_properties_class_init), (dialog_destroy_cb),
7390         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7391         (ev_properties_set_document), (ev_properties_new),
7392         (ev_properties_show):
7393         * shell/ev-properties.h:
7394
7395         Make it an object, cleanup the code, api to show it as transient
7396         and to set the document.
7397
7398         * shell/ev-window.c: (ev_window_setup_document),
7399         (ev_window_cmd_file_properties):
7400
7401         Adapt to EvProperties changes, do not show multiple
7402         times, update it when document changes.
7403
7404 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7405
7406         * ps/gstypes.h:
7407         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7408         (ps_document_set_orientation), (ps_document_document_iface_init):
7409         * ps/ps-document.h:
7410
7411         Implement orientation here too
7412
7413         * shell/ev-properties.c: (ev_properties_new):
7414         * data/evince-properties.glade:
7415
7416         Hide the fonts page for backends that doesnt
7417         support it.     
7418
7419 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7420
7421         * backend/ev-document.c: (ev_document_set_orientation):
7422         * backend/ev-document.h:
7423         * pdf/ev-poppler.cc:
7424
7425         Add orientation api. Currently poppler api is not optimal,
7426         we need to set orientation every time we _get a page.
7427         I will try to fix that at some point.
7428
7429         * data/evince-ui.xml:
7430         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7431         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7432
7433         Add orientation menu items
7434
7435         * shell/ev-page-cache.c: (ev_page_cache_clear):
7436         * shell/ev-page-cache.h:
7437
7438         Add api to clear the cache
7439
7440         * shell/ev-view.c: (setup_caches), (clear_caches),
7441         (ev_view_set_document), (ev_view_zoom_out),
7442         (ev_view_set_orientation):
7443         * shell/ev-view.h:
7444
7445         Implement orientation changing
7446
7447 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7448
7449         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7450         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7451         * backend/ev-document-fonts.h:
7452
7453         Separate scan and fill so that we can incrementally fill from
7454         the main thread. Add a progress api.
7455
7456         * data/evince-properties.glade:
7457         * pdf/ev-poppler.cc:
7458         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7459         * shell/ev-jobs.h:
7460         * shell/ev-properties.c: (update_progress_label),
7461         (job_fonts_finished_cb), (setup_fonts_view):
7462
7463         Incrementally feel the list and show the progress
7464         percentage in a label like acrobat does.
7465
7466         You are going to need poppler cvs
7467
7468 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7469
7470         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7471         * backend/ev-document-fonts.h:
7472         * pdf/ev-poppler.cc:
7473
7474         Make fonts model fill incrementally.
7475
7476         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7477         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7478         (ev_job_queue_remove_job):
7479         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7480         (ev_job_fonts_new), (ev_job_fonts_run):
7481         * shell/ev-jobs.h:
7482
7483         New job for fonts scanning
7484
7485         * shell/ev-properties.c: (job_fonts_finished_cb),
7486         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7487         * shell/ev-properties.h:
7488         * shell/ev-window.c: (ev_window_cmd_file_properties):
7489
7490         Incrementally feel the treeview using the new job. Show Loading...
7491         message until scanning is completed.
7492
7493         Hopefully I didnt break the build without the poppler patch.
7494
7495 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7496
7497         * shell/ev-application.c: (ev_application_open):
7498         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7499         (ev_document_type_get_type), (ev_document_type_lookup):
7500         * shell/ev-document-types.h:
7501         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7502         * shell/ev-job-xfer.h:
7503         * shell/ev-window.c: (ev_window_clear_local_uri),
7504         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7505         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7506         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7507         
7508         Transfer remote documents to tmp directory to display them later.
7509
7510 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7511
7512         * backend/ev-document-info.h:
7513         * shell/ev-properties.c: (ev_properties_new):
7514
7515         s/GTime*/GTime. Not sure why we was using a pointer
7516         at all there!
7517
7518 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7519
7520         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7521         situations.  That situation is that you're using GTK+-HEAD with
7522         the patch at #306726 is applied, and you have a document with <
7523         1500 pages in it.  It's not quite as uniformly nice as the
7524         TreeView, but should be better in the long run.
7525
7526         I'm pretty sure I guarded against breaking compilation with
7527         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7528         I missed some.
7529
7530         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7531         widget yet, so I commented that code out
7532         enable_view_actions_for_widget() for now.  Need to figure this
7533         out.
7534
7535         * shell/ev-page-action.c (match_selected_cb): emit the right
7536         signals.  Our cool C-l completion now works.
7537
7538 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7539
7540         * backend/Makefile.am:
7541         * backend/ev-document-fonts.c:
7542         * backend/ev-document-links.c:
7543         * backend/ev-document.c: (ev_document_load):
7544         * backend/ev-document.h:
7545         * backend/ev-job-queue.c:
7546         * backend/ev-job-queue.h:
7547         * backend/ev-jobs.c:
7548         * backend/ev-jobs.h:
7549         * backend/ev-page-cache.c:
7550         * backend/ev-page-cache.h:
7551
7552         EvPageCache and EvJobs are moved to shell.
7553
7554         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7555         (ev_tmp_filename):
7556         * lib/ev-file-helpers.h:
7557         
7558         New helper to work with temporary files
7559         
7560         * shell/Makefile.am:
7561         * shell/ev-application.c: (ev_application_open):
7562         * shell/ev-application.h:
7563         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7564         (remove_job_from_async_queue), (add_job_to_async_queue),
7565         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7566         (handle_job), (search_for_jobs_unlocked),
7567         (no_jobs_available_unlocked), (ev_render_thread),
7568         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7569         (ev_job_queue_add_job), (move_job_async), (move_job),
7570         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7571         * shell/ev-job-queue.h:
7572         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7573         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7574         * shell/ev-job-xfer.h:
7575         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7576         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7577         (ev_job_links_class_init), (ev_job_render_init),
7578         (ev_job_render_dispose), (ev_job_render_class_init),
7579         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7580         (ev_job_thumbnail_class_init), (ev_job_load_init),
7581         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7582         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7583         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7584         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7585         * shell/ev-jobs.h:
7586         * shell/ev-page-action.c: (ev_page_action_set_document):
7587         * shell/ev-page-cache.c: (ev_page_cache_init),
7588         (ev_page_cache_class_init), (ev_page_cache_finalize),
7589         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7590         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7591         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7592         (ev_page_cache_get_title), (ev_page_cache_get_size),
7593         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7594         (ev_page_cache_get_height_to_page),
7595         (ev_page_cache_get_max_label_chars),
7596         (ev_page_cache_get_page_label),
7597         (ev_page_cache_has_nonnumeric_page_labels),
7598         (ev_page_cache_get_info), (ev_page_cache_next_page),
7599         (ev_page_cache_prev_page), (ev_page_cache_get):
7600         * shell/ev-page-cache.h:
7601         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7602         (ev_pixbuf_cache_clear_job_sizes),
7603         (ev_pixbuf_cache_add_jobs_if_needed),
7604         (ev_pixbuf_cache_set_page_range):
7605         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7606         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7607         * shell/ev-sidebar-thumbnails.c:
7608         (ev_sidebar_tree_selection_changed),
7609         (ev_sidebar_thumbnails_set_document):
7610         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7611         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7612         (ev_statusbar_get_context_id), (ev_statusbar_push),
7613         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7614         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7615         (ev_statusbar_set_progress):
7616         * shell/ev-statusbar.h:
7617         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7618         (ev_view_find_previous):
7619         * shell/ev-window.c: (ev_window_is_empty),
7620         (ev_window_setup_document), (password_dialog_response),
7621         (ev_window_clear_jobs), (ev_window_load_job_cb),
7622         (ev_window_xfer_job_cb), (ev_window_open_uri),
7623         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7624         (ev_window_print), (ev_window_print_range),
7625         (ev_window_state_event), (ev_window_cmd_view_reload),
7626         (menu_item_select_cb), (menu_item_deselect_cb),
7627         (view_status_changed_cb), (ev_window_dispose),
7628         (drag_data_received_cb), (ev_window_init):
7629         * shell/ev-window.h:
7630         * shell/main.c: (load_files):
7631         
7632         New statusbar to show progress on idle. Two new jobs - 
7633         xfer job and load job to load document in background. And update
7634         of page_cache clients to new location of code.
7635
7636 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7637   
7638         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7639         selection in open dialog. It also remembers the last visited directory 
7640         in the current session.
7641
7642 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7643
7644         * shell/ev-properties.c: (ev_properties_new):
7645         * shell/ev-properties.h:
7646         * shell/ev-window.c: (ev_window_cmd_file_properties):
7647         
7648         Get document info from page cache instead of document itself.
7649         This should fix crash related to race conditions described in
7650         bug 306545.
7651
7652 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7653
7654         * ps/ps-document.c: (ps_document_init),
7655         (send_ps), (get_page_box), (output), (catchPipe), (input),
7656         (stop_interpreter), (file_length), (file_readable),
7657         (check_filecompressedb), (ps_document_enable_interpreter),
7658         (document_load), (ps_async_renderer_render_pixbuf):
7659         * ps/ps-document.h:
7660
7661         Big cleanup of the ps code
7662
7663 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7664
7665         * backend/Makefile.am:
7666         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7667         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7668         * backend/ev-async-renderer.h:
7669
7670         Add an async renderer interface (method + callback) which
7671         is useful for backends like ps.
7672
7673         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7674         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7675         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7676         (ev_job_queue_add_job), (move_job_async), (move_job),
7677         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7678
7679         Add queues for async renderer, these are executed on the
7680         main thread.
7681
7682         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7683         (ev_job_render_run):
7684         * backend/ev-jobs.h:
7685
7686         If the backend support async renderer interface use it.
7687
7688         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7689         (setup_pixmap), (ps_document_get_type),
7690         (ps_async_renderer_render_pixbuf),
7691         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7692
7693         Implement async renderer interface.
7694
7695 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7696
7697         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7698
7699         Cleanup links job on exit.
7700
7701 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7702
7703         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7704         (drag_data_get_cb), (drag_data_received_cb):
7705         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7706         (drag_data_get_cb), (parse_item_list),
7707         (egg_toolbar_editor_load_actions):
7708         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7709         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7710         (parse_item_list), (parse_toolbars):
7711         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7712         (dvi_pixbuf_put_pixel):
7713         
7714         Fix gcc 4.0 warnings
7715
7716 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7717
7718         * ps/ps-document.c: (start_interpreter):
7719
7720         Fix warning when loading ps
7721
7722 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7723
7724         * ps/ps-document.c: (output):
7725
7726         Fix crash when priting gs error messages.
7727
7728 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7729
7730         * backend/ev-page-cache.c: (_ev_page_cache_new):
7731         * backend/ev-page-cache.h:
7732
7733         Use a const to return title so that we dont double
7734         free it. Small cleanup and fix a leak.
7735
7736         * shell/ev-window.c: (update_window_title):
7737
7738         strdup value from get_title.
7739
7740 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7741
7742         * shell/ev-sidebar-links.c: (job_finished_callback),
7743         (ev_sidebar_links_set_document):
7744
7745         Cleanup the old job when changing document
7746
7747 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7748
7749         * shell/ev-stock-icons.c:
7750         * shell/ev-stock-icons.h:
7751         * shell/ev-window.c:
7752         
7753         Add stock icons for actions that can appear in toolbar. Fix for
7754         bug 306566.
7755
7756 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7757
7758         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7759         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7760         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7761         * backend/ev-page-cache.h:
7762         * shell/ev-view.c: (scroll_to_current_page),
7763         (view_update_range_and_current_page), (get_page_y_offset),
7764         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7765         (ev_view_size_request_continuous),
7766         (ev_view_zoom_for_size_continuous_and_dual_page),
7767         (ev_view_zoom_for_size_continuous):
7768         
7769         More compact EvView layout in document with pages of different size.
7770
7771 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7772
7773         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7774         compilation.
7775
7776 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7777
7778         * shell/ev-view.c: (view_set_adjustment_values):
7779         * shell/ev-window.c: (ev_window_cmd_file_properties):
7780         
7781         A bit different fix for rounding problem but it has no
7782         problems on startup. Make properties window transient to parent.
7783
7784 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7785
7786         * pdf/ev-poppler.cc:
7787         
7788         More commenting of font stuff.
7789
7790 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7791
7792         * pdf/ev-poppler.cc:
7793
7794         Comment out some more fonts stuff. Should really
7795         work without the poppler patch now.
7796
7797 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7798
7799         * pdf/ev-poppler.cc:
7800
7801         Adapt to api change
7802
7803 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7804
7805         * data/evince-properties.glade:
7806         * pdf/ev-poppler.cc:
7807         * shell/ev-properties.c: (setup_fonts_view):
7808
7809         Set the column title. Show the dialog only
7810         once everything is setup.
7811         Getting font info can be very slow... will
7812         prolly need to make this threaded too.
7813
7814 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7815
7816         * backend/Makefile.am:
7817         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7818         (ev_document_fonts_get_fonts_model):
7819         * backend/ev-document-fonts.h:
7820         * data/evince-properties.glade:
7821         * pdf/ev-poppler.cc:
7822         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7823         * shell/ev-properties.h:
7824         * shell/ev-window.c: (ev_window_cmd_file_properties):
7825
7826         Implement fonts list. Defined out for now, since it depends
7827         on a not yet committed poppler patch.
7828
7829 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7830
7831         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7832         page + 1.
7833
7834         * shell/ev-window.c: Make sure we add the timeout when we get a
7835         focus-in event.
7836
7837         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7838         adjustment->value before calculating the zoom factor to average
7839         out all of our rounding errors.  The page no longer 'drifts' when
7840         resizing.
7841
7842 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * data/evince-properties.glade:
7845         * shell/ev-properties.c: (ev_properties_format_date),
7846         (set_property):
7847         
7848         Labels don't expand when the dialogue is resized.
7849         strftime result needs to be converted to UTF-8. Thanks
7850         to Christian Persch <chpe@gnome.org>.
7851
7852 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7853
7854         * data/evince-properties.glade:
7855
7856         Hide the fonts tab
7857
7858 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7859
7860         * backend/ev-document-info.h:
7861         * backend/ev-document.c: (ev_document_info_free):
7862         * data/evince-properties.glade:
7863         * pdf/ev-poppler.cc:
7864         * ps/ps-document.c: (ps_document_get_info):
7865         * shell/ev-properties.c: (ev_properties_format_date),
7866         (set_property), (ev_properties_new):
7867         * shell/ev-properties.h:
7868         * shell/ev-window.c: (ev_window_cmd_file_properties):
7869
7870         Rework properties code to take only EvPropertyInfo
7871         in the constructor so that it can be useful for
7872         nautilus plugin too.
7873
7874         Deal with backends that doesnt support some properties.
7875         Make set property code generic.
7876
7877 2005-06-04  Christian Persch <chpe@gnome.org>
7878
7879         * data/evince-properties.glade:
7880
7881         fix spacings, make resizeable, and make data labels
7882         selectable + ellipsised
7883
7884 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7885
7886         * backend/ev-document-info.h:
7887         * data/Makefile.am:
7888         * data/evince-ui.xml:
7889         * pdf/ev-poppler.cc:
7890         * shell/Makefile.am:
7891         * shell/ev-window.c: (update_action_sensitivity),
7892         (ev_window_cmd_file_properties):
7893
7894         Initial go at file properties. Patch by
7895         Emil Soleyman-Zomalan <emil@soleyman.com>.
7896         Needs love see #169583
7897
7898 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7899
7900         * ps/ps-document.c: (output):
7901         * ps/ps.c: (psscan):
7902
7903         Try to render even if psscan fails.
7904
7905 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7906
7907         * ps/ps.c: (psscan), (pscopydoc):
7908
7909         Port buffered reading code from gv
7910
7911 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7912
7913         * ps/ps-document.c: (interpreter_message), (output):
7914
7915         Do not fail on interpreter messages
7916
7917 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7918
7919         * backend/ev-document-misc.c:
7920         (ev_document_misc_get_thumbnail_frame):
7921
7922         Pages can be 0 x 0, dont assert on this case
7923
7924 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7925
7926         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7927         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7928
7929         Correctly manage our reference on document. Finally the reload
7930         huge leak is gone...
7931
7932 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7933
7934         * ps/ps-document.c: (ps_document_dispose):
7935
7936         Forgot to chain it to the parent. Thanks chpe.
7937
7938 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7939
7940         * ps/ps-document.c: (ps_document_dispose),
7941         (ps_document_class_init), (stop_interpreter), (document_load):
7942
7943         Cleanup dispose a bit. Dont leak the whole pixmap.
7944
7945 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7946
7947         * pdf/ev-poppler.cc:
7948
7949         Release the poppler document on dispose
7950
7951 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7952
7953         * shell/ev-view.c: (ev_view_set_document):
7954
7955         Release ref on the pixbuf cache when changing
7956         document.
7957
7958 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7959
7960         * ps/ps-document.c: (ps_document_get_info):
7961
7962         Fix a double free
7963
7964 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * backend/ev-page-cache.c: (ev_page_cache_init),
7967         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7968         * backend/ev-page-cache.h:
7969         * shell/ev-page-action.c: (page_changed_cb):
7970         
7971         Set page action entry width depending on labels width. Fix
7972         for bug 305202.
7973
7974 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7975
7976         * backend/ev-link.c: (ev_link_class_init):
7977
7978         Allow -1 as page value (error)
7979
7980 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7981
7982         * shell/ev-sidebar-thumbnails.c:
7983         (ev_sidebar_thumbnails_set_document):
7984         * shell/ev-view.c: (scroll_to_current_page),
7985         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7986         (page_changed_cb), (on_adjustment_value_changed),
7987         (ev_view_set_document):
7988
7989         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7990         Fix bug 305377
7991
7992 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7993
7994         * configure.ac:
7995         * djvu/djvu-document.c: (djvu_document_get_page_size):
7996
7997         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7998         bug 301993.
7999
8000 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8001
8002         * shell/ev-view.c (draw_one_page): modify the expose handling to
8003         get the shadows.
8004
8005         * shell/ev-window.c (update_action_sensitivity): Respect
8006         permissions field.  Kowtow to the man.
8007
8008         * pdf/ev-poppler.cc: Get the permissions field.
8009
8010         * tiff/*c: Make a tiny bit more robust.
8011
8012 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8013
8014         * djvu/djvu-document.c:
8015         
8016         Pop messages from djvu context message queue.
8017
8018 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8019
8020         * configure.ac, Makefile.am, shell/Makefile.am:
8021         * tiff/Makefile.am, shell/ev-document-types.c:
8022         
8023         Cleanup tiff configure checks. Fix for bug 305218.
8024
8025 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8026
8027         * configure.ac: Added "uk" to ALL_LINGUAS.
8028
8029 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8030
8031         * cut-n-paste/zoom-control/ephy-zoom.c:
8032         (ephy_zoom_get_changed_zoom_level):
8033         * cut-n-paste/zoom-control/ephy-zoom.h:
8034         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8035         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8036         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8037         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8038         (zoom_control_changed_cb), (ev_window_init):
8039         
8040         Fix minor points related to moving best fit up. Introduce
8041         "zoom" property and make zoom control change it's value on
8042         notify::zoom signals. Fix for 305080.
8043
8044 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8045
8046         * data/evince-ui.xml:
8047         * shell/ev-window.c: (set_view_actions_sensitivity):
8048         
8049         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8050
8051 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * configure.ac:
8054
8055         Depends on poppler 0.3.2
8056
8057 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8058
8059         * cut-n-paste/recent-files/egg-recent-item.c:
8060         (egg_recent_item_get_short_name):
8061         * cut-n-paste/toolbar-editor/Makefile.am:
8062         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8063         (new_pixbuf_from_widget):
8064         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8065         * cut-n-paste/toolbar-editor/egg-marshal.c:
8066         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8067         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8068
8069         Sync
8070
8071 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8072
8073         * tiff/tiff-document.c: Rough TIFF backend.
8074
8075 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * NEWS:
8078         * configure.ac:
8079         * cut-n-paste/toolbar-editor/Makefile.am:
8080
8081         Release 0.3.1
8082
8083 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8086         (ev_view_find_next), (ev_view_find_previous):
8087
8088         Remove the locks around get_n_results   
8089
8090 2005-05-21  Juerg Billeter  <j@bitron.ch>
8091
8092         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8093
8094         Pass correct number of pages to poppler.
8095
8096 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8097
8098         * configure.ac:
8099         * data/Makefile.am:
8100         * data/evince.desktop.in: 
8101         * data/evince.desktop.in.in:
8102         * po/POTFILES.in:
8103         
8104         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8105
8106 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8107
8108         * shell/ev-view.c: (view_update_adjustments),
8109         (view_set_adjustment_values): cast adjustmen->value to (int)
8110         before using it.  Otherwise, we get off by a pixel in some
8111         situations.
8112
8113         (draw_one_page): Draw the border on expose.
8114
8115 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8116
8117         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8118         adjustment when the mode changes, #304923
8119
8120 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8121
8122         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8123         flickering on resize but still use gdk_window_scroll on
8124         scrolling
8125
8126 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8127
8128         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8129         option, #170458
8130
8131 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8132
8133         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8134         second page on page_changed if possible, #304669
8135
8136 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8137
8138         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8139         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8140
8141 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8142
8143         * .cvsignore:
8144         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8145         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8146         (ev_view_zoom_for_size_presentation),
8147         (ev_view_zoom_for_size_continuous_and_dual_page),
8148         (ev_view_zoom_for_size_continuous),
8149         (ev_view_zoom_for_size_dual_page),
8150         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8151         * shell/ev-view.h:
8152         * shell/ev-window.c: (update_view_size),
8153         (ev_window_sizing_mode_changed_cb):
8154
8155         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8156         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8157         an infinite loop, #304769
8158
8159
8160 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8161
8162         * data/evince-ui.xml:
8163         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8164         * shell/ev-window.c: (set_view_actions_sensitivity):
8165
8166         Make PgUp/Down behave like Space
8167
8168 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8169
8170         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8171         * backend/ev-ps-exporter.h:
8172         * pdf/ev-poppler.cc:
8173         * ps/ps-document.c: (ps_document_ps_export_begin):
8174         * shell/ev-print-job.c: (idle_print_handler):
8175
8176         Adapt to new poppler api
8177
8178 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8179
8180         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8181         (ephy_zoom_control_init):
8182
8183         Translate zoom levels
8184
8185 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8186
8187         * cut-n-paste/zoom-control/ephy-zoom.c:
8188         (ephy_zoom_get_zoom_level_index):
8189
8190         Fix current zoom -> zoom control match
8191
8192 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8193
8194         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8195         rather than the scrolled_window that it's in. Fixes bug #304655.
8196
8197 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8198
8199         * shell/ev-view.c: (view_update_adjustments),
8200         (view_set_adjustment_values), (view_update_range_and_current_page),
8201         (view_scroll_to_page), (set_scroll_adjustment),
8202         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8203         (ev_view_scroll), (ev_view_scroll_view),
8204         (ensure_rectangle_is_visible), (find_page_at_location),
8205         (get_link_at_location), (go_to_link), (status_message_from_link),
8206         (ev_view_size_request_continuous_dual_page),
8207         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8208         (ev_view_unrealize), (ev_view_expose_event),
8209         (ev_view_button_press_event), (ev_view_motion_notify_event),
8210         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8211         (draw_rubberband), (highlight_find_results), (draw_one_page),
8212         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8213         (ev_view_init), (find_changed_cb), (page_changed_cb),
8214         (on_adjustment_value_changed), (ev_view_new),
8215         (ev_view_set_document), (ev_view_set_zoom),
8216         (ev_view_set_continuous), (ev_view_set_dual_page),
8217         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8218         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8219         (ev_view_zoom_for_size_presentation),
8220         (ev_view_zoom_for_size_continuous_dual_page),
8221         (ev_view_zoom_for_size_continuous),
8222         (ev_view_zoom_for_size_dual_page),
8223         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8224         (ev_view_get_status), (ev_view_set_status),
8225         (update_find_status_message), (ev_view_get_find_status),
8226         (ev_view_set_find_status), (jump_to_find_result),
8227         (jump_to_find_page), (compute_selections), (clear_selection),
8228         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8229         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8230         (ev_view_update_primary_selection),
8231         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8232         * shell/ev-view.h:
8233         * shell/ev-window.c: (ev_window_open_page_label),
8234         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8235         (ev_window_init):
8236         * shell/ev-window.h:
8237         * shell/main.c: (load_files):
8238
8239         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8240         when resizing.  Remove the bin_window().  Also, patch from James
8241         Bowes to fix command line page, #300641
8242         
8243 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8244
8245         * data/evince-ui.xml:
8246         * shell/ev-view.c:
8247         * shell/ev-view.h:
8248         * shell/ev-window.c: (update_action_sensitivity):
8249
8250         Get rid of View->Normal Size, it's just confusing
8251
8252 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8253
8254         * backend/ev-document-info.h:
8255         * backend/ev-document.c: (ev_document_info_free): Free the
8256         EvDocumentInfo.
8257
8258         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8259         (clear_range), (add_range), (update_visible_range),
8260         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8261         (ev_sidebar_thumbnails_set_document):
8262         * shell/ev-window.c: (ev_window_setup_document): Only render the
8263         visible thumbnails.  It takes an instant to render, but it uses
8264         much less memory.
8265
8266 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8267
8268         * shell/ev-sidebar-links.c: (popup_menu_cb):
8269
8270         Select first item
8271
8272 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * lib/Makefile.am:
8275         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8276         (button_press_cb), (ev_sidebar_links_construct):
8277
8278         Show the popup menu also on keybindings
8279
8280 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8283         * shell/ev-window.h:
8284
8285         Expose api to print a range (with dialog). Make private _print use
8286         it.
8287
8288         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8289         (ev_sidebar_links_construct):
8290
8291         Show a print context menu on linkx, it prints the selected
8292         section.
8293
8294 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8295
8296         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8297         button.
8298
8299 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8300
8301         * AUTHORS:
8302
8303         Update
8304
8305         * shell/ev-window.c: (build_comments_string),
8306         (ev_window_cmd_help_about):
8307
8308         Show poppler version/backend and authors
8309
8310 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8311
8312         * cut-n-paste/zoom-control/ephy-zoom.c:
8313         (ephy_zoom_get_zoom_level_index):
8314         * cut-n-paste/zoom-control/ephy-zoom.h:
8315
8316         Move the best fit items at the top of the list
8317
8318 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8319
8320         * shell/ev-marshal.list:
8321         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8322         (activate_cb), (match_selected_cb), (activate_link_cb),
8323         (connect_proxy), (ev_page_action_class_init):
8324         * shell/ev-page-action.h:
8325
8326         Use signals to notify action activation. Hopefully
8327         I did not break completion since I cant test...
8328
8329         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8330         (register_custom_actions):
8331
8332         Connect to page selector actions and also grab focus on
8333         the view when activated.
8334
8335 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8336
8337         * pdf/ev-poppler.cc:
8338         * backend/ev-page-cache.c: make page size calculation consistent
8339         and set it to (int)( width * scale + 0.5).  This makes the weird
8340         line going through the middle of the page go away.
8341
8342         * shell/ev-view.c: move painting the background page after
8343         checking the expose area covers us.
8344
8345 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8346
8347         * data/evince-password.glade:
8348         
8349         Mark labels as not translatable. Fix for bug 302842.
8350
8351 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8352
8353         * configure.ac: Added "es" to ALL_LINGUAS.
8354
8355 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8356
8357         * data/evince-toolbar.xml:
8358         * shell/ev-window.c: (update_action_sensitivity),
8359         (ev_window_setup_document), (ev_window_set_page_mode),
8360         (ev_window_init):
8361
8362         Remove some leftover code from jrb first continous
8363         attempt. Use the new actions, we still need good icons
8364         though...
8365
8366 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8367
8368         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8369
8370         Update label when connecting proxy. Fix a warning with NULL
8371         page_cache.
8372
8373 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * data/evince-ui.xml:
8376         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8377         * shell/ev-page-action.h:
8378         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8379
8380         Add mnemonic for edit toolbar.
8381         ctrl+l focus the page entry.
8382
8383 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8384
8385         * lib/Makefile.am:
8386         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8387         (ev_window_init):
8388         * shell/main.c: (main):
8389
8390         Put the toolbar xml in evince own dot dir
8391
8392 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8393
8394         * shell/ev-window.c: (ev_window_init):
8395
8396         Make the toolbar not removable
8397
8398 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8399
8400         * data/evince-ui.xml:
8401         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8402         * shell/ev-sidebar-links.h:
8403         * shell/ev-sidebar-thumbnails.c:
8404         (ev_sidebar_thumbnails_get_treeview):
8405         * shell/ev-sidebar-thumbnails.h:
8406         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8407         (ev_view_class_init):
8408         * shell/ev-view.h:
8409         * shell/ev-window.c: (update_action_sensitivity),
8410         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8411         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8412         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8413         (ev_window_init):
8414
8415         This is evil... Make space/backspace global accelerators but
8416         enable them only for some widgets (sidebars and view).
8417         I dont like it, but I dont know a better way... :/
8418
8419 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8420
8421         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8422         (ev_page_action_widget_finalize),
8423         (ev_page_action_widget_class_init), (update_page_cache):
8424
8425         Keep a weak reference on proxy->page_cache so that we
8426         dont try to disconnect the signal if the object is already
8427         gone. Maybe there is a better way to cleanup reference handling
8428         in page action though...
8429
8430 2005-05-10  Juerg Billeter  <j@bitron.ch>
8431
8432         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8433         * backend/ev-ps-exporter.h:
8434         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8435         * ps/ps-document.c: (ps_document_ps_export_begin):
8436         
8437         Change api to pass print range to ps_exporter_begin. The pdf backend
8438         requires this information.
8439         
8440         * shell/ev-print-job.c: (idle_print_handler):
8441         
8442         Adapt to api change
8443
8444 2005-05-10  Juerg Billeter  <j@bitron.ch>
8445
8446         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8447         (idle_print_handler)
8448         * shell/ev-window.c: (ev_window_print):
8449
8450         Support printing page range, based on patch by Amaury Jacquot
8451
8452 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8453
8454         * data/evince-toolbar.xml:
8455
8456         Add zoom control to available items
8457
8458 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8459
8460         * shell/ev-window.c: (update_action_sensitivity):
8461
8462         Set slash action insensitive when appropriate
8463
8464 2005-05-10  Christian Persch <chpe@gnome.org>
8465
8466         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8467
8468         Fix warning on the overflow menu
8469
8470 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8471
8472         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8473
8474         Check for uri correctness/existence
8475
8476 2005-05-09  Juerg Billeter  <j@bitron.ch>
8477
8478         * shell/ev-window.c: (using_postscript_printer):
8479
8480         LPD printers use postscript, too
8481
8482 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8483
8484         * shell/ev-window.c: (register_custom_actions):
8485
8486         The zoom one is actually sort of useful,
8487         put it back
8488
8489 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8490
8491         * shell/ev-window.c: (register_custom_actions):
8492
8493         Hide page/zoom controls from overflow, they
8494         are useless.
8495
8496 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8497
8498         * cut-n-paste/update-from-egg.sh:
8499         
8500         Share it between all cut-n-paste subdirs
8501
8502         * cut-n-paste/recent-files/Makefile.am:
8503
8504         Fix to use "global" update-from-egg.sh
8505
8506         * cut-n-paste/recent-files/egg-recent-model.c:
8507         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8508         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8509         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8510         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8511
8512         Update from libegg
8513
8514         * cut-n-paste/toolbar-editor/Makefile.am:
8515
8516         Fix to use "global" update-from-egg.sh
8517
8518         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8519
8520         Update from libegg
8521
8522 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8523
8524         * configure.ac:
8525         * cut-n-paste/Makefile.am:
8526         * cut-n-paste/recent-files/Makefile.am:
8527         * cut-n-paste/toolbar-editor/.cvsignore:
8528         * cut-n-paste/toolbar-editor/Makefile.am:
8529         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8530         (egg_editable_toolbar_get_type), (get_toolbar_position),
8531         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8532         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8533         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8534         (set_item_drag_source), (create_item_from_action), (create_item),
8535         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8536         (popup_toolbar_context_menu_cb), (free_dragged_item),
8537         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8538         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8539         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8540         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8541         (item_added_cb), (item_removed_cb),
8542         (egg_editable_toolbar_construct),
8543         (egg_editable_toolbar_disconnect_model),
8544         (egg_editable_toolbar_deconstruct),
8545         (egg_editable_toolbar_set_model),
8546         (egg_editable_toolbar_set_ui_manager),
8547         (egg_editable_toolbar_set_property),
8548         (egg_editable_toolbar_get_property),
8549         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8550         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8551         (egg_editable_toolbar_new_with_model),
8552         (egg_editable_toolbar_get_edit_mode),
8553         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8554         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8555         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8556         (new_pixbuf_from_widget), (new_separator_pixbuf),
8557         (update_separator_image), (style_set_cb),
8558         (_egg_editable_toolbar_new_separator_image),
8559         (egg_editable_toolbar_get_model):
8560         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8561         * cut-n-paste/toolbar-editor/egg-marshal.c:
8562         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8563         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8564         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8565         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8566         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8567         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8568         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8569         (editor_drag_data_delete_cb), (drag_data_get_cb),
8570         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8571         (editor_create_item), (update_editor_sheet), (setup_editor),
8572         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8573         (parse_item_list), (model_has_action), (update_actions_list),
8574         (egg_toolbar_editor_load_actions):
8575         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8576         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8577         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8578         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8579         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8580         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8581         (egg_toolbars_model_add_separator), (impl_add_item),
8582         (parse_item_list), (egg_toolbars_model_add_toolbar),
8583         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8584         (impl_get_item_data), (impl_get_item_type),
8585         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8586         (egg_toolbars_model_init), (free_toolbar),
8587         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8588         (egg_toolbars_model_remove_toolbar),
8589         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8590         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8591         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8592         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8593         (egg_toolbars_model_get_item_data),
8594         (egg_toolbars_model_get_item_type):
8595         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8596         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8597         * data/Makefile.am:
8598         * data/evince-toolbar.xml:
8599         * data/evince-ui.xml:
8600         * data/hand-open.png:
8601         * po/POTFILES.in:
8602         * shell/Makefile.am:
8603         * shell/ev-window.c: (update_chrome_visibility),
8604         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8605         (ev_window_dispose), (ev_window_init):
8606
8607         Implement epiphany like toolbar editor. Based on patch by
8608         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8609
8610 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8613
8614         Use set_cursor instead of set_selection, so that
8615         the keyboard focus moves too.
8616
8617 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8618
8619         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8620
8621         Fix infinite loop when loading Type1 fonts
8622
8623 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8624
8625         * data/evince-ui.xml:
8626         * shell/ev-window.c:
8627
8628         Slash -> Find
8629
8630 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8631
8632         * configure.ac:
8633
8634         Make --disable really disable
8635
8636 2005-05-07  Juerg Billeter  <j@bitron.ch>
8637
8638         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8639
8640         Compare page labels even without has_labels set, fixes setting page
8641         with entry
8642
8643 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8646         (ev_view_set_cursor), (ev_view_button_press_event),
8647         (ev_view_motion_notify_event), (ev_view_button_release_event),
8648         (ev_view_init):
8649
8650         Implement middle button scrolling. Based on a patch
8651         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8652
8653 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * shell/ev-document-types.c: (get_slow_mime_type),
8656         (get_document_type_from_mime), (ev_document_type_lookup):
8657         * shell/ev-document-types.h:
8658
8659         Change api to lookup from uri. Do fast lookup first, if the
8660         type is unknown try with data sniffing.
8661
8662         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8663         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8664
8665         Adapt to api change
8666
8667 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * thumbnailer/Makefile.am:
8670
8671         Fix distcheck
8672
8673 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8674
8675         * NEWS:
8676         * configure.ac:
8677
8678         Release 0.3.0
8679
8680         * data/evince-ui.xml:
8681
8682         Hide presentation mode for now
8683
8684         * shell/ev-view.c: (highlight_find_results):
8685
8686         Show current find selection only on current page
8687
8688 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8689
8690         * shell/ev-view.c: (ev_view_select_all):
8691
8692         Compute size of the actual page, not of
8693         the current one.
8694
8695 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8696
8697         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8698         (view_rect_to_doc_rect), (compute_selections),
8699         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8700         (ev_view_copy), (ev_view_primary_get_cb),
8701         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8702         (ev_view_button_press_event), (ev_view_motion_notify_event),
8703         (ev_view_button_release_event), (page_changed_cb):
8704
8705         Fix text selection
8706
8707 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8708
8709         * shell/ev-view.c: (compute_border), (get_page_extents),
8710         (doc_rect_to_view_rect), (highlight_find_results),
8711         (ev_view_bin_expose), (ev_view_select_all),
8712         (ev_view_motion_notify_event), (update_find_status_message),
8713         (jump_to_find_result), (jump_to_find_page):
8714
8715         First go at fixing search, still buggy
8716
8717 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8718
8719         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8720         dropdown box and button at the top of the sidebar.
8721
8722 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8723
8724         * configure.ac: Output zoom-control Makefile.
8725         * cut-n-paste/Makefile.am: build zoom-control subdir.
8726         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8727         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8728         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8729         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8730         * cut-n-paste/zoom-control/ephy-zoom.c:
8731         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8732         from epiphany, and modified to add a separator into the menu.
8733         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8734         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8735         zoom-control action.
8736         * shell/Makefile.am: Include zoom-control flags.
8737         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8738         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8739         (ev_view_zoom_for_size_presentation),
8740         (ev_view_zoom_for_size_continuous_and_dual_page),
8741         (ev_view_zoom_for_size_continuous),
8742         (ev_view_zoom_for_size_dual_page),
8743         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8744         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8745         ev_view_get_zoom and ev_view_get_sizing_mode.
8746         * shell/ev-view.h:
8747         * shell/ev-window.c: (update_action_sensitivity),
8748         (update_sizing_buttons), (zoom_control_changed_cb),
8749         (register_custom_actions): Initialize and use the zoom-control 
8750         widget.
8751
8752 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8753
8754         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8755         preview cache back to 1.  Don't know when it got set to 0.
8756         
8757         * shell/ev-view.c: (compute_border), (ev_view_realize),
8758         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8759         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8760         (ev_view_get_fullscreen), (ev_view_set_presentation),
8761         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8762         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8763         * shell/ev-view.h:
8764         * shell/ev-window.c:
8765         (update_chrome_visibility),
8766         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8767         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8768         (update_document_mode), (ev_window_update_fullscreen_action),
8769         (ev_window_fullscreen), (ev_window_unfullscreen),
8770         (ev_window_cmd_view_fullscreen),
8771         (ev_window_update_presentation_action),
8772         (ev_window_run_presentation), (ev_window_stop_presentation),
8773         (ev_window_cmd_view_presentation), (ev_window_state_event),
8774         (ev_window_focus_in_event), (ev_window_focus_out_event),
8775         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8776         * data/evince-ui.xml: Initial presentation mode.  We should
8777         probably hide this until it's done, as it's quite rough.  Also,
8778         change full-screen to fullscreen and add two getters to EvView.
8779
8780 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8781
8782         * shell/ev-page-action.c: (update_page_cache),
8783         (ev_page_action_dispose):
8784         * shell/ev-window.c: (destroy_fullscreen_popup),
8785         (ev_window_create_fullscreen_popup):
8786
8787         Use connect_object rather than explicitly
8788         disconnect on dispose.
8789
8790 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8791
8792         * shell/ev-page-action.c: (update_page_cache),
8793         (ev_page_action_dispose):
8794
8795 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8796
8797         * backend/ev-page-cache.c: (_ev_page_cache_new),
8798         (ev_page_cache_set_page_label),
8799         (ev_page_cache_has_nonnumeric_page_labels):
8800         * backend/ev-page-cache.h:
8801         * shell/ev-page-action.c: (update_pages_label):
8802         
8803         If all page labels are numeric, fallback to default
8804         way to display number of pages. See bug 173185.
8805
8806 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8807
8808         * shell/ev-page-action.c: (ev_page_action_dispose):
8809         * shell/ev-view.c: (view_update_range_and_current_page):
8810         * shell/ev-window.c: (ev_window_dispose):
8811         
8812         Set page on scroll in continuous mode. Fixes bug 301986.
8813         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8814
8815 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8816
8817         * configure.ac:
8818
8819         Require poppler 0.3.0
8820
8821 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8822         
8823         * shell/Makefile.am, configure.ac: Fix build problems
8824         with t1lib. Bug 301996.
8825
8826 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8827
8828         * shell/ev-view.c: (ev_view_scroll_event):
8829         
8830         Scroll up increase zoom
8831
8832 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8833
8834         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8835         (ev_view_set_sizing_mode),
8836         (ev_view_zoom_for_size_continuous_and_dual_page),
8837         (ev_view_zoom_for_size_continuous):
8838         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8839         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8840         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8841         (ev_window_init):
8842
8843         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8844         Fix for 165473 and 165472.
8845
8846 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8847
8848         * po/POTFILES.in:
8849         * thumbnailer/Makefile.am:
8850         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8851         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8852         * thumbnailer/evince-thumbnailer.schemas.in:
8853         
8854         Make thumbnailer schemas translatable. Fix for bug 301773
8855         
8856         * thumbnailer/evince-thumbnailer-djvu.schemas:
8857         * thumbnailer/evince-thumbnailer-dvi.schemas:
8858         * thumbnailer/evince-thumbnailer.schemas:
8859
8860         Removed files
8861
8862 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8863
8864         * shell/ev-view.c (ev_view_init): forgot to set this.
8865
8866 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8867
8868         * shell/ev-view.c: (find_page_at_location),
8869         (get_link_at_location),
8870         (ev_view_set_show_border), (ev_view_set_spacing),
8871         (ev_view_zoom_for_size_continuous_and_dual_page),
8872         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8873         Also, add a quick fix measuring of widths.  Also, removed
8874         ev_view_set_spacing and ev_view_set_show_border.
8875         
8876         * shell/ev-window.c: (ev_window_unfullscreen),
8877         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8878
8879 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8880
8881         * shell/ev-view.c: (view_update_range_and_current_page),
8882         (page_changed_cb):
8883         
8884         Fix crash on exit and scrolling to page in continuous view.
8885
8886 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8887
8888         * TODO:
8889         * backend/ev-page-cache.c: (_ev_page_cache_new),
8890         (ev_page_cache_get_max_width_size),
8891         (ev_page_cache_get_max_height_size):
8892         * backend/ev-page-cache.h:
8893         * data/evince-ui.xml:
8894         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8895         * shell/ev-view.c: (view_update_adjustments),
8896         (view_update_range_and_current_page), (get_bounding_box_size),
8897         (ev_view_size_request_continuous_and_dual_page),
8898         (ev_view_size_request_continuous),
8899         (ev_view_size_request_dual_page),
8900         (ev_view_size_request_single_page), (ev_view_size_request),
8901         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8902         (ev_view_bin_expose), (ev_view_expose_event),
8903         (ev_view_set_property), (ev_view_get_property),
8904         (ev_view_class_init), (ev_view_init), (ev_view_new),
8905         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8906         (ev_view_set_dual_page), (ev_view_set_full_screen),
8907         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8908         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8909         (ev_view_zoom_out), (zoom_for_size_fit_width),
8910         (zoom_for_size_best_fit),
8911         (ev_view_zoom_for_size_continuous_and_dual_page),
8912         (ev_view_zoom_for_size_continuous),
8913         (ev_view_zoom_for_size_dual_page),
8914         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8915         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8916         * shell/ev-view.h:
8917         * shell/ev-window.c: (update_action_sensitivity),
8918         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8919         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8920         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8921         (ev_window_cmd_view_zoom_out), (update_view_size),
8922         (ev_window_set_sizing_mode), (ev_window_init):
8923
8924         Add Continuous and Dual page modes.
8925
8926 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8927
8928         * dvi/dvi-document.c: (dvi_document_load),
8929         (dvi_document_thumbnails_get_thumbnail),
8930         (dvi_document_init_params): Fix up some mixups between
8931         width and height to correct thumbnail rendering.
8932
8933 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935         * dvi/mdvi-lib/private.h:
8936         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8937         
8938         Suppess output for kpathsea during font generation. Thanks to
8939         James Bowes
8940
8941 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8942
8943         * NEWS:
8944         * configure.ac:
8945
8946         Release 0.2.1
8947
8948         * Makefile.am: fix distcheck.
8949
8950 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8951
8952         * shell/ev-sidebar-links.c: (selection_changed_callback),
8953         (update_page_callback), (row_activated_callback),
8954         (job_finished_callback), (ev_sidebar_links_set_document):
8955         
8956         Fix for bug #169901. Double click on links expands tree.
8957
8958 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8959
8960         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8961         hard-coded style. Fix for bug 170111
8962
8963 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8964
8965         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8966         locking.
8967
8968 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8969
8970         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8971
8972 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8973
8974         * pdf/ev-poppler.cc:
8975         * shell/ev-view.c: (highlight_find_results):
8976
8977         Fix find on single page documents
8978
8979 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8980
8981         * data/evince.schemas.in: fix for bug 301390
8982
8983 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8984
8985         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8986         (ev_view_zoom_out), (ev_view_zoom_normal):
8987         * shell/ev-view.h:
8988         * shell/ev-window.c: (update_action_sensitivity),
8989         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8990         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8991         (ev_window_cmd_view_normal_size):
8992
8993         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8994         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8995         better than oom. 
8996
8997 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8998
8999         * configure.ac:
9000
9001         Depend on 2.57, 2.59 doesnt seem to be necessary
9002
9003 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9004
9005         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9006         (create_tool_item):
9007
9008         Put back total number of pages as (1 of 1234)
9009
9010 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9011
9012         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9013         remove the job.
9014
9015         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9016         function.  This helps debugging.
9017
9018 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9019
9020         * djvu/djvu-document.c: (djvu_document_class_init),
9021         (djvu_document_get_info), (djvu_document_document_iface_init):
9022         * dvi/dvi-document.c: (dvi_document_class_init),
9023         (dvi_document_get_info), (dvi_document_document_iface_init):
9024
9025         Dummy implementation of get_info method for dvi and
9026         djvu. Fix crashes with those backends
9027
9028 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9029
9030         * data/evince.desktop.in:
9031
9032         Add application/x-gzpostscript
9033
9034 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9035
9036         * data/evince.schemas.in: Added real long descriptions, 
9037         closes bug 172496 
9038
9039         * README: Added actual text, closes bug 171869
9040
9041 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9042
9043         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9044
9045         Thumbnail page 0
9046
9047 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9048
9049         * backend/ev-document-info.h:
9050
9051         s/GDate */GDate so we can just use g_free
9052
9053 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9054
9055         * shell/ev-window.c: (update_document_mode),
9056         (ev_window_setup_document):
9057
9058         Show the window in fullscreen when specified by
9059         the document
9060
9061 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9062
9063         * backend/ev-document.c: (ev_document_class_init),
9064         (ev_document_get_info), (ev_document_render_pixbuf):
9065         * backend/ev-document.h:
9066         * backend/ev-page-cache.c: (_ev_page_cache_new):
9067         * pdf/ev-poppler.cc:
9068         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9069         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9070         * ps/ps-document.c: (ps_document_class_init), (document_load),
9071         (ps_document_get_info), (ps_document_document_iface_init):
9072
9073         Remove get_title from the interface, we can just use document info
9074
9075 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9076
9077         * backend/Makefile.am:
9078         * backend/ev-document.c: (ev_document_render_get_info):
9079         * backend/ev-document.h:
9080         * pdf/ev-poppler.cc:
9081
9082         Initial support for document info. Based on jrb patch.
9083
9084 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9085
9086         * shell/ev-window.c: (ev_window_state_event),
9087         (ev_window_class_init), (ev_window_init):
9088         
9089         Doesn't show resize grip when maximized. See bug #301053
9090
9091 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9092
9093         * po/POTFILES.in:
9094         
9095         ev-sidebar-thumbnails now has translatable labels
9096         
9097         * shell/Makefile.am:
9098         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9099         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9100         (ev_sidebar_links_page_iface_init):
9101         * shell/ev-sidebar-links.h:
9102         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9103         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9104         (ev_sidebar_page_get_label):
9105         * shell/ev-sidebar-page.h:
9106         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9107         (ev_sidebar_thumbnails_set_document),
9108         (ev_sidebar_thumbnails_support_document),
9109         (ev_sidebar_thumbnails_get_label),
9110         (ev_sidebar_thumbnails_page_iface_init):
9111         * shell/ev-sidebar-thumbnails.h:
9112         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9113         (ev_sidebar_set_document):
9114         * shell/ev-sidebar.h:
9115         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9116         
9117         Small rework of sidebar code. Now sidebar pages should implement
9118         EvSidebarPage interface. That makes page management in EvSidebar
9119         easier. See bug #164811 for details
9120
9121 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9122
9123         * shell/ev-application.c: (ev_application_open):
9124         * shell/ev-document-types.c:
9125         
9126         Fix build error and small problem with application exit
9127
9128 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9129
9130         * thumbnailer/Makefile.am:
9131         * thumbnailer/evince-thumbnailer-djvu.schemas:
9132         * thumbnailer/evince-thumbnailer-dvi.schemas:
9133         
9134         Conditionally install schemas for djvu/dvi thumbnailer
9135
9136 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9137
9138         * shell/ev-document-types.h: 
9139         * shell/ev-document-types.c: 
9140         New files, handling the mapping from mimetypes to backends
9141         
9142         * shell/ev-window.c: 
9143         * thumbnailer/evince-thumbnailer.c:     
9144         Use the ev-document-types code
9145         
9146         * shell/Makefile.am: 
9147         Added new convenience library libevbackendfactory_la, containing
9148         the new mimetype->backend logic; moved the backends into it.
9149
9150         * thumbnailer/Makefile.am:
9151         Make the thumbnailer link with the libevbackend.la convenience
9152         library, rather than having a duplicate of the backend logic here.
9153
9154 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9155
9156         * shell/ev-stock-icons.c: constify some vars.
9157         * shell/ev-window.c: ditto.
9158
9159 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9160
9161         * ps/ps-document.c (get_page_orientation):
9162
9163         Respect document orientation 
9164
9165 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9166
9167         * djvu/Makefile.am:
9168         * dvi/Makefile.am:
9169         * shell/Makefile.am:
9170         
9171         Move library dependencies to components.
9172         
9173         * shell/ev-window.c: (update_window_title),
9174         (start_loading_document):
9175         
9176         Fix display of uris with spaces. Bug 168358.
9177
9178 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9179
9180         * shell/ev-sidebar-links.c: (selection_changed_cb):
9181         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9182         (ev_view_button_release_event), (ev_view_set_document):
9183         * shell/ev-view.h:
9184         * shell/ev-window.c: (find_bar_search_changed_cb):
9185         * shell/ev-window.h: Minor cleanups removing some dead code.
9186
9187 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9188
9189         * backend/ev-page-cache.c: (_ev_page_cache_new):
9190         
9191         Set current page to 0 if document has pages.
9192
9193 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9194
9195         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9196
9197         Initialize GError to NULL, fix a crash when loading fails.
9198
9199 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9200
9201         * shell/ev-window.c: (update_view_size):
9202
9203         Calculate shadow size only when there is actually
9204         a shadow.
9205
9206 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9207
9208         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9209         * shell/ev-view.h:
9210
9211         Allow setting view spacing, default to 0
9212
9213         * shell/ev-window.c: (ev_window_unfullscreen),
9214         (ev_window_cmd_view_fullscreen), (ev_window_init):
9215
9216         Remove spacing in fullscreen mode
9217
9218 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9219
9220         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9221         (ev_view_size_request), (expose_bin_window),
9222         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9223         * shell/ev-view.h:
9224         * shell/ev-window.c: (ev_window_unfullscreen),
9225         (ev_window_cmd_view_fullscreen):
9226
9227         Do not draw the border in fulscreen
9228
9229 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9230
9231         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9232         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9233         (find_page_at_location), (page_changed_cb):
9234
9235         Rework border calculation, so that I can more easily disable it.
9236         Code somewhat cleaner too.
9237
9238 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9239
9240         * backend/ev-page-cache.c: (ev_page_cache_init),
9241         (_ev_page_cache_new):
9242
9243         Remove some assertions, documents can have 0 pages.
9244         Make initial current page -1.
9245
9246         * shell/ev-page-action.c: (page_changed_cb):
9247
9248         Show "" if current page is -1
9249
9250         * shell/ev-window.c: (update_action_sensitivity),
9251         (ev_window_setup_document):
9252
9253         When document has 0 pages do not set the view
9254         and make nearly everything insensitive.
9255
9256 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9257
9258         * shell/ev-page-view.c:
9259         * shell/ev-page-view.h:
9260
9261         Remove unused files.
9262         
9263         * shell/ev-sidebar-thumbnails.c:
9264         (ev_sidebar_thumbnails_set_document):
9265         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9266         (ev_sidebar_supports_document):
9267         * shell/ev-sidebar.h:
9268         * shell/ev-window.c: (ev_window_setup_document):
9269         
9270         Doesn't show thumbnails if document has 1 page. Make
9271         sidebar menu entries sensitive only if if they have 
9272         sense. Fix bug 164811. 
9273
9274 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9275
9276         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9277         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9278         (ev_view_zoom_out), (ev_view_set_size):
9279
9280         Rework sizing to deal with documents with not uniform page
9281         size.
9282
9283 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9284
9285         * backend/ev-page-cache.c: (_ev_page_cache_new):
9286
9287         Fix several page size caching bugs
9288
9289 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9290
9291         * shell/ev-window.c: (set_action_properties):
9292
9293         Make all toolbar items translatable
9294
9295 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9296
9297         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9298         (save_page_list), (ps_document_save),
9299         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9300         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9301         (ps_document_ps_exporter_iface_init):
9302         * ps/ps-document.h:
9303
9304         Based on a patch by J�rg Billeter <j@bitron.ch>
9305         
9306         Implement print and save a copy for the ps backend.
9307
9308 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9309
9310         * backend/ev-document.h:
9311         * djvu/djvu-document.c: (djvu_document_can_get_text),
9312         (djvu_document_document_iface_init):
9313         * dvi/dvi-document.c: (dvi_document_can_get_text),
9314         (dvi_document_document_iface_init):
9315         * pdf/ev-poppler.cc:
9316         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9317         (pixbuf_document_document_iface_init):
9318         * ps/ps-document.c: (ps_document_can_get_text),
9319         (ps_document_document_iface_init):
9320         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9321         * shell/ev-window.c: (update_action_sensitivity):
9322
9323         Fix the crash when trying to copy in backends that doesnt
9324         support it. We can implement a better solution once we
9325         do real text selection.
9326
9327 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9328
9329         * data/evince-ui.xml:
9330         * shell/ev-window.c: (ev_window_cmd_escape):
9331         
9332         Work around the Escape conflict (find bar and unfullscreen)
9333
9334 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9335
9336         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9337         
9338         Fix for #300233. Next page correctly handles document end.
9339         
9340         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9341         (ev_sidebar_thumbnails_class_init),
9342         (ev_sidebar_thumbnails_set_document),
9343         (ev_sidebar_thumbnails_clear_job),
9344         (ev_sidebar_thumbnails_clear_model):
9345         
9346         Cleanup thumbnail jobs on document changes.
9347         
9348         * shell/ev-view.c: (add_scroll_binding_keypad),
9349         (add_scroll_binding_shifted), (ev_view_class_init):
9350         
9351         Shift + Space scrolls up. Fix for #173184
9352         
9353         * shell/ev-window.c: (ev_window_open_page),
9354         (ev_window_cmd_view_reload):
9355         
9356         Fix reload (Bug #300094)
9357
9358 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9359
9360         
9361         * dvi/mdvi-lib/assoc.c:
9362         * dvi/mdvi-lib/assoc.h: Removed garbage files
9363         
9364         * dvi/mdvi-lib/bitmap.c:
9365         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9366         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9367         * dvi/mdvi-lib/color.h: Antialias of rules
9368         
9369         * dvi/mdvi-lib/common.h:
9370         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9371         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9372         * dvi/mdvi-lib/files.c:
9373         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9374         * dvi/mdvi-lib/mdvi.h:
9375         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9376         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9377         * dvi/mdvi-lib/util.c: Fix compile warnings
9378         
9379         * dvi/dvi-document.c:
9380         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9381         (dvi_document_thumbnails_get_thumbnail),
9382         (dvi_document_document_thumbnails_iface_init):
9383         * dvi/mdvi-lib/Makefile.am:
9384         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9385         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9386         
9387         Dvi backend now renders thumbnails
9388
9389 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9390
9391         * shell/main.c: (main): 
9392         
9393         Save accelerators on exit. Fixes bug #172095.
9394
9395 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9396
9397         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9398         update priority" comment.
9399
9400         * backend/ev-job-queue.c: Give a way to change priority.
9401
9402 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9403
9404         * shell/ev-page-action.c: Fix logic.
9405
9406 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9407
9408         * shell/ev-view.c: (ev_view_can_find_next):
9409         * shell/ev-window.c: (ev_window_setup_document):
9410
9411         Check that the document supports find
9412
9413 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9414
9415         * data/evince-ui.xml:
9416         * shell/ev-view.c: (ev_view_can_find_next):
9417         * shell/ev-view.h:
9418         * shell/ev-window.c: (update_action_sensitivity),
9419         (find_changed_cb), (ev_window_setup_document),
9420         (ev_window_cmd_edit_find_next):
9421
9422         Add Edit->Find Next
9423
9424 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9425
9426         * pdf/ev-poppler.cc:
9427         * shell/ev-print-job.c: (idle_print_handler):
9428
9429         Make printing work again
9430
9431 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9432
9433         * shell/ev-page-action.h:
9434         * shell/ev-page-action.c: (ev_page_action_widget_init),
9435         (ev_page_action_widget_class_init), (page_changed_cb),
9436         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9437         (get_filter_model_from_model), (match_selected_cb),
9438         (display_completion_text), (match_completion), (update_model),
9439         (connect_proxy), (ev_page_action_set_property),
9440         (ev_page_action_get_property), (ev_page_action_set_document),
9441         (ev_page_action_set_model), (ev_page_action_class_init): Big
9442         reworking to make completions work iff we have >= GTK-2.7.0
9443                 
9444         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9445         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9446         (job_finished_cb): We now have a 'model' property that is set when
9447         the links are loaded.  This can be caught with "notify::model"
9448
9449         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9450         listen for the model to be set, and propagate it to the action.
9451
9452 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9453
9454         * cut-n-paste/recent-files/egg-recent-item.c:
9455         (egg_recent_item_set_uri), (make_valid_utf8),
9456         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9457         * cut-n-paste/recent-files/egg-recent-item.h:
9458         
9459         Update egg-recent from libegg. This should fix long
9460         startup problem. For details see
9461         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9462
9463 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9464
9465         * cut-n-paste/recent-files/Makefile.am:
9466         * data/evince-ui.xml, shell/Makefile.am:
9467         * shell/ev-application.c, shell/ev-application.h:
9468         * shell/ev-window.c: Recent files support.
9469         
9470         * configure.ac: Added "ru" to ALL_LINGUAS.
9471         
9472         * dvju: new backend to support DJVU files.
9473         * dvi: new backend to support DVI.
9474
9475         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9476         * ev-application.c: Support for new backends.
9477         
9478         * help, ev-window.c, main.c shell/Makefile.am: 
9479         Evince user documentation.
9480
9481 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9482
9483         * po/POTFILES.in:
9484         * shell/ev-window.c:
9485         * thumbnailer/evince-thumbnailer.c:
9486
9487         s/pdf-document/ev-poppler
9488
9489 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9490
9491         * NEWS:
9492         * configure.ac:
9493
9494         Release 0.2.0
9495
9496         * ps/ps-document.c: (setup_pixmap):
9497
9498         Remove debug code
9499
9500 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9501
9502         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9503         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9504         (ev_window_cmd_go_first_page): Fix of by one errors.
9505
9506 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9507
9508         * ps/ps-document.c: (get_page_box):
9509
9510         Fix page size calculation
9511
9512 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9513
9514         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9515         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9516         (get_page_orientation), (setup_page), (document_load),
9517         (ps_document_get_page_size), (render_pixbuf_idle):
9518         * ps/ps-document.h:
9519
9520         More refactoring to adapt to EvDocument changes
9521
9522 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9523
9524         * ps/ps-document.c: (start_interpreter):
9525
9526         Actually add alpha args
9527
9528 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9529
9530         * pdf/ev-poppler.cc:
9531
9532         Make clipboard work again
9533
9534 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9535
9536         Make searching work again.
9537         
9538         * backend/ev-document.c:
9539         * backend/ev-document.h:
9540         * backend/ev-document-find.c:
9541         * backend/ev-document-find.h: Change EvDocumentIface so we no
9542         longer store the current page or zoom level in the document.  The
9543         consequence is that all calls that operate on the current page now
9544         instead take the page number as an extra argument, and all
9545         coordinates are now doubles in document coordinate system.
9546
9547         * pdf/ev-poppler.cc:
9548         * pixbuf/pixbuf-document.c:
9549         * ps/ps-document.c: Update backends accordingly.
9550
9551 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9552
9553         * autogen.sh:
9554
9555         Add required gettext version
9556
9557 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9558
9559         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9560         make F1 bring up non-existent help.
9561
9562         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9563         epiphany's find bar, #167477
9564
9565         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9566         <emil@nishra.com> to add space-bar scrolling, 
9567
9568         * shell/ev-window.c (static GtkActionEntry entries): add default
9569         keybinding for Help (F1)
9570         Fixes #171068
9571
9572         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9573         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9574         170110
9575
9576 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9577
9578         * Makefile.am: 
9579         * pixbuf/pixbuf-document.c: 
9580
9581         Got pixbuf backend working again
9582
9583 2005-04-01  Steve Murphy  <murf@e-tools.com>
9584
9585         * configure.in: Added "rw" to ALL_LINGUAS.
9586
9587 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9588
9589         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9590         model types, noticed by Martin Kretzschmar.
9591
9592 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9593
9594         * pdf/ev-poppler.cc: Implement search based on
9595         poppler_page_find_text().  Currently a bit crude since we remember
9596         all matches from all pages.  Also, we grab the big document lock
9597         when we search since searching changes the underlying stream and
9598         thus conflicts with the rendering thread.
9599         
9600         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9601         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9602         (ev_view_find_previous): Fix some page indexes to be 0 based,
9603         offset rubber band by view offset,
9604
9605 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9606
9607         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9608
9609 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9610
9611         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9612         completely because I didn't understand GtkActions.  I should
9613         read Marco's code more carefully in the future.
9614
9615         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9616         function
9617
9618 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9619
9620         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9621         PopplerRectangle change from poppler CVS.
9622
9623 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9624
9625         * backend/ev-document.c: (ev_document_get_page_label):
9626         * backend/ev-document.h:
9627         * backend/ev-page-cache.c: (_ev_page_cache_new),
9628         (ev_page_cache_get_page_label):
9629         * backend/ev-page-cache.h:
9630         * pdf/ev-poppler.cc:
9631         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9632         (links_page_num_func):
9633         * shell/ev-sidebar-thumbnails.c:
9634         (ev_sidebar_thumbnails_set_document):
9635         * shell/ev-view.c: (status_message_from_link),
9636         (ev_view_motion_notify_event):
9637         * shell/ev-window.c: (document_supports_sidebar): Add in page
9638         label support.  It's not perfect yet, but it's the first 'feature'
9639         in a while.
9640         Also, fix a bogus comment noticed by crispin. 
9641
9642 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9643
9644         * Makefile.am: Remove pixbuf backend for now
9645
9646         * configure.ac: Require poppler-glib instead of just poppler.
9647
9648         * backend/ev-document-thumbnails.h: Add a comment
9649
9650         * backend/ev-document.h:
9651         * backend/ev-document.c: (ev_document_class_init),
9652         (ev_document_load), (ev_document_get_link),
9653         (ev_document_get_links): Remove 3 methods and add get_links.
9654         Also, made 0 based.
9655
9656         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9657         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9658
9659         * backend/ev-link.c: (ev_link_set_title),
9660         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9661         (ev_link_mapping_find):
9662         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9663         
9664         * backend/ev-page-cache.c: (ev_page_cache_init),
9665         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9666         (ev_page_cache_get_size), (ev_page_cache_next_page),
9667         (ev_page_cache_prev_page): Fix to be 0 based.
9668
9669         * pdf/Makefile.am: 
9670         * pdf/ev-poppler.h:
9671         * pdf/ev-poppler.cc: New backend.
9672         
9673         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9674         (ps_document_get_page), (ps_document_document_iface_init):
9675
9676         * shell/ev-pixbuf-cache.h:
9677         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9678         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9679         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9680         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9681         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9682         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9683         based.
9684         
9685         * shell/ev-sidebar-thumbnails.c:
9686         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9687         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9688
9689         * shell/ev-view.c: (status_message_from_link),
9690         (find_page_at_location), (get_link_at_location),
9691         (ev_view_motion_notify_event), (ev_view_button_release_event),
9692         (ev_view_init): Use the new link code.  Fix to be 0 based.
9693
9694         * shell/ev-window.c: (update_action_sensitivity),
9695         (document_supports_sidebar): 0 based.
9696
9697 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9698
9699         * pdf/pdf-document.cc: Patch from Fernando Herrera
9700         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9701         *blush*
9702
9703 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9704
9705         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9706         1 to the page, as this seems to be 1 based.  I thought we has this
9707         fixed.  grump.
9708
9709 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9710
9711         * TODO:
9712         * backend/Makefile.am:
9713         * backend/ev-document-links.c:
9714         (ev_document_links_has_document_links),
9715         (ev_document_links_get_links_model):
9716         * backend/ev-document-links.h:
9717         * backend/ev-document.c: (ev_document_get_page_cache),
9718         (ev_document_get_doc_mutex), (ev_document_load),
9719         (ev_document_save), (ev_document_get_title),
9720         (ev_document_get_n_pages), (ev_document_set_page),
9721         (ev_document_get_page), (ev_document_set_target),
9722         (ev_document_set_scale), (ev_document_set_page_offset),
9723         (ev_document_get_page_size), (ev_document_get_text),
9724         (ev_document_get_link), (ev_document_render),
9725         (ev_document_render_pixbuf), (ev_document_scale_changed):
9726         * backend/ev-document.h:
9727         * backend/ev-job-queue.c: (remove_object_from_queue),
9728         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9729         (no_jobs_available_unlocked), (ev_render_thread),
9730         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9731         (ev_job_queue_remove_job):
9732         * backend/ev-job-queue.h:
9733         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9734         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9735         (ev_job_links_class_init), (ev_job_render_init),
9736         (ev_job_render_dispose), (ev_job_render_class_init),
9737         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9738         (ev_job_thumbnail_class_init), (ev_job_finished),
9739         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9740         (ev_job_render_run), (ev_job_thumbnail_new),
9741         (ev_job_thumbnail_run):
9742         * backend/ev-jobs.h:
9743         * backend/ev-link.c:
9744         * backend/ev-link.h:
9745         * backend/ev-page-cache.c: (ev_page_cache_init),
9746         (ev_page_cache_class_init), (ev_page_cache_finalize),
9747         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9748         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9749         (ev_page_cache_set_link), (ev_page_cache_get_title),
9750         (ev_page_cache_get_size), (ev_page_cache_next_page),
9751         (ev_page_cache_prev_page):
9752         * backend/ev-page-cache.h:
9753         * pdf/pdf-document.cc:
9754         * ps/gsdefaults.c:
9755         * ps/gsdefaults.h:
9756         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9757         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9758         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9759         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9760         (is_interpreter_ready), (output), (catchPipe), (input),
9761         (start_interpreter), (check_filecompressed), (compute_dimensions),
9762         (ps_document_enable_interpreter), (document_load),
9763         (ps_document_next_page), (render_page), (ps_document_set_page),
9764         (ps_document_set_scale), (render_pixbuf_idle),
9765         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9766         * ps/ps-document.h:
9767         * shell/Makefile.am:
9768         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9769         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9770         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9771         (ev_pixbuf_cache_new), (job_finished_cb),
9772         (check_job_size_and_unref), (move_one_job),
9773         (ev_pixbuf_cache_update_range), (find_job_cache),
9774         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9775         (ev_pixbuf_cache_add_jobs_if_needed),
9776         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9777         * shell/ev-pixbuf-cache.h:
9778         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9779         (idle_print_handler):
9780         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9781         (selection_changed_cb), (create_loading_model),
9782         (ev_sidebar_links_construct), (links_page_num_func),
9783         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9784         (update_page_callback), (job_finished_cb),
9785         (ev_sidebar_links_set_document):
9786         * shell/ev-sidebar-thumbnails.c:
9787         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9788         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9789         (page_changed_cb), (thumbnail_job_completed_callback),
9790         (ev_sidebar_thumbnails_set_document):
9791         * shell/ev-sidebar-thumbnails.h:
9792         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9793         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9794         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9795         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9796         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9797         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9798         (ev_view_button_release_event), (ev_view_scroll_view),
9799         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9800         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9801         (ev_view_new), (job_finished_cb), (page_changed_cb),
9802         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9803         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9804         (ev_view_find_previous):
9805         * shell/ev-view.h:
9806         * shell/ev-window.c: (update_action_sensitivity),
9807         (ev_window_open_page), (update_window_title), (update_total_pages),
9808         (page_changed_cb), (ev_window_setup_document),
9809         (password_dialog_response), (ev_window_cmd_save_as),
9810         (ev_window_print), (ev_window_cmd_go_previous_page),
9811         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9812         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9813         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9814         * shell/main.c: (main):
9815
9816         Merge evince-threads branch
9817
9818 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9819
9820         * configure.ac: Added "lt" to ALL_LINGUAS.
9821
9822 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9823
9824         * NEWS:
9825         * configure.ac:
9826
9827         Release 0.1.9
9828
9829 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9830
9831         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9832
9833         Fix here also the thumbnails 1-basedness :)
9834
9835 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9836
9837         * NEWS:
9838         * configure.ac:
9839
9840         Release 0.1.8
9841
9842 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9843
9844         * pdf/pdf-document.cc:
9845         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9846         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9847
9848         Fix the mess we did with thumbnails and 1-basedness
9849
9850 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9851
9852         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9853
9854 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9855
9856         * NEWS:
9857         * configure.ac:
9858
9859         Release 0.1.7
9860
9861 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9862
9863         * ps/Makefile.am:
9864         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9865         (gtk_gs_defaults_get_alpha_parameters),
9866         (gtk_gs_defaults_get_ungzip_cmd),
9867         (gtk_gs_defaults_get_unbzip2_cmd):
9868         * ps/gsdefaults.h:
9869         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9870         (ps_document_get_orientation), (document_load),
9871         (ps_document_goto_page), (ps_document_set_page_size):
9872         * ps/ps-document.h:
9873
9874         Some more sanitization of the ps backend. Remove a lot
9875         of unused code and do not base our defaults on ggv
9876         preferences (ugh!)
9877
9878 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9879
9880         * thumbnailer/evince-thumbnailer.schemas:
9881         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9882         (main): add -s option for thumbnail size.
9883
9884 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9885
9886         * configure.ac:
9887
9888         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9889         remove it.
9890
9891 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9892
9893         * pdf/pdf-document.cc:
9894
9895         Remove 4 pixels of useless border from the
9896         thumbnail.
9897
9898 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9899
9900         * backend/ev-document-thumbnails.c:
9901         (ev_document_thumbnails_get_thumbnail):
9902         * backend/ev-document-thumbnails.h:
9903
9904         Rework API a bit. Add a border flag and
9905         change sizing logic (now the size we specify
9906         applies to the bigger dimension).
9907
9908         * pdf/pdf-document.cc:
9909         * pixbuf/pixbuf-document.c:
9910         (pixbuf_document_thumbnails_get_thumbnail):
9911         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9912         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9913
9914         Adapt to the new API and do not draw a border for nautilus
9915         thumbnailer.
9916
9917 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9918
9919         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9920         take thumbnails from page "0" instead of "1". Added a copyright header.
9921
9922 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9923
9924         * ps/ps-document.c: (set_up_page), (start_interpreter):
9925
9926         Make it C89 compliant
9927
9928 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9929
9930         * Makefile.am:
9931         * configure.ac:
9932         * pdf/.cvsignore:
9933         * pdf/pdf-document.cc:
9934         * thumbnailer/Makefile.am:
9935         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9936         (main):
9937         * thumbnailer/evince-thumbnailer.schemas:
9938         * thumbnailer/pdf-icon.png:
9939
9940         Add a nautilus thumbnailer.
9941         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9942
9943 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9944
9945         * NEWS:
9946         * configure.ac:
9947         * po/POTFILES.in:
9948
9949         Release 0.1.6
9950
9951 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9952
9953         Use poppler instead of including xpdf source code.  Poppler is a
9954         fork of xpdf to build it as a shared library. See
9955         http://freedesktop.org/wiki/Software/poppler.
9956
9957         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9958         xpdf fork.
9959         
9960         * pdf/Makefile.am: Build libpdfdocument.a here.
9961         
9962         * pdf/GDKSplashOutputDev.cc:
9963         * pdf/GDKSplashOutputDev.h:
9964         * pdf/GnomeVFSStream.cc:
9965         * pdf/GnomeVFSStream.h:
9966         * pdf-document.cc:
9967         * pdf-document.h:
9968         * test-gdk-output-dev.cc
9969         * Thumb.cc:
9970         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9971         against poppler.
9972
9973 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9974
9975         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9976
9977         Clear idle stack before unsetting the document
9978
9979 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9980
9981         * ps/ps-document.c: (ps_document_widget_event),
9982         (ps_document_set_target), (ps_document_finalize),
9983         (ps_document_get_page):
9984
9985         Disconnect the widget event signal on finalize.
9986         Some code cleanups.
9987
9988 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9989
9990         * ps/ps-document.c: (set_up_page):
9991
9992         If there is no bpixmap create one, even if size
9993         is not changed.
9994
9995 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9996
9997         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9998         (set_up_page), (document_load), (ps_document_set_zoom):
9999
10000         Default page is 0. Calculate size even when we have no
10001         target yet.
10002
10003 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10004
10005         * shell/ev-sidebar.c: expand the selection widget to be always as
10006         wide as the sidebar
10007
10008 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10009
10010         * shell/ev-sidebar-thumbnails.c:
10011         (ev_sidebar_thumbnails_set_document):
10012
10013         Clear the list store when setting document
10014
10015 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10016
10017         * shell/ev-page-action.c: (update_entry), (sync_entry),
10018         (activate_cb), (entry_size_request_cb), (create_tool_item),
10019         (connect_proxy):
10020
10021         Use an entry for the page control instead of spinbuttons
10022
10023 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10024
10025         * data/evince.schemas.in:
10026
10027         Correct confusing string
10028
10029 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10030
10031         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10032         for real.  Gosh, how long has this been broken.
10033
10034         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10035         check for a NULL link.  We crash otherwise.
10036
10037 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10038
10039         * NEWS:
10040         * configure.ac:
10041
10042         Release 0.1.5
10043
10044 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10045
10046         * configure.ac: add the french translation.
10047
10048 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10049
10050         * shell/ev-window.c:
10051
10052         Remove unused header -> fix distcheck
10053
10054 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10055
10056         * shell/ev-window.c: (update_window_title),
10057         (ev_window_popup_password_dialog):
10058
10059         Unescape filename for display
10060
10061 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10062
10063         * pdf/xpdf/pdf-document.cc:
10064
10065         In get_page_size deal with rotation. Also
10066         cleanup the function a bit.
10067
10068 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10069
10070         * pdf/xpdf/pdf-document.cc:
10071
10072         Fix crash when opening in new window
10073
10074 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10075
10076         * configure.ac:
10077
10078         Check ghostscript >= 7
10079
10080 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10081
10082         * shell/ev-window.c:
10083
10084         Make page width the default sizing mode
10085
10086 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10087         Marco Pesenti Gritti <marco@gnome.org>
10088
10089         * shell/ev-window.c: Remember the sidebar size
10090
10091         * data/evince.schemas.in: Add a new gconf key to store the size of
10092         the sidebar
10093
10094 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10095
10096         * data/evince-ui.xml:
10097         * shell/ev-window.c: (update_action_sensitivity),
10098         (ev_window_cmd_view_reload):
10099         
10100         Add a "Reload" action and menu entry
10101
10102 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10103
10104         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10105         iff the type doesn't support thumbnailing and indexing.
10106
10107 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10108
10109         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10110
10111 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10112
10113         * pdf/splash/Splash.cc:
10114
10115         Port fix for a crasher from kde bug
10116         http://bugs.kde.org/show_bug.cgi?id=97131
10117
10118 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10119
10120         * pdf/xpdf/pdf-document.cc:
10121
10122         Return a link even if it's of an unrecognized
10123         type. Otherwise we go in an infinte cycle.
10124
10125 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10126
10127         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10128         (size_allocate_cb), (ev_window_set_sizing_mode):
10129
10130         Update size when switching mode
10131
10132 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10133
10134         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10135         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10136         (ev_window_cmd_view_normal_size):
10137
10138         Fix size toggle buttons behavior
10139
10140 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10141
10142         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10143         (doc_rect_to_view_rect), (ev_view_size_allocate),
10144         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10145         (scale_changed_callback):
10146
10147         Do not cache offsets in size_allocate.
10148
10149 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10150
10151         * shell/ev-view.c: (ev_view_size_allocate):
10152
10153         Calculate offsets before calling the parent
10154         class (which does a redraw)
10155
10156 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10157
10158         * pdf/xpdf/pdf-document.cc:
10159
10160         Fix a crasher on exit. Unused code, put a TODO
10161
10162 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10163
10164         * backend/ev-document.c: (ev_document_class_init),
10165         (ev_document_page_changed), (ev_document_scale_changed):
10166         * backend/ev-document.h:
10167
10168         Separate page/scale notifications
10169
10170         * pdf/xpdf/pdf-document.cc:
10171
10172         Emit the new signals.
10173         Do not display the pdf page in _render, do it
10174         when scale/page are requested.
10175
10176         * ps/ps-document.c: (ps_document_set_zoom),
10177         (ps_document_widget_event):
10178         * ps/ps-document.h:
10179
10180         Emit the new signals.
10181
10182         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10183         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10184         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10185         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10186         * shell/ev-view.h:
10187         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10188         (ev_window_cmd_view_page_width), (size_allocate_cb),
10189         (ev_window_set_sizing_mode):
10190
10191         Rework sizing to be pixel based.
10192         There are bugs but should be already way better.
10193
10194 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10195
10196         * shell/ev-window.c: (ev_window_init):
10197
10198         Do not allow to shrink sidebar smaller then
10199         child requisition
10200
10201 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10202
10203         * shell/ev-sidebar.[ch]
10204         * shell/ev-window.c:
10205
10206         Improved sidebar widget. Fixes #166683
10207
10208 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10209
10210         * shell/ev-view.c (update_find_status_message): Give translators
10211         more flexibility with ngettext plural handling.
10212
10213 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10214
10215         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10216         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10217         page when we get the page size.
10218
10219 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10220
10221         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10222
10223         ps pages are 0 based, convert 
10224
10225 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10226
10227         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10228
10229         Initialize correct parent class. Set GError on document load
10230
10231 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10232
10233         * pdf/xpdf/pdf-document.cc:
10234
10235         Fixup selection offset calculation
10236
10237         * shell/ev-view.c: (view_rect_to_doc_rect),
10238         (doc_rect_to_view_rect), (ev_view_size_allocate),
10239         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10240         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10241
10242         Store selection as document relative, so that zooming
10243         and offset changing doesnt break it.
10244
10245 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10246
10247         * shell/ev-view.c: (ev_view_best_fit):
10248
10249         Do not try to best fit if the view is not realized
10250
10251 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10252           
10253         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10254
10255 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10256
10257         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10258
10259 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10260
10261         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10262         the popup window.  That prevents it resizing when in full screen
10263         mode.
10264
10265         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10266         multiple rerenders.  This pretty much sucks.
10267
10268         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10269         rest of the toolbar.
10270
10271 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10272
10273         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10274
10275 2005-02-17  Alexander Shopov  <ash@contact.bg>
10276
10277         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10278
10279 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10280
10281         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10282
10283 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10284
10285         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10286         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10287         (set_document_page), (document_changed_callback),
10288         (ev_view_set_document), (ev_view_find_previous),
10289         (ev_view_hide_cursor), (ev_view_show_cursor):
10290         * shell/ev-view.h:
10291         * shell/ev-window.c: (update_chrome_visibility),
10292         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10293         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10294         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10295         (ev_window_unfullscreen):
10296         * shell/main.c: (main):
10297
10298         Automatically hide the fullscreen button.
10299         Patch by Kristian Høgsberg <krh@redhat.com>
10300
10301 2005-02-16  Vincent Noel  <vnoel@cox.net>
10302
10303         * shell/main.c (main): Specify an icon for the window. Patch by
10304         Jaap A. Haitsma. Fixes #166177.
10305
10306 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10307
10308         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10309
10310 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10311
10312         * backend/ev-document-misc.h:
10313         * backend/ev-document-misc.c:
10314         (ev_document_misc_get_page_border_size),
10315         (ev_document_misc_paint_one_page): New function to canonicalize
10316         sizing/painting a border.
10317
10318         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10319         used.
10320
10321         * pdf/xpdf/pdf-document.cc: use new function
10322
10323         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10324         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10325         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10326         shell/ev-window.c: (update_sizing_buttons),
10327         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10328         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10329         (ev_window_cmd_view_page_width), (size_allocate_cb),
10330         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10331         and "fit width" values act as toggle buttons so they stay
10332         toggled.  It's not 100% perfect, and it's a little slow, but it's
10333         good enough to commit I think.
10334
10335 2005-02-15  David Lodge  <dave@cirt.net>
10336
10337         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10338
10339 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10340
10341         * shell/ev-window.c (update_window_title): replace newlines in
10342         the title by spaces. Bug #166107.
10343
10344 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10345
10346         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10347         parameters providing allocation width and height without
10348         scrollbars and width of a possible vertical scrollbar. With this
10349         additional information the functions can work as
10350         intended. Unfortunately they're not idempotent. We should
10351         transform these commands to toggles. Fixes Bug #164976
10352         Initial patch by Stephane Loeuillet, then heavily modified.
10353
10354         * shell/ev-view.h: update prototypes.
10355
10356         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10357         (ev_window_cmd_view_page_width): provide EvView fit functions with
10358         all the information they need. Formulas to calculate this
10359         information taken from GtkScrolledWindow.
10360
10361 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10362
10363         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10364         created a thumbnail, the list store is updated to know
10365         that the thumbnail is set. Fixes bug #166792
10366
10367 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10368
10369         * shell/ev-window.c: fixed typo, closes bug 166897
10370
10371         * TODO: updated TODO with bug numbers that are relevant
10372
10373 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10374
10375         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10376
10377 2005-02-09  Vincent Noel  <vnoel@cox.net>
10378
10379         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10380         and "Next" toolbar buttons as important to make them stand out.
10381
10382 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10383
10384         * lib/ev-debug.c:
10385         * lib/ev-debug.h:
10386         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10387         (start_interpreter), (stop_interpreter), (document_load),
10388         (ps_document_next_page), (ps_document_goto_page),
10389         (ps_document_set_page_size), (ps_document_widget_event),
10390         (ps_document_render):
10391         * shell/ev-page-view.c: (ev_page_view_dispose):
10392         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10393
10394         Fix compilation on non-gcc platforms
10395
10396 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10397
10398         * NEWS:
10399         * configure.ac:
10400
10401         Release 0.1.4
10402
10403         * pdf/xpdf/Catalog.cc:
10404         * pdf/xpdf/XRef.cc:
10405
10406         Fix the fix for CAN-2004-0888
10407
10408 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10409
10410         * data/Makefile.am:
10411         * data/evince-ui.xml:
10412         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10413         * shell/ev-stock-icons.h:
10414         * shell/ev-window.c: (update_action_sensitivity),
10415         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10416         (set_action_properties):
10417
10418         Improve toolbar layout/icons
10419
10420 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10421
10422         * pdf/xpdf/pdf-document.cc:
10423
10424         Add warnings about unimplemented/unknown link
10425         types.
10426
10427 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10428
10429         * ps/ps-document.c: (set_up_page):
10430
10431         Log gs property
10432
10433 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10434
10435         * ps/ps-document.c: (start_interpreter):
10436
10437         Log gs env var
10438
10439 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10440
10441         * shell/ev-page-view.c: (ev_page_view_dispose):
10442         * shell/ev-view.c: (ev_view_finalize):
10443         * shell/ev-window.c: (ev_window_setup_document),
10444         (ev_window_dispose), (ev_window_init):
10445
10446         Solve more refs issues.
10447
10448         I commented out the page_view initialization for now:
10449         it was never destroyed (because it's never added
10450         to a container). Because of that we was leaking
10451         gs processes. Couldnt think to a clean fix.
10452         We need to figure this out, password view has the
10453         same issue probably.
10454
10455 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10456
10457         * ps/ps-document.c: (ps_document_finalize),
10458         (ps_document_get_n_pages), (ps_document_get_page):
10459
10460         Some cleanups, stop the interpreter on finalize
10461
10462         * shell/ev-page-view.c: (ev_page_view_dispose),
10463         (ev_page_view_class_init):
10464
10465         Release our reference on the document
10466
10467 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10468
10469         * Makefile.am:
10470         * configure.ac:
10471         * doc/debugging.txt:
10472         * lib/.cvsignore:
10473         * lib/Makefile.am:
10474         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10475         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10476         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10477         * lib/ev-debug.h:
10478
10479         Add debugging helpers
10480
10481         * ps/Makefile.am:
10482         * ps/ps-document.c: (set_up_page), (start_interpreter),
10483         (stop_interpreter), (document_load), (ps_document_next_page),
10484         (ps_document_goto_page), (ps_document_set_page_size),
10485         (ps_document_widget_event), (ps_document_render):
10486         * shell/Makefile.am:
10487         * shell/ev-view.c: (expose_bin_window):
10488         * shell/main.c: (main):
10489
10490         Add some logs
10491         
10492 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10493
10494         * ps/ps-document.c: (ps_document_widget_event):
10495
10496         Initialize message_window, this should make ps
10497         rendering really work! (Never noticed because I was
10498         testing with a ps that is causing gs to exit every time!)
10499
10500 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10501
10502         * data/evince.schemas.in: updated simple error in applyto closing tag
10503
10504 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10505
10506         * Makefile.am:
10507         * configure.ac:
10508         * data/.cvsignore:
10509         * data/Makefile.am:
10510         * data/evince-ui.xml:
10511         A data/evince.schemas.in:
10512         * po/POTFILES.in:
10513         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10514         * shell/ev-stock-icons.h:
10515         * shell/ev-window.c: (update_chrome_visibility),
10516         (update_chrome_flag), (ev_window_cmd_edit_find),
10517         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10518         (ev_window_unfullscreen), (ev_window_focus_in_event),
10519         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10520         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10521         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10522         (ev_window_dispose), (ev_window_class_init),
10523         (set_action_properties), (set_chrome_actions), (load_chrome),
10524         (ev_window_init):
10525
10526         Implement fullscreen mode changes from bug #164776.
10527         Also implement persistent chrome toggles.
10528
10529 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10530
10531         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10532
10533 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10534
10535         * NEWS:
10536         * configure.ac:
10537         * shell/ev-view.c:
10538
10539         Add another check for find interface
10540
10541         Release 0.1.3
10542
10543 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10544
10545         * shell/ev-application.c: (ev_application_open):
10546         * shell/ev-window.c: (ev_window_open):
10547
10548         Open gzipped ps documents
10549
10550 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10551
10552         * TODO:
10553         * shell/ev-view.c: (set_document_page):
10554
10555         Clamp page number, dont try to move to
10556         not existant pages.
10557
10558 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10559
10560         * backend/ev-document-find.c: (ev_document_find_changed):
10561         * backend/ev-document-find.h:
10562         * pdf/xpdf/pdf-document.cc:
10563         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10564         * shell/ev-window.c: (find_bar_search_changed_cb):
10565
10566         Fix several bugs with find
10567
10568 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10569
10570         * shell/ev-sidebar-thumbnails.c
10571         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10572         document. Prevents warning from scroll_to_cell.
10573
10574 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10575
10576         * configure.ac: Add «nb» to ALL_LINGUAS too.
10577
10578 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10579
10580         * NOTES: New file with some random thoughts.
10581
10582         * TODO: Update.
10583
10584         * backend/ev-document-misc.c:
10585         (ev_document_misc_get_page_border_size): New function to
10586         canonicalize shadow drawing sizes.  Possibly goofy.
10587
10588         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10589         (ev_view_best_fit), (ev_view_fit_width):
10590         * pdf/xpdf/pdf-document.cc:
10591         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10592         * ps/ps-document.c: (ps_document_get_page_size):
10593         * backend/ev-document-misc.h:
10594         * backend/ev-document.c: (ev_document_get_page_size):
10595         * backend/ev-document.h: get_page_size now takes a page number
10596         parameter.  Made all the backends/frontends honor it.
10597
10598         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10599         see.  Doesn't work yet.
10600
10601         * shell/Makefile.am:
10602         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10603         Doesn't do anything yet.
10604
10605         * shell/ev-sidebar-thumbnails.c:
10606         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10607         [0..n_pages-1]
10608
10609         * shell/ev-window.c: (update_action_sensitivity),
10610         (ev_window_setup_document), (ev_window_set_page_mode),
10611         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10612         view-swapping code a bit so we can have multiple views on a
10613         document.  Add the multi-page view, though it can't be turned on
10614         yet.
10615
10616 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10617
10618         * shell/ev-application.c: (ev_application_open):
10619         * shell/ev-view.c: (expose_bin_window):
10620         * shell/ev-window.c: (ev_window_open):
10621
10622         Support eps and check document supports find
10623         before drawing highlightings in expose.
10624
10625 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10626
10627         * pixbuf/pixbuf-document.c:
10628         (pixbuf_document_thumbnails_get_dimensions),
10629         (pixbuf_document_document_thumbnails_iface_init):
10630
10631         implement get_dimensions
10632
10633 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10634
10635         * NEWS:
10636         * configure.ac:
10637
10638         Release 0.1.2
10639
10640 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10641
10642         * shell/ev-view.c: (set_document_page):
10643
10644         Scroll at the top of the page when changing page
10645
10646 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10647
10648         * shell/ev-view.c: (ev_view_motion_notify_event):
10649
10650         Do not redraw unnecessarily
10651
10652 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10653
10654         * pdf/xpdf/pdf-document.cc:
10655         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10656         (expose_bin_window), (find_changed_cb):
10657
10658         Yay! find works now... Now to find bugs...
10659
10660 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10661
10662         * backend/ev-document-find.c: (ev_document_find_base_init),
10663         (ev_document_find_changed):
10664         * backend/ev-document-find.h:
10665         * pdf/xpdf/pdf-document.cc:
10666         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10667         (expose_bin_window), (ev_view_init), (set_document_page),
10668         (ensure_rectangle_is_visible), (jump_to_find_result),
10669         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10670         (ev_view_find_next), (ev_view_find_previous):
10671         * shell/ev-view.h:
10672         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10673
10674         More work on find implementation, mostly there now
10675
10676 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10677
10678         * backend/ev-backend-marshalers.list:
10679         * backend/ev-document-find.c: (ev_document_find_base_init),
10680         (ev_document_find_cancel), (ev_document_find_page_has_results),
10681         (ev_document_find_get_n_results), (ev_document_find_get_result),
10682         (ev_document_find_get_progress), (ev_document_find_changed):
10683         * backend/ev-document-find.h:
10684
10685         Enanche the find interface to be really able to do
10686         multi page find.
10687
10688         * pdf/xpdf/pdf-document.cc:
10689
10690         Implement
10691
10692         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10693         (expose_bin_window), (ev_view_init),
10694         (ev_view_get_find_status_message), (find_changed_cb),
10695         (ev_view_set_document), (set_document_page):
10696
10697         Adapt to the new interface. A few things are regressed sorry,
10698         I will finish it soon.
10699
10700 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10701
10702         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10703         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10704         ev_sidebar_thumbnails_parent_class variable, don't define another
10705         parent_class variable.
10706
10707         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10708         (ev_page_action_class_init): ditto.
10709
10710         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10711         (pixbuf_document_class_init): ditto.
10712
10713         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10714         ditto.
10715
10716         * .cvsignore: ignore various valgrind output files.
10717
10718 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10719
10720         * data/evince-ui.xml:
10721         * shell/Makefile.am:
10722         * shell/ev-history.c:
10723         * shell/ev-history.h:
10724         * shell/ev-navigation-action.c:
10725         * shell/ev-navigation-action.h:
10726         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10727         (ev_view_set_page), (ev_view_fit_width):
10728         * shell/ev-view.h:
10729         * shell/ev-window.c: (update_action_sensitivity),
10730         (ev_window_setup_document), (register_custom_actions):
10731
10732         Kill session history
10733
10734 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10735
10736         * shell/ev-window.c: (update_action_sensitivity):
10737
10738         Fix inverted up/down buttons
10739
10740 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10741
10742         * shell/ev-sidebar-thumbnails.c
10743         (ev_sidebar_thumbnails_select_page): make sure the selected
10744         thumbnail stays visible.
10745
10746 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10747
10748         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10749         scrolled window for Federico.
10750
10751 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10752
10753         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10754
10755 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10756
10757         * configure.ac:
10758         * pdf/splash/SplashFTFontEngine.cc:
10759
10760         Fix CID fonts with freetype 2.1.9
10761
10762 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10763
10764         * TODO: added item for desktop icon thumbnailer
10765
10766 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10767
10768         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10769         unloaded docs when the title is accessed.
10770
10771         * shell/ev-password-view.[hc]: New widget for displaying password
10772         state.
10773
10774         * shell/ev-window.[ch]: Refactor password handling code to handle
10775         the new view.
10776
10777 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10778
10779         * NEWS:
10780         * configure.ac:
10781         * data/Makefile.am:
10782
10783         Release 0.1.1
10784
10785 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10786
10787         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10788         ignore page offset here, to make search results independent of it,
10789
10790         * shell/ev-view.c (expose_bin_window): but take offsets into
10791         account here. Bug #164932
10792
10793         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10794         scale at the right time. Bug #164996
10795
10796 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10797
10798         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10799         fix the problem. Now I just removed the Adobe font names and hope
10800         that the URW fonts are always in outline format. Bug #164934
10801
10802         * shell/ev-window.c (update_window_title): empty titles are
10803         useless, use filename in that case too.
10804
10805         * NEWS: Add some content.
10806
10807 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10808
10809         * TODO: added one more TODO item and a TODONE section :)
10810
10811 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10812
10813         * ps/ps-document.h: add page_[xy]_offset fields.
10814
10815         * ps/ps-document.c (ps_document_set_page_offset)
10816         (ps_document_render): Keep offset in consideration in a few
10817         places. Bug #164752 "postscript documents are not centered in
10818         window"
10819
10820         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10821         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10822
10823         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10824         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10825         stub out missing methods for complete EvDocument implementation.
10826         Fixes segfaults with Save A Copy and Copy actions.
10827
10828         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10829         (ps_document_document_iface_init): ditto.
10830         
10831 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10832
10833         * data/.cvsignore:
10834         * data/Makefile.am:
10835         * data/evince.desktop.in:
10836
10837         Add desktop file
10838
10839 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10840
10841         * shell/ev-view.c: (ev_view_button_press_event),
10842         (ev_view_motion_notify_event):
10843
10844         Make selection work in any direction
10845
10846 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10847
10848         * TODO:
10849         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10850
10851         Use shorter labels for some of the toolbars items
10852
10853 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10854
10855         * pdf/xpdf/pdf-document.cc:
10856
10857         Check the links info is initialized before
10858         using it. Should fix a crash on startup.
10859
10860 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10861
10862         * pixbuf/pixbuf-document.c
10863         (pixbuf_document_thumbnails_get_dimensions): force floating point
10864         division to calculate page_ratio. Fixes crash with landscape
10865         format pixbufs.
10866
10867 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10868
10869         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10870
10871 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10872
10873         * shell/ev-view.c (set_document_page): unset has_selection when
10874         the page changes.
10875         (set_document_page): handle paper size changes when the page
10876         changes (test with Free Culture, page 2).
10877
10878 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10879
10880         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10881         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10882
10883         Use normal style color for the widget background and
10884         draw a black box around the page.
10885
10886 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10887
10888         * pdf/xpdf/pdf-document.cc:
10889
10890         Keep offset in consideration in a few places
10891
10892         * shell/ev-view.c: (expose_bin_window):
10893
10894         Set the offsets so that the document is ever centered
10895
10896 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10897
10898         * TODO: Added TODO items and finished off the first todo item
10899
10900         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10901         reflect current authors
10902
10903 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10904
10905         * pdf/xpdf/pdf-document.cc:
10906         * shell/ev-view.c: (ev_view_set_cursor),
10907         (ev_view_motion_notify_event), (document_changed_callback),
10908         (set_document_page):
10909
10910         Show a wait cursor while the page is rendering
10911
10912 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10913
10914         * shell/ev-sidebar-thumbnails.c:
10915         (ev_sidebar_tree_selection_changed),
10916         (ev_sidebar_thumbnails_select_page):
10917         * shell/ev-sidebar-thumbnails.h:
10918         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10919         (ev_view_can_go_forward):
10920         * shell/ev-window.c: (ev_window_open_page),
10921         (ev_window_setup_document), (update_current_page),
10922         (view_page_changed_cb), (ev_window_init):
10923         * shell/ev-window.h:
10924
10925         Ensure thumbnails selection, toolbar page control and
10926         current page are in sync.
10927
10928 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10929
10930         * pdf/xpdf/XRef.cc:
10931
10932         Fix CAN-2005-0064
10933
10934 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10935
10936         * backend/Makefile.am:
10937         * backend/ev-document-links.h:
10938         * backend/ev-document-security.c: (ev_document_security_get_type),
10939         (ev_document_security_has_document_security),
10940         (ev_document_security_set_password):
10941         * backend/ev-document-security.h:
10942         * backend/ev-document.c: (ev_document_error_quark):
10943         * backend/ev-document.h:
10944         * data/Makefile.am:
10945         * data/evince-password.glade:
10946         * pdf/xpdf/pdf-document.cc:
10947         * shell/Makefile.am:
10948         * shell/ev-password.c: (ev_password_set_bad_password_label),
10949         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10950         (ev_password_dialog_get_password),
10951         (ev_password_dialog_set_bad_pass):
10952         * shell/ev-password.h:
10953         * shell/ev-window.c: (ev_window_get_attribute),
10954         (ev_window_set_property), (update_action_sensitivity),
10955         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10956         (ev_window_setup_document), (ev_window_get_password),
10957         (ev_window_open), (ev_window_cmd_save_as),
10958         (using_postscript_printer), (ev_window_print),
10959         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10960         (update_fullscreen_popup), (ev_window_fullscreen),
10961         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10962         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10963         (menu_item_select_cb), (find_bar_search_changed_cb),
10964         (ev_window_dispose), (ev_window_init):
10965
10966         Add initial support for password-supported dialogs.  This could be
10967         a lot cooler, but it'll do for now.
10968
10969 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10970
10971         * pdf/xpdf/pdf-document.cc:
10972         * shell/ev-view.c: (status_message_from_link),
10973         (ev_view_set_status), (ev_view_set_cursor),
10974         (ev_view_motion_notify_event), (ev_view_init):
10975         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10976
10977         Fix bugs in the links implementation and change cursor
10978         when hovering a link.
10979
10980 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10981
10982         * viewer/.cvsignore: added cvsignore file for viewer directory
10983
10984         * TODO: created TODO document
10985
10986 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10987
10988         * shell/ev-view.h:
10989         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10990         new functions to help with implementation of sensitivity code
10991         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10992         of all actions that might require it.  Fixes a crash when you
10993         click on the Zoom actions in a window lacking a document.
10994
10995 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10996
10997         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10998         of the Find action
10999
11000 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11001
11002         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11003         (pixbuf_document_document_iface_init):
11004         * ps/ps-document.c: (ps_document_get_link),
11005         (ps_document_document_iface_init):
11006         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11007         (status_message_from_link), (ev_view_set_status),
11008         (ev_view_set_find_status), (ev_view_motion_notify_event),
11009         (ev_view_button_release_event), (ev_view_set_property),
11010         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11011         (ev_view_get_find_status_message), (update_find_results),
11012         (ev_view_get_status), (ev_view_get_find_status):
11013         * shell/ev-view.h:
11014         * shell/ev-window.c: (view_status_changed_cb),
11015         (view_find_status_changed_cb), (ev_window_init):
11016
11017         View status message support, use it to show the links.
11018         Needs work...
11019
11020 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11021
11022         * backend/ev-document.c: (ev_document_get_link):
11023         * backend/ev-document.h:
11024         * pdf/xpdf/pdf-document.cc:
11025         * shell/ev-application.c: (ev_application_open):
11026         * shell/ev-application.h:
11027         * shell/ev-sidebar-links.c: (selection_changed_cb):
11028         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11029         (ev_view_go_to_link):
11030
11031         Add support for document links
11032
11033 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11034
11035         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11036         (create_tool_item):
11037         Set the spin button limits correctly.
11038         
11039         * shell/ev-sidebar-thumbnails.c:
11040         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11041         Support changing pages by clicking on the thumbnails.
11042         
11043 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11044
11045         * pixbuf/pixbuf-document.c:
11046         (pixbuf_document_thumbnails_get_dimensions),
11047         (pixbuf_document_document_thumbnails_iface_init):
11048
11049         implement get_dimensions
11050
11051 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11052
11053         * ps/ps-document.c: (ps_document_goto_page):
11054
11055         Fix page switching on multipage documents
11056
11057 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11058
11059         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11060         
11061         check for NULL before assigning to width and height parameters
11062
11063 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11064
11065         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11066         (pixbuf_document_set_property), (pixbuf_document_get_property):
11067
11068         implement get/set properties
11069
11070 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11071
11072         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11073         
11074         return NULL instead of "Unknown", letting the title get set to
11075         the filename when the pdf has no title.
11076
11077 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11078
11079         * ps/ps-document.c: (ps_document_get_page_count),
11080         (ps_document_goto_page):
11081
11082 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11083
11084         * shell/ev-history.c: (ev_history_get_property),
11085         (ev_history_set_property), (ev_history_class_init),
11086         (ev_history_add_page), (ev_history_set_current_index):
11087         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11088         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11089         (ev_navigation_action_finalize):
11090         * shell/ev-navigation-action.h:
11091         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11092         (ev_view_go_forward), (ev_view_get_find_status_message),
11093         (history_index_changed_cb), (ev_view_set_history):
11094         * shell/ev-view.h:
11095         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11096         (update_current_page), (register_custom_actions):
11097
11098         Implement history dropdowns
11099
11100 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11101
11102         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11103         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11104         (ev_view_go_forward):
11105         * shell/ev-window.c: (register_custom_actions):
11106
11107         Fix several history bugs
11108
11109 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11110
11111         * configure.ac: Add «nb» to ALL_LINGUAS.
11112
11113 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11114
11115         * backend/Makefile.am:
11116         * backend/ev-bookmark.c:
11117         * backend/ev-bookmark.h:
11118         * backend/ev-document-bookmarks.c:
11119         * backend/ev-document-bookmarks.h:
11120         * backend/ev-document-links.c: (ev_document_links_get_type),
11121         (ev_document_links_has_document_links),
11122         (ev_document_links_begin_read), (ev_document_links_get_link),
11123         (ev_document_links_get_child), (ev_document_links_next),
11124         (ev_document_links_free_iter):
11125         * backend/ev-document-links.h:
11126         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11127         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11128         (ev_link_get_link_type), (ev_link_set_link_type),
11129         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11130         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11131         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11132         (ev_link_new_external):
11133         * backend/ev-link.h:
11134         * pdf/xpdf/pdf-document.cc:
11135         * shell/Makefile.am:
11136         * shell/ev-application.c: (ev_application_open_link):
11137         * shell/ev-application.h:
11138         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11139         (ev_history_get_link_nth):
11140         * shell/ev-history.h:
11141         * shell/ev-sidebar-bookmarks.c:
11142         * shell/ev-sidebar-bookmarks.h:
11143         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11144         (ev_sidebar_links_class_init), (selection_changed_cb),
11145         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11146         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11147         (do_one_iteration), (populate_links_idle),
11148         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11149         * shell/ev-sidebar-links.h:
11150         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11151         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11152         (go_to_index):
11153         * shell/ev-view.h:
11154         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11155         * shell/ev-window.h:
11156
11157         Rename bookmark to link, and use "Index" for the sidebar panel.
11158
11159 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11160
11161         * shell/Makefile.am:
11162         * shell/ev-application.c: (ev_application_open_bookmark):
11163         * shell/ev-application.h:
11164         * shell/ev-history.c: (ev_history_init), (free_links_list),
11165         (ev_history_finalize), (ev_history_class_init),
11166         (ev_history_add_link), (ev_history_add_page),
11167         (ev_history_get_link_nth), (ev_history_get_n_links),
11168         (ev_history_get_current_index), (ev_history_set_current_index),
11169         (ev_history_new):
11170         * shell/ev-history.h:
11171         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11172         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11173         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11174         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11175         (ev_view_set_page):
11176         * shell/ev-view.h:
11177         * shell/ev-window.c: (ev_window_open_bookmark),
11178         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11179         (goto_page_cb), (register_custom_actions):
11180         * shell/ev-window.h:
11181
11182         Initial history implementation. Needs work.
11183
11184 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11185
11186         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11187
11188 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11189
11190         * cut-n-paste/recent-files/egg-recent-item.c:
11191         * cut-n-paste/recent-files/egg-recent-item.h:
11192         * cut-n-paste/recent-files/egg-recent-model.c:
11193         * cut-n-paste/recent-files/egg-recent-util.c:
11194         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11195         * cut-n-paste/recent-files/egg-recent-view.c:
11196
11197         Update
11198
11199 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11200
11201         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11202         (fillGlyph, fillImageMask, drawImage):
11203         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11204         pdf/splash/SplashTypes.h:
11205         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11206         packed mode for Splash.
11207
11208         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11209         RGB8 packed mode, eliminates the pixbuf data creation loop.
11210
11211         * shell/ev-print-job.c (ev_print_job_finalize)
11212         (ev_print_job_set_property, ev_print_job_get_property)
11213         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11214         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11215         (print_closure_finalize, ev_print_job_print): implement
11216         printing (for backends with EvPsExporter)
11217
11218         * shell/ev_print_job.h: update prototypes.
11219
11220         * shell/ev-window.c (ev_window_print): unref print job after
11221         printing.
11222
11223         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11224         unless the document implements the EvDocumentFind interface.
11225
11226 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11227
11228         * configure.ac: Added ja to ALL_LINGUAS.
11229
11230 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11231
11232         * pdf/xpdf/pdf-document.cc:
11233
11234         add a FIXME. We should probably not allocate
11235         a bookmark object every time
11236
11237 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11238
11239         * shell/ev-application.c: (ev_application_open),
11240         (ev_application_open_bookmark):
11241         * shell/ev-application.h:
11242         
11243         Add a way to open bookmarks
11244
11245         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11246         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11247         (ev_bookmark_set_property), (ev_bookmark_class_init),
11248         (ev_bookmark_new_title), (ev_bookmark_new_link),
11249         (ev_bookmark_new_external):
11250
11251         Support for external uris, better constructors.
11252
11253         * backend/ev-bookmark.h:
11254         * pdf/xpdf/pdf-document.cc:
11255         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11256
11257         Handle external uris
11258
11259 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11260
11261         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11262         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11263
11264         Hook up bookmarks navigation
11265
11266 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11267
11268         * backend/Makefile.am:
11269         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11270         (ev_bookmark_get_title), (ev_bookmark_set_title),
11271         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11272         (ev_bookmark_get_page), (ev_bookmark_set_page),
11273         (ev_bookmark_get_property), (ev_bookmark_set_property),
11274         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11275         (ev_bookmark_new):
11276         * backend/ev-bookmark.h:
11277         * backend/ev-document-bookmarks.c:
11278         (ev_document_bookmarks_get_bookmark):
11279         * backend/ev-document-bookmarks.h:
11280         * pdf/xpdf/pdf-document.cc:
11281         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11282
11283         Add a bookmark object to the backend and use it instead of get_values
11284
11285 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11286
11287         * data/evince-ui.xml:
11288
11289         Cleanup and add select all.
11290
11291         * shell/ev-view.c: (ev_view_select_all),
11292         (ev_view_button_press_event):
11293         * shell/ev-view.h:
11294         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11295
11296         Add select all.
11297         Clear selection on click.
11298
11299 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11300
11301         * shell/ev-sidebar-thumbnails.c
11302         (ev_sidebar_thumbnails_set_document): forgot to unref the
11303         loading_icon.
11304
11305 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11306
11307         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11308         at the visible page, not just linearly.  This makes it look fast.
11309
11310 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11311
11312         * backend/ev-document-misc.c
11313         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11314         white.
11315         * backend/ev-document-thumbnails.h: New interface to get the size
11316         of a page.
11317
11318 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11319
11320         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11321         make dist works
11322
11323 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11324
11325         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11326         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11327         things up a bit.
11328
11329         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11330
11331 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11332
11333         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11334         fonts. Should fix font problems on systems that have the base
11335         fonts in bitmap format. Reported by James Henstridge
11336         <james@jamesh.id.au>.
11337
11338 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11339
11340         * pdf/xpdf/Gfx.cc:
11341         * pdf/xpdf/GfxState.cc:
11342
11343         Fix for CAN-2004-1125
11344
11345 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11346
11347         * shell/ev-view.c: (ev_view_copy):
11348         * shell/ev-view.h:
11349         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11350
11351         Implement Edit->Copy
11352
11353 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11354
11355         * backend/ev-document.c: (ev_document_get_text):
11356         * backend/ev-document.h:
11357         * pdf/xpdf/pdf-document.cc:
11358         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11359         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11360         (ev_view_update_primary_selection), (ev_view_button_press_event),
11361         (ev_view_motion_notify_event), (ev_view_button_release_event):
11362
11363         Beginnings of clipboard support. Incomplete but primary sort
11364         of work.
11365
11366 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11367
11368         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11369         (expose_bin_window):
11370
11371         Nicer rubberband drawing, from GtkIconView.
11372
11373 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11374
11375         * backend/ev-document.c: (ev_document_save):
11376         * backend/ev-document.h:
11377         * data/evince-ui.xml:
11378         * pdf/xpdf/pdf-document.cc:
11379         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11380
11381         Implement "Save a copy..." menu item
11382
11383 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11384
11385         * shell/ev-view.c: (ev_view_zoom):
11386
11387         Queue a resize when zoom changes
11388
11389 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11390
11391         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11392         shadows.
11393
11394         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11395         thumbnails..
11396
11397 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11398
11399         * pdf/xpdf/pdf-document.cc
11400         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11401
11402 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11403
11404         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11405         It's slow, but I'll speed it up next!
11406
11407 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11408
11409         * shell/main.c (load_files):
11410
11411         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11412         from the command line and because it seems more appropriate.
11413
11414 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11415
11416         * data/evince-ui.xml:
11417         * shell/ev-window.c: (update_action_sensitivity),
11418         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11419
11420         s/next page/page down
11421         s/previous page/page up
11422
11423 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * data/evince-ui.xml:
11426
11427         Change the layout to match clarkbw design.
11428
11429         * shell/Makefile.am:
11430         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11431         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11432         (ev_navigation_action_finalize),
11433         (ev_navigation_action_set_property),
11434         (ev_navigation_action_get_property),
11435         (ev_navigation_action_class_init):
11436         * shell/ev-navigation-action.h:
11437
11438         Implement clarkbw toolbar navigation controls (incomplete)
11439
11440         * shell/ev-page-action.c: (update_label), (update_spin),
11441         (value_changed_cb), (create_tool_item), (connect_proxy),
11442         (ev_page_action_init), (ev_page_action_finalize),
11443         (ev_page_action_set_property), (ev_page_action_get_property),
11444         (ev_page_action_set_current_page),
11445         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11446         * shell/ev-page-action.h:
11447
11448         Implement a page switcher in the toolbar
11449
11450         * shell/ev-view.c: (ev_view_scroll_view):
11451         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11452         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11453         (register_custom_actions), (ev_window_init):
11454
11455         Change page on PageUp/Down.
11456
11457 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11458
11459         * pdf/xpdf/pdf-document.cc
11460         (pdf_document_thumbnails_get_thumbnail): initial stab at
11461         implementing thumbnail support for pdfs.  It only does documents
11462         with precached pdfs now.
11463
11464 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11465
11466         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11467         thumbnail code into a time-based idle as well.  Also, turn off the
11468         shadow temporarily as it's really slow.
11469
11470 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11471
11472         * backend/ev-document.c: (ev_document_class_init):
11473         * pdf/xpdf/pdf-document.cc:
11474         * shell/ev-window.c: (ev_window_open):
11475
11476         Fix document title bugs and fallback to
11477         filename when not available.
11478
11479 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11480
11481         * backend/ev-document.c: (ev_document_get_type),
11482         (ev_document_class_init), (ev_document_load),
11483         (ev_document_get_title):
11484         * backend/ev-document.h:
11485         * pdf/xpdf/pdf-document.cc:
11486         * ps/ps-document.c: (ps_document_set_property),
11487         (ps_document_get_property), (ps_document_class_init),
11488         (document_load):
11489         * ps/ps-document.h:
11490         * ps/ps.h:
11491         * shell/ev-window.c: (update_window_title), (ev_window_open),
11492         (ev_window_init):
11493
11494         Initial support for document title. Not working yet.
11495
11496 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11497
11498         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11499
11500         Grab focus on the view when clicking it
11501
11502 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11503
11504         * shell/ev-marshal.list:
11505         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11506         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11507
11508         Add key bindings to the view. Now if the focus would work
11509         right...
11510
11511 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11512
11513         * Makefile.am:
11514         * backend/Makefile.am:
11515         * data/Makefile.am:
11516         * dvi/Makefile.am:
11517         * dvi/dvilib/Makefile.am:
11518         * pdf/xpdf/Makefile.am:
11519         * po/POTFILES.in:
11520         * ps/Makefile.am:
11521
11522         Fix distcheck
11523
11524 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11525
11526         * shell/ev-view.c: (ev_view_realize):
11527
11528         Fix mouse wheel scrolling
11529
11530 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11531
11532         * ps/Makefile.am:
11533         * ps/gstypes.h:
11534         * ps/gtkgs.c:
11535         * ps/gtkgs.h:
11536         * ps/ps-document.c: (catchPipe), (ps_document_init),
11537         (ps_document_class_init), (ps_document_cleanup),
11538         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11539         (set_up_page), (close_pipe), (is_interpreter_ready),
11540         (interpreter_failed), (output), (input), (start_interpreter),
11541         (stop_interpreter), (file_length), (file_readable),
11542         (check_filecompressed), (check_pdf), (compute_xdpi),
11543         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11544         (ps_document_get_type), (ps_document_emit_error_msg),
11545         (document_load), (ps_document_next_page),
11546         (ps_document_get_current_page), (ps_document_get_page_count),
11547         (ps_document_goto_page), (ps_document_set_page_size),
11548         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11549         (ps_document_load), (ps_document_get_n_pages),
11550         (ps_document_set_page), (ps_document_get_page),
11551         (ps_document_widget_event), (ps_document_set_target),
11552         (ps_document_set_scale), (ps_document_set_page_offset),
11553         (ps_document_get_page_size), (ps_document_render),
11554         (ps_document_document_iface_init):
11555         * ps/ps-document.h:
11556         * ps/ps.c:
11557         * shell/ev-window.c: (ev_window_open):
11558
11559         Rename GtkGS to PSDocument
11560
11561 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11562
11563         * ps/gtkgs.c: (gtk_gs_class_init):
11564         * ps/gtkgs.h:
11565
11566         Some more leftover...
11567
11568 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11569
11570         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11571         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11572         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11573         * ps/gtkgs.h:
11574
11575         Remove unused code and make a lot of stuff private
11576
11577 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11578
11579         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11580         (gtk_gs_defaults_changed):
11581         * ps/gsdefaults.h:
11582         * ps/gtkgs.c:
11583         * ps/gtkgs.h:
11584         * ps/ps.h:
11585
11586         Cleanup headers dependencies
11587
11588 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11589
11590         * ps/Makefile.am:
11591         * ps/ggvutils.c:
11592         * ps/ggvutils.h:
11593         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11594         * ps/gsdefaults.h:
11595         * ps/gtkgs.c: (file_length), (file_readable),
11596         (check_filecompressed), (check_pdf), (gtk_gs_load),
11597         (gtk_gs_get_postscript):
11598
11599         Get rid of ggvutils
11600
11601 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11602
11603         * ps/ggvutils.c:
11604         * ps/ggvutils.h:
11605         * ps/gsio.h:
11606         * ps/gtkgs.c: (gtk_gs_set_zoom):
11607
11608         Cleanups
11609
11610 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11611
11612         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11613
11614         Ensure the page is rerendered when changing zoom
11615
11616 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11617
11618         * backend/ev-document.c: (ev_document_base_init),
11619         (ev_document_changed):
11620         * backend/ev-document.h:
11621
11622         Add a changed event that is emitted when the page content
11623         changes. This is necessary to deal with the fact that
11624         in ps backend rendering happen asycrounously.
11625         This makes the ps backend mostly work.
11626
11627         * pdf/xpdf/pdf-document.cc:
11628
11629         Emit changed event
11630
11631         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11632         (ps_document_set_target):
11633
11634         Emit changed event
11635
11636         * shell/ev-view.c: (document_changed_callback),
11637         (ev_view_set_document), (ev_view_set_page):
11638
11639         Redraw on the changed signal
11640
11641 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11642
11643         * configure.ac: Added pt_BR to ALL_LINGUAS.
11644
11645 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11646
11647         * backend/ev-document-bookmarks.c:
11648         (ev_document_bookmarks_get_child): *
11649         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11650         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11651         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11652         (ev_sidebar_bookmarks_destroy),
11653         (ev_sidebar_bookmarks_class_init),
11654         (ev_sidebar_bookmarks_construct), (stack_data_free),
11655         (do_one_iteration), (populate_bookmarks_idle),
11656         (ev_sidebar_bookmarks_clear_document),
11657         (ev_sidebar_bookmarks_set_document): *
11658         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11659         (ev_sidebar_add_page),
11660         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11661         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11662         it displays both the topics and the page numbers.
11663
11664 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11665
11666         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11667         toggle.
11668         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11669         visible.
11670
11671 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11672
11673         * configure.ac: Added en_CA to ALL_LINGUAS.
11674
11675 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11676
11677         * ChangeLog: replace bottom of this ChangeLog (merged history of
11678         ggv and gpdf; where all paths were wrong and most of the files are
11679         not even in this tree) with ChangeLog (from arch) of the shell
11680         code.
11681
11682 2004-12-23  Havoc Pennington  <hp@redhat.com>
11683
11684         * shell/ev-window.c: hook up potentially-questionable "find
11685         results status text" feature - something involving the sidebar or
11686         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11687         might be better in the end.
11688
11689         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11690         with corresponding signal when it should be updated
11691
11692         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11693
11694 2004-12-22  Havoc Pennington  <hp@redhat.com>
11695
11696         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11697         find stuff on other pages, sort of (only returns one result on
11698         invisible pages, to show they have results; updates full results
11699         for a page when you view it). Currently repaints the current page
11700         every time a new result is found on any page, which isn't so nice.
11701
11702 2004-12-22  Havoc Pennington  <hp@redhat.com>
11703
11704         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11705         the document doesn't support find (better ideas?)
11706         (find_bar_search_changed_cb): handle missing document or document
11707         that doesn't support find
11708
11709         * pdf/xpdf/pdf-document.cc: port to implement the new
11710         EvDocumentFindIface
11711
11712         * backend/ev-document-find.c: create a new interface for searching
11713
11714         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11715
11716 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11717
11718         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11719         libevbackend.la.
11720
11721         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11722         EvPrintJob constructor arguments.
11723
11724         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11725         for documents that can export PostScript (page by page).
11726
11727         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11728         
11729         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11730         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11731         (pdf_document_ps_exporter_iface_init:
11732         Implement EvPSExporter.
11733
11734         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11735
11736 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11737
11738         * backend/Makefile.am:
11739         * backend/ev-document-thumbnails.c:
11740         (ev_document_thumbnails_get_type),
11741         (ev_document_thumbnails_get_thumbnail):
11742         * backend/ev-document-thumbnails.h:
11743         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11744         (pixbuf_document_thumbnails_get_thumbnail),
11745         (pixbuf_document_document_thumbnails_iface_init):
11746         * shell/Makefile.am:
11747         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11748         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11749         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11750         * shell/ev-sidebar-thumbnails.h:
11751         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11752         (ev_sidebar_set_document):
11753         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11754         (create_shadow), (ev_pixbuf_add_shadow):
11755         * shell/ev-utils.h:
11756         Add thumbnail support.
11757         
11758 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11759
11760         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11761         (using_postscript_printer): Set up a print dialog for "PostScript
11762         injection" method.
11763
11764         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11765         EvPrintJob.
11766
11767         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11768
11769 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11770
11771         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11772         (ps_document_set_target), (ps_document_get_page_size),
11773         (ps_document_render):
11774         * ps/gtkgs.h:
11775
11776         Fix a few bugs
11777
11778 2004-12-22  Christian Rose  <menthos@menthos.com>
11779
11780         * configure.ac: Added "sv" to ALL_LINGUAS.
11781
11782 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11783
11784         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11785         document supports bookmarks.
11786
11787 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * ps/ggvutils.c: (ggv_file_readable):
11790         * ps/ggvutils.h:
11791         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11792         (gtk_gs_get_postscript):
11793
11794         Remove unused utils
11795
11796 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11797
11798         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11799         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11800         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11801         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11802         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11803         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11804         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11805         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11806         (gtk_gs_set_antialiasing), (ps_document_load),
11807         (ps_document_render):
11808         * ps/gtkgs.h:
11809
11810         Another check point for the ps backend. Now I can get it to show
11811         pages!
11812
11813 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11814
11815         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11816         document setting code.
11817
11818 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11819
11820         * shell/eggfindbar.c: (entry_activate_callback):
11821         Animate the next button when activate is pressed.
11822         
11823 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11824
11825         * shell/ev-window.c: (ev_window_cmd_edit_find),
11826         (update_fullscreen_popup), (ev_window_fullscreen),
11827         (ev_window_unfullscreen), (ev_window_state_event_cb),
11828         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11829         Fix bugs in fullscreen code.
11830         
11831 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11832
11833         * Makefile.am:
11834         * configure.ac:
11835         * pixbuf/Makefile.am:
11836         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11837         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11838         (pixbuf_document_set_page), (pixbuf_document_get_page),
11839         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11840         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11841         (pixbuf_document_render), (pixbuf_document_begin_find),
11842         (pixbuf_document_end_find), (pixbuf_document_finalize),
11843         (pixbuf_document_class_init),
11844         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11845         * pixbuf/pixbuf-document.h:
11846         * shell/Makefile.am:
11847         * shell/ev-application.c: (ev_application_open):
11848         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11849         (ev_window_open):
11850         Add pixbuf backend.
11851         
11852 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11853
11854         * Makefile.am: 
11855         * dvi/dvilib/Makefile.am:
11856         * dvi/Makefile.am:
11857         * configure.ac: Auto*ify dvi and dvi/dvilib
11858
11859         * dvi/Makefile: Remove from CVS
11860         
11861         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11862         confusion.
11863
11864         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11865         
11866         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11867         
11868 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11869
11870         * ps/Makefile.am:
11871         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11872         (gtk_gs_value_adjustment_changed), (compute_size),
11873         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11874         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11875         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11876         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11877         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11878         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11879         (ps_document_load), (ps_document_get_n_pages),
11880         (ps_document_set_page), (ps_document_get_page),
11881         (ps_document_set_target), (ps_document_set_scale),
11882         (ps_document_set_page_offset), (ps_document_get_page_size),
11883         (ps_document_render), (ps_document_begin_find),
11884         (ps_document_end_find), (ps_document_document_iface_init):
11885         * ps/gtkgs.h:
11886         * shell/Makefile.am:
11887         * shell/ev-window.c: (ev_window_open):
11888
11889         Some work to integrate gtkgs with EvDocument
11890
11891 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11892
11893         * shell/ev-window.c: (update_fullscreen_popup),
11894         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11895         (exit_fullscreen_button_clicked_cb),
11896         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11897         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11898         (ev_window_state_event_cb), (ev_window_init):
11899         Add fullscreen support from Epiphany.
11900         
11901 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11902
11903         * data/ev-stock-zoom-fit-width.png: fit-width
11904         stock icon from gpdf.
11905         
11906         * shell/ev-stock-icons.[ch]: copied from gpdf.
11907         
11908         * shell/main.c: (main): init stock icons.
11909         
11910         * shell/ev-window.c: use the fit-width icon.
11911         
11912         * data/evince-ui.xml: add zooming toolbar items.
11913
11914 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11915
11916         * shell/ev-view.c: 
11917         (ev_view_best_fit), (ev_view_fit_width): because
11918         get_page_size() returns the scaled page size, we
11919         need to calculate the scale factor relative to
11920         the previous scale factor. Should really just
11921         add get_real_page_size().
11922
11923 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11924
11925         * shell/ev-view.[ch]:
11926         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11927         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11928         add zooming.
11929         
11930         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11931         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11932         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11933         hook it up.
11934         
11935         * pdf/xpdf/pdf-document.cc:
11936         (pdf_document_begin_find),
11937         (pdf_document_end_find): make static.
11938
11939 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11940
11941         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11942
11943         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11944         names to fontconfig patterns.
11945         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11946
11947         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11948         setupBaseFontsFc.
11949
11950 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * Makefile.am:
11953         * configure.ac:
11954         * ps/Makefile.am:
11955         * ps/ggvutils.c:
11956         * ps/ggvutils.h:
11957         * ps/gsdefaults.c:
11958         * ps/gsdefaults.h:
11959         * ps/gsio.c:
11960         * ps/gsio.h:
11961         * ps/gtkgs.c:
11962         * ps/gtkgs.h:
11963         * ps/ps.c:
11964         * ps/ps.h:
11965
11966         Import ggv backend. Not hooked up yet.
11967
11968 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11969
11970         * shell/main.c: (load_files), (main): load files
11971         from the command line.
11972
11973 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11974
11975         * configure.ac: don't require bonobo.
11976         
11977         * cut-n-paste/recent-files/*: kill bonobo recent
11978         view.
11979
11980         * shell/ev-window.c:
11981         (ev_window_is_empty): upd.
11982         (unable_to_load), (ev_window_open): load backend
11983         based on the mime type.
11984
11985 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11986
11987         * backend/.cvsignore: ignore generated marshalers source.
11988
11989         * shell/main.c (main): this is not epiphany.
11990
11991 2004-12-22  Havoc Pennington  <hp@redhat.com>
11992
11993         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11994         (expose_bin_window): draw find highlights
11995
11996         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11997         
11998         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11999         (pdf_document_end_find): implement this interface
12000
12001         * backend/ev-document.c (ev_document_found): add this to emit
12002         signal
12003
12004 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12005
12006         * data/evince-ui.xml: Add a few more toolbar items.
12007
12008         * shell/ev-window.c: Hook up page navigation toolbar 
12009         items.
12010
12011         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12012         a page-changed signal.
12013
12014         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12015         Add ev_document_get_page().
12016
12017         * shell/ev-window.c: Sensitize/desensitize navigation
12018         actions.
12019
12020 2004-12-21  Havoc Pennington  <hp@redhat.com>
12021
12022         * backend/ev-backend-marshal.c,
12023         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12024         marshaler-generator thingy. I'm sure there's a better way to do
12025         this in the modern world.
12026
12027         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12028         end_find methods and "found" signal.
12029
12030         * configure.ac: find glib-genmarshal
12031
12032 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12033
12034         * shell/ev-sidebar.c: Construct an actual sidebar.
12035         * shell/ev-sidebar-bookmarks.[ch]:
12036         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12037
12038 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12039
12040         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12041         Redo size handling.
12042         
12043         * shell/ev-view.c: Track the size from the document.
12044
12045 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12046
12047         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12048         constructor assumes ownership of the string passed in.
12049         
12050         * shell/ev-window.c (ev_window_open): Destroy the error
12051         dialog once we've displayed it.
12052
12053 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12054
12055         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12056         a bit, it works! (sort of)
12057
12058         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12059         Move to .cc since we need to use C++ in the implementation.
12060
12061         * shell/dummy.cc: Add a CC file to force evince
12062         to be linked as a C++ program.
12063
12064 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12065
12066         * shell/ev-view.[ch]: Start of content-area widget.
12067
12068         * shell/ev-window.c: Create a EvView, update it
12069         as we change documents.
12070
12071         * shell/Makefile.am shell/ev-marshal.list: Add
12072         generated marshalers.
12073
12074 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12075
12076         * Makefile.am (SUBDIRS): move shell.
12077
12078 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12079
12080         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12081         .a to libtool convenience libraries.
12082
12083         * shell/ev-window.c (ev_window_open): Hard code loading
12084         a PDF document.
12085         
12086         * backend/ev-document.h: Add a boolean return to load(),
12087         fix GError * to GError **.
12088
12089         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12090         object for a PDF backend EvDocument.
12091
12092 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12093
12094         * dvi/*: New directory with the beginning of a .dvi backend.
12095
12096 2004-12-21  Havoc Pennington  <hp@redhat.com>
12097
12098         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12099         previous/next instead of back/forward
12100
12101 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12102
12103         * backend/ev-document.[ch]: Fix a couple of problems so
12104         it compile.
12105
12106 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12107
12108         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12109         to backend/ directory, rename EvViewer to EvDocument.
12110
12111 2004-12-21  Havoc Pennington  <hp@redhat.com>
12112
12113         * shell/ev-window.c: hook up the find bar widget; now we just need
12114         a document to find things in
12115
12116         * shell/eggfindbar.c: a find bar widget
12117
12118 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12119
12120         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12121
12122 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12123
12124         * pdf/**: Import of xpdf code from gpdf. 
12125
12126         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12127
12128         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12129         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12130         Fix FreeType includes.
12131
12132         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12133         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12134         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12135         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12136         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12137         Include xpdfconfig.h
12138         
12139 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12140
12141         * shell/ev-window.c (ev_window_dispose): dispose can be called
12142         multiple times.
12143
12144 2004-12-21  Havoc Pennington  <hp@redhat.com>
12145
12146         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12147         rather than Evince
12148
12149         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12150         items; really they should be synced with the strings, etc. from
12151         current gpdf, but just getting the boring typing out of the way 
12152
12153 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12154
12155         * po/POTFILES.in:
12156         * shell/ev-application.c: (window_destroy_cb):
12157         * shell/ev-window.c:
12158         * shell/main.c: (main):
12159
12160         Actually show the window...
12161
12162 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12163
12164         * Makefile.am:
12165         * shell/Makefile.am:
12166         * shell/ev-application.c: (ev_application_class_init):
12167         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12168
12169         Make it build again
12170
12171 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12172
12173         Import to gnome cvs.
12174         
12175         * Remove copies of gpdf and ggv trees.
12176         * Rip out all the recursive configure code.
12177         * Remove bonobo machinery.
12178         * viewer/*: GInterfaces that backends should/can implement.
12179
12180 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12181
12182         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12183         typo
12184
12185 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12186
12187         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12188         (ev_application_finalize, ev_application_class_init)
12189         (ev_application_init): use GType instance private data for priv.
12190
12191         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12192         (ev_window_finalize, ev_window_class_init)
12193         (ev_window_init): ditto.
12194
12195 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12196
12197         * shell/ev-application.c (ev_application_new_window): make public
12198         (ev_application_show_initial_window): kill.
12199
12200         * shell/ev-application.h: update prototypes.
12201
12202         * shell/main.cc (main): inline ev_application_show_initial_window.
12203
12204 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12205
12206         * shell/ev-application.c (ev_application_new_window): impl.
12207         (ev_application_show_initial_window): use it.
12208         (is_window_empty, ev_application_get_empty_window): returns an
12209         existing empty window or a new one.
12210         (ev_application_open): from ev_window_cmd_file_open.
12211
12212         * shell/ev-application.h: update prototypes
12213
12214         * shell/ev-window.c (ev_window_is_empty): impl.
12215         (ev_window_open): make public.
12216         (ev_window_cmd_file_open): use ev_application_open
12217
12218         * shell/ev-window.h: update prototypes, remove unused.
12219
12220 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12221
12222         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12223         move destroy handler out of here...
12224
12225         * shell/ev-application.c, shell/ev-application.h: ...into this new
12226         class. Also handles initial window creation.
12227
12228         * shell/main.cc (main): use EvApplication to create initial
12229         window.
12230
12231 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12232
12233         * Makefile.am (SUBDIRS): add cut-n-paste
12234
12235         * cut-n-paste/Makefile.am: add
12236
12237         * configure.ac: generate Makefiles in cut-n-paste
12238
12239 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12240
12241         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12242         (ev_window_class_init): install ev_window_dispose.
12243
12244 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12245
12246         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12247         char (gchar looks stupid).
12248
12249 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12250
12251         * po/de.po: updated German translation.
12252
12253 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12254
12255         * configure.ac: add more pkg-config library checks for gnome-vfs,
12256         bonobo etc.
12257
12258         * gpdf/configure.in: temporarily disable libpaper
12259         checks. Otherwise I'd have to add the checks for the shell, too.
12260
12261 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12262
12263         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12264         and * file filters to the file choose.
12265
12266 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12267
12268         * po/de.po: Updated German translation.
12269
12270 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12271
12272         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12273
12274 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12275
12276         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12277
12278         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12279         (ev_window_init): implement those menuitems.
12280
12281 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12282
12283         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12284
12285         * shell/ev-window.c (ev_window_init): use the toolbar.
12286
12287 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12288
12289         * shell/ev-window.c (ev_window_init): use menu translations
12290
12291 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12292
12293         * configure.ac: add "de" to ALL_LINGUAS.
12294
12295         * po/de.po: add German translation.
12296
12297 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12298
12299         * Makefile.am (SUBDIRS): add po
12300
12301         * configure.ac: check intltool, glib-gettext etc, generate
12302         po/Makefile.in
12303
12304         * po, po/POTFILES.in, po/POTFILES.skip: new.
12305
12306 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12307
12308         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12309         already use (#ifdef ENABLE_NLS)
12310
12311         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12312         pointer indirection thinko.
12313
12314         * shell/main.c: include gi18n.h for bindtextdomain etc.
12315
12316 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12317
12318         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12319         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12320         tooltips for menu items in the statusbar.
12321
12322 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12323
12324         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12325         pkgdatadir drop UIDIR
12326
12327 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12328
12329         * data/evince-ui.xml: Add File->Open menu item
12330
12331         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12332         chooser), hook it up in the ui manager.
12333
12334 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12335
12336         * shell/ev-window.c: fix Help->About tooltip.
12337
12338 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12339
12340         * configure.ac: set CFLAGS for libevprivate.
12341
12342         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12343         definitions, factory etc.
12344
12345         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12346
12347         * shell/Makefile.am: link against libevprivate.a.
12348
12349         * shell/ev-window.c (entries): add stock icon to Help->About.
12350
12351         * shell/main.c (main): init stock icon code.
12352
12353 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12354
12355         * lib/recent-files: egg recent files code
12356
12357         * lib/Makefile.am: add.
12358
12359         * Makefile.am: add lib subdir.
12360
12361         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12362         set CFLAGS for recent-files.
12363
12364 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12365
12366         * configure.ac: disable -ansi and -pedantic gcc flags. They
12367         disable POSIX stuff in stdio.h, but egg-recent uses them.
12368
12369 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12370
12371         * configure.ac: add --disable-deprecated flag (defaults to on in
12372         "cvs" builds).
12373
12374         * shell/Makefile.am (INCLUDES): use it.
12375
12376 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12377
12378         * shell/main.c: add missing #include.
12379
12380         * shell/ev-window.c: fix for pedantic gcc.
12381         (ev_window_cmd_help_about): split license into paragraphs for
12382         translators and pedantic compilers.
12383
12384 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12385
12386         * configure.ac: add more warning flags if compiling with gcc from
12387         cvs (or explicitly requested with --enable-more-warnings).
12388
12389 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12390
12391         * data/evince-ui.xml: add File and File->Close menu.
12392
12393         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12394         (ev_window_destroy): quit after destroy.
12395         (ev_window_class_init): override GtkObject::destroy.
12396         (entries): install close_window callback.
12397
12398 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12399
12400         * Makefile.am (SUBDIRS): add data subdir.
12401
12402         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12403         gtk+ 2.5.0 for GtkAboutDialog.
12404
12405         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12406         main window.
12407
12408         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12409
12410         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12411         manager.
12412         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12413
12414 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12415
12416         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12417
12418 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12419
12420         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12421
12422 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12423
12424         * shell/*: Added shell directory boilerplate, build it.
12425
12426 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12427
12428         * configure.ac, Makefile.am: Added top-level configure.ac and
12429         Makefile.am