]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated Korean translation.
[evince.git] / ChangeLog
1 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * NEWS:
4         * configure.ac:
5         
6         Update for release 2.20.0
7
8 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * backend/pdf/ev-poppler.cc:
11
12         Remove #ifdef HAVE_FORMS, so that forms support works again.
13
14 2007-09-05  Götz Waschk  <waschk@mandriva.org>
15
16         * configure.ac:
17         * data/evince.desktop.in.in:
18         
19         Fixes desktop file issues. See bug #473471.
20
21 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
24         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
25         (ev_job_queue_remove_job):
26         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
27         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
28         * shell/ev-window.c: (ev_window_clear_save_job),
29         (ev_window_save_job_cb), (file_save_dialog_response_cb),
30         (ev_window_dispose):
31
32         Move save a copy task to its own job so that it's carried out in a
33         thread avoiding another lock in the main thread. Use
34         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
35         can be saved to a pathin another file system. Fixes bug #456891.
36         
37 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
38
39         * NEWS:
40         * configure.ac:
41         
42         Update for release 2.19.92
43
44 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * configure.ac:
47         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
48         (pdf_selection_get_selection_region),
49         (pdf_selection_get_selection_map),
50         (ev_form_field_from_poppler_field):
51
52         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
53         and triple click selections are enabled again now.
54
55 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-window.c: (ev_window_add_history):
58
59         Make sure not to use the history with documents not supporting
60         links. Fixes bug #468954.
61
62 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * shell/ev-window.c: (ev_window_load_job_cb):
65
66         Restart the search when reloading a document with the find bar
67         visible. Fixes bug #461962.
68
69 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * shell/ev-window.c: (setup_document_from_metadata),
72         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
73
74         Do not jump to the first page when reloading a document from the
75         last page.
76
77 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * shell/ev-window.c: (update_chrome_flag),
80         (setup_sidebar_from_metadata),
81         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
82         (ev_window_cmd_edit_find_next),
83         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
84         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
85         (find_bar_close_cb), (view_actions_focus_in_cb):
86
87         Do not update visibility when changing a chrome flag so that it's
88         possible to update several flags and update visibility only once
89         for all of them.
90
91 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
94
95         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
96         supported by gtk+. Fixes bug #460907.
97
98 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * shell/ev-view.c: (view_update_range_and_current_page):
101
102         Make sure current-page <= end-page in continuous mode. Fixes bug
103         #454950.
104
105 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * backend/pdf/ev-poppler.cc: (build_tree):
108
109         Ignore outline items without a title. Fixes bug #453913.
110
111 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
114         (ev_view_button_release_event), (ev_view_leave_notify_event):
115
116         Use always drag mouse cursor during a drag operation. Fixes bug
117         #470564.
118
119 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
120
121         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
122         (pdf_selection_get_selection_region),
123         (pdf_selection_get_selection_map):
124
125         Temporarily disable double and triple selections since it depends on
126         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
127         released and the update of the external dependency minimal version
128         approved.
129
130 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
133         (pdf_document_file_exporter_do_page):
134         * libdocument/ev-file-exporter.h:
135         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
136         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
137
138         Actually fix printing regressions. Remove orientation from
139         EvPrintContext since it's redundant.
140
141 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
144         * backend/impress/impress-document.c:
145         (impress_document_document_iface_init):
146         * backend/ps/ps-document.c: (ps_document_document_iface_init):
147         * backend/djvu/djvu-document.c:
148         (djvu_document_document_iface_init),
149         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
150         * backend/tiff/tiff-document.c:
151         (tiff_document_document_iface_init):
152         * backend/pixbuf/pixbuf-document.c:
153         (pixbuf_document_document_iface_init):
154         * backend/comics/comics-document.c:
155         (comics_document_document_iface_init):
156         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
157         (pdf_selection_render_selection),
158         (pdf_selection_get_selected_text),
159         (pdf_selection_get_selection_region),
160         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
161         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
162         (ev_selection_get_selection_region),
163         (ev_selection_get_selection_map):
164         * libdocument/ev-document.[ch]:
165         * shell/ev-pixbuf-cache.[ch]: (add_job),
166         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
167         * shell/ev-view-private.h:
168         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
169         (ev_job_render_run):
170         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
171         * shell/ev-view.c: (start_selection_for_event),
172         (ev_view_button_press_event), (ev_view_drag_data_get),
173         (ev_view_drag_data_received), (ev_view_button_release_event),
174         (compute_new_selection_text), (compute_selections),
175         (ev_view_select_all), (get_selected_text), (ev_view_copy),
176         (ev_view_primary_get_cb):
177
178         Add support for double and triple click selections.
179
180 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
181
182         * NEWS:
183         * configure.ac:
184
185         Update for release 2.19.4
186
187 2007-08-28  Justin Blanchard  <justinb04@aim.com>
188
189         * shell/ev-view-private.h:
190         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
191         (ev_view_set_highlight_search):
192         * shell/ev-view.h:
193         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
194         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
195         (find_bar_visibility_changed_cb):
196         
197         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
198
199 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
202         (pdf_document_file_exporter_begin),
203         (pdf_document_file_exporter_do_page):
204         * shell/ev-jobs.c: (ev_job_print_run):
205         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
206
207         Create always a portrait cairo surface and rotate when needed for
208         landscape. It fixes printing problems in real printers.
209
210 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
213         * libdocument/ev-file-exporter.[ch]:
214         (ev_file_exporter_get_capabilities):
215         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
216         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
217
218         Adjust number of pages per row according to page orientation when
219         printing 2 or 6 pages per sheet.
220
221 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * shell/ev-window.c: (ev_window_print_send):
224
225         Reset also cups setting to 1 when printing multiple pages per
226         sheet. Fixes bug #468853.
227
228 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * libdocument/ev-document-misc.c:
231         (ev_document_misc_surface_rotate_and_scale):
232
233         Use directly cairo_surface_get_content() when creating a similar
234         surface as suggested by Jeff Muizelaar. Thanks again.
235
236 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * backend/djvu/djvu-document.c: (djvu_document_render):
239         * backend/tiff/tiff-document.c: (tiff_document_render):
240         * backend/pdf/ev-poppler.cc: (pdf_document_render):
241         * libdocument/ev-document-misc.c:
242         (ev_document_misc_surface_from_pixbuf),
243         (ev_document_misc_surface_rotate_and_scale):
244
245         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
246         creating page surfaces. Fixes bug #453123. Thank you very much to
247         Jeff Muizelaar <jeff@infidigm.net>.
248
249 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * shell/ev-page-cache.c: (ev_page_cache_new),
252         (ev_page_cache_get_thumbnail_size):
253         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
254         (ev_sidebar_thumbnails_set_loading_icon):
255
256         Also store in page-cache the dimensions of the thumbnails so that
257         they can be used to create the correct loading icon in the side
258         pane. Fixes bug #466857.
259
260 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * backend/pdf/ev-poppler.cc:
263         (pdf_document_thumbnails_get_thumbnail):
264
265         Fix thumbnails rotation in pdf documents that include embedded 
266         thumbnails.
267
268 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
269
270         * backend/pdf/ev-poppler.cc:
271
272         Don't use #ifdef in macro expansion. Some compilers don't
273         like that. Closes bug #467042.
274
275 2007-08-15  Justin Blanchard  <justinb04@aim.com>
276
277         * backend/djvu/djvu-document.c: (djvu_document_finalize):
278         
279         Fixes memory leak in djvu backend.
280
281 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
282
283         * data/icons/32x32/Makefile.am:
284         * data/icons/32x32/actions/Makefile.am:
285         * data/icons/32x32/actions/view-page-cont.svg:
286         * data/icons/32x32/actions/view-page-facing.svg:
287         * data/icons/48x48/Makefile.am:
288         * data/icons/48x48/actions/Makefile.am:
289         * data/icons/48x48/actions/view-page-cont.svg:
290         * data/icons/48x48/actions/view-page-facing.svg:
291         
292         Icons for a new sizes.
293
294 2007-08-14  Justin Blanchard  <justinb04@aim.com>
295
296         * shell/ev-page-cache.c: (build_height_to_page),
297         (ev_page_cache_get_height_to_page):
298         
299         Fixes invalid read, see bug #466401.
300
301 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
304         (set_drag_cursor):
305         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
306         (configure_item_cursor), (new_pixbuf_from_widget):
307
308         Fix multihead problems in toolbar editor. Fixes bug #382055.
309
310 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * shell/ev-window.c: (ev_window_cmd_file_open),
313         (ev_window_cmd_save_as):
314
315         Use g_get_user_special_dir when available instead of
316         xdg_user_dir_lookup.
317
318 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
319
320         * MAINTAINERS:
321         
322         Updated according to request on desktop-devel.
323
324 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
327
328         Do not use cairo_rectangle and cairo_clip since we are
329         not using cairo_fill but cairo_paint. Use the same cairo context
330         for every page in the same expose event.
331
332 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
333
334         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
335         leak.
336
337 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * configure.ac:
340         * NEWS:
341
342         Release 0.9.3
343
344 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * libdocument/ev-document-info.h:
347         * libdocument/ev-document.h:
348         * shell/ev-page-action.h:
349         * shell/ev-sidebar-links.h:
350
351         Fix a headers problem with ev-link
352         
353         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
354         * shell/ev-view-private.h:
355         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
356         (get_link_area), (ev_view_query_tooltip),
357         (ev_view_leave_notify_event), (ev_view_destroy),
358         (ev_view_class_init):
359
360         Use new gtk tooltips when available instead of ev-tooltip.
361         
362 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * shell/ev-window.c: (update_chrome_visibility),
365         (ev_window_sidebar_visibility_changed_cb):
366
367         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
368         
369 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-navigation-action.c:
372         (ev_navigation_action_history_changed),
373         (ev_navigation_action_set_history):
374         * shell/ev-navigation-action-widget.c:
375         (ev_navigation_action_widget_init):
376         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
377
378         Fix compile warnings.
379         
380 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
383         (egg_editable_toolbar_dispose):
384
385         Fix memory leak.
386         
387 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
390         (screensaver_disable_x11):
391         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
392         * shell/ev-window.c: (presentation_set_timeout):
393         * shell/ev-view.c: (ev_view_presentation_transition_start):
394
395         Use g_timeout_add_seconds instead of g_timeout_add when
396         available.
397         
398 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
399
400         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
401
402         Set horizontal scrollbar policy to AUTOMATIC instead of
403         NEVER. Workaround for bug #449462.
404         
405 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
406
407         * shell/ev-jobs.c: (ev_job_render_page_ready):
408
409         Add page_ready callback to main loop with high priority and hold
410         a reference to job during idle.
411         
412 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * configure.ac:
415         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
416         (pdf_document_file_exporter_begin),
417         (pdf_document_file_exporter_do_page),
418         (pdf_document_file_exporter_get_capabilities):
419         * libdocument/ev-file-exporter.h:
420         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
421         * shell/ev-window.c: (ev_window_print_send),
422         (ev_window_print_dialog_response_cb):
423
424         Allow printing multiple pages per sheet. Fixes bug #395573.
425         
426 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
427
428         * shell/ev-view.c: (tip_from_link):
429         
430         Check for NULL, fixes bug #460862.
431
432 2007-07-29  Christian Persch  <chpe@gnome.org>
433
434         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
435         (ev_window_preview_print_finished), (ev_window_do_preview_print),
436         (ev_window_cmd_preview_print):
437         
438         Fixes bug #437681 - blocks while enumerating printers.
439
440 2007-07-29  Christian Persch  <chpe@gnome.org>
441
442         * shell/ev-window.c: (ev_window_screen_changed):
443         
444         Don't use deprecated gtk+ function. See bug #460909.
445
446 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * shell/ev-utils.c: (get_num_monitors):
449         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
450
451         Do not use display before initializing it. Remove compile
452         warnings.
453
454 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
455
456         * shell/ev-view.c: (ev_view_class_init):
457         
458         Unix-like hjkl bindings added. See bug #458111.
459
460 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
461
462         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
463         * shell/ev-utils.h:
464         * shell/ev-view.c: (ev_view_set_zoom_for_size),
465         (ev_view_update_view_size):
466         * shell/ev-view.h:
467         * shell/ev-window.c: (ev_window_update_actions),
468         (setup_view_from_metadata), (ev_window_screen_changed),
469         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
470         (zoom_control_changed_cb):
471         * shell/ev-window.h:
472         
473         Reorganizes utility functions.
474
475 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
478         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
479         (add_job), (ev_pixbuf_cache_get_surface),
480         (ev_pixbuf_cache_get_link_mapping),
481         (ev_pixbuf_cache_get_image_mapping),
482         (ev_pixbuf_cache_get_form_field_mapping),
483         (ev_pixbuf_cache_get_text_mapping):
484         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
485         (notify_page_ready), (ev_job_render_page_ready),
486         (ev_job_render_run):
487
488         Add page_ready signal to notify that page is ready as soon as
489         possible even if other page elements like links, forms, images or
490         text mapping are not ready yet.
491
492 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
495         (dvi_document_file_exporter_do_page),
496         (dvi_document_file_exporter_get_capabilities),
497         (dvi_document_file_exporter_iface_init):
498         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
499         (ps_document_file_exporter_do_page),
500         (ps_document_file_exporter_get_capabilities),
501         (ps_document_file_exporter_iface_init):
502         * backend/djvu/djvu-document.c:
503         (djvu_document_file_exporter_begin),
504         (djvu_document_file_exporter_end),
505         (djvu_document_file_exporter_get_capabilities),
506         (djvu_document_file_exporter_iface_init):
507         * backend/tiff/tiff-document.c:
508         (tiff_document_file_exporter_begin),
509         (tiff_document_file_exporter_get_capabilities),
510         (tiff_document_document_file_exporter_iface_init):
511         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
512         (pdf_document_file_exporter_do_page),
513         (pdf_document_file_exporter_get_capabilities),
514         (pdf_document_file_exporter_iface_init):
515         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
516         (ev_file_exporter_get_capabilities):
517         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
518         (idle_print_handler), (ev_print_job_print):
519         * shell/ev-jobs.c: (ev_job_print_run):
520         * shell/ev-window.c: (ev_window_print_send),
521         (ev_window_print_range):
522
523         Use capabilities to know which options should be offered by the
524         print dialog depending on the document backend.
525
526 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
529
530         Give priority to forms over text to set the cursor.
531
532 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * shell/ev-view-private.h:
535         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
536         (ev_view_leave_notify_event), (ev_view_finalize),
537         (ev_view_get_property), (ev_view_class_init):
538
539         Use IBEAM cursor for text form fields and NORMAL cursor for read
540         only fields. Remove unused status attribute.
541
542 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
545
546         Update region for current selected items also for checkbox
547         buttons, since they can behave as radio buttons when they are in a
548         set.
549
550 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * configure.ac:
553         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
554
555         Get max length of text form fields.
556
557 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
560         * libdocument/ev-form-field.h:
561         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
562
563         Fix build with current poppler cvs head.
564
565 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * cut-n-paste/zoom-control/ephy-zoom-control.c:
568         * shell/eggfindbar.c: (egg_find_bar_init):
569
570         Fix build with gtk+ >= 2.11.5 due to gtktooltips
571         deprecation. Fixes bug #455667
572
573 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
574
575         * NEWS:
576         * configure.ac:
577         
578         Update for release 0.9.2
579
580 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * shell/ev-view.c: (ev_view_form_field_text_save),
583         (ev_view_form_field_choice_save):
584
585         Fix a crash when closing whith a form widget visible.
586
587 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
590
591         Update also the region of the current selected button when
592         clicking on another button if they are radio buttons.
593
594 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
597         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
598         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
599         (ev_pixbuf_cache_get_link_mapping),
600         (ev_pixbuf_cache_get_image_mapping),
601         (ev_pixbuf_cache_get_form_field_mapping),
602         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
603         * shell/ev-view.c: (ev_view_form_field_get_region),
604         (ev_view_form_field_button_create_widget),
605         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
606         (job_finished_cb):
607
608         Redraw only form field region instead of the whole page when
609         reloading a page to show changes on the form field.
610
611 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-view.c: (ev_view_form_field_choice_save):
614
615         Fix selection of first item in list form fields.
616
617 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
620         (ev_pixbuf_cache_reload_page),
621         (ev_pixbuf_cache_get_form_field_mapping):
622
623         Some refactoring to avoid duplicated code.
624
625 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * configure.ac:
628         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
629         (ev_form_field_from_poppler_field),
630         (pdf_document_forms_get_form_fields),
631         (pdf_document_forms_form_field_text_get_text),
632         (pdf_document_forms_form_field_text_set_text),
633         (pdf_document_forms_form_field_button_set_state),
634         (pdf_document_forms_form_field_button_get_state),
635         (pdf_document_forms_form_field_choice_get_item),
636         (pdf_document_forms_form_field_choice_get_n_items),
637         (pdf_document_forms_form_field_choice_is_item_selected),
638         (pdf_document_forms_form_field_choice_select_item),
639         (pdf_document_forms_form_field_choice_toggle_item),
640         (pdf_document_forms_form_field_choice_unselect_all),
641         (pdf_document_forms_form_field_choice_set_text),
642         (pdf_document_forms_form_field_choice_get_text),
643         (pdf_document_document_forms_iface_init):
644         * libdocument/Makefile.am:
645         * libdocument/ev-form-field.[ch]:
646         * libdocument/ev-document-forms.[ch]:
647         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
648         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
649         (add_job), (ev_pixbuf_cache_reload_page),
650         (ev_pixbuf_cache_get_form_field_mapping):
651         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
652         * shell/ev-view-private.h:
653         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
654         (ev_view_handle_cursor_over_xy),
655         (ev_view_get_form_field_at_location),
656         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
657         (ev_view_form_field_button_create_widget),
658         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
659         (ev_view_form_field_text_create_widget),
660         (ev_view_form_field_choice_save),
661         (ev_view_form_field_choice_changed),
662         (ev_view_form_field_choice_create_widget),
663         (ev_view_handle_form_field), (ev_view_size_allocate),
664         (ev_view_realize), (draw_end_presentation_page),
665         (ev_view_button_press_event), (ev_view_remove_all),
666         (ev_view_motion_notify_event), (ev_view_key_press_event),
667         (ev_view_enter_notify_event), (highlight_find_results),
668         (draw_loading_text), (draw_one_page), (ev_view_destroy),
669         (ev_view_class_init), (page_changed_cb),
670         (on_adjustment_value_changed), (ev_view_set_presentation),
671         (merge_selection_region), (ev_view_set_cursor),
672         (ev_view_reset_presentation_state):
673         
674         Merge evince-forms branch.
675
676 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
677
678         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
679
680         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
681         This script also updates itself from libegg
682
683         * cut-n-paste/toolbar-editor/egg*:
684         Run update-toolbareditor-from-libegg.sh so we are in sync again with
685         libegg
686
687 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
688
689         * shell/ev-window.c:
690         
691         Adds a nice icon to page action during toolbar editing.
692         See bug #452872.
693
694 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
695
696         * data/evince-toolbar.xml:
697         * shell/ev-window.c:
698         
699         Let user add a presentation and fullscreen icons on toolbar.
700         See bug #449734.
701
702 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
703
704         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
705
706         new script to keep in sync with toolbareditor in libegg
707
708         * cut-n-paste/toolbar-editor/*: 
709
710         Run update-toolbareditor-from-libegg so we are in sync again. 
711         Fixes bug #452850.
712         
713
714 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-sidebar-links.c: (job_finished_callback):
717
718         Do not connect selection changed signal more than once. Fixes bug
719         #349433.
720
721 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-window.c: (ev_window_view_sidebar_cb):
724
725         Do not change sidebar chrome flag when pressing F9 key in
726         presentation mode.
727
728 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * backend/pdf/ev-poppler.cc:
731         (pdf_document_thumbnails_get_dimensions):
732
733         Make sure thumbnails width and height is not <= 0. Fixes a crash
734         with some pdf documents which have really small pages.
735
736 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
737
738         * shell/main.c: (main):
739
740         Fixes program description translation issue.
741         Bug #450148.
742
743 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
744
745         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
746
747         Do not change current page when returning from black/white mode
748         in presentation. Fixes bug #415032.
749
750 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
751
752         * NEWS:
753         * configure.ac:
754         
755         Update for release 0.9.1
756
757 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
758
759         * backend/dvi/dvi-document.c:
760         (dvi_document_finalize),
761         (dvi_document_file_exporter_format_supported),
762         (dvi_document_file_exporter_begin),
763         (dvi_document_file_exporter_do_page),
764         (dvi_document_file_exporter_end),
765         (dvi_document_file_exporter_iface_init), (dvi_document_init):
766         
767         PDF exporter for dvi documents. Fixes bug #441319.
768
769 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-window.c: (ev_window_clear_print_job):
772
773         Clear gtk print job when job has finished. Fixes bug #447612.
774
775 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-window.c: (ev_window_print_send),
778         (ev_window_print_dialog_response_cb), (ev_window_print_range):
779
780         Add preview button to print dialog. Fixes bug #445419.
781
782 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * backend/dvi/Makefile.am:
785         * backend/dvi/pixbuf-device.[ch]: Removed
786         * backend/dvi/cairo-device.[ch]: Added
787         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
788         * backend/dvi/dvi-document.c: (dvi_document_load),
789         (dvi_document_render), (dvi_document_finalize),
790         (dvi_document_thumbnails_get_thumbnail), (parse_color),
791         (dvi_document_do_color_special):
792         * libdocument/ev-document-misc.[ch]:
793         (ev_document_misc_pixbuf_from_surface):
794
795         Port dvi backend to cairo and fix a problem with colors. 
796
797 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * shell/ev-view.c: (draw_one_page):
800
801         Draw only visible region.
802
803 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * backend/djvu/djvu-document.c: (djvu_document_render):
806
807         Fix rotation in djvu backend.
808
809 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-pixbuf-cache.c: (job_finished_cb),
812         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
813         (ev_pixbuf_cache_get_image_mapping),
814         (ev_pixbuf_cache_get_text_mapping):
815
816         Redraw view every time we have a new surface. Fixes bug #443587.
817
818 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * libdocument/ev-document.c: (ev_document_info_free):
821
822         Fix memory leaks.
823
824 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * backend/dvi/dvi-document.c: (dvi_document_render),
827         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
828         * backend/impress/impress-document.c:
829         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
830         (impress_document_render), (impress_document_document_iface_init),
831         (impress_document_thumbnails_get_thumbnail):
832         * backend/djvu/djvu-document-private.h:
833         * backend/djvu/djvu-document.c: (djvu_document_render),
834         (djvu_document_finalize), (djvu_document_document_iface_init),
835         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
836         * backend/tiff/tiff-document.c: (tiff_document_render),
837         (tiff_document_render_pixbuf),
838         (tiff_document_document_iface_init):
839         * backend/pdf/ev-poppler.cc: (pdf_document_render),
840         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
841         (pdf_selection_render_selection):
842         * backend/comics/comics-document.c:
843         (comics_document_render_pixbuf), (comics_document_render),
844         (comics_document_document_iface_init):
845         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
846         (pixbuf_document_document_iface_init):
847         * libdocument/ev-document-misc.[ch]:
848         (ev_document_misc_surface_from_pixbuf),
849         (ev_document_misc_surface_rotate_and_scale):
850         * libdocument/ev-document.[ch]: (ev_document_render):
851         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
852         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
853         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
854         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
855         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
856         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
857         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
858         (render_finished_cb), (ev_job_render_run):
859         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
860         (merge_selection_region):
861
862         Use cairo image surfaces instead of GDK pixbufs for drawing pages
863         and selections.
864
865 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * shell/ev-window-title.c: (ev_window_title_update):
868
869         Fix memory leak.
870
871 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-view.c: (draw_loading_text):
874
875         Show loading text centered. Fixes bug #433061
876
877 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * shell/ev-sidebar-thumbnails.c:
880         (ev_sidebar_thumbnails_set_loading_icon):
881
882         Remove a mutex in the main thread that blocks the UI in heavy
883         documents.
884
885 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
888
889         Set points_set to TRUE so that selections don't disappear after a
890         zoom change.
891
892 2007-06-07  Michael Monreal  <infernux@web.de>
893
894         * data/icons/16x16/actions/Makefile.am:
895         * data/icons/16x16/actions/zoom.svg:
896         * data/icons/22x22/actions/Makefile.am:
897         * data/icons/22x22/actions/zoom.svg:
898         * data/icons/24x24/actions/Makefile.am:
899         * shell/ev-stock-icons.c:
900         * shell/ev-stock-icons.h:
901         * shell/ev-window.c:
902         
903         Zoom icon artwork. See bug #444795.
904
905 2007-06-05  Bastien Nocera  <hadess@hadess.net>
906
907         * shell/ev-metadata-manager.c: Remove extraneous function
908         (Closes: #444386)
909
910 2007-06-05  Bastien Nocera  <hadess@hadess.net>
911
912         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
913         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
914         (ev_metadata_manager_set), (ev_metadata_manager_save):
915         Simplify the timeout, no need for modified anymore
916
917 2007-06-05  Bastien Nocera  <hadess@hadess.net>
918
919         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
920         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
921         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
922         (ev_metadata_manager_save): Adapted patch from Arjan van de
923         Ven (arjan@linux.intel.com) to avoid the timeout running all the
924         time, saves on power (Closes: #443851)
925
926 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * configure.ac:
929         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
930         (pdf_selection_render_selection), (pdf_document_get_page_duration):
931
932         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
933
934 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
935
936         * shell/ev-window.c: (ev_window_add_history):
937
938         Check if history is NULL
939
940 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
941
942         * libdocument/ev-image.c: (ev_image_finalize):
943         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
944         * libdocument/ev-attachment.c: (ev_attachment_finalize):
945         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
946         (ev_tmp_uri_unlink):
947
948         Add functions to delete temporary files created by evince in a safe
949         way.
950
951         * shell/ev-window.c: (ev_window_clear_local_uri),
952         (open_xfer_update_progress_callback),
953         (save_xfer_update_progress_callback), (ev_window_save_remote),
954         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
955         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
956         (attachment_save_dialog_response_cb),
957         (ev_attachment_popup_cmd_save_attachment_as):
958
959         Allow saving a copy of a document, image or attachment to a remote
960         location. Fixes bug #440754. 
961
962 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
963
964         * configure.ac:
965         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
966
967         Fix build with current poppler from cvs head. 
968
969 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
970
971         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
972
973         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
974         directory exists.
975
976 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
977
978         * shell/ev-sidebar.c: (ev_sidebar_add_page):
979         * shell/ev-window.c:
980
981         Change sidebar ordering. Fixes bug #439939.
982
983 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
984
985         * backend/comics/Makefile.am:
986         
987         Fixes build with --without-libgnome.
988
989 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
990         
991         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
992
993         Update cursor and tooltip on page change and view scroll. Fixes bug
994         #439217.
995
996 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
997
998         * NEWS:
999         * configure.ac:
1000         
1001         Update for release 0.9.0
1002
1003 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1004
1005         * backend/djvu/djvu-document-private.h:
1006         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1007         (djvu_document_finalize),
1008         (djvu_document_file_exporter_format_supported),
1009         (djvu_document_file_exporter_begin),
1010         (djvu_document_file_exporter_do_page),
1011         (djvu_document_file_exporter_end),
1012         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1013         
1014         Implemented printing with djvu. Bug #437998.
1015
1016 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * backend/impress/zip.c:
1019         Add missing ulong definition.
1020
1021         * backend/ps/ps-interpreter.c:
1022         Add missing headers.
1023
1024         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1025
1026 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1029
1030         Add missing call to parent class dispose method. 
1031
1032 2007-05-12  Ross Burton  <ross@openedhand.com>
1033
1034         * shell/main.c:
1035         Sync keybindings manually when building without libgnome
1036         (#437925).
1037
1038 2007-05-12  Ross Burton  <ross@openedhand.com>
1039
1040         * shell/ev-window.c:
1041         Respect the screen when opening help (#437866).
1042
1043 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * data/evince-ui.xml:
1046         * shell/ev-application.[ch]: (get_print_settings_from_args),
1047         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1048         (ev_application_open_uri_list):
1049         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1050         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1051         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1052         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1053         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1054         (ev_window_dispose):
1055         * shell/main.c: (arguments_parse):
1056
1057         Add print button in preview mode. Fixes bug #396475. 
1058
1059 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1060
1061         * cut-n-paste/zoom-control/ephy-zoom.h:
1062         
1063         Fixes zoom level factors. See bug #408119 for details.
1064
1065 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1066
1067         * backend/comics/comics-document.c: (comics_regex_quote),
1068         (extract_argv):
1069         
1070         Correctly quote symbols. Fixes crash in the bug
1071         #415370.
1072
1073 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1074
1075         * shell/ev-navigation-action-widget.c:
1076         (ev_navigation_action_widget_init),
1077         (ev_navigation_action_widget_class_init),
1078         (ev_navigation_action_widget_button_press_event):
1079         
1080         Connect to button-press event on correct widget. Fixes
1081         bug #431988
1082
1083 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1084
1085         * shell/ev-application.c: (ev_application_open_window),
1086         (ev_application_add_icon_path_for_screen),
1087         (ev_application_open_uri_at_dest):
1088         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1089         * shell/ev-navigation-action.c: (build_menu):
1090         
1091         Add app-specific icons to our icon theme. Fixes bug
1092         #425508.
1093
1094 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1095
1096         * shell/ev-history.c: (ev_history_class_init),
1097         (ev_history_add_link):
1098         * shell/ev-history.h:
1099         * shell/ev-navigation-action.c:
1100         (ev_navigation_action_history_changed),
1101         (ev_navigation_action_set_history), (build_menu),
1102         (ev_navigation_action_finalize):
1103         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1104         
1105         Make navigation action unsensitive instead of showing
1106         menu with unsensitive word. Fixes bug #417392.
1107
1108 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * shell/ev-application.[ch]: (ev_application_shutdown),
1111         (ev_application_get_print_settings),
1112         (ev_application_set_print_settings):
1113         * shell/ev-window.c:
1114
1115         Remember print settings. Fixes bug #349102. 
1116
1117 2007-05-08  Christian Persch  <chpe@gnome.org>
1118
1119         * configure.ac:
1120         * properties/ev-properties-view.c:
1121
1122         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1123         Bug #382438.
1124
1125 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1126
1127         * configure.ac:
1128         * properties/ev-properties-view.c: (ev_regular_paper_size):
1129
1130         Use gtk+ builtin paper list to identify the document's paper size.
1131         Fixes bug #382438. 
1132
1133 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * configure.ac:
1136
1137         Fix build when compiling with thumbnailer and libgnome support. 
1138
1139 2007-05-04  Ross Burton  <ross@openedhand.com>
1140
1141         * configure.ac:
1142         Add --without-libgnome, check for libgnome and libgnomeui
1143         separately, and add them to the symbols as required.
1144
1145         * libdocument/ev-file-helpers.c:
1146         When building without libgnome, use g_get_user_config_dir instead
1147         of gnome_user_dir_get.
1148
1149         * shell/ev-application.c:
1150         When building without libgnome, don't use session management.
1151
1152         * shell/main.c:
1153         When building without libgnome, don't use GnomeProgram or
1154         initialise the authentication manager.
1155
1156         This fixes #328842.
1157
1158 2007-05-04  Ross Burton  <ross@openedhand.com>
1159
1160         * shell/ev-window.c:
1161         Don't use libgnome to open help, instead call Yelp directly.
1162
1163 2007-05-04  Ross Burton  <ross@openedhand.com>
1164
1165         * shell/ev-sidebar-attachments.c:
1166         Don't use libgnome to lookup icons for MIME types, instead copy
1167         code from GTK+ to do it manually.
1168
1169 2007-05-04  Ross Burton  <ross@openedhand.com>
1170
1171         * configure.ac:
1172         Add libxml to the dependencies for SHELL_CORE (#435818).
1173
1174 2007-05-02  Ross Burton  <ross@openedhand.com>
1175
1176         * configure.ac:
1177         * Makefile.am:
1178         Add --disable-thumbnailer (#434825)
1179
1180 2007-05-02  Ross Burton  <ross@openedhand.com>
1181
1182         * shell/ev-window.c:
1183         Add missing includes, fix indentation.
1184
1185         * shell/main.c:
1186         Fix indentation.
1187
1188 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1189
1190         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1191         ev_application_open_uri_at_dest instead of ev_application_open_uri
1192         preventing new document always being opened in a new window even if there
1193         is an empty window.
1194
1195 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1196
1197         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1198         (egg_recent_view_uimanager_finalize):
1199         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1200         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1201         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1202         (ev_pixbuf_cache_dispose):
1203         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1204         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1205         
1206         Add missing chain to parent class methods. Fixes
1207         bug #433128.
1208
1209 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1210
1211         * data/Makefile.am (update-icon-cache): Updates
1212         gtk-update-icon-cache in uninstall-hook.
1213
1214 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/ev-window.c: (ev_window_setup_document),
1217         (ev_window_set_document), (ev_window_load_job_cb):
1218         * shell/ev-view.c: (setup_caches):
1219         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1220
1221         Start rendering pages before any other jobs. 
1222
1223 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/ev-window.c: (ev_window_stop_fullscreen),
1226         (ev_window_stop_presentation):
1227
1228         Update chrome visibility before window unfullscreen. 
1229
1230 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * data/Makefile.am:
1233         * data/evince-ui.xml:
1234         * shell/ev-stock-icons.[ch]:
1235         * shell/ev-application.[ch]: (ev_application_shutdown),
1236         (ev_application_init), (ev_application_get_toolbars_model):
1237         * shell/ev-window.c: (update_chrome_visibility),
1238         (fullscreen_toolbar_setup_item_properties),
1239         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1240         (ev_window_run_presentation), (ev_window_stop_presentation),
1241         (ev_window_run_preview), (ev_window_screen_changed),
1242         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1243         (ev_window_dispose), (ev_window_init):
1244
1245         Make fullscreen toolbar always visible. Do not use egg toolbars for
1246         fullscreen and preview modes since such toolbars are not editables.
1247         Fixes bugs #300278, #338910 and #316188.  
1248
1249 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1250
1251         * shell/ev-application.c:
1252         * shell/ev-job-queue.c:
1253         * shell/ev-metadata-manager.c:
1254         * shell/ev-stock-icons.c:
1255         * shell/ev-window.c:
1256         * shell/main.c:
1257         
1258         Developers documentation updated.
1259
1260 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1263
1264         Check whether uri is valid before launching it. Fixes bug #427664.
1265
1266 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-window.c:
1269
1270         Change key accelerator for Open a Copy menu entry which is in conflict
1271         with Close. Fixes bug #427321.
1272
1273 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1274
1275         * NEWS:
1276         * configure.ac:
1277         
1278         Update for release 0.8.1
1279
1280 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1281
1282         * shell/ev-window.c: (setup_size_from_metadata):
1283         
1284         Do not make window bigger than screen. Fixes bug 
1285         #388985.
1286
1287 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1290         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1291
1292         Use default resolution when it's not provided by document. Fixes bug
1293         #408762.
1294
1295 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * configure.ac:
1298         * thumbnailer/Makefile.am:
1299         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1300         * thumbnailer/evince-thumbnailer.schemas.in:
1301         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1302
1303         Add support for ps, eps and compressed documents thumbnails. Do not
1304         ignore size parameter. 
1305
1306 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1307
1308         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1309         (dvi_document_do_color_special):
1310         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1311
1312         Implement font color specials in the DVI backend. Fixes bug #303651.
1313
1314 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1315
1316         Fixup the previous commit:
1317
1318         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1319         * shell/xdg-user-dir-lookup.c: Make the function non-static
1320         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1321
1322 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1323
1324         * shell/ev-window.c (file_open_dialog_response_cb): Use
1325         the xdg-user-dirs DOCUMENTS folder as default folder when
1326         opening a file chooser.  (#424858)
1327
1328         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1329         xdg-user-dirs.
1330
1331 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * shell/ev-window.c: (ev_window_load_job_cb):
1334
1335         Do not setup view from metadata on preview mode. 
1336
1337 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/main.c:
1340
1341         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1342
1343 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * shell/ev-view.c: (ev_view_primary_get_cb):
1346
1347         Check pointer != NULL before using it. Fixes bug #416841. 
1348
1349 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1350
1351         * NEWS:
1352         * configure.ac:
1353         
1354         Release 0.8.0
1355
1356 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1359
1360         Do not render thumbnails when sidebar thumbnail page is not visible
1361         at startup. Fixes bug #416447. 
1362
1363 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1364
1365         * data/evince.desktop.in.in:
1366
1367         "Application" is not a valid category in the freedesktop specification.
1368
1369 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * libdocument/ev-file-helpers.[ch]: (compression_run),
1372         (ev_file_uncompress), (ev_file_compress):
1373         * shell/ev-window.c: (file_save_dialog_response_cb):
1374
1375         Save document compressed when saving a copy of a compressed document.
1376         Fixes bug #334542.
1377
1378 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1381
1382         Allow deleting in goto window entry in presentation mode. 
1383
1384 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1385
1386         * Makefile.am: Dist MAINTAINERS.
1387
1388 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * shell/ev-window.c: (ev_window_update_actions):
1391
1392         Fix zoom shortcut keys when searching. Fixes bug #409828.
1393
1394 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * shell/ev-window.c: (ev_window_setup_document):
1397
1398         Fix crash when loading documents with only one page. 
1399
1400 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * backend/dvi/dvi-document.c:
1403         (dvi_document_thumbnails_get_dimensions),
1404         (dvi_document_thumbnails_get_thumbnail):
1405         * backend/impress/impress-document.c:
1406         (impress_document_thumbnails_get_thumbnail),
1407         (impress_document_thumbnails_get_dimensions):
1408         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1409         (ps_document_thumbnails_get_dimensions):
1410         * backend/djvu/djvu-document.c:
1411         (djvu_document_thumbnails_get_dimensions),
1412         (djvu_document_thumbnails_get_thumbnail):
1413         * backend/tiff/tiff-document.c:
1414         (tiff_document_thumbnails_get_thumbnail),
1415         (tiff_document_thumbnails_get_dimensions):
1416         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1417         (pdf_document_thumbnails_get_thumbnail),
1418         (pdf_document_thumbnails_get_dimensions):
1419         * backend/comics/comics-document.c:
1420         (comics_document_thumbnails_get_thumbnail),
1421         (comics_document_thumbnails_get_dimensions):
1422         * backend/pixbuf/pixbuf-document.c:
1423         (pixbuf_document_thumbnails_get_thumbnail),
1424         (pixbuf_document_thumbnails_get_dimensions):
1425         * libdocument/ev-document-thumbnails.[ch]:
1426         (ev_document_thumbnails_get_thumbnail),
1427         (ev_document_thumbnails_get_dimensions):
1428         * libdocument/ev-document-misc.[ch]:
1429         (ev_document_misc_get_thumbnail_frame):
1430         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1431         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1432         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1433         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1434         (ev_sidebar_thumbnails_refresh):
1435         * shell/ev-window.c: (ev_window_setup_document):
1436         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1437
1438         Use an EvRenderContext for rendering thumbnails instead of a suggested
1439         width, so that different sized pages get sized proportionally.
1440
1441 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-view.c: (ev_view_button_press_event),
1444         (ev_view_key_press_event):
1445
1446         Fix critical warnings when there is no document loaded. 
1447
1448 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-page-action-widget.c:
1451         * shell/ev-navigation-action.c:
1452         * shell/ev-window.c:
1453
1454         Fix compile warnings. 
1455
1456 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * backend/djvu/djvu-text.h:
1459         * backend/djvu/djvu-document.c:
1460         * backend/djvu/djvu-text-page.c:
1461         * backend/djvu/djvu-links.c:
1462         * backend/djvu/djvu-text-page.h:
1463         * backend/djvu/djvu-text.c:
1464         
1465         Fix build on Mac. Fixes bug #392186. Patch by
1466         <ephraim_owns@hotmail.com>
1467
1468 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1471
1472         Restore cairo context before rendering every page when printing a PDF
1473         document into a PDF file. 
1474
1475 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * backend/ps/gstypes.h:
1478         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1479         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1480         (ps_document_thumbnails_get_thumbnail):
1481
1482         Handle PostScript page orientation. Fixes bug #318568.
1483
1484 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * backend/ps/Makefile.am:
1487         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1488         (document_load), (ps_document_load), (save_document),
1489         (save_page_list), (ps_document_get_n_pages),
1490         (ps_document_get_page_size), (ps_document_get_info),
1491         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1492         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1493         (ps_document_thumbnails_get_thumbnail),
1494         (ps_document_thumbnails_get_dimensions),
1495         (ps_document_document_thumbnails_iface_init):
1496         * backend/ps/ps.[ch]: (psgetpagebox):
1497         * backend/ps/ps-interpreter.[ch]:
1498
1499         Add support for thumbnails in ps backend. Fixes bug #164755. 
1500
1501 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1502
1503         * NEWS:
1504         * configure.ac:
1505         
1506         Release 0.7.2
1507
1508 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1511         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1512         (ev_window_dispose):
1513
1514         Use document thumbnail as window icon. Fixes bug #384442.
1515
1516 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1517
1518         * configure.ac:
1519
1520         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1521         duplicated adding application/x-bzpostscript instead. 
1522
1523 2007-02-11  Tom Parker  <palfrey@tevp.net>
1524
1525         * backend/ps/ps-document.c: (document_load):
1526
1527         Check return value of psscan before trying
1528         to use it. Fixes bug #372414.
1529
1530 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1533
1534         Fix invalid free in ev-page-cache. Fixes bug #404745.
1535
1536 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1537
1538         * test/Makefile.am:
1539         * test/test3.py:
1540         
1541         Added reload test case.
1542
1543 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * po/POTFILES.in:
1546         * backend/djvu/djvu-document.c: (djvu_document_load):
1547
1548         Check whether there are missing files in indirect multipage djvu
1549         documents. Fixes bug #361683. 
1550
1551 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1552
1553         * test/Makefile.am:
1554         * test/test-mime.bin:
1555         * test/test3.py:
1556         
1557         Added test for slow mime type
1558
1559 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1562
1563         Add some checks and call parent_class->finalize. Fixes bug #404745.
1564
1565 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1566
1567         * shell/ev-navigation-action.c: (connect_proxy):
1568         
1569         Fixes dropdown history menu. Thanks a lot Carlos!
1570
1571 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1574
1575         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1576         bug #373715.
1577
1578 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1579
1580         * backend/ps/ps.c: (psscan):
1581
1582         Fix memory leak. 
1583
1584 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * configure.ac:
1587         * libdocument/ev-file-helpers.c: 
1588
1589         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1590
1591 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1592
1593         * configure.ac:
1594         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1595         (ps_interpreter_start), (document_load), (save_document),
1596         (save_page_list):
1597         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1598         * libdocument/ev-document-factory.c:
1599         (ev_document_factory_get_from_mime), (get_document_from_uri),
1600         (free_uncompressed_uri), (ev_document_factory_get_document):
1601         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1602
1603         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1604
1605 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * libdocument/ev-document.h:
1608
1609         Fix typo in function name. 
1610
1611 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * backend/ps/ps-document.c: (ps_interpreter_finished),
1614         (ps_interpreter_start), (ps_interpreter_failed):
1615
1616         Handle ghostscript interpreter crashes. 
1617
1618 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-window.c: (ev_window_open_uri),
1621         (window_configure_event_cb):
1622
1623         Setup window size and position before showing it. Fixes bug #401711.
1624
1625 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * backend/ps/Makefile.am:
1628         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1629         (ps_document_dispose), (ps_document_class_init),
1630         (ps_interpreter_input), (ps_interpreter_output),
1631         (ps_interpreter_error), (setup_interpreter_env),
1632         (ps_interpreter_start), (ps_interpreter_stop),
1633         (ps_interpreter_failed), (ps_interpreter_is_ready),
1634         (check_filecompressed), (document_load), (ps_document_load),
1635         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1636         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1637         (render_page):
1638
1639         Rework ps-document. Code cleanups, remove deprecated code. 
1640
1641 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * shell/ev-view.c: (ev_view_button_press_event):
1644
1645         Do not start an image drag and drop operation when pointer is on 
1646         text, so that we can select text when the whole background is an
1647         image. 
1648
1649 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-window.c: (ev_window_update_actions): 
1652
1653         Disable all zoom related actions during presentation mode. 
1654
1655 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1656
1657         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1658
1659         Do not zoom in or out on presentation mode. Fixes bug #401305.
1660
1661 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1662
1663         * shell/ev-navigation-action.c: (connect_proxy),
1664         (create_menu_item), (ev_navigation_action_class_init):
1665         
1666         Correctly show menu and fix crash when navigaton 
1667         action is out of toolbar visible area.
1668
1669 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1670
1671         * data/Makefile.am:
1672         * data/evince.1:
1673         
1674         Added man file
1675
1676 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1677
1678         * help/reference/* :
1679         * configure.ac:
1680         
1681         Added gtk-doc based documentation for Evince.
1682         Still in initial state but I hope it will
1683         grow.
1684         
1685         * configure.ac:
1686         
1687         Lower dbus requirement to 0.70
1688
1689 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * shell/ev-window.c: (ev_window_add_history):
1692
1693         Fix memory leak. 
1694
1695 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1696
1697         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1698         * shell/ev-view.h:
1699         * shell/ev-window.c: (ev_window_add_history):
1700         
1701         Correctly handle named destination links
1702
1703 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1704
1705         * NOTES:
1706         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1707         * backend/pdf/ev-poppler.cc:
1708         * libdocument/ev-document-links.h:
1709         * libdocument/ev-link.c: (ev_link_get_page):
1710         * libdocument/ev-link.h:
1711         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1712         (ev_history_add_link):
1713         * shell/ev-history.h:
1714         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1715         (new_history_menu_item), (build_menu):
1716         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1717         * shell/ev-sidebar-links.c: (create_loading_model),
1718         (print_section_cb), (ev_sidebar_links_construct),
1719         (fill_page_labels), (update_page_callback_foreach),
1720         (update_page_callback), (job_finished_callback):
1721         * shell/ev-view.c: (ev_view_handle_link):
1722         * shell/ev-window.c: (ev_window_find_chapter),
1723         (ev_window_add_history), (view_handle_link_cb),
1724         (history_changed_cb):
1725         
1726         Implements another history variant
1727
1728 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-window.c: (view_external_link_cb):
1731         * shell/ev-view.c: (ev_view_button_release_event):
1732
1733         Open links in new window when clicking with middle button. 
1734
1735 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * shell/ev-navigation-action.c: (new_history_menu_item):
1738         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1739         * shell/ev-view.c: (ev_view_handle_link):
1740         * shell/ev-window.c:
1741         
1742         Store link before jump, not the destination. For me it 
1743         seems like more natural history behavior.
1744
1745 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1746
1747         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1748         (ev_navigation_action_class_init):
1749         * shell/ev-navigation-action.h:
1750         * shell/ev-page-action.c: (activate_cb):
1751         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1752         (ev_page_cache_set_current_page_history):
1753         * shell/ev-page-cache.h:
1754         * shell/ev-sidebar-thumbnails.c:
1755         (ev_sidebar_tree_selection_changed),
1756         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1757         * shell/ev-view-private.h:
1758         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1759         * shell/ev-view.h:
1760         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1761         (ev_window_setup_document), (ev_window_load_job_cb):
1762         * shell/ev-window.h:
1763         
1764         History finally works as expected.
1765
1766 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1769
1770         Do not update links treeview if it doesn't have a model assigned yet. 
1771
1772 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1775         (ev_sidebar_links_class_init), (update_page_callback):
1776
1777         Do not update links treeview when sidepane is not visible. 
1778
1779 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1780
1781         * shell/ev-marshal.list:
1782         * shell/ev-page-action.c: (activate_cb),
1783         (ev_page_action_class_init):
1784         * shell/ev-page-action.h:
1785         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1786         * shell/ev-window.c:
1787         
1788         Remove activate_link signal, not required.
1789
1790 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * shell/ev-navigation-action.c: (build_menu):
1793         
1794         Reorder menu items and build menu with fixed length.
1795
1796 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1797
1798         * shell/ev-view.c: (get_selected_text):
1799         
1800         Normalize text to fix ligatures problem. See bug
1801         #341947 for details.
1802
1803 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1806
1807         Fix memory leak in ev-page-cache. 
1808
1809 2007-01-25  Tom Parker <palfrey@tevp.net>
1810
1811         * backend/impress/impress-document.c: (impress_document_load),
1812         (impress_document_finalize), (impress_document_init):
1813         * properties/ev-properties-main.c: (ev_properties_get_pages):
1814         
1815         Correctly handle impress document errors. Fixes nautilus
1816         crash in property page #370491.
1817
1818 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1821         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1822         (ev_job_queue_remove_job):
1823         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1824         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1825         (ev_job_load_run):
1826         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1827         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1828         (ev_window_load_job_cb), (xfer_update_progress_callback),
1829         (ev_window_open_uri), (ev_window_dispose):
1830         * shell/main.c: (main):
1831
1832         Do file transfer asynchronously in the main thread instead of
1833         synchronously in the load thread. Fixes bugs #399694, #398307 and
1834         #343542.
1835
1836 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-jobs.c: (ev_job_xfer_run):
1839
1840         Load the document with the font-config lock held. 
1841
1842 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * backend/ps/ps-document.c: (start_interpreter):
1845
1846         Fix memory leaks in ps backend. 
1847
1848 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * backend/impress/impress-document.c:
1851         (impress_document_render_pixbuf):
1852
1853         Do not acquire fontconfig lock in impress backend, since it is using
1854         the main loop for rendering. 
1855
1856 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * po/POTFILES.in: 
1859
1860         Remove mdvi files that shouldn't be translated. 
1861
1862 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * shell/ev-view-private.h:
1865         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1866         (ev_view_set_zoom):
1867
1868         Render "loading..." text into a cairo surface instead of directly into
1869         the window so that fontconfig lock is only needed once and UI is not
1870         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1871
1872 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1875         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1876
1877         Use icon theme associated with the window screen rather than default. 
1878
1879 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1880
1881         * configure.ac:
1882
1883         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1884
1885 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1886
1887         * data/icons/*/apps/evince.*:
1888
1889         Move Evince icons under new apps directory.
1890
1891         * data/icons/*/actions/*:
1892
1893         Add new custom themeable Evince icons: view-page-continuous, 
1894         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1895         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1896
1897         * configure.ac:
1898
1899         Add new directories to AC_CONFIG_FILES.
1900
1901         * shell/ev-stock-icons.c:
1902         * shell/ev-stock-icons.h:
1903
1904         Use new custom themeable icons.
1905
1906 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1909
1910         Do not draw white background page in presentation mode. 
1911
1912 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1913
1914         * shell/ev-view.c: Remove unused gnome-vfs include.
1915
1916 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1917
1918         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1919         
1920         Format string is corrected, fixes bug #397129.
1921
1922 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * shell/ev-window.c: (ev_window_setup_recent):
1925
1926         Do not include in recent menu inexistent documents. Fixes
1927         bug #339171.
1928
1929 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * po/POTFILES.skip: 
1932
1933         Update POTFILES.skip file according to current source tree. 
1934
1935 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * shell/ev-window.c: (file_save_dialog_response_cb):
1938
1939         Do Save a copy in atomic way. Fixes bug #328266. 
1940
1941 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1942
1943         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1944
1945         Keep selected cell always visible in index treeview.
1946
1947 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1948         
1949         * shell/ev-view.c: (ev_view_size_allocate):
1950
1951         Restore horizontal scrollbar after switching to/from fullscreen
1952         or presentation mode. Fixes bug #331728.
1953
1954 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * shell/ev-view-private.h:
1957         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1958         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1959         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1960         (ev_view_can_zoom_out):
1961
1962         Use max and min scale values in the view iby taking dpi into account. 
1963
1964 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * configure.ac:
1967         * NEWS:
1968
1969         Release 0.7.1
1970
1971 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * shell/ev-window.c: (ev_window_print_send):
1974
1975         Send print job to printer with some settings set to default values,
1976         since we have already exported to a file according to such settings
1977         and they could be taken twice by some printers. 
1978
1979 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * shell/ev-jobs.c: (ev_job_xfer_run):
1982         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1983
1984         Show main window and load document with the font-config lock held. 
1985
1986 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * configure.ac:
1989         * shell/ev-application.c: (ev_application_register_service):
1990         * shell/main.c: (load_files_remote):
1991
1992         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1993
1994 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1995
1996         * doc/debugging.txt:
1997         
1998         Remove obsolete documentation.
1999
2000 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2001
2002         * Makefile.am:
2003         * backend/Makefile.am:
2004         * backend/comics/Makefile.am:
2005         * backend/djvu/Makefile.am:
2006         * backend/dvi/Makefile.am:
2007         * backend/ev-async-renderer.c:
2008         * backend/ev-async-renderer.h:
2009         * backend/ev-attachment.c:
2010         * backend/ev-attachment.h:
2011         * backend/ev-backend-marshal.c:
2012         * backend/ev-document-factory.c:
2013         * backend/ev-document-factory.h:
2014         * backend/ev-document-find.c:
2015         * backend/ev-document-find.h:
2016         * backend/ev-document-fonts.c:
2017         * backend/ev-document-fonts.h:
2018         * backend/ev-document-images.c:
2019         * backend/ev-document-images.h:
2020         * backend/ev-document-info.h:
2021         * backend/ev-document-links.c:
2022         * backend/ev-document-links.h:
2023         * backend/ev-document-misc.c:
2024         * backend/ev-document-misc.h:
2025         * backend/ev-document-security.c:
2026         * backend/ev-document-security.h:
2027         * backend/ev-document-thumbnails.c:
2028         * backend/ev-document-thumbnails.h:
2029         * backend/ev-document-transition.c:
2030         * backend/ev-document-transition.h:
2031         * backend/ev-document.c:
2032         * backend/ev-document.h:
2033         * backend/ev-file-exporter.c:
2034         * backend/ev-file-exporter.h:
2035         * backend/ev-image.c:
2036         * backend/ev-image.h:
2037         * backend/ev-link-action.c:
2038         * backend/ev-link-action.h:
2039         * backend/ev-link-dest.c:
2040         * backend/ev-link-dest.h:
2041         * backend/ev-link.c:
2042         * backend/ev-link.h:
2043         * backend/ev-render-context.c:
2044         * backend/ev-render-context.h:
2045         * backend/ev-selection.c:
2046         * backend/ev-selection.h:
2047         * backend/impress/Makefile.am:
2048         * backend/pdf/Makefile.am:
2049         * backend/pixbuf/Makefile.am:
2050         * backend/ps/Makefile.am:
2051         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2052         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2053         (start_interpreter), (stop_interpreter), (document_load),
2054         (ps_document_next_page), (render_page):
2055         * backend/tiff/Makefile.am:
2056         * comics/Makefile.am:
2057         * comics/comics-document.c:
2058         * comics/comics-document.h:
2059         * configure.ac:
2060         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2061         * djvu/Makefile.am:
2062         * djvu/djvu-document-private.h:
2063         * djvu/djvu-document.c:
2064         * djvu/djvu-document.h:
2065         * djvu/djvu-links.c:
2066         * djvu/djvu-links.h:
2067         * djvu/djvu-text-page.c:
2068         * djvu/djvu-text-page.h:
2069         * djvu/djvu-text.c:
2070         * djvu/djvu-text.h:
2071         * dvi/Makefile.am:
2072         * dvi/dvi-document.c:
2073         * dvi/dvi-document.h:
2074         * dvi/fonts.c:
2075         * dvi/fonts.h:
2076         * dvi/mdvi-lib/Makefile.am:
2077         * dvi/mdvi-lib/afmparse.c:
2078         * dvi/mdvi-lib/afmparse.h:
2079         * dvi/mdvi-lib/bitmap.c:
2080         * dvi/mdvi-lib/bitmap.h:
2081         * dvi/mdvi-lib/color.c:
2082         * dvi/mdvi-lib/color.h:
2083         * dvi/mdvi-lib/common.c:
2084         * dvi/mdvi-lib/common.h:
2085         * dvi/mdvi-lib/defaults.h:
2086         * dvi/mdvi-lib/dvimisc.c:
2087         * dvi/mdvi-lib/dviopcodes.h:
2088         * dvi/mdvi-lib/dviread.c:
2089         * dvi/mdvi-lib/files.c:
2090         * dvi/mdvi-lib/font.c:
2091         * dvi/mdvi-lib/fontmap.c:
2092         * dvi/mdvi-lib/fontmap.h:
2093         * dvi/mdvi-lib/fontsrch.c:
2094         * dvi/mdvi-lib/gf.c:
2095         * dvi/mdvi-lib/hash.c:
2096         * dvi/mdvi-lib/hash.h:
2097         * dvi/mdvi-lib/list.c:
2098         * dvi/mdvi-lib/mdvi.h:
2099         * dvi/mdvi-lib/pagesel.c:
2100         * dvi/mdvi-lib/paper.c:
2101         * dvi/mdvi-lib/paper.h:
2102         * dvi/mdvi-lib/pk.c:
2103         * dvi/mdvi-lib/private.h:
2104         * dvi/mdvi-lib/setup.c:
2105         * dvi/mdvi-lib/sp-epsf.c:
2106         * dvi/mdvi-lib/special.c:
2107         * dvi/mdvi-lib/sysdeps.h:
2108         * dvi/mdvi-lib/t1.c:
2109         * dvi/mdvi-lib/tfm.c:
2110         * dvi/mdvi-lib/tfmfile.c:
2111         * dvi/mdvi-lib/tt.c:
2112         * dvi/mdvi-lib/util.c:
2113         * dvi/mdvi-lib/vf.c:
2114         * dvi/pixbuf-device.c:
2115         * dvi/pixbuf-device.h:
2116         * impress/Makefile.am:
2117         * impress/common.h:
2118         * impress/document.c:
2119         * impress/f_oasis.c:
2120         * impress/f_oo13.c:
2121         * impress/iksemel.c:
2122         * impress/iksemel.h:
2123         * impress/imposter.h:
2124         * impress/impress-document.c:
2125         * impress/impress-document.h:
2126         * impress/internal.h:
2127         * impress/r_back.c:
2128         * impress/r_draw.c:
2129         * impress/r_geometry.c:
2130         * impress/r_gradient.c:
2131         * impress/r_style.c:
2132         * impress/r_text.c:
2133         * impress/render.c:
2134         * impress/render.h:
2135         * impress/zip.c:
2136         * impress/zip.h:
2137         * lib/Makefile.am:
2138         * lib/ev-debug.c:
2139         * lib/ev-debug.h:
2140         * lib/ev-file-helpers.c:
2141         * lib/ev-file-helpers.h:
2142         * lib/ev-gui.c:
2143         * lib/ev-gui.h:
2144         * lib/ev-tooltip.c:
2145         * lib/ev-tooltip.h:
2146         * libdocument/Makefile.am:
2147         * libdocument/ev-file-helpers.c:
2148         * pdf/Makefile.am:
2149         * pdf/ev-poppler.cc:
2150         * pdf/ev-poppler.h:
2151         * pixbuf/Makefile.am:
2152         * pixbuf/pixbuf-document.c:
2153         * pixbuf/pixbuf-document.h:
2154         * properties/Makefile.am:
2155         * ps/Makefile.am:
2156         * ps/gsdefaults.c:
2157         * ps/gsdefaults.h:
2158         * ps/gsio.c:
2159         * ps/gsio.h:
2160         * ps/gstypes.h:
2161         * ps/ps-document.c:
2162         * ps/ps-document.h:
2163         * ps/ps.c:
2164         * ps/ps.h:
2165         * shell/Makefile.am:
2166         * shell/ev-application.h:
2167         * shell/ev-sidebar-links.c:
2168         * shell/ev-sidebar-links.h:
2169         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2170         (ev_gui_menu_position_tree_selection):
2171         * shell/ev-utils.h:
2172         * shell/ev-view.c: (ev_view_finalize):
2173         * shell/ev-window.c:
2174         * shell/main.c: (main):
2175         * thumbnailer/Makefile.am:
2176         * tiff/Makefile.am:
2177         * tiff/tiff-document.c:
2178         * tiff/tiff-document.h:
2179         * tiff/tiff2ps.c:
2180         * tiff/tiff2ps.h:
2181         
2182         Reorganize source tree.
2183
2184 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2185
2186         * backend/ev-document-factory.c:
2187
2188         Do not include ev-poppler.h when pdf is disabled. 
2189
2190 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * configure.ac:
2193         * data/evince-ui.xml:
2194         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2195         (pdf_document_document_images_iface_init):
2196         * backend/Makefile.am:
2197         * backend/ev-document-images.[ch]:
2198         * backend/ev-image.[ch]:
2199         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2200         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2201         (ev_job_xfer_run):
2202         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2203         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2204         (ev_pixbuf_cache_get_image_mapping):
2205         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2206         (view_menu_popup_cb), (ev_window_dispose),
2207         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2208         (ev_view_popup_cmd_copy_image):
2209         * shell/ev-view-private.h:
2210         * shell/ev-view.c: (ev_view_get_image_at_location),
2211         (ev_view_do_popup_menu), (ev_view_popup_menu),
2212         (ev_view_button_press_event), (ev_view_drag_data_get),
2213         (ev_view_drag_motion), (ev_view_drag_data_received),
2214         (ev_view_motion_notify_event), (ev_view_button_release_event),
2215         (ev_view_finalize), (ev_view_class_init):
2216
2217         Add image handling support. Fixes bugs #310008 and #325047. Images
2218         selection is not supported yet. 
2219
2220 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2221
2222         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2223         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2224         (ev_view_init):
2225
2226         Move view drag and drop stuff to ev-view.
2227
2228 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2231         * shell/ev-view.c: (clear_selection): 
2232
2233         Clear selection also in pixbuf cache.
2234
2235 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2236
2237         * data/evince.desktop.in.in:
2238         
2239         Change icon name in desktop file. See bug #390734
2240         for details.
2241
2242 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2243
2244         * thumbnailer/Makefile.am:
2245
2246         Use top_builddir instead top_srcdir for generated schema
2247         file installation. Fixes bug #390161.
2248
2249 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * configure.ac:
2252         * backend/Makefile.am:
2253         * backend/ev-document-transition.[ch]:
2254         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2255         (pdf_document_page_transition_iface_init):
2256         * shell/ev-view-private.h:
2257         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2258         (ev_view_set_presentation), (transition_next_page),
2259         (ev_view_presentation_transition_stop),
2260         (ev_view_presentation_transition_start), (ev_view_next_page):
2261
2262         Add page transition support in presentation mode. At the moment only
2263         page duration is supported, but not transition effects. Fixes bug
2264         #309815.
2265
2266 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2269
2270         Run find_link_dest with document lock held, since it's called by links
2271         thread and main thread at the same time. 
2272
2273 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * shell/ev-view.c: (goto_dest):
2276
2277         Update page-cache when page is changed by the view, so that
2278         page-changed signal is emitted. 
2279
2280 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * test/test1.py:
2283         * test/test2.py:
2284
2285         Use C locale in tests. 
2286
2287 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * shell/ev-window.c: (ev_window_run_presentation):
2290         * shell/ev-view-private.h:
2291         * shell/ev-view.c: (ev_view_set_presentation):
2292
2293         Restore zoom settings when back from presentation mode. 
2294
2295 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2296
2297         * shell/ev-window.c: (ev_window_run_presentation):
2298
2299         Always use "best fit" zoom in presentation mode.
2300         Fixes bug #389195.
2301
2302 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2303
2304         * shell/ev-view.c: (ev_view_goto_window_create):
2305
2306         Show "Jump to page" label in the page jumping popup in
2307         presentation mode instead of just a GtkEntry.
2308
2309 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * shell/ev-window.c: (launch_external_uri):
2312
2313         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2314         #378085.
2315
2316 2006-12-22  Elijah Newren  <newren gmail com>
2317
2318         * configure.ac: explicitly check for libxml2.  Fixes #388795
2319
2320 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * shell/ev-view-private.h:
2323         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2324         (ev_view_goto_window_delete_event), (key_is_numeric),
2325         (ev_view_goto_window_key_press_event),
2326         (ev_view_goto_window_button_press_event),
2327         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2328         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2329         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2330
2331         Allow jumping to another page by typing a page number in presentation
2332         mode. It uses a popup window with an entry. Fixes bug #353625.
2333
2334 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2335
2336         * configure.ac:
2337         * properties/ev-properties-view.c: (ev_get_default_user_units),
2338         (ev_regular_paper_size):
2339         
2340         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2341         to Damien Carbery <damien.carbery@sun.com> and
2342         Yevgen Muntyan <muntyan@tamu.edu>.
2343
2344 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2345
2346         * shell/ev-window.c: (setup_document_from_metadata):
2347
2348         Make sure Evince doesn't restore the view on the last
2349         page when a document is reopened. Fixes bug #383381.
2350
2351 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2352
2353         * shell/ev-view.c: (draw_loading_text):
2354
2355         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2356
2357 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * configure.ac:
2360         * NEWS:
2361
2362         Release 0.7.0
2363
2364 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * configure.ac:
2367         * pdf/ev-poppler.cc: (pdf_print_context_free),
2368         (pdf_document_file_exporter_begin),
2369         (pdf_document_file_exporter_do_page):
2370
2371         Make cairo-pdf depedency optional. 
2372
2373 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2376
2377         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2378
2379 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2382         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2383         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2384         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2385         * shell/ev-view.c: (draw_loading_text):
2386         * shell/ev-window.c: (ev_window_cmd_file_properties):
2387
2388         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2389         related to using FontConfig from different threads.
2390         
2391 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * shell/ev-view.c: (draw_loading_text):
2394
2395         Acquire lock document when drawing "Loading..." text so that only one
2396         thread will use FontConfig at the same time. Fixes bug #374750.
2397
2398 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * shell/ev-page-action.[ch]: (activate_cb):
2401         * shell/ev-window.c: (activate_label_cb):
2402
2403         Check if text inserted in page entry is a valid page number when it
2404         doesn't match to any document page label. Fixes bug #383165.
2405
2406 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2407         * shell/ev-window.c:
2408
2409         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2410         available with GTK < 2.10. Added an ifdef to avoid compilation
2411         error.
2412
2413 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * configure.ac:
2416         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2417
2418         Fix ps backend in multihead systems.
2419
2420 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2423         * shell/ev-window.c: (ev_window_get_screen_dpi),
2424         (ev_window_update_actions), (setup_view_from_metadata),
2425         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2426
2427         Take screen DPI into account when zooming. Fixes bug #318285.
2428
2429 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2430
2431         * data/Makefile.am:
2432
2433         Cleaned up/slightly refactored Makefile.am. Added GConf
2434         schemas uninstallation as well.
2435
2436 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2437
2438         * Makefile.am:
2439         * test/Makefile.am:
2440
2441         Fight with autotools to fix make check. Make distcheck
2442         works fine as well now!
2443
2444 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2445
2446         * shell/ev-view.c: (draw_end_presentation_page):
2447
2448         Corrected "end of presentation" string.
2449
2450 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2451
2452         * shell/ev-view.c: (ev_view_key_press_event):
2453
2454         Correctly propagate key press event so that up/down keys
2455         work as expected (correct behaviour was broken by
2456         black/white screen key bindings for presentations).
2457
2458 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2461         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2462         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2463         (pdf_selection_get_selection_region),
2464         (pdf_selection_get_selection_map):
2465
2466         Add "static" to some private functions. 
2467
2468 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2469
2470         * lib/ev-tooltip.h:
2471         * properties/ev-properties-view.h:
2472         * shell/ev-jobs.h:
2473         * shell/ev-properties-dialog.h:
2474         * shell/ev-properties-fonts.h:
2475         * shell/ev-sidebar-links.h:
2476         * shell/ev-sidebar-thumbnails.h:
2477         * shell/ev-sidebar.h:
2478         * shell/ev-window.h:
2479         
2480         Fixes CHACK type in class casts. See bug #385343
2481         for details.
2482
2483 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * shell/ev-view-private.h:
2486         * shell/ev-view.c: (draw_end_presentation_page),
2487         (ev_view_expose_event), (ev_view_key_press_event),
2488         (ev_view_class_init), (ev_view_init):
2489
2490         Blank screen in presentation mode when pressing 'b' (filling with
2491         black) or 'w' (filling with white) keys. Fixes bug #358132.
2492
2493 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2494
2495         * data/evince-toolbar.xml:
2496         * shell/ev-window.c:
2497         
2498         Use stock icon for Select All action. Fixes
2499         bug #382652.
2500
2501 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2502
2503         * shell/ev-view.c: (get_doc_point_from_offset),
2504         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2505
2506         Add links support in rotated documents. Fixes bug #343733.
2507
2508 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * shell/ev-view-private.h:
2511         * shell/ev-view.c: (draw_end_presentation_page),
2512         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2513
2514         Show a blank page after the last page in presentation mode with a
2515         message indicating that presentation has finished and how to exit. 
2516
2517 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * shell/ev-window.c: (fullscreen_timeout_cb):
2520
2521         Hide cursor after a while in presentation mode. 
2522
2523 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2524
2525         * backend/ev-document-info.h:
2526         * data/evince-properties.glade:
2527         * pdf/ev-poppler.cc:
2528         * properties/ev-properties-view.c: (ev_regular_paper_size),
2529         (ev_properties_view_set_info):
2530         * ps/ps-document.c: (ps_document_get_info):
2531
2532         Adds a paper size field to the properties dialog. Fixes
2533         bug #307315. Patch by Kasper Svendsen (with some i18n
2534         changes done by me).
2535
2536 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2537
2538         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2539         (screensaver_init_dbus), (totem_scrsaver_new),
2540         (totem_scrsaver_init):
2541         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2542         * shell/ev-application.c: (ev_application_register_service),
2543         (ev_application_screensaver_enable),
2544         (ev_application_screensaver_disable):
2545         * shell/ev-application.h:
2546         * shell/ev-window.c: (ev_window_run_presentation),
2547         (ev_window_stop_presentation), (build_comments_string),
2548         (ev_window_init):
2549         
2550         Move screensaver handling to application. No more
2551         message on startup.
2552
2553 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * configure.ac:
2556         * backend/Makefile.am:
2557         * backend/ev-file-exporter.[ch]:
2558         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2559         * ps/ps-document.c: (ps_document_file_exporter_*):
2560         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2561         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2562         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2563         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2564
2565         Allow printing to PDF when suppoted by the backend.
2566         
2567 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * shell/ev-window.c: (build_comments_string):
2570
2571         Use always "Document Viewer" in about dialog. 
2572
2573 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * djvu/djvu-document.c: (djvu_document_get_page_size):
2576
2577         Display a warning message when get_pageinfo fails. 
2578
2579 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2580
2581         * Makefile.am:
2582         * backend/Makefile.am:
2583         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2584         * configure.ac:
2585         * shell/ev-window.c: (build_comments_string):
2586         
2587         Make pdf compilation optional. See bug #38007.
2588
2589 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * ps/ps.c: (get_next_text):
2592
2593         Fix CVE-2006-5864.
2594
2595 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2598         * shell/ev-navigation-action.c: (connect_proxy),
2599         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2600         
2601         Do not call g_type_class_peek_parent twice.
2602
2603 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2604
2605         * configure.ac:
2606         * data/icons/24x24/.cvsignore:
2607         * data/icons/24x24/Makefile.am:
2608         * data/icons/24x24/evince.png:
2609         * data/icons/Makefile.am:
2610         
2611         Add 24x24 icon. Thanks to 
2612         Michael Monreal <infernux@web.de>.
2613
2614 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2615
2616         * configure.ac: Fix typo in configure.ac. Thanks
2617         to dmacks@netspace.org for notification.
2618
2619 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2620
2621         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2622         
2623         Drop dbus include, fixes compilation with older dbus.
2624
2625 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2626
2627         * configure.ac:
2628         * cut-n-paste/Makefile.am:
2629         * cut-n-paste/totem-screensaver/.cvsignore
2630         * cut-n-paste/totem-screensaver/Makefile.am:
2631         * cut-n-paste/totem-screensaver/README:
2632         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2633         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2634         * shell/Makefile.am:
2635         * shell/ev-window.c: (ev_window_run_presentation),
2636         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2637         (ev_window_init):
2638
2639         Implemented screensaver enabling/disabling for
2640         presentation mode (not fullscreen mode). Code stolen
2641         from Totem (with some minor tweaks). Fixes bug #338889.
2642
2643 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2644
2645         * configure.ac:
2646
2647         Bump gnome-icon-theme requirements. We use the rotation
2648         icons that appeared recently.
2649
2650 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2651
2652         * shell/ev-history.c: (ev_history_add_page):
2653         * shell/ev-history.h:
2654         * shell/ev-window.c: (page_changed_cb):
2655         
2656         Use page labels instead of numbers.
2657
2658 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2659
2660         * data/evince-toolbar.xml:
2661         * po/POTFILES.in:
2662         * shell/Makefile.am:
2663         * shell/ev-navigation-action-widget.c:
2664         (ev_navigation_action_widget_init),
2665         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2666         (menu_detacher), (ev_navigation_action_widget_set_menu),
2667         (menu_position_func), (popup_menu_under_arrow),
2668         (ev_navigation_action_widget_toggled),
2669         (ev_navigation_action_widget_button_press_event):
2670         * shell/ev-navigation-action-widget.h:
2671         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2672         (ev_navigation_action_set_window), (activate_menu_item_cb),
2673         (new_history_menu_item), (new_empty_history_menu_item),
2674         (build_menu), (menu_activated_cb), (connect_proxy),
2675         (create_tool_item), (ev_navigation_action_init),
2676         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2677         * shell/ev-navigation-action.h:
2678         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2679         (ev_page_action_widget_set_page_cache),
2680         (ev_page_action_widget_finalize),
2681         (ev_page_action_widget_class_init), (match_selected_cb),
2682         (display_completion_text), (match_completion), (build_new_tree_cb),
2683         (get_filter_model_from_model),
2684         (ev_page_action_widget_update_model):
2685         * shell/ev-page-action-widget.h:
2686         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2687         (connect_proxy):
2688         * shell/ev-page-action.h:
2689         * shell/ev-stock-icons.c:
2690         * shell/ev-stock-icons.h:
2691         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2692         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2693         (register_custom_actions):
2694         * shell/main.c:
2695         
2696         Preliminary history implementation
2697
2698 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2699
2700         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2701         (dvi_document_class_init), (dvi_document_init_params):
2702         * dvi/mdvi-lib/font.c: (font_reference):
2703         
2704         Add reference to subfont. Fixes bug #374277.
2705
2706 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2707
2708         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2709         (ev_window_cmd_file_open_copy_at_dest):
2710
2711         Fix a race condition when creating symlink. Increase the counter
2712         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2713         Mathias Hasselmann).
2714
2715 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * backend/Makefile.am:
2718         * backend/ev-attachment.c: (ev_attachment_open):
2719         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2720         (ev_tmp_dir), (ev_tmp_filename):
2721         * shell/ev-sidebar-attachments.c:
2722         (ev_sidebar_attachments_drag_data_get):
2723         * shell/ev-window.c: (ev_window_clear_temp_file):
2724
2725         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2726         in ensure_dir_exists. Abort without crashing when we can't create
2727         user's directory.
2728
2729 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * data/evince-ui.xml:
2732         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2733         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2734         (ev_window_cmd_file_open_copy_at_dest),
2735         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2736         (ev_view_popup_cmd_open_link_new_window):
2737
2738         Allow opening a copy of the current document in a new window. Fixes bug
2739         #357472
2740
2741 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * data/evince-toolbar.xml:
2744         
2745         Add rotate right and rotate left to available items for toolbar.
2746         
2747         * data/evince-ui.xml:
2748         * shell/ev-window.c: (ev_window_init):
2749         
2750         Customize toolbar with right click. Fixes bug #372451.
2751
2752 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2753
2754         * shell/ev-window.c: 
2755         
2756         Use "object-rotate-{left,right}" stock icons. Fixes 
2757         bug #373863.
2758
2759 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2762         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2763         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2764         (ev_window_open_uri):
2765         * shell/main.c: (arguments_parse):
2766
2767         Remove temp file created when evince is used by GTK+ in
2768         preview mode. Fixes bug #365282. 
2769
2770 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2771
2772         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2773         
2774         Fixes bug #372474 - Side pane disabled when entering 
2775         and leaving fullscreen mode.
2776
2777 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2778
2779         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2780         * data/Makefile.am:
2781         * data/evince-preview-toolbar.xml:
2782         * data/evince-toolbar.xml:
2783         * shell/ev-application.c: (ev_application_shutdown),
2784         (ev_application_init), (ev_application_get_toolbars_model):
2785         * shell/ev-application.h:
2786         * shell/ev-window.c: (update_chrome_visibility),
2787         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2788         (ev_window_cmd_edit_toolbar), (ev_window_init):
2789         
2790         Fixes bug #364364 - toolbar editor shows zoom actions again.
2791
2792 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2795
2796         Do not take margins into consideration for paper size when printing.
2797         Really fixes bug #350491.
2798
2799 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * data/evince-ui.xml:
2802         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2803         (ev_window_cmd_file_print_setup),
2804         (ev_window_print_dialog_response_cb),
2805         (ev_window_setup_action_sensitivity):
2806
2807         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2808
2809 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * shell/ev-window.c: (ev_window_print_range):
2812
2813         Revert my previuos commit, since printing to PDF is not supported by
2814         evince yet. 
2815
2816 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-window.c: (ev_window_print_range):
2819
2820         Enable print to a PDF. Fixes bug #332121.
2821
2822 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * shell/ev-application-service.xml:
2825         * shell/ev-application.[ch]: (ev_application_open_window),
2826         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2827         (ev_application_open_uri), (ev_application_open_uri_list):
2828         * shell/ev-window.c: (file_open_dialog_response_cb),
2829         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2830         (drag_data_received_cb), (open_remote_link):
2831         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2832
2833         Add support for multiscreen systems. Fixes bug #316206.
2834
2835 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * shell/ev-jobs.[ch]: (ev_job_print_new),
2838         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2839         (ev_job_print_do_page):
2840         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2841
2842         Allow printing only odd/even pages. Fixes bug #367289.
2843
2844 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2845
2846         * test/test1.py:
2847         * test/test2.py:
2848
2849         Re-add locale settings to test files.
2850
2851 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2852
2853         * data/evince-ui.xml:
2854         * shell/ev-window.c: (set_action_properties):
2855         
2856         Removed garbage from code and ui.
2857
2858 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2859
2860         * shell/ev-window.c: (ev_window_cmd_help_about):
2861
2862         Shamelessly add my name to the list of contributors.
2863
2864 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2865
2866         * test/test1.py:
2867         * test/test2.py:
2868
2869         Cleaned up the dogtail scripts.
2870
2871 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2872
2873         * shell/ev-view.c: (draw_loading_text): Don't render
2874         "loading..." text in presentation mode. Temporary
2875         workaround for bug #320352.
2876
2877 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2880         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2881
2882         Use print settings scale, copies, collate and reverse which were
2883         ignored. Fixes bug #359032.
2884
2885 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2886
2887         * configure.ac:
2888         * data/evince-password.glade:
2889         * test/Makefile.am:
2890         * test/test-encrypt.pdf:
2891         * test/test-links.pdf:
2892         * test/test1.py:
2893         * test/test2.py:
2894
2895         Add automated UI tests for evince with dogtail. See
2896         bug #300948.    
2897
2898 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2901
2902         Hide fullscreen toolbar when switching to another desktop workspace.
2903         Fixes bug #338871
2904
2905 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2906
2907         * shell/ev-window-title.c: 
2908         
2909         Test for .dvi in title of pdf documents.
2910
2911 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2912
2913         * shell/ev-view.c: (ev_view_scroll):
2914
2915         Page Up/Down should do page jumps in "Best fit" mode.
2916         If a user has explicitly chosen to view exactly one page
2917         at a time, scrolling just a part of the page when
2918         pressing Page Up/Down is not right. Fixes bug #323107.
2919
2920 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2921
2922         * NEWS:
2923         * configure.ac:
2924         
2925         Update for 0.6.1
2926
2927 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2928
2929         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2930         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2931         
2932         Correctly disconnect from job signals on destroy.
2933
2934 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2935
2936         * shell/ev-view-private.h:
2937         * shell/ev-view.c: (view_set_adjustment_values),
2938         (view_update_range_and_current_page),
2939         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2940         
2941         Fixes bug #343199, current page now follows find page.
2942
2943 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2944
2945         * backend/ev-document-factory.c:
2946         * configure.ac:
2947         Assigned OpenDocument presenation MIME type to the
2948         Impress backend. Added some missing (but harmless)
2949         #ifdefs in the document factory as well to make things
2950         consistent again. Fixes bug #360658.
2951
2952 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2953
2954         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2955         * backend/ev-document-find.c: (ev_document_find_get_type):
2956         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2957         * backend/ev-document-links.c: (ev_document_links_get_type):
2958         * backend/ev-document-security.c: (ev_document_security_get_type):
2959         * backend/ev-document-thumbnails.c:
2960         (ev_document_thumbnails_get_type):
2961         * backend/ev-document.c: (ev_document_get_type):
2962         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2963         * backend/ev-selection.c: (ev_selection_get_type):
2964         * cut-n-paste/recent-files/egg-recent-model.c:
2965         (egg_recent_model_get_type):
2966         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2967         (egg_recent_view_uimanager_get_type):
2968         * cut-n-paste/recent-files/egg-recent-view.c:
2969         (egg_recent_view_get_type):
2970         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2971         (egg_editable_toolbar_get_type):
2972         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2973         (egg_toolbar_editor_get_type):
2974         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2975         (egg_toolbars_model_get_type):
2976         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2977         (egg_tree_multi_drag_source_get_type):
2978         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2979         (ephy_zoom_action_get_type):
2980         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2981         (ephy_zoom_control_get_type):
2982         * impress/r_back.c: (_imp_fill_back):
2983         * properties/ev-properties-main.c:
2984         (ev_properties_plugin_register_type):
2985         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2986         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2987         (ev_view_accessible_factory_get_type):
2988
2989         Reduce relocations. Bug #360616.
2990
2991 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2992
2993         * backend/ev-document-factory.c:
2994         (ev_document_factory_get_document):
2995         
2996         Load document even if extension is wrong.
2997
2998 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2999
3000         * shell/ev-metadata-manager.c: (save_values):
3001         * shell/ev-window.c: (setup_size_from_metadata),
3002         (setup_view_from_metadata), (ev_window_setup_document),
3003         (ev_window_xfer_job_cb), (window_configure_event_cb):
3004         
3005         Set size according to the document size/page size ratio.
3006         That should correct rather wierd behaviour of the previous
3007         commit.
3008
3009 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3010
3011         * shell/ev-window.c: (setup_view_from_metadata):
3012         
3013         Set size for new windows from previous window size.
3014         See bugs #354968 and #168450 for details. Thanks
3015         to Meik Hellmund.
3016
3017 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * djvu/djvu-links.c: (build_tree):
3020
3021         Fix memory leak.
3022
3023 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3024
3025         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3026         
3027         Don't make sidebar close button insensitive. Fixes
3028         bug #357871.
3029
3030 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3031
3032         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3033         (ev_window_set_view_accels_sensitivity):
3034         
3035         Don't enable Slash on documents which don't support
3036         find. Fixes bug #358648.
3037
3038 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3039
3040         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3041         open dialog fall back to the current document uri if the
3042         filechooser hasn't been used before. Fixes bug #356980.
3043
3044 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3045
3046         * shell/ev-window.c: (ev_window_setup_recent), 
3047         (ev_window_get_recent_file_label):
3048
3049         Escape underscores in filenames of recent file items.
3050
3051 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3052
3053         * configure.ac:
3054         
3055         Bumped poppler requirements, really 0.5.3 is very 
3056         buggy, now we require 0.5.4.
3057
3058 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3059
3060         * djvu/Makefile.am:
3061         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3062         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3063         (djvu_document_document_links_iface_init):
3064         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3065         (number_from_string_10), (get_djvu_link_dest),
3066         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3067         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3068         (djvu_links_get_links), (djvu_links_find_link_dest),
3069         (djvu_links_get_links_model):
3070         * djvu/djvu-links.h:
3071         
3072         Add support for links and bookmarks in djvu documents. Thanks
3073         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3074         patch.
3075
3076 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3077
3078         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3079         
3080         Reopen should reload document. Fixes 
3081         bug 327951.
3082
3083 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3084
3085         * configure.ac:
3086         * data/Makefile.am:
3087         * data/evince-16.png:
3088         * data/evince-22.png:
3089         * data/evince.png:
3090         * data/evince.svg:
3091         * data/icons/16x16/Makefile.am:
3092         * data/icons/16x16/evince.png:
3093         * data/icons/22x22/Makefile.am:
3094         * data/icons/22x22/evince.png:
3095         * data/icons/48x48/Makefile.am:
3096         * data/icons/48x48/evince.png:
3097         * data/icons/Makefile.am:
3098         * data/icons/scalable/Makefile.am:
3099         * data/icons/scalable/evince.svg:
3100         
3101         Install icons with correct names. Fixes
3102         bug #354429.
3103
3104 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3105
3106         * shell/ev-view.c: (ev_view_button_release_event):
3107
3108         Don't open links with middle mouse button. Fixes bug #353649
3109
3110 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3111
3112         * NEWS:
3113         * configure.ac:
3114         
3115         Update for release 0.6.0
3116
3117 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3118
3119         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3120         Implement Close named action. Patch by Carlos Garcia Campos.
3121
3122 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3123
3124         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3125         
3126         Don't clear link mapping on copy_job_to_job_info. Fixes
3127         bug 346168.
3128
3129 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * shell/main.c: (main):
3132
3133         Revert my previous commit, gnome_program_init owns the option context.
3134         Fix another memory leak in main. Both caught by Christian Persch. 
3135
3136 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * shell/main.c: (main):
3139
3140         Fix memory leak.
3141
3142 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3145
3146         Fix crash when opening a pdf with password protection. 
3147
3148 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * pdf/ev-poppler.cc: (pdf_document_search_free):
3151
3152         Fix memory leak. 
3153
3154 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3155
3156         * backend/ev-document-factory.c:
3157         (ev_document_factory_get_document):
3158         * tiff/tiff-document.c: (tiff_document_finalize):
3159         
3160         More correct handling of document loading. Fixes
3161         bug #349043.
3162
3163 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3164
3165         * backend/ev-attachment.c: (ev_attachment_save):
3166
3167         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3168         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3169
3170 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3171         
3172         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3173         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3174
3175 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * shell/ev-sidebar-thumbnails.c:
3178
3179         Do not render thumbnails unless thumbnails page is active in the
3180         sidebar.
3181
3182 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3183
3184         * shell/ev-properties-dialog.c:
3185
3186         Fix dialogue spacing. Bug #351370.
3187
3188 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3189
3190         * configure.ac:
3191
3192         Use lowercase gettext catalog file names (evince.mo
3193         instead of Evince.mo)
3194
3195 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * shell/ev-sidebar-attachments.c:
3198
3199         GtkIconTheme is now screen safe too. Fixes bug #350878
3200
3201 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * shell/ev-window.c:
3204
3205         GtkRecent manager is now screen safe. Fixes bug #350145
3206
3207 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3208
3209         * shell/ev-sidebar.c: (ev_sidebar_init):
3210         
3211         Make sidebar close icon smaller. Fix for bug 350177.
3212         See also bugs 350176 and 165770.
3213
3214 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3217
3218         Ignore zoom for xyz destinations when it's <= 1, keeping user
3219         preferences instead. Set correct sizing-mode for fith and fitv
3220         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3221
3222 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3223
3224         * NEWS:
3225         * configure.ac:
3226         
3227         Update for release 0.5.5
3228
3229 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3230         
3231         * shell/ev-window.c: (ev_window_cmd_escape)
3232
3233         Escape unfocus page entry. Fixes bug #345809.
3234
3235 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3238         (build_tree), (pdf_document_links_get_links),
3239         (pdf_document_links_find_link_dest):
3240         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3241         (goto_xyz_dest):
3242
3243         Convert from PDF style coordinates to X style coordinates in the
3244         backend rather than in the view. Fixes bug #338440
3245
3246 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3247
3248         * shell/ev-window.c:
3249         
3250         Remove Ctrl+Shift+T shortcut for toolbars. See
3251         the bug #350098.
3252
3253 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * configure.ac:
3256
3257         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3258         of this. 
3259
3260 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * configure.ac:
3263         * cut-n-paste/Makefile.am:
3264         * data/evince-ui.xml:
3265         * shell/Makefile.am:
3266         * shell/ev-application.[ch]:
3267         * shell/ev-window.c:
3268
3269         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3270         #349273
3271
3272 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3273
3274         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3275         findbar code: s/help/search/
3276
3277 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3278
3279         * shell/ev-window.c: (setup_document_from_metadata),
3280         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3281         (setup_view_from_metadata):
3282         
3283         Fix memory leaks.
3284
3285 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3286
3287         * autogen.sh, configure.ac: 
3288         
3289         Update automake usage. See bug 349292.
3290
3291 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3292
3293         * shell/eggfindbar.c: (egg_find_bar_class_init),
3294         (entry_activate_callback), (egg_find_bar_init),
3295         (egg_find_bar_set_status_text):
3296         * shell/eggfindbar.h:
3297         
3298         Unify Evince findbar with Epiphany. Nice patch
3299         from Fabricio Silva <silva@crans.org> and
3300         Frederic Peters <fpeters@entrouvert.com>. See
3301         bug #339966 for details.
3302
3303 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3304
3305         * data/evince.desktop.in.in:
3306         
3307         Correct information for bugzilla. Thanks to
3308         Olaf Vitters, see bug #348855.
3309
3310 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-jobs.[ch]:
3313         * shell/ev-sidebar-links.c:
3314         * shell/ev-window.[ch]:
3315
3316         GtkPrintJob doesn't support print ranges or current page, so we export
3317         to a ps file now when printing ranges or current page.
3318
3319 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3320
3321         * pdf/ev-poppler.cc:
3322         * shell/ev-window.c: (do_action_named):
3323
3324         We should be more clear about bugzilla. See the
3325         poppler bug #7623.
3326
3327 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * configure.ac:
3330         * shell/Makefile.am:
3331         * shell/ev-job-queue.c:
3332         * shell/ev-jobs.[ch]:
3333         * shell/ev-sidebar-links.c:
3334         * shell/ev-window.[ch]:
3335         
3336         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3337         #348422
3338
3339 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3342         * shell/ev-application-service.xml:
3343         * shell/ev-application.[ch]:
3344         * shell/ev-jobs.[ch]:
3345         * shell/ev-window.[ch]: (ev_window_run_preview):
3346         * shell/main.c: 
3347
3348         Add preview mode to use evince as a printing previewer. It also adds
3349         other command line options for fullscreen and presentation modes.
3350         Fixes bugs #347822, #317031
3351
3352 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3353
3354         * NEWS:
3355         * configure.ac:
3356         
3357         Update for release 0.5.4
3358
3359 2006-07-11  Bastien Nocera <hadess@hadess.net>
3360
3361         * Makefile.am:
3362         * backend/Makefile.am:
3363         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3364         * backend/ev-document-factory.h:
3365         * configure.ac:
3366         * impress/.cvsignore:
3367         * impress/Makefile.am:
3368         * impress/common.h:
3369         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3370         (imp_get_page), (imp_next_page), (imp_prev_page),
3371         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3372         * impress/f_oasis.c: (render_object), (render_page),
3373         (get_geometry), (_imp_oasis_load):
3374         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3375         (_imp_oo13_load):
3376         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3377         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3378         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3379         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3380         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3381         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3382         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3383         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3384         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3385         (iks_new_within), (iks_insert), (iks_insert_cdata),
3386         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3387         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3388         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3389         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3390         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3391         (iks_cdata), (iks_cdata_size), (iks_has_children),
3392         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3393         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3394         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3395         (iks_tree), (iks_load), (iks_save):
3396         * impress/iksemel.h:
3397         * impress/imposter.h:
3398         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3399         (imp_render_draw_bezier_real), (imp_render_get_size),
3400         (imp_render_set_fg_color), (imp_render_draw_line),
3401         (imp_render_draw_rect), (imp_render_draw_polygon),
3402         (imp_render_draw_arc), (imp_render_draw_bezier),
3403         (imp_render_open_image), (imp_render_get_image_size),
3404         (imp_render_scale_image), (imp_render_draw_image),
3405         (imp_render_close_image), (imp_render_markup),
3406         (imp_render_get_text_size), (imp_render_draw_text),
3407         (impress_document_load), (impress_document_save),
3408         (impress_document_get_n_pages), (impress_document_get_page_size),
3409         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3410         (impress_document_finalize), (impress_document_class_init),
3411         (impress_document_can_get_text), (impress_document_get_info),
3412         (impress_document_document_iface_init),
3413         (impress_document_thumbnails_get_thumbnail),
3414         (impress_document_thumbnails_get_dimensions),
3415         (impress_document_document_thumbnails_iface_init),
3416         (impress_document_init):
3417         * impress/impress-document.h:
3418         * impress/internal.h:
3419         * impress/r_back.c: (_imp_fill_back):
3420         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3421         (_imp_draw_image), (_imp_tile_image):
3422         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3423         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3424         (r_polyline):
3425         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3426         (r_draw_gradient_complex), (r_draw_gradient):
3427         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3428         (r_get_bullet):
3429         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3430         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3431         (r_text):
3432         * impress/render.c: (imp_create_context), (imp_context_set_page),
3433         (imp_context_set_step), (imp_render), (imp_delete_context):
3434         * impress/render.h:
3435         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3436         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3437         (zip_load_xml), (zip_get_size), (zip_load):
3438         * impress/zip.h:
3439         * shell/ev-utils.c:
3440         
3441         New backend to support impress slides. Fixes bug #30867.
3442
3443 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3444
3445         * shell/ev-utils.c: (using_postscript_printer):
3446         
3447         Fixes crash when print using PAPI backend,
3448         bug #345012.
3449
3450 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3451
3452         * shell/ev-jobs.c: (ev_job_xfer_run):
3453         * shell/ev-window.c: (password_dialog_response),
3454         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3455         (ev_window_dispose):
3456         Fixes bug #344160: if the xfer job doesn't complete
3457         because a password is required, reload the existing
3458         instance instead of creating a new one.
3459
3460 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3461
3462         * shell/main.c: (main): Call gdk_threads_init. Thus
3463         we'll avoid errors in auth dialog. Fix for the bug
3464         #343347.
3465
3466 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3467
3468         * configure.ac: Advertise pixbuf support, fix
3469         for the bug 343317.
3470
3471 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3472
3473         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3474         (ev_sidebar_thumbnails_set_document):
3475         
3476         Update sidebar thumbnails after reloading.
3477
3478 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3479
3480         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3481         * shell/ev-jobs.h:
3482         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3483         (ev_window_cmd_view_reload), (ev_window_init):
3484         
3485         Don't crash on reload. Fix for the bug #343167.
3486
3487 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3488
3489         * shell/ev-jobs.c: (ev_job_render_run):
3490         
3491         Check for document links.
3492
3493 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3494
3495         * backend/ev-attachment.c: (ev_attachment_save),
3496         (ev_attachment_launch_app), (ev_attachment_open):
3497         * backend/ev-document-factory.c: (get_document_from_uri):
3498         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3499         (egg_recent_view_uimanager_set_list):
3500         * ps/ps-document.c: (check_filecompressed), (document_load),
3501         (ps_document_load):
3502         * shell/ev-metadata-manager.c: (load_values):
3503         * shell/ev-password.c: (ev_password_dialog_set_property):
3504         * shell/ev-view.c: (tip_from_link):
3505         * shell/ev-window.c: (file_save_dialog_response_cb),
3506         (ev_window_print_dialog_response_cb):
3507         
3508         Use consistent quoting style. Fix for the bug #320285.
3509
3510 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3511
3512         * shell/ev-jobs.c: (ev_job_xfer_run):
3513         * shell/main.c: (load_files):
3514                 
3515         Open links with anchors. Fix for the bug #339836.
3516
3517 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3518
3519         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3520         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3521         (ev_link_dest_set_property), (ev_link_dest_finalize),
3522         (ev_link_dest_class_init), (ev_link_dest_new_named),
3523         (ev_link_dest_new_page_label):
3524         * backend/ev-link-dest.h:
3525         * shell/ev-application.c: (ev_application_open_uri):
3526         * shell/ev-view.c: (goto_dest):
3527         * shell/ev-window.c:
3528         * shell/ev-window.h:
3529         
3530         Fix page-label command line option. Bug #342070.
3531
3532 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3533
3534         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3535         
3536         Don't show highlight rects if page can't be showed. Fix for 
3537         the bug #342076
3538
3539 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3540
3541         * shell/ev-window.c: (setup_sidebar_from_metadata),
3542         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3543         
3544         Setup sidebar from metadata even if there is no document
3545         loaded. Fix for the bug #342807.
3546
3547 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3548
3549         * cut-n-paste/toolbar-editor/Makefile.am:
3550         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3551         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3552         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3553         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3554         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3555         (popup_context_menu_cb), (button_press_event_cb),
3556         (configure_item_sensitivity), (configure_item_cursor),
3557         (configure_item_tooltip), (connect_widget_signals),
3558         (action_sensitive_cb), (create_item_from_action),
3559         (create_item_from_position), (toolbar_drag_data_received_cb),
3560         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3561         (toolbar_drag_leave_cb), (configure_drag_dest),
3562         (toggled_visibility_cb), (toolbar_visibility_refresh),
3563         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3564         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3565         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3566         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3567         (egg_editable_toolbar_dispose),
3568         (egg_editable_toolbar_set_ui_manager),
3569         (egg_editable_toolbar_get_selected),
3570         (egg_editable_toolbar_set_selected), (set_edit_mode),
3571         (egg_editable_toolbar_set_property),
3572         (egg_editable_toolbar_get_property),
3573         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3574         (egg_editable_toolbar_new_with_model),
3575         (egg_editable_toolbar_get_edit_mode),
3576         (egg_editable_toolbar_set_edit_mode),
3577         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3578         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3579         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3580         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3581         (item_added_or_removed_cb), (toolbar_removed_cb),
3582         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3583         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3584         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3585         (editor_create_item_from_name), (append_table),
3586         (update_editor_sheet), (egg_toolbar_editor_init):
3587         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3588         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3589         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3590         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3591         (toolbar_node_free), (egg_toolbars_model_get_flags),
3592         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3593         (egg_toolbars_model_get_name), (impl_add_item),
3594         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3595         (parse_data_list), (parse_item_list), (parse_toolbars),
3596         (egg_toolbars_model_load_toolbars), (parse_available_list),
3597         (parse_names), (egg_toolbars_model_load_names),
3598         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3599         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3600         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3601         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3602         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3603         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3604         (egg_toolbars_model_set_types), (fill_avail_array),
3605         (egg_toolbars_model_get_name_avail),
3606         (egg_toolbars_model_get_name_flags),
3607         (egg_toolbars_model_set_name_flags):
3608         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3609         * cut-n-paste/toolbar-editor/eggintl.h:
3610         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3611         (egg_tree_multi_drag_source_get_type),
3612         (egg_tree_multi_drag_source_row_draggable),
3613         (egg_tree_multi_drag_source_drag_data_delete),
3614         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3615         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3616         (path_list_free), (set_context_data), (get_context_data),
3617         (get_info), (egg_tree_multi_drag_drag_data_get),
3618         (egg_tree_multi_drag_motion_event),
3619         (egg_tree_multi_drag_button_press_event),
3620         (egg_tree_multi_drag_add_drag_support):
3621         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3622         * shell/ev-application.c: (ev_application_init),
3623         (ev_application_save_toolbars_model):
3624         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3625         (ev_window_cmd_edit_toolbar), (ev_window_init):
3626         
3627         Sync toolbareditor with epiphany and libegg
3628
3629 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * configure.ac: 
3632
3633         Depend on poppler 0.5.2
3634
3635 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3636
3637         * shell/ev-jobs.c: (ev_job_render_run):
3638         
3639         Check if document supports links iterface.
3640
3641 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3642
3643         * NEWS:
3644         * configure.ac:
3645         
3646         Update for release 0.5.3
3647
3648 2006-05-13  Michael Plump  <plumpy@skylab.org>
3649
3650         * configure.ac:
3651         * shell/Makefile.am:
3652         * shell/main.c: (main):
3653         
3654         Port to GOption command line parsing. Fix for the 
3655         bug #327518
3656
3657 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * shell/ev-window.c: (ev_window_cmd_help_about):
3660         
3661         Do not wrap license. Fix for the bug #309460.
3662
3663 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3664
3665         * configure.ac:
3666         * properties/ev-properties-main.c: (ev_properties_get_pages):
3667         * shell/ev-application.c: (ev_application_open_window),
3668         (ev_application_open_uri_at_dest):
3669         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3670         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3671         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3672         * shell/ev-utils.c: (save_print_config_to_file):
3673         * shell/ev-window.c: (ev_window_cmd_save_as),
3674         (ev_attachment_popup_cmd_save_attachment_as):
3675         * shell/main.c: (load_files_remote):
3676         
3677         Bump requirements to gtk 2.8 and drop all ifdefs used.
3678
3679 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3680
3681         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3682         * shell/ev-window.c: (ev_window_init):
3683         
3684         Show attachments page.
3685
3686 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3687
3688         * po/POTFILES.in:
3689         * shell/ev-attachment-bar.c:
3690         * shell/ev-attachment-bar.h:
3691         * shell/ev-sidebar-attachments.c:
3692         (ev_sidebar_attachments_icon_cache_add),
3693         (icon_theme_get_pixbuf_from_mime_type),
3694         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3695         (ev_sidebar_attachments_icon_cache_refresh),
3696         (ev_sidebar_attachments_get_attachment_at_pos),
3697         (ev_sidebar_attachments_popup_menu_show),
3698         (ev_sidebar_attachments_popup_menu),
3699         (ev_sidebar_attachments_button_press),
3700         (ev_sidebar_attachments_update_icons),
3701         (ev_sidebar_attachments_drag_data_get),
3702         (ev_sidebar_attachments_get_property),
3703         (ev_sidebar_attachments_destroy),
3704         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3705         (ev_sidebar_attachments_new),
3706         (ev_sidebar_attachments_set_document),
3707         (ev_sidebar_attachments_support_document),
3708         (ev_sidebar_attachments_get_label),
3709         (ev_sidebar_attachments_page_iface_init):
3710         * shell/ev-sidebar-attachments.h:
3711         * shell/ev-window.c: (update_chrome_visibility),
3712         (setup_sidebar_from_metadata), (ev_window_setup_document),
3713         (ev_window_sidebar_current_page_changed_cb),
3714         (attachment_bar_menu_popup_cb), (ev_window_init):
3715         
3716         Move attachments bar to sidebar.
3717
3718 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * pdf/ev-poppler.cc:
3721         * shell/ev-application.[ch]:
3722         * shell/main.c:
3723
3724         Fix some memory leaks.
3725
3726 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3727
3728         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3729
3730         Change the properties dialog response to
3731         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3732         will make the dialog go away when the user presses
3733         enter. With gtk+ >= 2.9 this will happen anyway, but for
3734         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3735         escape by default. Fixes bug #340539. See also bug
3736         #101293 for the gtk+ part.
3737
3738 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3739
3740         * shell/ev-view.c (tip_from_action_named): Replace some strings
3741         that were wrong. Closes #340970.
3742
3743 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3746
3747         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3748         #341049
3749
3750 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3751
3752         * djvu/Makefile.am:
3753         * dvi/Makefile.am:
3754         * dvi/mdvi-lib/Makefile.am:
3755         * properties/Makefile.am:
3756         * ps/Makefile.am:
3757         * shell/Makefile.am:
3758         * thumbnailer/Makefile.am:
3759         
3760         Due to broken libtool that is unable to track dependencies
3761         of noinst libraries we are forced to explicitely point
3762         libraries for binary. Fix for the bug #333334.
3763
3764 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3765
3766         * data/evince.desktop.in.in:
3767         * shell/ev-view.c: (view_update_range_and_current_page),
3768         (ev_view_next_page), (ev_view_previous_page):
3769         * shell/ev-window.c: (update_chrome_visibility),
3770         (setup_sidebar_from_metadata), (ev_window_setup_document),
3771         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3772         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3773         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3774         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3775         (ev_window_stop_presentation), (ev_window_focus_in_event),
3776         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3777         (ev_window_init):
3778         * thumbnailer/Makefile.am:
3779         
3780         Update fullscreen and presentation timeout handling. Hide
3781         cursor in presentation after timeout. Fix for the bugs
3782         #136359 and #336981.
3783
3784 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * backend/ev-link-action.[ch]:
3787         * pdf/ev-poppler.cc: (ev_link_from_action):
3788         * shell/ev-view-private.h:
3789         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3790         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3791
3792         Add support for Named Action links
3793
3794 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * backend/Makefile.am:
3797         * backend/ev-document-links.[ch]:
3798         * backend/ev-document.[ch]:
3799         * backend/ev-link-action.[ch]:
3800         * backend/ev-link-dest.[ch]:
3801         * backend/ev-link.[ch]:
3802         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3803         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3804         * shell/ev-page-action.c: (build_new_tree_cb):
3805         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3806         (links_page_num_func), (update_page_callback):
3807         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3808         (tip_from_link):
3809         * shell/ev-jobs.c:
3810         * shell/ev-window.[ch]: (ev_window_open_uri),
3811         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3812         * shell/ev-application.[ch]: (ev_application_open_window),
3813         (ev_application_open_uri):
3814
3815         Rework links system, it adds support for remote links now and it makes
3816         easier to add new kinds of actions and destinations. Fixes bug #317292
3817
3818 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3819
3820         * data/Makefile.am:
3821         * data/evince.png:
3822         * data/evince-16.png:
3823         * data/evince-22.png:
3824         * data/evince.svg:
3825         * shell/main.c: (main):
3826         
3827         Evince use it's own icon. Fix for the bug #313392.
3828
3829         * shell/ev-window.c: (fullscreen_timeout_cb),
3830         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3831         (ev_window_cmd_help_about), (ev_window_dispose):
3832         
3833         Simplify fullscreen timeout code.
3834
3835 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * backend/ev-attachment.c: 
3838         * shell/ev-attachment-bar.c:
3839         * shell/ev-window.c:
3840
3841         Allow multiple selection of attachments
3842
3843 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * shell/ev-view.c: (view_update_range_and_current_page),
3846         (ev_view_scroll):
3847         
3848         Fix for the bug #312573 – Optimal selection of current 
3849         page among visible pages.
3850
3851 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3852
3853         * configure.ac:
3854         * djvu/Makefile.am:
3855         * djvu/djvu-text.h:
3856         
3857         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3858         for the bug 339868.
3859
3860 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3861
3862         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3863
3864 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3865
3866         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3867         dictated by the GNOME HIG. Fixes bug #339235.
3868
3869 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3870
3871         * data/evince-ui.xml:
3872         * shell/ev-view.c: (ev_view_can_find_previous):
3873         * shell/ev-view.h:
3874         * shell/ev-window.c: (ev_window_update_actions),
3875         (ev_window_cmd_edit_find_previous):
3876
3877         Add support for "Find Previous" as dictated by the GNOME HIG. A
3878         menu item is added and some glue code to make it all work is added
3879         to various files.
3880
3881 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3882
3883         * configure.ac: Award myself the "useless use of cat" award.
3884
3885 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3886
3887         * po/LINGUAS: New file listing all supported languages.
3888
3889         * configure.in: Use po/LINGUAS instead of including all languages
3890         directly in this file. See the wiki for more information:
3891         http://live.gnome.org/GnomeGoals/PoLinguas
3892
3893 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * backend/ev-document-factory.c:
3896
3897         Do not load the document twice when there isn't errors
3898
3899 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * backend/ev-attachment.c: 
3902
3903         Fix a crash when there isn't a default application to open an
3904         attachment
3905
3906 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * backend/ev-attachment.[ch]:
3909         * shell/ev-attachment-bar.[ch]:
3910
3911         Added missing files. 
3912
3913 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * backend/Makefile.am:
3916         * data/evince-ui.xml:
3917         * backend/ev-attachment.[ch]:
3918         * backend/ev-document.[ch]: (ev_document_has_attachments),
3919         (ev_document_get_attachments):
3920         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3921         (attachment_save_to_buffer), (pdf_document_get_attachments),
3922         (pdf_document_document_iface_init):
3923         * shell/Makefile.am:
3924         * shell/ev-attachment-bar.[ch]:
3925         * shell/ev-window.c:
3926
3927         Add support for PDF attachments. Fixes bug #325143
3928
3929 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3930
3931         * backend/ev-document-factory.c: (get_document_from_uri),
3932         (ev_document_factory_get_document):
3933         * backend/ev-document-factory.h:
3934         * properties/ev-properties-main.c: (ev_properties_get_pages):
3935         * shell/Makefile.am:
3936         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3937         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3938         (ev_job_queue_remove_job):
3939         * shell/ev-job-queue.h:
3940         * shell/ev-job-xfer.c:
3941         * shell/ev-job-xfer.h:
3942         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3943         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3944         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3945         (ev_job_xfer_run):
3946         * shell/ev-jobs.h:
3947         * shell/ev-window.c: (ev_window_is_empty),
3948         (password_dialog_response), (ev_window_clear_xfer_job),
3949         (ev_window_xfer_job_cb), (ev_window_open_uri),
3950         (ev_window_cmd_focus_page_selector),
3951         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3952         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3953         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3954         (ev_window_dispose):
3955         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3956         
3957         * Cleanup mime type detection on document load. Fix for the
3958         bug #336448.
3959
3960 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3961
3962         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3963         
3964         Fix crash on exit, described in the bug #336825.
3965
3966 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3967
3968         * backend/ev-document-factory.c:
3969         (ev_document_factory_get_from_mime),
3970         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3971         (ev_document_factory_get_document),
3972         (file_filter_add_mime_list_and_free),
3973         (ev_document_factory_add_filters):
3974         * backend/ev-document-factory.h:
3975         * properties/ev-properties-main.c: (ev_properties_get_pages):
3976         * shell/Makefile.am:
3977         * shell/ev-application.c:
3978         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3979         * shell/ev-window.c: (ev_window_cmd_file_open),
3980         (ev_window_cmd_save_as):
3981         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3982         
3983         Rework factory functions so they are placed now in a single 
3984         file ev-document-factory.c
3985
3986 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3987
3988         * shell/ev-window.c: (update_chrome_visibility):
3989         
3990         Fix for the bug 166566 - don't show menubar in fullscreen
3991         mode.
3992
3993 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3994
3995         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3996
3997 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * shell/ev-view.c: (ev_view_expose_event):
4000         
4001         More correctly draw loading text when document
4002         is empty.
4003
4004 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4005
4006         * shell/ev-view.c: (ev_view_scroll):
4007         
4008         Fix for the bug #334854, page down and page up switch
4009         pages in presentation mode.
4010
4011 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4012
4013         * shell/ev-window.c: (ev_window_set_action_sensitive),
4014         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4015         (ev_window_set_view_accels_sensitivity),
4016         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4017         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4018         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4019         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4020         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4021         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4022         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4023         (view_actions_focus_in_cb), (ev_window_init):
4024         
4025         Fix for the bug #333902, now it's possible to search
4026         words with slash.
4027
4028 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4029
4030         * configure.ac: Added Breton translation.
4031         * po/br.po: Added Breton translation.
4032
4033 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4034
4035         * shell/ev-window-title (ev_window_title_update):
4036
4037         Fix memory leak in window title. Fixes bug #333944
4038
4039 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * shell/ev-metadata-manager.c (parseItem):
4042
4043         Fix memory leaks. Fixes bug #333945
4044
4045 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4046         
4047         * NEWS, configure.ac, TODO:
4048         
4049         Update for release 0.5.2.
4050
4051 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4052
4053         * shell/ev-view.c: (view_update_range_and_current_page),
4054         (page_changed_cb):
4055         
4056         Don't jump on scrolling, fix for the bug #333127.
4057
4058 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4059
4060         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4061         
4062         Scroll by one page in presentation mode. Fix for the bug
4063         #332993.
4064
4065 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4066
4067         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4068
4069 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4070
4071         * configure.ac  Added lv in ALL_LINGUAS line.
4072
4073 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4074         
4075         * NEWS, configure.ac:
4076         
4077         Update for release 0.5.1
4078
4079 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4080
4081         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4082         * backend/ev-document-misc.h:
4083         * shell/ev-view.c: (draw_one_page):
4084         
4085          Clairfy what page the toolbar page number applies to. Fix
4086          for the bug #328102.
4087
4088 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4089
4090         * shell/ev-view-private.h:
4091         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4092         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4093         (ev_view_search_changed):
4094         * shell/ev-view.h:
4095         * shell/ev-window.c: (find_bar_search_changed_cb):
4096         
4097         Dont't jump to find result if window was scrolled during search.
4098         Fix for the bug #313266.
4099
4100 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4101
4102         * shell/eggfindbar.c: (egg_find_bar_class_init):
4103         * shell/eggfindbar.h:
4104         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4105         * shell/ev-view-private.h:
4106         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4107         (ev_view_class_init), (ev_sizing_mode_get_type),
4108         (ev_scroll_type_get_type):
4109         * shell/ev-view.h:
4110         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4111         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4112         (ev_window_init):
4113         
4114         Fix for the bug 319133 - Find entry should allow text scroll.
4115
4116 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4117
4118         * shell/ev-view-private.h:
4119         * shell/ev-view.c: (view_update_range_and_current_page),
4120         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4121         (ev_view_set_document), (update_find_status_message),
4122         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4123         (ev_view_find_previous):
4124         
4125         Fix for the bug #319137. Search now takes account for scrolling.
4126
4127 2006-02-19  Michael Hofmann <mh21@piware.de>
4128
4129         * configure.ac:
4130         * djvu/Makefile.am:
4131         * djvu/djvu-document-private.h:
4132         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4133         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4134         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4135         (djvu_document_can_get_text), (djvu_document_get_text),
4136         (djvu_document_document_iface_init),
4137         (djvu_document_thumbnails_get_thumbnail),
4138         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4139         (djvu_document_find_get_result),
4140         (djvu_document_find_page_has_results),
4141         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4142         (djvu_document_find_iface_init):
4143         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4144         (djvu_text_page_selection), (djvu_text_page_limits_process),
4145         (djvu_text_page_limits), (djvu_text_page_copy),
4146         (djvu_text_page_position), (djvu_text_page_union),
4147         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4148         (djvu_text_page_box), (djvu_text_page_append_text),
4149         (djvu_text_page_search), (djvu_text_page_prepare_search),
4150         (djvu_text_page_new), (djvu_text_page_free):
4151         * djvu/djvu-text-page.h:
4152         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4153         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4154         (djvu_text_n_results), (djvu_text_has_results),
4155         (djvu_text_get_result), (djvu_text_get_progress):
4156         * djvu/djvu-text.h:
4157         
4158         Text search in djvu. Fix for the bug #303415.
4159
4160 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4161
4162         * configure.ac:
4163         * shell/ev-window.c: (ev_window_cmd_save_as):
4164         
4165         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4166         Thanks to Gary Coady <gary@lyranthe.org>
4167
4168 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4169
4170         * shell/ev-print-job.c: (idle_print_handler):
4171         
4172         Inverse order printing, bug #320919.
4173
4174 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4175
4176         * data/evince-toolbar.xml:
4177         * shell/ev-window.c:
4178         
4179         Allow to add sidebar checkbutton on toolbar. Fix
4180         for the bug #144577.
4181
4182 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4183
4184         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4185         
4186         Add checks that have sense for empty ps document.
4187
4188 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4189
4190         * configure.ac: Include PS in mime types list. 
4191
4192 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4193
4194         * configure.ac:
4195         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4196         * ps/gsdefaults.h:
4197         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4198         
4199         Runtime check for gs interpreter. Fix for the bug #320868.
4200         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4201
4202 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * shell/ev-application.c: 
4205
4206         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4207         dbus>=0.60, so that the request is not queued. 
4208
4209 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4210
4211         * configure.ac:
4212         * shell/Makefile.am:
4213         * shell/ev-sidebar-links.c: (print_section_cb):
4214         * shell/ev-utils.c:
4215         * shell/ev-utils.h:
4216         * shell/ev-window.c: (update_action_sensitivity),
4217         (ev_window_close_dialogs), (ev_window_print):
4218         * shell/ev-window.h:
4219         
4220         Make printing support optional. Patch from Eduardo de Barros Lima
4221         <eduardo.lima@indt.org.br> for the bug #330546.
4222
4223 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4224
4225         * shell/ev-view-private.h:
4226         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4227         (ev_view_set_document):
4228         * shell/ev-view.h:
4229         * shell/ev-window.c: (ev_window_load_job_cb),
4230         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4231         (ev_window_init):
4232
4233         Draw Loading message during xfer job. Fix for the bug #329495.
4234
4235 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4236
4237         * comics/comics-document.c: (comics_regex_quote),
4238         (comics_document_load), (extract_argv):
4239         
4240         Correcly quote regexp before passing it to unzip.
4241
4242 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4243
4244         * shell/ev-page-cache.c: (build_height_to_page),
4245         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4246         (ev_page_cache_get_dual_even_left):
4247         * shell/ev-page-cache.h:
4248         * shell/ev-view.c: (view_update_range_and_current_page),
4249         (get_page_y_offset), (get_page_extents):
4250         
4251         Place even pages to the left if document has less then
4252         two pages. Fix for the bug #328856.
4253
4254 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4255
4256         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4257         
4258         Correct comics scheme. This make evince create thumbnails
4259         for comic books. Fix for the bug 329088.
4260
4261 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4262
4263         * data/evince-password.glade: Don't explicitly set
4264         invisible_char to the current default value in case
4265         the default changes; let GTK+ do its magic.
4266
4267 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4268
4269         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4270         real filename to tmp filename since often document
4271         type is determined by extension.
4272
4273 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4274
4275         * shell/ev-view.c: (add_scroll_binding_keypad),
4276         (ev_view_binding_activated), (ev_view_class_init):
4277         
4278         Add keybindings for percision-scrolling of display area. 
4279         Fix for the bug #314072.
4280
4281 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4282
4283         * data/evince.desktop.in.in:
4284         
4285         Add GTK to the list of categories. Fix for the bug #328034.
4286
4287 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4288
4289         * shell/ev-application.c: (ev_application_shutdown),
4290         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4291         * shell/ev-application.h:
4292         * shell/ev-window.c: (file_open_dialog_response_cb),
4293         (ev_window_cmd_file_open):
4294         
4295         Save last uri in file chooser dialog. Fix for the bug #327950.
4296
4297 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4298
4299         * NEWS:
4300         * README:
4301         
4302         Final update for release 0.5.0
4303         
4304         * shell/Makefile.am:
4305         
4306         Remove disable deprecated until we'll require libgnome-2.13.7
4307         and port to GOption argument parsing. See bug 327518.
4308
4309 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4310
4311         * comics/comics-document.c: (comics_document_save):
4312         * djvu/djvu-document.c: (djvu_document_save):
4313         * dvi/dvi-document.c: (dvi_document_save):
4314         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4315         * lib/ev-file-helpers.h:
4316         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4317         * tiff/tiff-document.c: (tiff_document_save):
4318         
4319         Use common save function for backends.
4320
4321 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4322
4323         * backend/ev-document-types.c:
4324         
4325         Fix crash on saving pixbuf.
4326
4327 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4328
4329         * cut-n-paste/recent-files/egg-recent-item.c:
4330         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4331         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4332         (parse_info_free), (valid_element), (start_element_handler),
4333         (end_element_handler), (text_handler), (egg_recent_model_filter),
4334         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4335         (egg_recent_model_monitor), (egg_recent_model_read),
4336         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4337         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4338         (egg_recent_model_set_property), (egg_recent_model_class_init),
4339         (egg_recent_model_init), (egg_recent_model_add_full),
4340         (egg_recent_model_delete), (egg_recent_model_get_list),
4341         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4342         (egg_recent_model_set_filter_mime_types),
4343         (egg_recent_model_clear_group_filter),
4344         (egg_recent_model_set_filter_groups),
4345         (egg_recent_model_clear_scheme_filter),
4346         (egg_recent_model_set_filter_uri_schemes),
4347         (egg_recent_model_remove_expired):
4348         * cut-n-paste/recent-files/egg-recent-util.c:
4349         (egg_recent_util_get_icon):
4350         * cut-n-paste/recent-files/egg-recent-util.h:
4351         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4352         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4353         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4354         (egg_recent_view_uimanager_set_property),
4355         (egg_recent_view_uimanager_get_property),
4356         (egg_recent_view_uimanager_class_init),
4357         (egg_recent_view_uimanager_init),
4358         (egg_recent_view_uimanager_set_label_width),
4359         (egg_recent_view_uimanager_get_label_width):
4360         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4361         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4362         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4363         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4364         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4365         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4366         
4367         Update from libegg.
4368
4369 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4370
4371         * shell/ev-page-cache.c: (build_height_to_page),
4372         (ev_page_cache_get_height_to_page):
4373         * shell/ev-page-cache.h:
4374         * shell/ev-view.c: (view_update_range_and_current_page),
4375         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4376         (ev_view_previous_page):
4377         
4378         Dual mode places even pages to the left. Fix for the bug #309393.
4379
4380         * shell/ev-view.h:
4381         * shell/ev-window.c: (update_action_sensitivity),
4382         (setup_view_from_metadata), (view_menu_popup_cb):
4383         
4384         Don't restore presentation in empty windows, more intelligent
4385         next page behaviour in dual mode.
4386
4387         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4388         (ev_pixbuf_cache_clear_job_sizes):
4389         
4390         Cleanup job callback on removal. Fix for the bug #325886.
4391
4392 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4393
4394         * ps/ps.c: (psscan):
4395         
4396         Commit workaround Mozilla problem. Fix for the bug #325919
4397         
4398         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4399         (save_item):
4400         
4401         Fix for year 2038 problem.
4402
4403 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4404
4405         * shell/ev-window.c: (setup_document_from_metadata),
4406         (ev_window_cmd_view_reload):
4407
4408         Clamp page recieved from metadata in valid values. Fix
4409         for the bug #325986.
4410
4411 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * MAINTAINERS: 
4414         Add MAINTAINERS as requested on desktop-devel-list.
4415
4416 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4417
4418         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4419         (mime_type_supported_by_gdk_pixbuf),
4420         (ev_document_factory_get_mime_types),
4421         (ev_document_factory_get_all_mime_types):
4422         
4423         Don't add pixbuf mime types if pixbuf backend is disabled.
4424         
4425         * shell/ev-application.c: (ev_application_get_uri_window):
4426         
4427         Fix for the bug 325815 - unhandled MIME type message doesn't 
4428         appear a second time. 
4429         
4430         * shell/ev-document-types.c: (ev_document_types_add_filters):
4431         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4432         (password_dialog_response), (ev_window_popup_password_dialog),
4433         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4434         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4435         (ev_window_run_presentation), (ev_window_stop_presentation),
4436         (save_sizing_mode), (ev_window_zoom_changed_cb),
4437         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4438         (ev_window_dual_mode_changed_cb),
4439         (ev_window_sidebar_current_page_changed_cb),
4440         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4441         (window_state_event_cb), (window_configure_event_cb):
4442         
4443         Cleanup additional uris holded by EvWindow.
4444
4445 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4446
4447         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4448         (ev_view_can_previous_page), (ev_view_can_next_page):
4449         * shell/ev-view.h:
4450         * shell/ev-window.c: (update_action_sensitivity):
4451         
4452         Two page scrolling with Space and PageUp in dual mode. Second fix 
4453         for the bug #316608.
4454
4455 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4456
4457         * shell/ev-view.c: (scroll_to_current_page):
4458         
4459         Correctly clamp adjustment value. Fix for the bug
4460         #325808.
4461
4462 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4463
4464         * shell/ev-sidebar-links.c: (print_section_cb):
4465         * shell/ev-window.c: (ev_window_get_uri),
4466         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4467         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4468         (ev_window_dispose):
4469         
4470         Make print dialog non-modal. Fix for the bug #325622.
4471
4472 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4473
4474         * shell/ev-metadata-manager.c:
4475         * shell/ev-utils.c: (using_pdf_printer),
4476         (using_postscript_printer), (load_print_config_from_file),
4477         (save_print_config_to_file):
4478         * shell/ev-utils.h:
4479         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4480         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4481         (setup_view_from_metadata), (ev_window_setup_document),
4482         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4483         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4484         (ev_window_run_presentation), (ev_window_stop_presentation),
4485         (save_sizing_mode), (ev_window_zoom_changed_cb),
4486         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4487         (ev_window_dual_mode_changed_cb),
4488         (ev_window_sidebar_current_page_changed_cb),
4489         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4490         (window_state_event_cb), (window_configure_event_cb),
4491         (ev_window_init):
4492         
4493         Setting saving behaviour fixes.
4494
4495 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4496
4497         * configure.ac:
4498         
4499         Make antialiasing gs options better and allow
4500         to change them during configure. Fix for the 
4501         bug #319049.
4502
4503 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4504
4505         * shell/ev-window.c: (setup_view_from_metadata):
4506         
4507         Remember if last window was maximized. Fix for the
4508         bug #323797.
4509
4510 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4511
4512         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4513
4514 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4515
4516         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4517         * shell/ev-page-action.c: (build_new_tree_cb):
4518         * shell/ev-sidebar-links.c: (links_page_num_func),
4519         (update_page_callback_foreach), (update_page_callback):
4520         * shell/ev-view.c: (scroll_to_current_page):
4521         
4522         Fix for the bug #325067 with more intelligent selection
4523         of current link in sidebar. Make sidebar handle links
4524         of FITR-like type more correctly.
4525
4526         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4527         (dvi_pixbuf_put_pixel):
4528         
4529         Fix memory consumtion with disabled alpha channel.
4530
4531 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4532
4533         * data/evince-ui.xml:
4534         * shell/ev-window.c: (view_menu_popup_cb),
4535         (ev_popup_cmd_open_link), (ev_window_init):
4536         
4537         Update context menu for internal links. Fix for the bug
4538         #325066.
4539
4540 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4541
4542         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4543         
4544         Bind context menu to keyboard also. Fix for the bug
4545         #325065.
4546
4547 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * shell/ev-view.c: (selection_scroll_timeout_cb):
4550         
4551         Horizontal scroll on selection also.
4552
4553 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4554
4555         * shell/ev-metadata-manager.c: (parse_value):
4556         * shell/ev-view.c: (goto_xyz_link):
4557         
4558         Correct zoom setup and metadata save broken in 
4559         some locales.
4560
4561 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * shell/ev-view-private.h:
4564         * shell/ev-view.c: (scroll_to_current_page),
4565         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4566         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4567         (page_changed_cb), (ev_view_set_continuous),
4568         (ev_view_set_dual_page), (ev_view_set_presentation):
4569         
4570         Delay scroll until allocation to correctly position page. Fix
4571         for the bug #317334.
4572
4573 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * NEWS:
4576         * configure.ac:
4577         
4578         Update NEWS and require poppler 0.5.0.
4579
4580 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4581         
4582         * data/evince-ui.xml:
4583         * shell/ev-view-private.h:
4584         * shell/ev-view.c: (ev_view_get_link_at_location),
4585         (handle_link_over_xy), (ev_view_button_press_event),
4586         (ev_view_button_release_event), (ev_view_class_init):
4587         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4588         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4589         (ev_window_init):
4590         
4591         Implement right-click context menu.
4592
4593 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4594
4595         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4596         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4597         (mdvi_pixbuf_device_render):
4598         * pdf/ev-poppler.cc:
4599
4600         Don't generate thumbnails with alpha. See bug #324077.
4601         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4602
4603 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4604
4605         * shell/ev-window.c: (setup_chrome_from_metadata):
4606         
4607         Fix typo that was hiding toolbar.
4608
4609 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4610
4611         * shell/ev-view-private.h:
4612         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4613         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4614         (ev_view_button_release_event), (ev_view_destroy):
4615         
4616         Small cleanup and autoscrolling during selection. Thanks to 
4617         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4618
4619 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4620
4621         * configure.ac:
4622         
4623         Correctly check for comics option.
4624
4625 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4626         * Makefile.am:
4627         * configure.ac:
4628         * backend/Makefile.am:
4629         * backend/ev-document-factory.c:
4630         * shell/ev-document-types.c:
4631
4632         Included option in configure to make ps backend 
4633         compilation optional with --disable-ps.
4634
4635 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4636
4637         * backend/ev-document-factory.c:
4638         * comics/Makefile.am:
4639         * comics/comics-document.c: (comics_document_load):
4640         * comics/ev-cbr-mime.xml:
4641         * configure.ac:
4642         
4643         Comics mime types are added to shared-mime-info CVS. Now
4644         we don't need to install our own mime types.
4645
4646 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * shell/ev-window.c:
4649         
4650         Add shortcut for "save a copy" menu entry. Fix for
4651         the bug #324582.
4652
4653 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4654
4655         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4656         (job_finished_cb), (new_selection_pixbuf_needed),
4657         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4658         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4659         
4660         Rework selection job info logic and fix critical warning.
4661
4662 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4663
4664         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4665
4666 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4667
4668         * data/evince-ui.xml:
4669         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4670         
4671         Enter as shortcut key for next page. Fix for the bug
4672         #321394.
4673
4674 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4675
4676         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4677
4678 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4681         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4682         (new_selection_pixbuf_needed),
4683         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4684         (clear_job_selection):
4685         
4686         Too early for 0.5. Pixbuf cache code cleaned a bit.
4687
4688 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4689
4690         * NEWS:
4691         * configure.ac:
4692         
4693         Release 0.5.0 preparation
4694
4695 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4696
4697         * comics/Makefile.am:
4698         * configure.ac:
4699         * shell/ev-document-types.c: (ev_document_types_add_filters):
4700         
4701         More advanced handling of custom mime type installation.
4702
4703 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4704
4705         * data/evince.schemas.in:
4706         * shell/ev-metadata-manager.c: (value_free),
4707         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4708         (ev_metadata_manager_get), (ev_metadata_manager_set):
4709         * shell/ev-metadata-manager.h:
4710         * shell/ev-window.c: (update_chrome_flag),
4711         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4712         (setup_document_from_metadata), (setup_chrome_from_metadata),
4713         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4714         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4715         (ev_window_view_toolbar_cb),
4716         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4717         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4718         
4719         Save last document settings and reuse them for new documents.
4720
4721 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4722
4723         * Makefile.am:
4724         * backend/Makefile.am:
4725         * backend/ev-document-factory.c:
4726         * backend/ev-document-factory.h:
4727         * comics/Makefile.am:
4728         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4729         (comics_document_load), (comics_document_save),
4730         (comics_document_get_n_pages), (comics_document_get_page_size),
4731         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4732         (comics_document_class_init), (comics_document_can_get_text),
4733         (comics_document_get_info), (comics_document_document_iface_init),
4734         (comics_document_init), (get_supported_image_extensions),
4735         (comics_document_thumbnails_get_geometry),
4736         (comics_document_thumbnails_get_thumbnail),
4737         (comics_document_thumbnails_get_dimensions),
4738         (comics_document_document_thumbnails_iface_init), (extract_argv):
4739         * comics/comics-document.h:
4740         * comics/ev-cbr-mime.xml:
4741         * configure.ac:
4742         * po/POTFILES.in:
4743         * shell/ev-application.c: (ev_application_register_service):
4744         * shell/ev-document-types.c: (ev_document_types_add_filters):
4745         * thumbnailer/Makefile.am:
4746         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4747         
4748         New CBR/CBZ backend for comic books.
4749
4750 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * shell/main.c: (load_files_remote):
4753
4754         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4755         warning on startup of second instance is fixed. It
4756         is bug #320353.
4757
4758 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4759
4760         * shell/ev-window.c: (ev_window_finalize):
4761         
4762         Fix double free that cause crash.
4763
4764 2005-10-29  Bastien Nocera <hadess@hadess.net>
4765
4766         * tiff/tiff-document.c: (tiff_document_load):
4767         
4768         Fix memory leak.
4769
4770 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4771
4772         * po/POTFILES.in:
4773         * shell/Makefile.am:
4774         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4775         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4776         (ev_view_accessible_get_text),
4777         (ev_view_accessible_get_character_at_offset),
4778         (ev_view_accessible_get_text_before_offset),
4779         (ev_view_accessible_get_text_at_offset),
4780         (ev_view_accessible_get_text_after_offset),
4781         (ev_view_accessible_get_character_count),
4782         (ev_view_accessible_get_caret_offset),
4783         (ev_view_accessible_set_caret_offset),
4784         (ev_view_accessible_get_run_attributes),
4785         (ev_view_accessible_get_default_attributes),
4786         (ev_view_accessible_get_character_extents),
4787         (ev_view_accessible_get_offset_at_point),
4788         (ev_view_accessible_get_n_selections),
4789         (ev_view_accessible_get_selection),
4790         (ev_view_accessible_add_selection),
4791         (ev_view_accessible_remove_selection),
4792         (ev_view_accessible_set_selection),
4793         (ev_view_accessible_text_iface_init),
4794         (ev_view_accessible_idle_do_action),
4795         (ev_view_accessible_action_do_action),
4796         (ev_view_accessible_action_get_n_actions),
4797         (ev_view_accessible_action_get_description),
4798         (ev_view_accessible_action_get_name),
4799         (ev_view_accessible_action_set_description),
4800         (ev_view_accessible_action_iface_init),
4801         (ev_view_accessible_get_type), (ev_view_accessible_new),
4802         (ev_view_accessible_factory_get_accessible_type),
4803         (ev_view_accessible_factory_create_accessible),
4804         (ev_view_accessible_factory_class_init),
4805         (ev_view_accessible_factory_get_type):
4806         * shell/ev-view-accessible.h:
4807         * shell/ev-view-private.h:
4808         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4809         * shell/ev-view.h:
4810         
4811         Initial accessibility support.
4812
4813 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4814
4815         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4816
4817 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4818
4819         * shell/ev-print-job.c: (idle_print_handler):
4820         
4821         Fix for bug Bug 318916: Printing multiple pages.
4822
4823 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4824
4825         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4826
4827 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4828
4829         * pdf/ev-poppler.cc:
4830         
4831         Thumnail dimensions unified with other backends.
4832         
4833         * shell/ev-window-title.c: (ev_window_title_update):
4834         
4835         Fix warning.
4836
4837 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * data/ev-stock-zoom-fit-width.png:
4840         
4841         Remove unused file.
4842
4843 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4844
4845         * configure.ac:
4846         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4847         (djvu_document_finalize):
4848         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4849         (dvi_document_finalize):
4850         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4851         (pixbuf_document_save), (pixbuf_document_finalize):
4852         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4853         (tiff_document_finalize):
4854         
4855         Save a copy implemented for various backends.
4856
4857 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4858
4859         * configure.ac:
4860         
4861         Don't link with ltiff if tiff is disabled.
4862
4863 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4864
4865         * pdf/GDKSplashOutputDev.cc:
4866         * pdf/GDKSplashOutputDev.h:
4867         * pdf/Thumb.cc:
4868         * pdf/Thumb.h:
4869         * pdf/pdf-document.cc:
4870         * pdf/pdf-document.h:
4871         * pdf/test-gdk-output-dev.cc:
4872         
4873         Remove old unused files.
4874
4875 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * shell/ev-window.c: (ev_window_setup_document):
4878         
4879         Fixed warnings on reload and probably crash reason.
4880
4881 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4882
4883         * properties/ev-properties-view.c:
4884         (ev_properties_view_format_date):
4885         
4886         Check if date is invalid. Fix for bug 318134.
4887
4888 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4889
4890         * shell/ev-window-title.c:
4891         
4892         Add .indd files (Adobe Indesign) to the list of "bad
4893         extensions".
4894
4895 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * data/evince-ui.xml:
4898         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4899         
4900         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4901
4902 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4903
4904         * shell/ev-window.c: (launch_link), (launch_external_uri),
4905         (view_external_link_cb):
4906
4907         URL-escape link before passing it to gnome_vfs_url_show.
4908
4909 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4912         there isn't text selected.
4913
4914 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4915
4916         * shell/ev-view.c: (handle_link_over_xy):
4917
4918         Check tooltip is valid utf8 before showing it
4919
4920 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4923
4924 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4925
4926         * shell/ev-window-title.c: (ev_window_title_update):
4927
4928         Guard against using g_strstrip on NULL. Fixes bug #317291.
4929
4930 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4931
4932         * pdf/ev-poppler.cc:
4933
4934         Show title even for unknown links
4935
4936 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4937
4938         * shell/ev-window-title.c: (ev_window_title_update):
4939
4940         Strip the title string
4941
4942 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4943
4944         * shell/ev-window-title.c:
4945
4946         Add .rtf to the bad extensions list
4947
4948 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4949
4950         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4951         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4952
4953         Ignore link coordinates if they are outside page bounds
4954
4955 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4956
4957         * backend/ev-link.c: (ev_link_type_get_type),
4958         (ev_link_get_filename), (ev_link_get_params),
4959         (ev_link_get_property), (ev_link_set_property),
4960         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4961         * backend/ev-link.h:
4962         * pdf/ev-poppler.cc:
4963         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4964         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4965         (ev_window_init):
4966
4967         Implement launch links. Delegate external link opening to
4968         the window.
4969
4970 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4971
4972         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4973         (ev_link_get_right), (ev_link_get_property),
4974         (ev_link_set_property), (ev_link_class_init),
4975         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4976         * backend/ev-link.h:
4977         * pdf/ev-poppler.cc:
4978         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4979
4980         Implement fitr links
4981
4982 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4983
4984         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4985         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4986         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4987         (ev_view_size_request_continuous),
4988         (ev_view_size_request_dual_page),
4989         (ev_view_size_request_single_page), (ev_view_size_allocate),
4990         (ev_view_zoom_for_size_continuous_and_dual_page),
4991         (ev_view_zoom_for_size_continuous),
4992         (ev_view_zoom_for_size_dual_page),
4993         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4994         (ev_sizing_mode_get_type):
4995         * shell/ev-view.h:
4996         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4997
4998         Do not use modes for link, we need to calculate size ad hoc.
4999         Still not perfect because of the usual scrollbar issues grrr.
5000
5001 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5002
5003         * backend/ev-link.c: (ev_link_type_get_type),
5004         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5005         * backend/ev-link.h:
5006         * pdf/ev-poppler.cc:
5007         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5008         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5009         (ev_view_size_request_continuous),
5010         (ev_view_size_request_dual_page),
5011         (ev_view_size_request_single_page), (ev_view_size_allocate),
5012         (zoom_for_size_fit_height),
5013         (ev_view_zoom_for_size_continuous_and_dual_page),
5014         (ev_view_zoom_for_size_continuous),
5015         (ev_view_zoom_for_size_dual_page),
5016         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5017         (ev_sizing_mode_get_type):
5018         * shell/ev-view.h:
5019         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5020
5021         Implement FIT_HEIGHT mode (only for links).
5022         Implement FITH links
5023
5024 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5025
5026         * shell/ev-window-title.c: (get_filename_from_uri),
5027         (ev_window_title_sanitize_extension), (ev_window_title_update),
5028         (ev_window_title_set_document), (ev_window_title_set_uri),
5029         (ev_window_title_free):
5030         * shell/ev-window-title.h:
5031         * shell/ev-window.c: (ev_window_setup_document),
5032         (ev_window_popup_password_dialog):
5033
5034         Refactor window title building while fixing it for
5035         password documents.
5036
5037 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5038
5039         * pdf/ev-poppler.cc:
5040
5041         Escape link title before setting it in the model
5042
5043 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5044
5045         * shell/ev-application.c: (removed_from_session), (save_session),
5046         (init_session), (ev_application_get_empty_window),
5047         (ev_application_init), (ev_application_get_windows):
5048         * shell/ev-application.h:
5049         * shell/ev-window.c: (ev_window_finalize):
5050
5051         Add a function to retrieve window list and share it where
5052         necessary.
5053         Implement session handling, works pretty well thanks to the
5054         metadata system.
5055
5056 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * shell/ev-password.c: (ev_password_item_created_callback),
5059         (ev_password_dialog_save_password):
5060         
5061         Fix for bug 316972. Use async gnome-keyring API.
5062
5063 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5064
5065         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5066         Remove unused unrealize handler. Add scroll handling to
5067         ev_view_scroll_event for presentation mode (bug #316708),
5068         and fix the event state checks there.
5069
5070 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5071
5072         * shell/ev-page-action.c: (page_changed_cb):
5073
5074         "marco, maybe we should be crazy and jump right to 6! :)"
5075
5076         Bryan Clark, Sep 2005
5077
5078 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5079
5080         * ps/ps-document.c: (save_document), (ps_document_save),
5081         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5082         (ps_document_ps_export_end):
5083
5084         Fix unstructured documents save and print
5085
5086 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5087
5088         * shell/ev-application.c: (ev_application_open_uri):
5089
5090         Fix window size persistance
5091
5092 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5093
5094         * shell/ev-view.c: (ev_view_button_release_event):
5095
5096         Based on a patch from carlosgc@gnome.org. Mouse buttons
5097         switch pages in presentation mode.
5098
5099 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5100
5101         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5102
5103         Dont cast to int before scaling
5104
5105 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5106
5107         * backend/ev-link.c: (ev_link_type_get_type),
5108         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5109         (ev_link_new_page_fith):
5110         * backend/ev-link.h:
5111         * pdf/ev-poppler.cc:
5112         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5113
5114         Implement FIT and FITH links
5115
5116 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5117
5118         * pdf/ev-poppler.cc:
5119
5120         Return 0 results when search is not in progress.
5121
5122         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5123         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5124
5125         Update menu sensitivity when cancelling search
5126
5127 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5128
5129         * shell/ev-view.c: (ev_view_can_find_next):
5130
5131         Take all pages in consideration, not just current one
5132
5133 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5134
5135         * shell/ev-page-cache.c:
5136         * shell/ev-page-cache.h:
5137         * shell/ev-view.c: (ev_view_binding_activated),
5138         (ev_view_next_page), (ev_view_previous_page),
5139         (ev_sizing_mode_get_type):
5140         * shell/ev-view.h:
5141         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5142         (ev_window_cmd_go_next_page):
5143
5144         Move page next/previous functions from page chace to
5145         view and change it to move by 2 page steps in dual mode.
5146
5147 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5148
5149         * shell/ev-window.c: (update_sidebar_visibility),
5150         (setup_sidebar_from_metadata), (ev_window_setup_document),
5151         (setup_view_from_metadata):
5152
5153         Show the index by default when there is one     
5154
5155 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5156
5157         * shell/ev-window-title.c: (ev_window_title_set_document):
5158
5159         Missing null check
5160
5161 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * shell/ev-view.c: (view_update_range_and_current_page):
5164         
5165         Allow display of last odd page in dual view. Fix for 316347.
5166
5167 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5168
5169         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5170         
5171         Make close button default. Fix for 316383.
5172
5173 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5174
5175         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5176         
5177         Mark close button as default. Fix for 316381.
5178
5179 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5180
5181         * backend/ev-link.c: (ev_link_class_init):
5182
5183         Allow negative doubles in left/top properties
5184
5185 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5186
5187         * shell/ev-window.c:
5188
5189         Remove a bunch of strings that was used only
5190         by the statusbar.
5191
5192 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5193
5194         * shell/ev-window-title.c: (get_filename_from_uri),
5195         (ev_window_title_set_document):
5196
5197         When title has a confusing extension, show also
5198         the document filename inside ()
5199
5200 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5201
5202         * shell/Makefile.am:
5203         * shell/ev-window-title.c: (ev_window_title_new),
5204         (ev_window_title_update), (ev_window_title_set_type),
5205         (ev_window_title_set_document), (ev_window_title_free):
5206         * shell/ev-window-title.h:
5207         * shell/ev-window.c: (ev_window_setup_document),
5208         (password_dialog_response), (ev_window_popup_password_dialog),
5209         (ev_window_dispose), (ev_window_init):
5210
5211         Factor out and cleanup window title code
5212
5213 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5214
5215         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5216         (unable_to_load):
5217
5218         Make dialog transient so it doesnt block other windows
5219
5220 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5221
5222         * pdf/ev-poppler.cc:
5223         
5224         Fix pdf thumbnails rendering.
5225
5226 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5227
5228         * shell/ev-window.c: (fullscreen_set_timeout):
5229         
5230         Increase timeout to hide full screen popup. Bug 
5231         316123. 
5232
5233 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5234
5235         * data/evince.schemas.in:
5236         * shell/ev-window.c: (update_action_sensitivity):
5237
5238         Allow the user to override document restrictions. Fix for bug
5239         305818.
5240
5241 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5242
5243         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5244         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5245         (ev_window_class_init): Fix multihead behaviour of fullscreen
5246         toolbar popup. Fixes bug #315451.
5247
5248 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5249
5250         * configure.ac:
5251         * data/evince-password.glade:
5252         * shell/ev-password.c: (ev_password_dialog_set_property),
5253         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5254         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5255         (ev_password_dialog_entry_changed_cb),
5256         (ev_password_dialog_entry_activated_cb),
5257         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5258         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5259         (ev_password_dialog_set_bad_pass):
5260         * shell/ev-password.h:
5261         * shell/ev-window.c: (password_dialog_response),
5262         (ev_window_popup_password_dialog):
5263         
5264         Support for gnome-keyring for encrypted PDF's.
5265
5266 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5269         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5270         (ev_view_enter_notify_event), (ev_view_class_init):
5271         
5272         More precise handling of enter_notify/leave_notify events
5273         in EvView. Fix for bug 315470.
5274
5275 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5276
5277         * shell/ev-window.c: (fullscreen_timeout_cb),
5278         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5279         (ev_window_dispose):
5280
5281         leak fix: unref fullscreen_timeout_source before clearing it
5282
5283 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5284
5285         * configure.ac, dvi/mdvi/Makefile.am: 
5286         
5287         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5288
5289 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5290
5291         * backend/ev-link.c: (ev_link_new_page_xyz):
5292         * pdf/ev-poppler.cc:
5293         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5294
5295         Fix some bugs with xyz links, respect zoom
5296
5297 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5298
5299         * shell/ev-window.c: (page_changed_cb),
5300         (setup_document_from_metadata), (update_sidebar_visibility),
5301         (setup_view_from_metadata), (ev_window_run_fullscreen),
5302         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5303         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5304         (ev_window_dual_mode_changed_cb),
5305         (ev_window_sidebar_current_page_changed_cb):
5306
5307         null check uri before setting and getting metadata
5308
5309 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5310
5311         * dvi/Makefile.am:
5312         * properties/Makefile.am:
5313         * shell/Makefile.am:
5314         * thumbnailer/Makefile.am:
5315
5316         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5317
5318 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5319
5320         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5321         (selection_changed_callback):
5322         * shell/ev-sidebar-links.h:
5323
5324         Add a signal for link activation.
5325
5326         * shell/ev-view.c: (ev_view_goto_link),
5327         (ev_view_button_release_event):
5328         * shell/ev-view.h:
5329         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5330         (ev_window_init):
5331
5332         Implement the signal so that we can handle all link types.
5333
5334         * shell/ev-page-cache.c:
5335
5336         Remove unused set_link function
5337
5338 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5339
5340         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5341
5342         Add some space from the cursor, hardcoded but I couldnt
5343         find a better way.
5344
5345 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5346
5347         * lib/ev-tooltip.c:
5348
5349         Use mozilla style vs gtk style, way better for links.
5350
5351         * shell/ev-view.c: (ev_view_motion_notify_event),
5352         (ev_view_destroy), (ev_view_init):
5353
5354         Deactive tooltip when the link hovered is changed.
5355
5356 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5357
5358         * backend/ev-document.h:
5359         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5360         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5361         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5362         (ev_link_new_page), (ev_link_new_page_xyz):
5363         * backend/ev-link.h:
5364         * pdf/ev-poppler.cc:
5365         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5366         (go_to_link), (tip_from_link):
5367
5368         Implement xyz links, still not functional. Links are a total
5369         mess, will need to refactor and bugfix a lot :(
5370
5371 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5372
5373         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5374
5375 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5376
5377         * data/evince-ui.xml:
5378         * data/evince.schemas.in:
5379         * shell/Makefile.am:
5380         * shell/ev-window.c: (update_chrome_visibility),
5381         (password_dialog_response), (ev_window_load_job_cb),
5382         (ev_window_xfer_job_cb), (ev_window_open_uri),
5383         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5384         (ev_window_init):
5385
5386         Remove the statusbar. This regress loading feedback, need to
5387         check with Bryan what we want to do there...
5388
5389 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5390
5391         * lib/ev-tooltip.c: (ev_tooltip_init):
5392
5393         Fix tooltip border and size handling
5394
5395 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5396
5397         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5398         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5399         (ev_tooltip_timeout), (ev_tooltip_activate),
5400         (ev_tooltip_deactivate):
5401         * lib/ev-tooltip.h:
5402         * shell/ev-view.c: (ev_view_motion_notify_event):
5403
5404         Delay popup showing. Mirror gtk logic/times.
5405
5406 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5407
5408         * lib/Makefile.am:
5409         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5410         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5411         (ev_tooltip_set_text), (ev_tooltip_set_position):
5412         * lib/ev-tooltip.h:
5413
5414         Simple widget to show tooltips at a custom position
5415
5416         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5417         (ev_view_destroy):
5418
5419         Use it for links. First go, needs work
5420
5421 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5422
5423         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5424         HIG fixes.  Use title capitalization for window title. Use 12 
5425         pixels of space between the dialog's vbox and action area.
5426
5427 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5428
5429         * shell/ev-window.c: (file_open_dialog_response_cb),
5430         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5431         (ev_window_cmd_save_as):
5432
5433         Make file pickers not modal and refactor code some
5434
5435 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5436
5437         * shell/ev-sidebar.h:
5438         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5439         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5440         (ev_sidebar_class_init), (ev_sidebar_select_page),
5441         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5442         (ev_sidebar_set_page):
5443
5444         Add a current page property and allow to get/set it
5445
5446         * shell/ev-window.c: (setup_view_from_metadata),
5447         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5448
5449         Persist current sidebar page per document
5450
5451 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5452
5453         * data/evince.schemas.in:
5454         * shell/ev-window.c: (update_chrome_visibility),
5455         (setup_document_from_metadata), (update_sidebar_visibility),
5456         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5457         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5458         (ev_window_run_presentation), (ev_window_stop_presentation),
5459         (ev_window_view_sidebar_cb),
5460         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5461         (load_chrome), (ev_window_init):
5462
5463         Persist size/visibility of sidebar per document
5464
5465 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5466
5467         * shell/ev-view.c (draw_loading_text): Draw loading text.
5468
5469 2005-09-02  Dan Damian  <dand@gnome.ro>
5470
5471         * configure.in: Added "ro" to ALL_LINGUAS.
5472
5473 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5474
5475         * shell/ev-view.c: (clear_caches):
5476
5477         ev_page_cache_get doesnt return a reference,
5478         dont try to unref it.
5479
5480 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5481
5482         * shell/main.c: (load_files_remote):
5483
5484         Fix timestamp parameter with dbus <= 0.33
5485
5486 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5487
5488         * data/evince.schemas.in:
5489
5490         Add missing full stop
5491
5492 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5493
5494         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5495         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5496
5497         Plug some memory leaks
5498
5499 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5500
5501         * configure.ac:
5502         * lib/ev-debug.c: (trap_handler):
5503
5504         Check for execinfo.h and use it only if it exists.
5505         Ported from Epiphany (bug #314776).
5506
5507 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5508
5509         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5510
5511 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5512
5513         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5514         * po/id.po      : Added Indonesian translation
5515
5516 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5517
5518         * shell/main.c:
5519         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5520         * NEWS: Release 0.4.0
5521
5522 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5523
5524         * configure.ac: catch another gtk+-2.8ism
5525         * shell/main.c: Make work with gtk+-2.6
5526
5527 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5528
5529         * shell/ev-application-service.xml: Add 'timestamp' argument to
5530           ev_application_open_window and ev_application_open_uri methods.
5531
5532         * shell/ev-application.h: Add 'timestamp' argument to
5533           ev_application_open_window, ev_application_open_uri,
5534           and ev_application_open_uri_list functions.
5535
5536         * shell/ev-application.c (ev_application_open_window,
5537           ev_application_open_uri, ev_application_open_uri_list): Change
5538           functions that show/present windows to use a timestamp if one
5539           is passed in.
5540
5541         * shell/ev-window.c (ev_window_cmd_file_open,
5542           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5543         * shell/main.c (load_files): Modify calls to ev_application to
5544           include GDK_CURRENT_TIME as timestamp.
5545
5546         * shell/main.c (load_files_remote): Obtain timestamp for client
5547           instance from GDK and pass to server instance so new windows are
5548           focused properly.  Fix dbus_g_proxy_call() calls by including second
5549           G_TYPE_INVALID.
5550           
5551         Closes bug #314475.
5552
5553 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5554
5555         * shell/ev-window.c (ev_window_finalize): Check for
5556         avail. EvWindows when quiting to handle the finalize better,
5557         #314497
5558
5559 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5560         
5561         * properties/ev-properties-view.c: 
5562         
5563         Set textdomain to libglade. Fixes translation problem in property page.
5564
5565 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5568         * dvi/Makefile.am:
5569         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5570         * dvi/mdvi-lib/Makefile.am:
5571         
5572         Fix rotation of thumbnails, ported to new API. Moved library
5573         dependencies earlier, probably it will fix linkage problem.
5574
5575 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5576
5577         * backend/ev-document-misc.c:
5578         (ev_document_misc_get_thumbnail_frame):
5579         * backend/ev-document-misc.h:
5580         * configure.ac:
5581         * pdf/ev-poppler.cc:
5582         * shell/Makefile.am:
5583         * shell/ev-sidebar-thumbnails.c: (add_range),
5584         (ev_sidebar_thumbnails_set_loading_icon),
5585         (ev_sidebar_thumbnails_refresh),
5586         (ev_sidebar_thumbnails_set_document):
5587         * shell/ev-sidebar-thumbnails.h:
5588         * shell/ev-view.c: (ev_view_motion_notify_event),
5589         (ev_view_set_property), (ev_view_get_property),
5590         (ev_view_class_init), (ev_view_set_rotation):
5591         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5592         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5593         (ev_window_init):
5594         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5595         Redo rotation (again).  prepare for 0.4.0
5596
5597 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5598
5599         * configure.ac: Bump poppler requirement to 0.4.1.
5600
5601         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5602         argument to poppler_page_render_selection() call.
5603
5604 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5605
5606         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5607         (djvu_document_thumbnails_get_thumbnail):
5608         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5609         (dvi_document_thumbnails_get_thumbnail):
5610         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5611         (pixbuf_document_thumbnails_get_thumbnail):
5612         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5613         
5614         Update rotation direction of backends to fit with pdf and ps.
5615
5616 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5617
5618         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5619         * backend/ev-async-renderer.h:
5620         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5621         (setup_page), (ps_document_get_page_size),
5622         (ps_async_renderer_render_pixbuf):
5623         * ps/ps-document.h:
5624         * shell/ev-jobs.c: (ev_job_render_run):
5625
5626         Fix orientation in the postscript document
5627
5628 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5629
5630         * pdf/ev-poppler.cc:
5631         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5632         * shell/ev-view.c: (highlight_find_results):
5633
5634         Adapt to the new poppler rotation API. Fix text maps on landscape
5635         documents.
5636
5637 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5638
5639         * shell/ev-view.c (compute_new_selection_text): get the correct
5640         region when selecting in modes other than continuous.
5641
5642 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5643
5644         * shell/main.c (main): remove redundant g_warnings.
5645
5646 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * shell/Makefile.am: Don't include autogenerated
5649         file ev-application-service.h into distribution, since
5650         it causes dbus crash. Fix for bugs 313724 and 313443. 
5651
5652 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * configure.ac: Fix sed expression for FreeBSD. Thanks
5655         to Joe Marcus Clark <marcus@freebsd.org>
5656         
5657         * shell/eggfindbar.c: (entry_activate_callback),
5658         (entry_changed_callback), (egg_find_bar_init),
5659         (egg_find_bar_set_search_string):
5660         
5661         Made findbar buttons unsensitive if there is no text in
5662         entry. Fix for the bug 313285.
5663
5664 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5665
5666         * ps/ps-document.c: Use g_filename_display_name for displaying
5667         filenames and revert string freeze breackage
5668
5669 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5670
5671         * NEWS:
5672         * configure.ac:
5673
5674         Update for 0.3.4
5675
5676         * shell/Makefile.am:
5677
5678         Add ev-application-service.xml to extra dist
5679
5680         * shell/ev-view.c: (find_page_at_location):
5681
5682         Remove unused function (fix warning)
5683
5684 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5685
5686         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5687         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5688         
5689         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5690         bug 313623.
5691
5692 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5693
5694         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5695         * shell/ev-window.c:
5696         Fix build warnings
5697
5698 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5699
5700         * configure.ac: Update script to get dbus version.
5701         Fix for the bug #313443.
5702
5703 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * shell/ev-window.c: (ev_window_cmd_escape):
5706         
5707         Return focus back to view on escape. Fix for bug 313295.
5708
5709 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5710
5711         * shell/ev-window.c: (update_window_title),
5712         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5713         (ev_window_cmd_save_as):
5714         
5715         Correct conversion from uri to displayable string. Fix for
5716         bug 313296.
5717
5718 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5719
5720         * ps/ps-document.c: convert filename to utf8 when there is an error
5721         loading document. Fixes #309915
5722
5723 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5724
5725         * configure.ac:
5726
5727         We depend on poppler 0.4.0
5728
5729 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5730
5731         * configure.ac:
5732         * NEWS: Release 0.3.3.
5733         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5734
5735 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5736
5737         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5738         add a couple missing mnemonics to menu items, use title 
5739         capitalization for menu items and window titles, and add 
5740         ellipsis to open menu item.     
5741
5742 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5743
5744         * pdf/ev-poppler.cc:
5745         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5746         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5747         (ev_view_get_rotation):
5748         * shell/ev-view.h:
5749         * shell/ev-window.c: (setup_view_from_metadata),
5750         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5751         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5752         disk.
5753
5754 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5755
5756         * configure.ac: Added tr to ALL_LINGUAS
5757
5758 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5759
5760         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5761         requires several clicks to find word. Thanks to 
5762         Colin Slater <kiltedtaco@gmail.com>.
5763
5764 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5765
5766         * data/evince.desktop.in.in: Hide menu entry and
5767         rename it to "Document Viewer". Fix for bug 
5768         #312399.
5769
5770 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5771
5772         * shell/ev-page-action.c (ev_page_action_class_init): 
5773
5774         Point to the correct function in constructor of the
5775         activate_label signal
5776
5777 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5778
5779         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5780         * shell/ev-jobs.h: Make thread safe.
5781
5782 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5783
5784         * shell/ev-view.c: (view_update_range_and_current_page):
5785         Don't update page range if we are scrolling to some document
5786         point.
5787
5788 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5789
5790         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5791         when getting max_page_width, fix drawing in dual mode.
5792
5793 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5794
5795         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5796         getting the area for select_all.
5797
5798 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5799
5800         * backend/ev-selection.c: (ev_selection_render_selection):
5801         * backend/ev-selection.h:
5802         * pdf/ev-poppler.cc:
5803         * shell/ev-jobs.c: (ev_job_render_new):
5804         * shell/ev-jobs.h:
5805         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5806         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5807         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5808         (ev_view_class_init):
5809
5810         Change selection color on focus in and focus out events.  Also,
5811         poppler now uses GdkColor for specifying the selection colors, so
5812         drop some awkward conversion code.
5813
5814 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5815
5816         * configure.ac: Added Hebrew translation
5817
5818 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5819
5820         * NOTES:
5821         * backend/ev-selection.c: (ev_selection_render_selection):
5822         * backend/ev-selection.h:
5823         * pdf/ev-poppler.cc:
5824         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5825         (ev_job_render_run):
5826         * shell/ev-jobs.h:
5827         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5828         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5829         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5830         (ev_pixbuf_cache_style_changed),
5831         (ev_pixbuf_cache_get_selection_pixbuf),
5832         (ev_pixbuf_cache_set_selection_list),
5833         (ev_pixbuf_cache_get_selection_list):
5834         * shell/ev-pixbuf-cache.h:
5835         * shell/ev-utils.c: (ev_print_region_contents):
5836         * shell/ev-utils.h:
5837         * shell/ev-view.c: (ev_view_queue_draw_page),
5838         (selection_update_idle_cb), (ev_view_motion_notify_event),
5839         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5840         (setup_caches), (ev_view_find_next), (merge_selection_region),
5841         (selection_free):
5842         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5843
5844         Clean up selection to be much smoother!
5845
5846 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5847
5848         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5849         to poppler_page_render_selection().
5850
5851 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * ps/ps-document.c: (save_page_list): Use
5854         unzipped document when printing. Thanks to 
5855         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5856         311016.
5857
5858 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5859
5860         * shell/ev-window.c: (update_action_sensitivity):
5861         
5862         Disable print and save respect to lockdown gconf keys. Fix
5863         for 312342.
5864
5865 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5866
5867         * configure.ac:
5868         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5869         (write_to_temp_file), (ev_file_set_contents):
5870         * shell/ev-utils.h:
5871         * shell/ev-window.c: (save_print_config_to_file):
5872         
5873         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5874         Fix for bug 312238
5875
5876 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5877
5878         * shell/ev-window.c: (load_print_config_from_file),
5879         (save_print_config_to_file), (ev_window_print_range):
5880
5881         Persist the print settings. Fixes bug #311578.
5882
5883 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5884
5885         * djvu/djvu-document.c: (djvu_document_get_page_size),
5886         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5887         (djvu_document_thumbnails_get_thumbnail):
5888         * dvi/dvi-document.c: (dvi_document_get_page_size),
5889         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5890         (dvi_document_thumbnails_get_dimensions),
5891         (dvi_document_thumbnails_get_thumbnail):
5892         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5893         (pixbuf_document_render_pixbuf),
5894         (pixbuf_document_document_iface_init),
5895         (pixbuf_document_thumbnails_get_thumbnail):
5896         
5897         Update backends to make them build with new rotation system.
5898
5899 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * help/C/figures/evince_start_window.png:
5902         
5903         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5904
5905 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5906
5907         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5908         * shell/ev-pixbuf-cache.h:
5909         * shell/ev-sidebar-thumbnails.c:
5910         (ev_sidebar_thumbnails_get_property), (add_range),
5911         (adjustment_changed_cb):
5912         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5913         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5914         we were thumbnailing the entire docment on startup, slowing us
5915         down hugely. 
5916
5917 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5918
5919         * shell/ev-page-cache.c: (ev_page_cache_new):
5920         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5921         == 0, fixes #310306.
5922
5923 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5924
5925         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5926         (ev_view_rotate_left):
5927
5928         Account rotation in doc_rect_to_view_rect.
5929         Ensure rotation doesnt go out of bounds.
5930
5931 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5932
5933         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5934
5935         Correct and cleanup w/h swapping
5936
5937 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5938
5939         * backend/ev-document-thumbnails.c:
5940         (ev_document_thumbnails_get_thumbnail):
5941         * backend/ev-document-thumbnails.h:
5942         * backend/ev-document.c:
5943         * backend/ev-document.h:
5944         * backend/ev-render-context.c: (ev_render_context_new),
5945         (ev_render_context_set_rotation):
5946         * backend/ev-render-context.h:
5947         * pdf/ev-poppler.cc:
5948         * ps/ps-document.c: (ps_document_document_iface_init):
5949         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5950         * shell/ev-jobs.h:
5951         * shell/ev-page-cache.c: (build_height_to_page),
5952         (ev_page_cache_new), (ev_page_cache_get_size),
5953         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5954         (ev_page_cache_get_height_to_page):
5955         * shell/ev-page-cache.h:
5956         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5957         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5958         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5959         (ev_pixbuf_cache_get_selection_pixbuf):
5960         * shell/ev-pixbuf-cache.h:
5961         * shell/ev-print-job.c: (idle_print_handler):
5962         * shell/ev-sidebar-thumbnails.c: (add_range):
5963         * shell/ev-view.c: (view_update_range_and_current_page),
5964         (get_page_y_offset), (get_page_extents),
5965         (ev_view_size_request_continuous_dual_page),
5966         (ev_view_size_request_continuous),
5967         (ev_view_size_request_dual_page),
5968         (ev_view_size_request_single_page), (draw_one_page),
5969         (ev_view_set_rotation), (ev_view_rotate_right),
5970         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5971         (ev_view_zoom_for_size_continuous_and_dual_page),
5972         (ev_view_zoom_for_size_continuous),
5973         (ev_view_zoom_for_size_dual_page),
5974         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5975         (ev_view_select_all):
5976         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5977         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5978         (tiff_document_document_iface_init),
5979         (tiff_document_thumbnails_get_thumbnail):
5980
5981         Use rotation rather than orientation. It's easier and enough
5982         for our needs.
5983
5984 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5985
5986         * shell/ev-page-cache.c: (build_height_to_page),
5987         (ev_page_cache_new), (ev_page_cache_get_size),
5988         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5989         (ev_page_cache_get_height_to_page):
5990         * shell/ev-page-cache.h:
5991         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5992         (ev_view_size_request_continuous_dual_page),
5993         (ev_view_size_request_continuous),
5994         (ev_view_zoom_for_size_continuous_and_dual_page),
5995         (ev_view_zoom_for_size_continuous):
5996
5997         Make the page cache aware of page orientation.
5998
5999 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6000
6001         * backend/ev-document-thumbnails.c:
6002         (ev_document_thumbnails_get_thumbnail):
6003         * backend/ev-document-thumbnails.h:
6004         * backend/ev-document.c:
6005         * backend/ev-document.h:
6006         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6007         * backend/ev-ps-exporter.h:
6008         * pdf/ev-poppler.cc:
6009         * ps/ps-document.c: (ps_document_document_iface_init),
6010         (ps_document_ps_export_do_page):
6011         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6012         * shell/ev-jobs.h:
6013         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6014         (ev_page_cache_get):
6015         * shell/ev-page-cache.h:
6016         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6017         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6018         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6019         * shell/ev-pixbuf-cache.h:
6020         * shell/ev-print-job.c: (idle_print_handler):
6021         * shell/ev-sidebar-thumbnails.c: (add_range):
6022         * shell/ev-view.c: (view_update_range_and_current_page),
6023         (get_page_extents), (ev_view_size_request_dual_page),
6024         (ev_view_size_request_single_page), (draw_one_page),
6025         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6026         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6027         (ev_view_zoom_for_size_dual_page),
6028         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6029         (ev_view_select_all):
6030         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6031         * tiff/tiff-document.c: (tiff_document_get_page_size),
6032         (tiff_document_get_orientation), (rotate_pixbuf),
6033         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6034         (tiff_document_thumbnails_get_thumbnail),
6035         (tiff_document_ps_export_do_page), (tiff_document_init):
6036
6037         Really make use of the orientation bit of the render context.
6038         Use the render context in a few more places in the backend API.
6039         This regress orientation, but now it's done right. Will try to
6040         fix it up asap...
6041
6042 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6043
6044         * shell/ev-view.c: (ensure_rectangle_is_visible):
6045
6046         Patch by Nickolay V. Shmyrev to fix find flickering
6047
6048 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6049
6050         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6051         duplex parameters to ::begin.
6052
6053         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6054         * shell/ev-print-job.c (idle_print_handler): 
6055         * ps/ps-document.c (ps_document_ps_export_begin): 
6056         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6057         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6058         implementations. Poppler backend needs poppler cvs. Rest has
6059         unchanged behavior.
6060
6061 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6062
6063         * shell/ev-window.c (using_pdf_printer): new function.
6064         (ev_window_print_range): print a less techy message if someone
6065         tries to print to PDF.
6066
6067 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6068
6069         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6070         from "unknown font" string. Bug #311431
6071
6072 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6073
6074         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6075
6076 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6077
6078         Bug #311280
6079         
6080         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6081         name for PopplerFontTypes
6082         (pdf_document_fonts_fill_model): add font type to the detail column
6083
6084         * backend/ev-document-fonts.h: added
6085         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6086
6087         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6088         font name and font details, add a little markup.
6089         (ev_properties_fonts_init): use the new cell data func, specify ypad
6090         property for the cell renderer.
6091         (ev_properties_fonts_set_document): add the details column.
6092
6093 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6094
6095         * configure.ac: Added "pl" to ALL_LINGUAS.
6096
6097 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6098
6099         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6100
6101 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6102
6103         * help/ChangeLog: Started this for translations of manual.
6104         * configure.ac, autogen.sh, .cvsignore: Migrated to
6105         gnome-doc-utils. Patch in bug #311222.
6106
6107 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6108
6109         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6110         #ifdef this away to fix an unused-function warning.
6111
6112 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6113
6114         * configure.ac: Added 'gl' to ALL_LINGUAS.
6115
6116 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6117
6118         * configure.ac: Added ne in ALL_LINGUAS
6119         
6120 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6121
6122         * shell/ev-view.c: (ev_view_leave_notify_event):
6123         
6124         Clear status message when pointer leaves view. Fix for bug
6125         #310818 
6126
6127 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6128
6129         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6130
6131 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6132
6133         * shell/ev-view.c: (ev_view_leave_notify_event),
6134         (ev_view_class_init):
6135         
6136         Set cursor to normal then leaving view.
6137
6138 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6139
6140         * configure.ac:
6141         
6142         Fix required djvulibre version.
6143
6144 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6145
6146         *configure.ac: Hindi (hi) language added
6147
6148 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6149
6150         *configure.ac: Punjabi (pa) Language added
6151
6152 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6153
6154         * data/evince-ui.xml, shell/ev-window.c:
6155         
6156         Add keypad accelerators for zooming. Fix for bug 308128.
6157
6158 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6159
6160         * Makefile.am:
6161         * backend/Makefile.am:
6162         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6163         * configure.ac:
6164         * shell/ev-document-types.c: (ev_document_types_add_filters):
6165
6166         Allow to enable/disable the pixbuf backend.
6167         Default to off for now. If we want it enabled we should
6168         really put mime types in the desktop, implement properties etc.
6169
6170         * properties/evince-properties.c:
6171
6172         Initialize error to NULL.
6173         Check error is not NULL before freeing.
6174
6175 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6176
6177         * shell/ev-window.c:
6178
6179         Use F5 as presentation accell
6180
6181 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6182
6183         * shell/ev-window.c: (update_chrome_visibility),
6184         (ev_window_create_fullscreen_popup), (ev_window_init):
6185
6186         Do not leak the fullscreen toolbar
6187
6188 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6189
6190         * shell/ev-window.c: (view_actions_focus_in_cb),
6191         (view_actions_focus_out_cb):
6192
6193         These has a return value! Fix totally random focus
6194         issues we was seeing.
6195
6196 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6197
6198         * shell/main.c: (load_files_remote):
6199
6200         Allow open more than one file
6201
6202 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6203
6204         * shell/main.c: (load_files_remote):
6205
6206         Fix for dbus 0.33. bug #309975
6207
6208 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6209
6210         * properties/ev-properties-main.c: (ev_properties_get_pages):
6211
6212         Actually return NULL for types we dont support
6213
6214 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6215
6216         * po/POTFILES.in:
6217
6218         Remove empty lines.
6219
6220 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6221
6222         * backend/ev-document-factory.c:
6223         (ev_document_factory_get_document):
6224
6225         Do not try to create the object if type
6226         is invalid.
6227
6228 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6229
6230         * ps/ps-document.c: (ps_document_dispose),
6231         (ps_async_renderer_render_pixbuf):
6232         * ps/ps-document.h:
6233
6234         Do not leak the target window
6235
6236 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6237
6238         * shell/ev-application.c: (ev_application_init):
6239
6240         Let tbe check file existence for us.
6241         Add a comment about eggrecent mime filter.
6242
6243 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6244
6245         * data/evince-ui.xml:
6246         * shell/ev-application.c: (ev_application_shutdown),
6247         (ev_application_init), (ev_application_get_toolbars_model),
6248         (ev_application_get_recent_model),
6249         (ev_application_save_toolbars_model):
6250         * shell/ev-application.h:
6251         * shell/ev-window.c: (ev_window_add_recent),
6252         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6253         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6254         (ev_window_init):
6255
6256         Use common toolbar and recent models for all windows.
6257         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6258
6259 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6260
6261         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6262         successfully check for gtk_icon_view_get_visible_range.
6263
6264 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * djvu/Makefile.am:
6267         * dvi/Makefile.am:
6268         
6269         Fix djvu and dvi backend build.
6270
6271 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6272
6273         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6274         (new_separator_pixbuf):
6275
6276         Don't leak windows.
6277
6278 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6279
6280         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6281
6282         HIGification of toolbar editor dialogue.
6283
6284 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6285
6286         * configure.ac:
6287         * shell/Makefile.am:
6288
6289         Ever build metadata manager since it's just
6290         disabled at runtime now.
6291
6292 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6293
6294         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6295         (ev_metadata_manager_get), (ev_metadata_manager_set):
6296         * shell/ev-metadata-manager.h:
6297
6298         Add an _init functions that enabled metadata management
6299         at runtime.
6300
6301         * shell/ev-window.c: (page_changed_cb),
6302         (setup_document_from_metadata), (ev_window_setup_document),
6303         (setup_view_from_metadata), (ev_window_open_uri),
6304         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6305         (ev_window_run_presentation), (ev_window_stop_presentation),
6306         (save_sizing_mode), (ev_window_zoom_changed_cb),
6307         (ev_window_continuous_changed_cb),
6308         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6309         (window_configure_event_cb):
6310
6311         Remove all ugly metadata define since we deal with it
6312         at runtime now.
6313
6314         * shell/main.c: (load_files_remote), (main):
6315
6316         Add support for dbus cvs head. Hopefully didnt break one
6317         of the other versions now!
6318
6319         If we dont get a response from the dbus server just
6320         give up with it and not enable metadata.
6321
6322 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6323
6324         * Makefile.am:
6325         * backend/Makefile.am:
6326         * configure.ac:
6327         * cut-n-paste/recent-files/Makefile.am:
6328         * cut-n-paste/toolbar-editor/Makefile.am:
6329         * cut-n-paste/zoom-control/Makefile.am:
6330         * lib/Makefile.am:
6331         * pdf/Makefile.am:
6332         * pixbuf/Makefile.am:
6333         * properties/Makefile.am:
6334         * ps/Makefile.am:
6335         * shell/Makefile.am:
6336         * thumbnailer/Makefile.am:
6337         * tiff/Makefile.am:
6338
6339         Make frontends depend on just libev.
6340         Rework and group CFLAGS/LIBS definitions.
6341         Cleanups.
6342
6343 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6344
6345         * shell/ev-window:
6346
6347         do not unnecessarily save zoom
6348
6349         * configure.ac:
6350         * lib/ev-file-helpers.c: (ev_dot_dir):
6351         * shell/Makefile.am:
6352         * shell/dummy.cc:
6353
6354         Some cleanups
6355
6356 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6357
6358         * configure.ac:
6359         
6360         Remove unnecessary dependencies
6361
6362 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6363
6364         * properties/Makefile.am:
6365         * thumbnailer/Makefile.am:
6366         * tiff/Makefile.am:
6367
6368         Some more cleanups. Was really necessary
6369         but I probably introduced bugs, feel free
6370         to flame :)
6371
6372 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6373
6374         * backend/Makefile.am:
6375         * configure.ac:
6376         * cut-n-paste/recent-files/Makefile.am:
6377         * cut-n-paste/toolbar-editor/Makefile.am:
6378         * cut-n-paste/zoom-control/Makefile.am:
6379         * lib/Makefile.am:
6380         * pdf/Makefile.am:
6381         * pixbuf/Makefile.am:
6382         * properties/Makefile.am:
6383         * ps/Makefile.am:
6384         * shell/Makefile.am:
6385         * thumbnailer/Makefile.am:
6386         * tiff/Makefile.am:
6387
6388         Use gnome-common macros when possible.
6389         Cleanup dependencies.
6390         Actually disable deprecated where possible.
6391
6392 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6393
6394         * Makefile.am:
6395         * backend/Makefile.am:
6396         * properties/Makefile.am:
6397         * shell/Makefile.am:
6398         * thumbnailer/Makefile.am:
6399
6400         This should solve the circular dep without
6401         requiring dir reorg!
6402
6403         * shell/ev-window.c: (setup_view_from_metadata):
6404
6405         Never restore window size/position when the
6406         window is already visible.
6407
6408 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6409
6410         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6411
6412         Return a boolean from timeout func. Fix ported from gedit.
6413
6414 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6415
6416         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6417
6418 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6419
6420         * shell/ev-document-types.c: set "All Documents" as default filter in
6421         open dialog
6422
6423 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6424
6425         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6426         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6427         (ev_metadata_manager_set_boolean): fix value/val thinko.
6428
6429 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6430
6431         * shell/ev-window.c: (setup_view_from_metadata),
6432         (window_state_event_cb), (window_configure_event_cb),
6433         (ev_window_init):
6434
6435         Remember window position and maximized state
6436
6437 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6438
6439         * configure.ac:
6440
6441         Fix DBUS configure checks.
6442
6443         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6444         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6445         (ev_metadata_manager_set_boolean):
6446
6447         Plug mem leaks.
6448
6449         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6450         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6451         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6452         (ev_window_continuous_changed_cb),
6453         (ev_window_dual_mode_changed_cb), (ev_window_new):
6454
6455         Fix the build without DBUS.
6456
6457 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6458
6459         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6460         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6461         (ev_metadata_manager_set_string),
6462         (ev_metadata_manager_set_boolean):
6463         * shell/ev-metadata-manager.h:
6464
6465         Add support for some more types
6466
6467         * shell/ev-view.c: (scroll_to_current_page),
6468         (ev_view_get_continuous), (ev_view_set_continuous),
6469         (ev_view_get_dual_page):
6470         * shell/ev-view.h:
6471         * shell/ev-window.c: (page_changed_cb),
6472         (setup_document_from_metadata), (ev_window_setup_document),
6473         (setup_view_from_metadata), (ev_window_open_uri),
6474         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6475         (ev_window_run_presentation), (ev_window_stop_presentation),
6476         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6477         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6478         (ev_window_update_dual_page_action),
6479         (ev_window_continuous_changed_cb),
6480         (ev_window_dual_mode_changed_cb), (ev_window_init):
6481
6482         Remember a bunch of view/document properties. Prolly some
6483         are still missing but it's getting interesting.
6484
6485 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6486
6487         * configure.ac: check if dbus-binding-tool is installed. Not the
6488         case on current Ubuntu breezy, it seems.
6489
6490 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6491
6492         * data/evince.desktop.in.in:
6493         
6494         Allow open uri lists and add TryExec field.
6495
6496 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6497
6498         * configure.ac:
6499
6500         Enable dbus when available, do not require a configure
6501         option.
6502
6503 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6504
6505         * configure.ac:
6506
6507         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6508         disabled.
6509
6510 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6511         Marco Pesenti Gritti  <mpg@redhat.com>
6512
6513         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6514         
6515         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6516         functions to the format required by dbus
6517
6518         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6519         errors. Use the RPC parameters in the expected way
6520
6521 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6522
6523         * Makefile.am:
6524         * properties/Makefile.am:
6525         * properties/ev-properties-main.c: (ev_properties_get_pages):
6526
6527         Support all mime types
6528
6529         * shell/Makefile.am:
6530         * thumbnailer/Makefile.am:
6531         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6532         (evince_thumbnail_pngenc_get):
6533
6534         Use the document factory
6535
6536 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6537
6538         * backend/Makefile.am:
6539         * backend/ev-document-factory.c:
6540         (mime_type_supported_by_gdk_pixbuf),
6541         (ev_document_type_get_from_mime),
6542         (ev_document_factory_get_document),
6543         (ev_document_factory_get_backend),
6544         (ev_document_factory_get_mime_types),
6545         (ev_document_factory_get_all_mime_types):
6546         * backend/ev-document-factory.h:
6547         * shell/Makefile.am:
6548         * shell/ev-document-types.c: (get_document_from_uri),
6549         (ev_document_types_get_document),
6550         (file_filter_add_mime_list_and_free),
6551         (ev_document_types_add_filters):
6552         * shell/ev-document-types.h:
6553         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6554         * shell/ev-properties-dialog.c:
6555         (ev_properties_dialog_set_document):
6556         * shell/ev-window.c: (ev_window_cmd_file_open),
6557         (ev_window_cmd_save_as):
6558         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6559
6560         Rework document types managing to avoid code duplication
6561         and actually abstract from backend implementations.
6562         Also provide a minimal factory api that can be used by
6563         thumbnailer/properties.
6564
6565 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6566
6567         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6568         Plug a mem leak.
6569         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6570         HIG spacings.
6571
6572 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6573
6574         * shell/ev-properties-dialog.c
6575         (ev_properties_dialog_set_document): only call
6576         ev_properties_fonts_set_document() if the document implements the
6577         fonts interface
6578
6579 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6580
6581         * configure.ac:
6582         * properties/Makefile.am:
6583         * properties/ev-properties-view.c:
6584         (ev_properties_view_register_type):
6585         * properties/ev-properties-view.h:
6586         * properties/ev-properties-main.h:
6587
6588         Implement nautilus plugin for properties.
6589         Works only for pdf atm, I need to rework the
6590         document types stuff to get this to work
6591         for all backends...
6592
6593 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6594
6595         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6596         (ev_properties_fonts_set_document): use
6597         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6598
6599 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6600
6601         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6602         them
6603         (PlaceImage, tiff2ps_process_page): use
6604         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6605
6606
6607 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6608
6609         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6610         (main): to call gnome_authentication_manager_init. Should fix
6611         Bug #308510
6612
6613         * configure.ac: that requires libgnomeui 2.6.0.
6614
6615 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6616
6617         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6618         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6619         use the new tiff2ps interfaces
6620
6621         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6622         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6623
6624         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6625         structure instead of global variables.  Remove use of static
6626         variables in functions.
6627
6628 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6629
6630         * shell/ev-page-action.c: unref the completion after setting it to the
6631         entry
6632
6633 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6634
6635         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6636         postscript files
6637
6638 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6639
6640         * shell/ev-window.c (update_action_sensitivity): disable
6641         File->Print if the document does not implement the ps exporter
6642         interface
6643
6644 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6645
6646         * Makefile.am:
6647         * configure.ac:
6648         * data/evince-properties.glade:
6649         * properties/.cvsignore:
6650         * properties/Makefile.am:
6651         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6652         (ev_properties_view_class_init), (ev_properties_view_format_date),
6653         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6654         (ev_properties_view_init), (ev_properties_view_new):
6655         * properties/ev-properties-view.h:
6656         * shell/Makefile.am:
6657         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6658         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6659         (ev_properties_dialog_new):
6660         * shell/ev-properties-dialog.h:
6661         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6662         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6663         (update_progress_label), (job_fonts_finished_cb),
6664         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6665         * shell/ev-properties-fonts.h:
6666         * shell/ev-properties.c:
6667         * shell/ev-properties.h:
6668         * shell/ev-window.c: (ev_window_setup_document),
6669         (ev_window_cmd_file_properties):
6670
6671         Split the properties pages in two different objects, depend
6672         only on the backend where possible, use widgets instead
6673         of gobject for the glade part, reimplement the dialog
6674         itself with gtk.
6675         I need this to implement nautilus properties page.
6676
6677 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6678
6679         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6680         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6681         (tiff_document_document_ps_exporter_iface_init): implement the ps
6682         exporter interface for tiff documents
6683
6684         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6685         libtiff to implement TIFF postscript export
6686
6687         * tiff/tiff2ps.h: added a header file for external tiff2ps
6688         functions.
6689
6690         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6691         tiff2ps.h
6692
6693 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6694
6695         * shell/ev-view.c: (scroll_to_current_page),
6696         (ev_view_set_fullscreen), (ev_view_set_presentation):
6697         
6698         Scroll to current page when exit from presentation
6699
6700 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6701
6702         * shell/ev-window.c: (update_document_mode),
6703         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6704         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6705         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6706         
6707         Exit from fullscreen mode when switch to presentation. Fix for
6708         bug 309365
6709
6710 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6711
6712         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6713         return NULL if the document does not implement the selection
6714         interface.
6715
6716 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6717
6718         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6719         reported height by using the resolution aspect ratio
6720         (tiff_document_render_pixbuf): scale the pixbuf using the
6721         resolution aspect ratio
6722
6723 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * configure.ac:
6726         
6727         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6728         <kiltedaco@gmail.com>
6729         
6730         * djvu/djvu-document.c: (djvu_document_get_orientation),
6731         (djvu_document_set_orientation), (djvu_document_get_page_size),
6732         (rotate_pixbuf), (djvu_document_render_pixbuf),
6733         (djvu_document_document_iface_init):
6734         * dvi/dvi-document.c: (dvi_document_get_orientation),
6735         (dvi_document_set_orientation), (dvi_document_get_page_size),
6736         (rotate_pixbuf), (dvi_document_render_pixbuf),
6737         (dvi_document_document_iface_init):
6738         
6739         Dvi and djvu backends are ported to new API
6740
6741 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6742
6743         * backend/ev-selection.c: (ev_selection_get_selection_region),
6744         (ev_selection_get_selection_map):
6745         * backend/ev-selection.h:
6746         * pdf/ev-poppler.cc:
6747         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6748         * shell/ev-jobs.h:
6749         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6750         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6751         (ev_pixbuf_cache_get_text_mapping):
6752         * shell/ev-pixbuf-cache.h:
6753         * shell/ev-view.c: (location_in_text),
6754         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6755         support to EvView.  Now we can see where we can select!  Sweet!
6756
6757 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6758
6759         * shell/ev-view.c (ev_view_button_press_event): Fix
6760         event->y + view->scroll_x typo.
6761
6762 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6763
6764         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6765         sub-GdkPixbuf instead of passing dest_x and dest_y.
6766         
6767         * shell/ev-view.c: (view_point_to_doc_point),
6768         (view_rect_to_doc_rect), (ev_view_button_press_event),
6769         (ev_view_motion_notify_event), (compute_new_selection_rect),
6770         (gdk_rectangle_point_in), (compute_new_selection_text),
6771         (compute_selections): Update selection code to keep the selection
6772         around as two points and not as a normalized rectangle, and fix
6773         page level selection in two-column mode.
6774
6775 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6776
6777         * shell/ev-window.c: (window_configure_event_cb): 
6778         
6779         Fix compilation
6780         
6781 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6782
6783         * pdf/ev-poppler.cc:
6784
6785         Fix compilation
6786
6787 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6788
6789         * shell/Makefile.am:
6790         * shell/ev-metadata-manager.c: (item_free),
6791         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6792         (parse_value), (parseItem), (load_values),
6793         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6794         (save_values), (save_item), (get_oldest), (resize_items),
6795         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6796         * shell/ev-metadata-manager.h:
6797
6798         Metadata manager from gedit but modified to use GValue, so that
6799         we dont need to keep converting from strings.
6800
6801         * configure.ac:
6802
6803         ENABLE_METADATA conditional, on when dbus is on
6804
6805         * shell/ev-application.c: (ev_application_open_uri):
6806
6807         Show the window after load so that we can initialize
6808         window size before it's showed.
6809
6810         * shell/ev-window.c: (ev_window_setup_from_metadata),
6811         (ev_window_open_uri), (window_configure_event_cb),
6812         (ev_window_init):
6813
6814         Save and load metadata information about window size.
6815         Not yet keeping states in account.
6816
6817         * shell/main.c: (main):
6818
6819         Shutdown metadata manager.
6820
6821 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6822
6823         * shell/ev-application-service.xml:
6824         * configure.ac:
6825         * shell/Makefile.am:
6826         * shell/ev-application.c:
6827         * shell/ev-application.h:
6828         * shell/ev-window.c:
6829         * shell/ev-window.h:
6830         * shell/main.c:
6831
6832         Add an optional dbus interface (--enable-dbus).
6833         Rework application code, mainly to be easier to
6834         use "remotely".
6835         Do not open multiple windows with the same document,
6836         spatial evince!
6837
6838 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6839
6840         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6841         pixbuf iff it exists.
6842
6843 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6844
6845         * shell/*:
6846         * backend/ev-render-context.[ch]:
6847         * backend/ev-selection.[ch]:
6848
6849         Massive changes.  We now support text selection of pdfs, and not
6850         just rectangular selection.  This is pretty broken still, but I
6851         want to get something into CVS.
6852
6853 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * pdf/ev-poppler.cc:
6856         
6857         Fix for Bug 309080: crash on window close.
6858         
6859         * shell/ev-page-action.c: (page_changed_cb):
6860         
6861         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6862         jensgr@gmx.net (Jens Granseuer).
6863
6864 2005-06-25  Marcel Telka  <marcel@telka.sk>
6865
6866         * configure.in (ALL_LINGUAS): Added sk.
6867
6868 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6869
6870         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6871         not a document open
6872
6873 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6874
6875         * NEWS:
6876         * configure.ac:
6877
6878         Release 0.3.2
6879
6880         * cut-n-paste/recent-files/Makefile.am:
6881
6882         Fix make distcheck
6883
6884 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6885
6886         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6887         (pixbuf_document_set_orientation), (rotate_pixbuf),
6888         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6889         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6890
6891         Implement rotation and cleanup the code a bit.
6892
6893         * tiff/tiff-document.c: (tiff_document_get_page_size),
6894         (tiff_document_get_orientation), (tiff_document_set_orientation),
6895         (rotate_pixbuf), (tiff_document_render_pixbuf),
6896         (tiff_document_document_iface_init), (tiff_document_init):
6897
6898         Implement rotation. Was the quicker solution for the release
6899         but we really need to share this code in the shell.
6900
6901 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6902
6903         * pdf/ev-poppler.cc:
6904
6905         Enable rotation, require poppler cvs. Fix a leak.
6906
6907 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6908
6909         * shell/ev-window.c: (update_action_sensitivity):
6910         
6911         Make properties unsensitive if document backend doesn't provide
6912         any info
6913
6914 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6915
6916         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6917         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6918         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6919         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6920         (bitmap_flip_rotate_counter_clockwise):
6921         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6922         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6923         (buff_gets):
6924         * dvi/mdvi-lib/common.h:
6925         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6926         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6927         (opendvi), (mdvi_reload), (mdvi_init_context),
6928         (mdvi_destroy_context), (mdvi_dopage), (special):
6929         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6930         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6931         (file_hash_free), (register_encoding), (parse_spec),
6932         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6933         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6934         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6935         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6936         (mdvi_register_font_type), (mdvi_unregister_font_type),
6937         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6938         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6939         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6940         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6941         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6942         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6943         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6944         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6945         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6946         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6947         (mdvi_unregister_special), (mdvi_flush_specials):
6948         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6949         (t1_font_remove):
6950         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6951         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6952         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6953         (free_font_metrics), (flush_font_metrics):
6954         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6955         (tt_font_remove):
6956         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6957         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6958         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6959         (dstring_insert), (dstring_new), (dstring_reset):
6960         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6961         
6962         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6963         avoid conflict with libtool on FC4
6964         
6965         * shell/ev-window.c: (ev_window_cmd_help_about):
6966         
6967         Update copyright year. Fix for bug 308828.
6968
6969 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6970
6971         * shell/ev-view.c: (add_scroll_binding_keypad),
6972         (ev_view_binding_activated), (ev_view_class_init),
6973         (on_adjustment_value_changed):
6974         
6975         Bug 170874: Arrow keys switch pages in presentation mode
6976
6977 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6978
6979         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6980         
6981         Fix for Bug 308265: Sidebar dissappears coming out of 
6982         Presentation mode
6983
6984 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6985
6986         * shell/ev-application.c: (ev_application_open):
6987         * shell/ev-document-types.c: (ev_document_types_add_filters),
6988         (ev_document_types_add_filters_for_type):
6989         * shell/ev-document-types.h:
6990         * shell/ev-window.c: (ev_window_cmd_save_as):
6991         
6992         Suggest basename as template when saving, provide filters
6993         for save dialog. It's bug 308402
6994
6995 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6996
6997         * pdf/ev-poppler.cc:
6998         * shell/ev-sidebar-links.c: (job_finished_callback):
6999         * shell/ev-view.c: (update_find_status_message):
7000         
7001         Some leaks fixed
7002
7003 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7004
7005         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7006         (egg_recent_view_uimanager_set_list):
7007
7008         Fix buglet in !show_numbers case.
7009
7010 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7011
7012         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7013         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7014
7015         Use pango ellipsisation.
7016
7017         * pdf/ev-poppler.cc:
7018
7019         Fix refcount leak, from nsh.
7020
7021 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7022
7023         * cut-n-paste/recent-files/Makefile.am:
7024         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7025         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7026         
7027         Removed EggRecentViewGtk
7028         
7029         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7030         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7031         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7032         (ev_window_setup_recent):
7033         
7034         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7035         with other projects
7036
7037 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7040         (egg_recent_view_gtk_finalize):
7041
7042         Fix memory leak
7043
7044         * cut-n-paste/toolbar-editor/Makefile.am:
7045         
7046         Fix location of cursor icon.
7047         
7048         * pdf/ev-poppler.cc:
7049         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7050         (display_completion_text), (match_completion):
7051         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7052         (selection_changed_callback), (create_loading_model),
7053         (print_section_cb), (links_page_num_func),
7054         (update_page_callback_foreach):
7055         * shell/ev-window.c: (ev_window_dispose):
7056         
7057         Small memory fixes. Links model now store objects instead
7058         of pointers to improve memory management. 
7059
7060 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7061
7062         * shell/ev-window.c: (zoom_control_changed_cb):
7063         
7064         Fix update of zoom control (bug 308268).
7065
7066 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7067
7068         * shell/ev-properties.c (set_property): escape the text correctly.
7069         Handles non-UTF-8 properties and escaped properties.  Also, sets
7070         the text to "<i>None</i>" if the property isn't set.
7071
7072         * data/evince-properties.glade: Change the label to be ellipsized,
7073         and give it a minimum size.
7074
7075 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7076
7077         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7078         * shell/ev-sidebar-links.c: (create_loading_model):
7079         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7080         * shell/ev-view.c: (ev_view_set_document):
7081         * shell/ev-window.c: (ev_window_dispose):
7082         
7083         Various small fixes, mostly memory leaks. Thanks to valgrind.
7084
7085 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7086
7087         * ps/ps-document.c: remove the locale.h include again ;-). And
7088         kill the (bogus) setlocale/savelocale business.
7089
7090 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7091
7092         * ps/ps-document.c:
7093         
7094         Include locale.h to fix build
7095         
7096         * shell/ev-sidebar.c:
7097         
7098         Remove unnecessary includes
7099
7100 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * dvi/dvi-document.c: (dvi_document_load):
7103         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7104         * po/POTFILES.in:
7105         
7106         Check for incorrect dvi files. Fix parsing dvi on AMD64
7107         platform. Thanks to tester@tester.ca (Olivier Crete).
7108
7109 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7110
7111         * shell/ev-page-action.c: (match_selected_cb),
7112         (display_completion_text), (match_completion), (update_model):
7113         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7114         (expand_open_links):
7115         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7116         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7117         (ev_sidebar_set_document):
7118         * shell/ev-window.c: (ev_window_xfer_job_cb),
7119         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7120         
7121         Fixed lot's of memory leaks, for example, memory leak on reload, 
7122         described in bug 307793.
7123
7124 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7125
7126         * pdf/ev-poppler.cc:
7127         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7128         (update_visible_range), (adjustment_changed_cb),
7129         (ev_sidebar_thumbnails_fill_model),
7130         (ev_sidebar_thumbnails_refresh),
7131         (ev_sidebar_tree_selection_changed),
7132         (ev_sidebar_icon_selection_changed),
7133         (ev_sidebar_thumbnails_use_icon_view),
7134         (ev_sidebar_thumbnails_set_document):
7135         * shell/ev-sidebar-thumbnails.h:
7136         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7137         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7138
7139         Refresh thumbnails when changing orientation. Not fully
7140         working yet becuase of a sidebar bug.
7141
7142         Set page orientation to poppler page everywhere. This sucks
7143         really need to fix poppler.
7144
7145 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7146
7147         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7148         (egg_recent_view_gtk_new_menu_item),
7149         (egg_recent_view_gtk_set_property),
7150         (egg_recent_view_gtk_get_property),
7151         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7152         (egg_recent_view_gtk_set_tooltip_func),
7153         (egg_recent_view_gtk_set_label_width),
7154         (egg_recent_view_gtk_get_label_width):
7155         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7156
7157         Sync with libegg (ellipsize labels)
7158
7159 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7160
7161         * data/evince-ui.xml:
7162         * shell/ev-window.c: (ev_window_cmd_go_forward),
7163         (ev_window_cmd_go_backward):
7164         
7165         Shift + PageUp moves 10 Pages. Fix for 306125
7166
7167 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7168
7169         * pdf/ev-poppler.cc:
7170
7171         Add a flag to check if orientation has been overriden
7172
7173 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7174
7175         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7176         field if necessary.
7177
7178         * ps/ps.h: add creator field to document.
7179
7180         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7181         set creator field.
7182
7183 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7184
7185         * data/evince-properties.glade:
7186         * shell/ev-properties.c: (ev_properties_set_document):
7187
7188         s/PDF Version/Format
7189
7190 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * shell/ev-properties.c: (ev_properties_set_document):
7193
7194         Remove unnecessary translations
7195
7196 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7197
7198         * cut-n-paste/toolbar-editor/Makefile.am:
7199
7200         Correct library name    
7201
7202 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7203
7204         * configure.ac:
7205         * cut-n-paste/recent-files/egg-recent-model.c:
7206         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7207         (egg_recent_model_unlock_file):
7208         * cut-n-paste/recent-files/egg-recent-util.c:
7209         (egg_recent_util_get_unique_id):
7210         * cut-n-paste/recent-files/update-from-egg.sh:
7211         * cut-n-paste/toolbar-editor/Makefile.am:
7212         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7213         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7214         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7215         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7216         (egg_toolbars_model_get_type):
7217         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7218
7219         Better makefile for toolbar editor and update everything
7220         to latest libegg.
7221
7222 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7223
7224         * shell/ev-window.c: (update_document_mode):
7225
7226         Prefer presentation mode when the document
7227         require fullscreen.
7228
7229 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7230
7231         * data/evince-ui.xml:
7232         * shell/ev-window.c:
7233
7234         Add control-equal for zooming
7235
7236 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7237
7238         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7239
7240 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7241
7242         * backend/ev-document.c: (ev_document_get_orientation):
7243         * backend/ev-document.h:
7244         * pdf/ev-poppler.cc:
7245         * ps/ps-document.c: (ps_document_get_orientation),
7246         (ps_document_set_orientation), (ps_document_document_iface_init):
7247
7248         Add a get_orientation api. Improve set_orientation.
7249
7250         * data/evince-ui.xml:
7251         * shell/ev-view.c: (ev_view_set_orientation),
7252         (ev_view_rotate_right), (ev_view_rotate_left):
7253         * shell/ev-view.h:
7254         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7255         (ev_window_cmd_edit_rotate_right):
7256
7257         Better ui for changing document orientation
7258
7259 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7260
7261         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7262         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7263         * shell/ev-sidebar-links.h:
7264         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7265         (ev_sidebar_page_iface_init):
7266         * shell/ev-sidebar-page.h:
7267         * shell/ev-sidebar-thumbnails.c:
7268         (ev_sidebar_thumbnails_get_property),
7269         (ev_sidebar_thumbnails_class_init),
7270         (ev_sidebar_thumbnails_set_document):
7271         * shell/ev-sidebar-thumbnails.h:
7272         * shell/ev-view.c: (ev_view_motion_notify_event):
7273         * shell/ev-window.c: (update_chrome_visibility),
7274         (ev_window_cmd_focus_page_selector),
7275         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7276         (sidebar_page_main_widget_update_cb), (ev_window_init):
7277         
7278         Autoraise toolbar on GoToPage binding and fix bindings in
7279         EvSidebarThumbnails page.
7280
7281 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7282
7283         * shell/ev-properties.c: (update_progress_label):
7284
7285         Hide the progress label when finished; bug #307697.
7286
7287 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7288
7289         * pdf/ev-poppler.cc:
7290
7291         Enable is_open for links, you will need poppler cvs
7292
7293         * shell/ev-properties.c: (job_fonts_finished_cb):
7294
7295         Get a lock on the document when filling the tree view
7296
7297 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7298
7299         * backend/ev-document-links.h:
7300         * pdf/ev-poppler.cc:
7301         * shell/ev-sidebar-links.c: (create_loading_model),
7302         (expand_open_links), (job_finished_callback):
7303
7304         Expand links when specified by the document.
7305         Depend on a poppler api (defined out for now)
7306
7307 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7308
7309         * shell/ev-properties.c: (ev_properties_dispose),
7310         (ev_properties_class_init), (dialog_destroy_cb),
7311         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7312         (ev_properties_set_document), (ev_properties_new),
7313         (ev_properties_show):
7314         * shell/ev-properties.h:
7315
7316         Make it an object, cleanup the code, api to show it as transient
7317         and to set the document.
7318
7319         * shell/ev-window.c: (ev_window_setup_document),
7320         (ev_window_cmd_file_properties):
7321
7322         Adapt to EvProperties changes, do not show multiple
7323         times, update it when document changes.
7324
7325 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7326
7327         * ps/gstypes.h:
7328         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7329         (ps_document_set_orientation), (ps_document_document_iface_init):
7330         * ps/ps-document.h:
7331
7332         Implement orientation here too
7333
7334         * shell/ev-properties.c: (ev_properties_new):
7335         * data/evince-properties.glade:
7336
7337         Hide the fonts page for backends that doesnt
7338         support it.     
7339
7340 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7341
7342         * backend/ev-document.c: (ev_document_set_orientation):
7343         * backend/ev-document.h:
7344         * pdf/ev-poppler.cc:
7345
7346         Add orientation api. Currently poppler api is not optimal,
7347         we need to set orientation every time we _get a page.
7348         I will try to fix that at some point.
7349
7350         * data/evince-ui.xml:
7351         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7352         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7353
7354         Add orientation menu items
7355
7356         * shell/ev-page-cache.c: (ev_page_cache_clear):
7357         * shell/ev-page-cache.h:
7358
7359         Add api to clear the cache
7360
7361         * shell/ev-view.c: (setup_caches), (clear_caches),
7362         (ev_view_set_document), (ev_view_zoom_out),
7363         (ev_view_set_orientation):
7364         * shell/ev-view.h:
7365
7366         Implement orientation changing
7367
7368 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7369
7370         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7371         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7372         * backend/ev-document-fonts.h:
7373
7374         Separate scan and fill so that we can incrementally fill from
7375         the main thread. Add a progress api.
7376
7377         * data/evince-properties.glade:
7378         * pdf/ev-poppler.cc:
7379         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7380         * shell/ev-jobs.h:
7381         * shell/ev-properties.c: (update_progress_label),
7382         (job_fonts_finished_cb), (setup_fonts_view):
7383
7384         Incrementally feel the list and show the progress
7385         percentage in a label like acrobat does.
7386
7387         You are going to need poppler cvs
7388
7389 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7390
7391         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7392         * backend/ev-document-fonts.h:
7393         * pdf/ev-poppler.cc:
7394
7395         Make fonts model fill incrementally.
7396
7397         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7398         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7399         (ev_job_queue_remove_job):
7400         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7401         (ev_job_fonts_new), (ev_job_fonts_run):
7402         * shell/ev-jobs.h:
7403
7404         New job for fonts scanning
7405
7406         * shell/ev-properties.c: (job_fonts_finished_cb),
7407         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7408         * shell/ev-properties.h:
7409         * shell/ev-window.c: (ev_window_cmd_file_properties):
7410
7411         Incrementally feel the treeview using the new job. Show Loading...
7412         message until scanning is completed.
7413
7414         Hopefully I didnt break the build without the poppler patch.
7415
7416 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7417
7418         * shell/ev-application.c: (ev_application_open):
7419         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7420         (ev_document_type_get_type), (ev_document_type_lookup):
7421         * shell/ev-document-types.h:
7422         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7423         * shell/ev-job-xfer.h:
7424         * shell/ev-window.c: (ev_window_clear_local_uri),
7425         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7426         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7427         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7428         
7429         Transfer remote documents to tmp directory to display them later.
7430
7431 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7432
7433         * backend/ev-document-info.h:
7434         * shell/ev-properties.c: (ev_properties_new):
7435
7436         s/GTime*/GTime. Not sure why we was using a pointer
7437         at all there!
7438
7439 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7440
7441         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7442         situations.  That situation is that you're using GTK+-HEAD with
7443         the patch at #306726 is applied, and you have a document with <
7444         1500 pages in it.  It's not quite as uniformly nice as the
7445         TreeView, but should be better in the long run.
7446
7447         I'm pretty sure I guarded against breaking compilation with
7448         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7449         I missed some.
7450
7451         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7452         widget yet, so I commented that code out
7453         enable_view_actions_for_widget() for now.  Need to figure this
7454         out.
7455
7456         * shell/ev-page-action.c (match_selected_cb): emit the right
7457         signals.  Our cool C-l completion now works.
7458
7459 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7460
7461         * backend/Makefile.am:
7462         * backend/ev-document-fonts.c:
7463         * backend/ev-document-links.c:
7464         * backend/ev-document.c: (ev_document_load):
7465         * backend/ev-document.h:
7466         * backend/ev-job-queue.c:
7467         * backend/ev-job-queue.h:
7468         * backend/ev-jobs.c:
7469         * backend/ev-jobs.h:
7470         * backend/ev-page-cache.c:
7471         * backend/ev-page-cache.h:
7472
7473         EvPageCache and EvJobs are moved to shell.
7474
7475         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7476         (ev_tmp_filename):
7477         * lib/ev-file-helpers.h:
7478         
7479         New helper to work with temporary files
7480         
7481         * shell/Makefile.am:
7482         * shell/ev-application.c: (ev_application_open):
7483         * shell/ev-application.h:
7484         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7485         (remove_job_from_async_queue), (add_job_to_async_queue),
7486         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7487         (handle_job), (search_for_jobs_unlocked),
7488         (no_jobs_available_unlocked), (ev_render_thread),
7489         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7490         (ev_job_queue_add_job), (move_job_async), (move_job),
7491         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7492         * shell/ev-job-queue.h:
7493         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7494         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7495         * shell/ev-job-xfer.h:
7496         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7497         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7498         (ev_job_links_class_init), (ev_job_render_init),
7499         (ev_job_render_dispose), (ev_job_render_class_init),
7500         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7501         (ev_job_thumbnail_class_init), (ev_job_load_init),
7502         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7503         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7504         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7505         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7506         * shell/ev-jobs.h:
7507         * shell/ev-page-action.c: (ev_page_action_set_document):
7508         * shell/ev-page-cache.c: (ev_page_cache_init),
7509         (ev_page_cache_class_init), (ev_page_cache_finalize),
7510         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7511         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7512         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7513         (ev_page_cache_get_title), (ev_page_cache_get_size),
7514         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7515         (ev_page_cache_get_height_to_page),
7516         (ev_page_cache_get_max_label_chars),
7517         (ev_page_cache_get_page_label),
7518         (ev_page_cache_has_nonnumeric_page_labels),
7519         (ev_page_cache_get_info), (ev_page_cache_next_page),
7520         (ev_page_cache_prev_page), (ev_page_cache_get):
7521         * shell/ev-page-cache.h:
7522         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7523         (ev_pixbuf_cache_clear_job_sizes),
7524         (ev_pixbuf_cache_add_jobs_if_needed),
7525         (ev_pixbuf_cache_set_page_range):
7526         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7527         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7528         * shell/ev-sidebar-thumbnails.c:
7529         (ev_sidebar_tree_selection_changed),
7530         (ev_sidebar_thumbnails_set_document):
7531         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7532         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7533         (ev_statusbar_get_context_id), (ev_statusbar_push),
7534         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7535         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7536         (ev_statusbar_set_progress):
7537         * shell/ev-statusbar.h:
7538         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7539         (ev_view_find_previous):
7540         * shell/ev-window.c: (ev_window_is_empty),
7541         (ev_window_setup_document), (password_dialog_response),
7542         (ev_window_clear_jobs), (ev_window_load_job_cb),
7543         (ev_window_xfer_job_cb), (ev_window_open_uri),
7544         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7545         (ev_window_print), (ev_window_print_range),
7546         (ev_window_state_event), (ev_window_cmd_view_reload),
7547         (menu_item_select_cb), (menu_item_deselect_cb),
7548         (view_status_changed_cb), (ev_window_dispose),
7549         (drag_data_received_cb), (ev_window_init):
7550         * shell/ev-window.h:
7551         * shell/main.c: (load_files):
7552         
7553         New statusbar to show progress on idle. Two new jobs - 
7554         xfer job and load job to load document in background. And update
7555         of page_cache clients to new location of code.
7556
7557 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7558   
7559         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7560         selection in open dialog. It also remembers the last visited directory 
7561         in the current session.
7562
7563 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7564
7565         * shell/ev-properties.c: (ev_properties_new):
7566         * shell/ev-properties.h:
7567         * shell/ev-window.c: (ev_window_cmd_file_properties):
7568         
7569         Get document info from page cache instead of document itself.
7570         This should fix crash related to race conditions described in
7571         bug 306545.
7572
7573 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7574
7575         * ps/ps-document.c: (ps_document_init),
7576         (send_ps), (get_page_box), (output), (catchPipe), (input),
7577         (stop_interpreter), (file_length), (file_readable),
7578         (check_filecompressedb), (ps_document_enable_interpreter),
7579         (document_load), (ps_async_renderer_render_pixbuf):
7580         * ps/ps-document.h:
7581
7582         Big cleanup of the ps code
7583
7584 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7585
7586         * backend/Makefile.am:
7587         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7588         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7589         * backend/ev-async-renderer.h:
7590
7591         Add an async renderer interface (method + callback) which
7592         is useful for backends like ps.
7593
7594         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7595         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7596         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7597         (ev_job_queue_add_job), (move_job_async), (move_job),
7598         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7599
7600         Add queues for async renderer, these are executed on the
7601         main thread.
7602
7603         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7604         (ev_job_render_run):
7605         * backend/ev-jobs.h:
7606
7607         If the backend support async renderer interface use it.
7608
7609         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7610         (setup_pixmap), (ps_document_get_type),
7611         (ps_async_renderer_render_pixbuf),
7612         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7613
7614         Implement async renderer interface.
7615
7616 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7619
7620         Cleanup links job on exit.
7621
7622 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7623
7624         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7625         (drag_data_get_cb), (drag_data_received_cb):
7626         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7627         (drag_data_get_cb), (parse_item_list),
7628         (egg_toolbar_editor_load_actions):
7629         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7630         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7631         (parse_item_list), (parse_toolbars):
7632         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7633         (dvi_pixbuf_put_pixel):
7634         
7635         Fix gcc 4.0 warnings
7636
7637 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7638
7639         * ps/ps-document.c: (start_interpreter):
7640
7641         Fix warning when loading ps
7642
7643 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7644
7645         * ps/ps-document.c: (output):
7646
7647         Fix crash when priting gs error messages.
7648
7649 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7650
7651         * backend/ev-page-cache.c: (_ev_page_cache_new):
7652         * backend/ev-page-cache.h:
7653
7654         Use a const to return title so that we dont double
7655         free it. Small cleanup and fix a leak.
7656
7657         * shell/ev-window.c: (update_window_title):
7658
7659         strdup value from get_title.
7660
7661 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7662
7663         * shell/ev-sidebar-links.c: (job_finished_callback),
7664         (ev_sidebar_links_set_document):
7665
7666         Cleanup the old job when changing document
7667
7668 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * shell/ev-stock-icons.c:
7671         * shell/ev-stock-icons.h:
7672         * shell/ev-window.c:
7673         
7674         Add stock icons for actions that can appear in toolbar. Fix for
7675         bug 306566.
7676
7677 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7678
7679         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7680         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7681         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7682         * backend/ev-page-cache.h:
7683         * shell/ev-view.c: (scroll_to_current_page),
7684         (view_update_range_and_current_page), (get_page_y_offset),
7685         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7686         (ev_view_size_request_continuous),
7687         (ev_view_zoom_for_size_continuous_and_dual_page),
7688         (ev_view_zoom_for_size_continuous):
7689         
7690         More compact EvView layout in document with pages of different size.
7691
7692 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7693
7694         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7695         compilation.
7696
7697 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * shell/ev-view.c: (view_set_adjustment_values):
7700         * shell/ev-window.c: (ev_window_cmd_file_properties):
7701         
7702         A bit different fix for rounding problem but it has no
7703         problems on startup. Make properties window transient to parent.
7704
7705 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7706
7707         * pdf/ev-poppler.cc:
7708         
7709         More commenting of font stuff.
7710
7711 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7712
7713         * pdf/ev-poppler.cc:
7714
7715         Comment out some more fonts stuff. Should really
7716         work without the poppler patch now.
7717
7718 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7719
7720         * pdf/ev-poppler.cc:
7721
7722         Adapt to api change
7723
7724 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7725
7726         * data/evince-properties.glade:
7727         * pdf/ev-poppler.cc:
7728         * shell/ev-properties.c: (setup_fonts_view):
7729
7730         Set the column title. Show the dialog only
7731         once everything is setup.
7732         Getting font info can be very slow... will
7733         prolly need to make this threaded too.
7734
7735 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7736
7737         * backend/Makefile.am:
7738         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7739         (ev_document_fonts_get_fonts_model):
7740         * backend/ev-document-fonts.h:
7741         * data/evince-properties.glade:
7742         * pdf/ev-poppler.cc:
7743         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7744         * shell/ev-properties.h:
7745         * shell/ev-window.c: (ev_window_cmd_file_properties):
7746
7747         Implement fonts list. Defined out for now, since it depends
7748         on a not yet committed poppler patch.
7749
7750 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7751
7752         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7753         page + 1.
7754
7755         * shell/ev-window.c: Make sure we add the timeout when we get a
7756         focus-in event.
7757
7758         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7759         adjustment->value before calculating the zoom factor to average
7760         out all of our rounding errors.  The page no longer 'drifts' when
7761         resizing.
7762
7763 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7764
7765         * data/evince-properties.glade:
7766         * shell/ev-properties.c: (ev_properties_format_date),
7767         (set_property):
7768         
7769         Labels don't expand when the dialogue is resized.
7770         strftime result needs to be converted to UTF-8. Thanks
7771         to Christian Persch <chpe@gnome.org>.
7772
7773 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7774
7775         * data/evince-properties.glade:
7776
7777         Hide the fonts tab
7778
7779 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7780
7781         * backend/ev-document-info.h:
7782         * backend/ev-document.c: (ev_document_info_free):
7783         * data/evince-properties.glade:
7784         * pdf/ev-poppler.cc:
7785         * ps/ps-document.c: (ps_document_get_info):
7786         * shell/ev-properties.c: (ev_properties_format_date),
7787         (set_property), (ev_properties_new):
7788         * shell/ev-properties.h:
7789         * shell/ev-window.c: (ev_window_cmd_file_properties):
7790
7791         Rework properties code to take only EvPropertyInfo
7792         in the constructor so that it can be useful for
7793         nautilus plugin too.
7794
7795         Deal with backends that doesnt support some properties.
7796         Make set property code generic.
7797
7798 2005-06-04  Christian Persch <chpe@gnome.org>
7799
7800         * data/evince-properties.glade:
7801
7802         fix spacings, make resizeable, and make data labels
7803         selectable + ellipsised
7804
7805 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7806
7807         * backend/ev-document-info.h:
7808         * data/Makefile.am:
7809         * data/evince-ui.xml:
7810         * pdf/ev-poppler.cc:
7811         * shell/Makefile.am:
7812         * shell/ev-window.c: (update_action_sensitivity),
7813         (ev_window_cmd_file_properties):
7814
7815         Initial go at file properties. Patch by
7816         Emil Soleyman-Zomalan <emil@soleyman.com>.
7817         Needs love see #169583
7818
7819 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7820
7821         * ps/ps-document.c: (output):
7822         * ps/ps.c: (psscan):
7823
7824         Try to render even if psscan fails.
7825
7826 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7827
7828         * ps/ps.c: (psscan), (pscopydoc):
7829
7830         Port buffered reading code from gv
7831
7832 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7833
7834         * ps/ps-document.c: (interpreter_message), (output):
7835
7836         Do not fail on interpreter messages
7837
7838 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7839
7840         * backend/ev-document-misc.c:
7841         (ev_document_misc_get_thumbnail_frame):
7842
7843         Pages can be 0 x 0, dont assert on this case
7844
7845 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7846
7847         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7848         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7849
7850         Correctly manage our reference on document. Finally the reload
7851         huge leak is gone...
7852
7853 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7854
7855         * ps/ps-document.c: (ps_document_dispose):
7856
7857         Forgot to chain it to the parent. Thanks chpe.
7858
7859 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7860
7861         * ps/ps-document.c: (ps_document_dispose),
7862         (ps_document_class_init), (stop_interpreter), (document_load):
7863
7864         Cleanup dispose a bit. Dont leak the whole pixmap.
7865
7866 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7867
7868         * pdf/ev-poppler.cc:
7869
7870         Release the poppler document on dispose
7871
7872 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7873
7874         * shell/ev-view.c: (ev_view_set_document):
7875
7876         Release ref on the pixbuf cache when changing
7877         document.
7878
7879 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7880
7881         * ps/ps-document.c: (ps_document_get_info):
7882
7883         Fix a double free
7884
7885 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7886
7887         * backend/ev-page-cache.c: (ev_page_cache_init),
7888         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7889         * backend/ev-page-cache.h:
7890         * shell/ev-page-action.c: (page_changed_cb):
7891         
7892         Set page action entry width depending on labels width. Fix
7893         for bug 305202.
7894
7895 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7896
7897         * backend/ev-link.c: (ev_link_class_init):
7898
7899         Allow -1 as page value (error)
7900
7901 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7902
7903         * shell/ev-sidebar-thumbnails.c:
7904         (ev_sidebar_thumbnails_set_document):
7905         * shell/ev-view.c: (scroll_to_current_page),
7906         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7907         (page_changed_cb), (on_adjustment_value_changed),
7908         (ev_view_set_document):
7909
7910         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7911         Fix bug 305377
7912
7913 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7914
7915         * configure.ac:
7916         * djvu/djvu-document.c: (djvu_document_get_page_size):
7917
7918         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7919         bug 301993.
7920
7921 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7922
7923         * shell/ev-view.c (draw_one_page): modify the expose handling to
7924         get the shadows.
7925
7926         * shell/ev-window.c (update_action_sensitivity): Respect
7927         permissions field.  Kowtow to the man.
7928
7929         * pdf/ev-poppler.cc: Get the permissions field.
7930
7931         * tiff/*c: Make a tiny bit more robust.
7932
7933 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7934
7935         * djvu/djvu-document.c:
7936         
7937         Pop messages from djvu context message queue.
7938
7939 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7940
7941         * configure.ac, Makefile.am, shell/Makefile.am:
7942         * tiff/Makefile.am, shell/ev-document-types.c:
7943         
7944         Cleanup tiff configure checks. Fix for bug 305218.
7945
7946 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7947
7948         * configure.ac: Added "uk" to ALL_LINGUAS.
7949
7950 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7951
7952         * cut-n-paste/zoom-control/ephy-zoom.c:
7953         (ephy_zoom_get_changed_zoom_level):
7954         * cut-n-paste/zoom-control/ephy-zoom.h:
7955         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7956         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7957         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7958         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7959         (zoom_control_changed_cb), (ev_window_init):
7960         
7961         Fix minor points related to moving best fit up. Introduce
7962         "zoom" property and make zoom control change it's value on
7963         notify::zoom signals. Fix for 305080.
7964
7965 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7966
7967         * data/evince-ui.xml:
7968         * shell/ev-window.c: (set_view_actions_sensitivity):
7969         
7970         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7971
7972 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * configure.ac:
7975
7976         Depends on poppler 0.3.2
7977
7978 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7979
7980         * cut-n-paste/recent-files/egg-recent-item.c:
7981         (egg_recent_item_get_short_name):
7982         * cut-n-paste/toolbar-editor/Makefile.am:
7983         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7984         (new_pixbuf_from_widget):
7985         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7986         * cut-n-paste/toolbar-editor/egg-marshal.c:
7987         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7988         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7989
7990         Sync
7991
7992 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7993
7994         * tiff/tiff-document.c: Rough TIFF backend.
7995
7996 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7997
7998         * NEWS:
7999         * configure.ac:
8000         * cut-n-paste/toolbar-editor/Makefile.am:
8001
8002         Release 0.3.1
8003
8004 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8005
8006         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8007         (ev_view_find_next), (ev_view_find_previous):
8008
8009         Remove the locks around get_n_results   
8010
8011 2005-05-21  Juerg Billeter  <j@bitron.ch>
8012
8013         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8014
8015         Pass correct number of pages to poppler.
8016
8017 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8018
8019         * configure.ac:
8020         * data/Makefile.am:
8021         * data/evince.desktop.in: 
8022         * data/evince.desktop.in.in:
8023         * po/POTFILES.in:
8024         
8025         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8026
8027 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8028
8029         * shell/ev-view.c: (view_update_adjustments),
8030         (view_set_adjustment_values): cast adjustmen->value to (int)
8031         before using it.  Otherwise, we get off by a pixel in some
8032         situations.
8033
8034         (draw_one_page): Draw the border on expose.
8035
8036 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8037
8038         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8039         adjustment when the mode changes, #304923
8040
8041 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8042
8043         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8044         flickering on resize but still use gdk_window_scroll on
8045         scrolling
8046
8047 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8048
8049         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8050         option, #170458
8051
8052 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8053
8054         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8055         second page on page_changed if possible, #304669
8056
8057 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8058
8059         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8060         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8061
8062 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8063
8064         * .cvsignore:
8065         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8066         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8067         (ev_view_zoom_for_size_presentation),
8068         (ev_view_zoom_for_size_continuous_and_dual_page),
8069         (ev_view_zoom_for_size_continuous),
8070         (ev_view_zoom_for_size_dual_page),
8071         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8072         * shell/ev-view.h:
8073         * shell/ev-window.c: (update_view_size),
8074         (ev_window_sizing_mode_changed_cb):
8075
8076         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8077         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8078         an infinite loop, #304769
8079
8080
8081 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8082
8083         * data/evince-ui.xml:
8084         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8085         * shell/ev-window.c: (set_view_actions_sensitivity):
8086
8087         Make PgUp/Down behave like Space
8088
8089 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8090
8091         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8092         * backend/ev-ps-exporter.h:
8093         * pdf/ev-poppler.cc:
8094         * ps/ps-document.c: (ps_document_ps_export_begin):
8095         * shell/ev-print-job.c: (idle_print_handler):
8096
8097         Adapt to new poppler api
8098
8099 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8100
8101         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8102         (ephy_zoom_control_init):
8103
8104         Translate zoom levels
8105
8106 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8107
8108         * cut-n-paste/zoom-control/ephy-zoom.c:
8109         (ephy_zoom_get_zoom_level_index):
8110
8111         Fix current zoom -> zoom control match
8112
8113 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8114
8115         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8116         rather than the scrolled_window that it's in. Fixes bug #304655.
8117
8118 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8119
8120         * shell/ev-view.c: (view_update_adjustments),
8121         (view_set_adjustment_values), (view_update_range_and_current_page),
8122         (view_scroll_to_page), (set_scroll_adjustment),
8123         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8124         (ev_view_scroll), (ev_view_scroll_view),
8125         (ensure_rectangle_is_visible), (find_page_at_location),
8126         (get_link_at_location), (go_to_link), (status_message_from_link),
8127         (ev_view_size_request_continuous_dual_page),
8128         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8129         (ev_view_unrealize), (ev_view_expose_event),
8130         (ev_view_button_press_event), (ev_view_motion_notify_event),
8131         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8132         (draw_rubberband), (highlight_find_results), (draw_one_page),
8133         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8134         (ev_view_init), (find_changed_cb), (page_changed_cb),
8135         (on_adjustment_value_changed), (ev_view_new),
8136         (ev_view_set_document), (ev_view_set_zoom),
8137         (ev_view_set_continuous), (ev_view_set_dual_page),
8138         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8139         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8140         (ev_view_zoom_for_size_presentation),
8141         (ev_view_zoom_for_size_continuous_dual_page),
8142         (ev_view_zoom_for_size_continuous),
8143         (ev_view_zoom_for_size_dual_page),
8144         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8145         (ev_view_get_status), (ev_view_set_status),
8146         (update_find_status_message), (ev_view_get_find_status),
8147         (ev_view_set_find_status), (jump_to_find_result),
8148         (jump_to_find_page), (compute_selections), (clear_selection),
8149         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8150         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8151         (ev_view_update_primary_selection),
8152         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8153         * shell/ev-view.h:
8154         * shell/ev-window.c: (ev_window_open_page_label),
8155         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8156         (ev_window_init):
8157         * shell/ev-window.h:
8158         * shell/main.c: (load_files):
8159
8160         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8161         when resizing.  Remove the bin_window().  Also, patch from James
8162         Bowes to fix command line page, #300641
8163         
8164 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8165
8166         * data/evince-ui.xml:
8167         * shell/ev-view.c:
8168         * shell/ev-view.h:
8169         * shell/ev-window.c: (update_action_sensitivity):
8170
8171         Get rid of View->Normal Size, it's just confusing
8172
8173 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8174
8175         * backend/ev-document-info.h:
8176         * backend/ev-document.c: (ev_document_info_free): Free the
8177         EvDocumentInfo.
8178
8179         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8180         (clear_range), (add_range), (update_visible_range),
8181         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8182         (ev_sidebar_thumbnails_set_document):
8183         * shell/ev-window.c: (ev_window_setup_document): Only render the
8184         visible thumbnails.  It takes an instant to render, but it uses
8185         much less memory.
8186
8187 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8188
8189         * shell/ev-sidebar-links.c: (popup_menu_cb):
8190
8191         Select first item
8192
8193 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8194
8195         * lib/Makefile.am:
8196         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8197         (button_press_cb), (ev_sidebar_links_construct):
8198
8199         Show the popup menu also on keybindings
8200
8201 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8204         * shell/ev-window.h:
8205
8206         Expose api to print a range (with dialog). Make private _print use
8207         it.
8208
8209         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8210         (ev_sidebar_links_construct):
8211
8212         Show a print context menu on linkx, it prints the selected
8213         section.
8214
8215 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8216
8217         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8218         button.
8219
8220 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8221
8222         * AUTHORS:
8223
8224         Update
8225
8226         * shell/ev-window.c: (build_comments_string),
8227         (ev_window_cmd_help_about):
8228
8229         Show poppler version/backend and authors
8230
8231 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * cut-n-paste/zoom-control/ephy-zoom.c:
8234         (ephy_zoom_get_zoom_level_index):
8235         * cut-n-paste/zoom-control/ephy-zoom.h:
8236
8237         Move the best fit items at the top of the list
8238
8239 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8240
8241         * shell/ev-marshal.list:
8242         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8243         (activate_cb), (match_selected_cb), (activate_link_cb),
8244         (connect_proxy), (ev_page_action_class_init):
8245         * shell/ev-page-action.h:
8246
8247         Use signals to notify action activation. Hopefully
8248         I did not break completion since I cant test...
8249
8250         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8251         (register_custom_actions):
8252
8253         Connect to page selector actions and also grab focus on
8254         the view when activated.
8255
8256 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8257
8258         * pdf/ev-poppler.cc:
8259         * backend/ev-page-cache.c: make page size calculation consistent
8260         and set it to (int)( width * scale + 0.5).  This makes the weird
8261         line going through the middle of the page go away.
8262
8263         * shell/ev-view.c: move painting the background page after
8264         checking the expose area covers us.
8265
8266 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8267
8268         * data/evince-password.glade:
8269         
8270         Mark labels as not translatable. Fix for bug 302842.
8271
8272 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8273
8274         * configure.ac: Added "es" to ALL_LINGUAS.
8275
8276 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8277
8278         * data/evince-toolbar.xml:
8279         * shell/ev-window.c: (update_action_sensitivity),
8280         (ev_window_setup_document), (ev_window_set_page_mode),
8281         (ev_window_init):
8282
8283         Remove some leftover code from jrb first continous
8284         attempt. Use the new actions, we still need good icons
8285         though...
8286
8287 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8288
8289         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8290
8291         Update label when connecting proxy. Fix a warning with NULL
8292         page_cache.
8293
8294 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8295
8296         * data/evince-ui.xml:
8297         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8298         * shell/ev-page-action.h:
8299         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8300
8301         Add mnemonic for edit toolbar.
8302         ctrl+l focus the page entry.
8303
8304 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8305
8306         * lib/Makefile.am:
8307         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8308         (ev_window_init):
8309         * shell/main.c: (main):
8310
8311         Put the toolbar xml in evince own dot dir
8312
8313 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8314
8315         * shell/ev-window.c: (ev_window_init):
8316
8317         Make the toolbar not removable
8318
8319 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8320
8321         * data/evince-ui.xml:
8322         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8323         * shell/ev-sidebar-links.h:
8324         * shell/ev-sidebar-thumbnails.c:
8325         (ev_sidebar_thumbnails_get_treeview):
8326         * shell/ev-sidebar-thumbnails.h:
8327         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8328         (ev_view_class_init):
8329         * shell/ev-view.h:
8330         * shell/ev-window.c: (update_action_sensitivity),
8331         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8332         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8333         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8334         (ev_window_init):
8335
8336         This is evil... Make space/backspace global accelerators but
8337         enable them only for some widgets (sidebars and view).
8338         I dont like it, but I dont know a better way... :/
8339
8340 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8341
8342         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8343         (ev_page_action_widget_finalize),
8344         (ev_page_action_widget_class_init), (update_page_cache):
8345
8346         Keep a weak reference on proxy->page_cache so that we
8347         dont try to disconnect the signal if the object is already
8348         gone. Maybe there is a better way to cleanup reference handling
8349         in page action though...
8350
8351 2005-05-10  Juerg Billeter  <j@bitron.ch>
8352
8353         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8354         * backend/ev-ps-exporter.h:
8355         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8356         * ps/ps-document.c: (ps_document_ps_export_begin):
8357         
8358         Change api to pass print range to ps_exporter_begin. The pdf backend
8359         requires this information.
8360         
8361         * shell/ev-print-job.c: (idle_print_handler):
8362         
8363         Adapt to api change
8364
8365 2005-05-10  Juerg Billeter  <j@bitron.ch>
8366
8367         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8368         (idle_print_handler)
8369         * shell/ev-window.c: (ev_window_print):
8370
8371         Support printing page range, based on patch by Amaury Jacquot
8372
8373 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * data/evince-toolbar.xml:
8376
8377         Add zoom control to available items
8378
8379 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8380
8381         * shell/ev-window.c: (update_action_sensitivity):
8382
8383         Set slash action insensitive when appropriate
8384
8385 2005-05-10  Christian Persch <chpe@gnome.org>
8386
8387         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8388
8389         Fix warning on the overflow menu
8390
8391 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8392
8393         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8394
8395         Check for uri correctness/existence
8396
8397 2005-05-09  Juerg Billeter  <j@bitron.ch>
8398
8399         * shell/ev-window.c: (using_postscript_printer):
8400
8401         LPD printers use postscript, too
8402
8403 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8404
8405         * shell/ev-window.c: (register_custom_actions):
8406
8407         The zoom one is actually sort of useful,
8408         put it back
8409
8410 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8411
8412         * shell/ev-window.c: (register_custom_actions):
8413
8414         Hide page/zoom controls from overflow, they
8415         are useless.
8416
8417 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8418
8419         * cut-n-paste/update-from-egg.sh:
8420         
8421         Share it between all cut-n-paste subdirs
8422
8423         * cut-n-paste/recent-files/Makefile.am:
8424
8425         Fix to use "global" update-from-egg.sh
8426
8427         * cut-n-paste/recent-files/egg-recent-model.c:
8428         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8429         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8430         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8431         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8432
8433         Update from libegg
8434
8435         * cut-n-paste/toolbar-editor/Makefile.am:
8436
8437         Fix to use "global" update-from-egg.sh
8438
8439         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8440
8441         Update from libegg
8442
8443 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8444
8445         * configure.ac:
8446         * cut-n-paste/Makefile.am:
8447         * cut-n-paste/recent-files/Makefile.am:
8448         * cut-n-paste/toolbar-editor/.cvsignore:
8449         * cut-n-paste/toolbar-editor/Makefile.am:
8450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8451         (egg_editable_toolbar_get_type), (get_toolbar_position),
8452         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8453         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8454         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8455         (set_item_drag_source), (create_item_from_action), (create_item),
8456         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8457         (popup_toolbar_context_menu_cb), (free_dragged_item),
8458         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8459         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8460         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8461         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8462         (item_added_cb), (item_removed_cb),
8463         (egg_editable_toolbar_construct),
8464         (egg_editable_toolbar_disconnect_model),
8465         (egg_editable_toolbar_deconstruct),
8466         (egg_editable_toolbar_set_model),
8467         (egg_editable_toolbar_set_ui_manager),
8468         (egg_editable_toolbar_set_property),
8469         (egg_editable_toolbar_get_property),
8470         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8471         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8472         (egg_editable_toolbar_new_with_model),
8473         (egg_editable_toolbar_get_edit_mode),
8474         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8475         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8476         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8477         (new_pixbuf_from_widget), (new_separator_pixbuf),
8478         (update_separator_image), (style_set_cb),
8479         (_egg_editable_toolbar_new_separator_image),
8480         (egg_editable_toolbar_get_model):
8481         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8482         * cut-n-paste/toolbar-editor/egg-marshal.c:
8483         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8484         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8485         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8486         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8487         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8488         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8489         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8490         (editor_drag_data_delete_cb), (drag_data_get_cb),
8491         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8492         (editor_create_item), (update_editor_sheet), (setup_editor),
8493         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8494         (parse_item_list), (model_has_action), (update_actions_list),
8495         (egg_toolbar_editor_load_actions):
8496         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8497         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8498         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8499         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8500         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8501         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8502         (egg_toolbars_model_add_separator), (impl_add_item),
8503         (parse_item_list), (egg_toolbars_model_add_toolbar),
8504         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8505         (impl_get_item_data), (impl_get_item_type),
8506         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8507         (egg_toolbars_model_init), (free_toolbar),
8508         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8509         (egg_toolbars_model_remove_toolbar),
8510         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8511         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8512         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8513         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8514         (egg_toolbars_model_get_item_data),
8515         (egg_toolbars_model_get_item_type):
8516         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8517         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8518         * data/Makefile.am:
8519         * data/evince-toolbar.xml:
8520         * data/evince-ui.xml:
8521         * data/hand-open.png:
8522         * po/POTFILES.in:
8523         * shell/Makefile.am:
8524         * shell/ev-window.c: (update_chrome_visibility),
8525         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8526         (ev_window_dispose), (ev_window_init):
8527
8528         Implement epiphany like toolbar editor. Based on patch by
8529         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8530
8531 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8532
8533         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8534
8535         Use set_cursor instead of set_selection, so that
8536         the keyboard focus moves too.
8537
8538 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8539
8540         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8541
8542         Fix infinite loop when loading Type1 fonts
8543
8544 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * data/evince-ui.xml:
8547         * shell/ev-window.c:
8548
8549         Slash -> Find
8550
8551 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8552
8553         * configure.ac:
8554
8555         Make --disable really disable
8556
8557 2005-05-07  Juerg Billeter  <j@bitron.ch>
8558
8559         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8560
8561         Compare page labels even without has_labels set, fixes setting page
8562         with entry
8563
8564 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8565
8566         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8567         (ev_view_set_cursor), (ev_view_button_press_event),
8568         (ev_view_motion_notify_event), (ev_view_button_release_event),
8569         (ev_view_init):
8570
8571         Implement middle button scrolling. Based on a patch
8572         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8573
8574 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8575
8576         * shell/ev-document-types.c: (get_slow_mime_type),
8577         (get_document_type_from_mime), (ev_document_type_lookup):
8578         * shell/ev-document-types.h:
8579
8580         Change api to lookup from uri. Do fast lookup first, if the
8581         type is unknown try with data sniffing.
8582
8583         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8584         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8585
8586         Adapt to api change
8587
8588 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8589
8590         * thumbnailer/Makefile.am:
8591
8592         Fix distcheck
8593
8594 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * NEWS:
8597         * configure.ac:
8598
8599         Release 0.3.0
8600
8601         * data/evince-ui.xml:
8602
8603         Hide presentation mode for now
8604
8605         * shell/ev-view.c: (highlight_find_results):
8606
8607         Show current find selection only on current page
8608
8609 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8610
8611         * shell/ev-view.c: (ev_view_select_all):
8612
8613         Compute size of the actual page, not of
8614         the current one.
8615
8616 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8617
8618         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8619         (view_rect_to_doc_rect), (compute_selections),
8620         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8621         (ev_view_copy), (ev_view_primary_get_cb),
8622         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8623         (ev_view_button_press_event), (ev_view_motion_notify_event),
8624         (ev_view_button_release_event), (page_changed_cb):
8625
8626         Fix text selection
8627
8628 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8629
8630         * shell/ev-view.c: (compute_border), (get_page_extents),
8631         (doc_rect_to_view_rect), (highlight_find_results),
8632         (ev_view_bin_expose), (ev_view_select_all),
8633         (ev_view_motion_notify_event), (update_find_status_message),
8634         (jump_to_find_result), (jump_to_find_page):
8635
8636         First go at fixing search, still buggy
8637
8638 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8639
8640         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8641         dropdown box and button at the top of the sidebar.
8642
8643 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8644
8645         * configure.ac: Output zoom-control Makefile.
8646         * cut-n-paste/Makefile.am: build zoom-control subdir.
8647         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8648         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8649         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8650         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8651         * cut-n-paste/zoom-control/ephy-zoom.c:
8652         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8653         from epiphany, and modified to add a separator into the menu.
8654         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8655         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8656         zoom-control action.
8657         * shell/Makefile.am: Include zoom-control flags.
8658         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8659         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8660         (ev_view_zoom_for_size_presentation),
8661         (ev_view_zoom_for_size_continuous_and_dual_page),
8662         (ev_view_zoom_for_size_continuous),
8663         (ev_view_zoom_for_size_dual_page),
8664         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8665         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8666         ev_view_get_zoom and ev_view_get_sizing_mode.
8667         * shell/ev-view.h:
8668         * shell/ev-window.c: (update_action_sensitivity),
8669         (update_sizing_buttons), (zoom_control_changed_cb),
8670         (register_custom_actions): Initialize and use the zoom-control 
8671         widget.
8672
8673 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8674
8675         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8676         preview cache back to 1.  Don't know when it got set to 0.
8677         
8678         * shell/ev-view.c: (compute_border), (ev_view_realize),
8679         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8680         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8681         (ev_view_get_fullscreen), (ev_view_set_presentation),
8682         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8683         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8684         * shell/ev-view.h:
8685         * shell/ev-window.c:
8686         (update_chrome_visibility),
8687         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8688         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8689         (update_document_mode), (ev_window_update_fullscreen_action),
8690         (ev_window_fullscreen), (ev_window_unfullscreen),
8691         (ev_window_cmd_view_fullscreen),
8692         (ev_window_update_presentation_action),
8693         (ev_window_run_presentation), (ev_window_stop_presentation),
8694         (ev_window_cmd_view_presentation), (ev_window_state_event),
8695         (ev_window_focus_in_event), (ev_window_focus_out_event),
8696         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8697         * data/evince-ui.xml: Initial presentation mode.  We should
8698         probably hide this until it's done, as it's quite rough.  Also,
8699         change full-screen to fullscreen and add two getters to EvView.
8700
8701 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * shell/ev-page-action.c: (update_page_cache),
8704         (ev_page_action_dispose):
8705         * shell/ev-window.c: (destroy_fullscreen_popup),
8706         (ev_window_create_fullscreen_popup):
8707
8708         Use connect_object rather than explicitly
8709         disconnect on dispose.
8710
8711 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * shell/ev-page-action.c: (update_page_cache),
8714         (ev_page_action_dispose):
8715
8716 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8717
8718         * backend/ev-page-cache.c: (_ev_page_cache_new),
8719         (ev_page_cache_set_page_label),
8720         (ev_page_cache_has_nonnumeric_page_labels):
8721         * backend/ev-page-cache.h:
8722         * shell/ev-page-action.c: (update_pages_label):
8723         
8724         If all page labels are numeric, fallback to default
8725         way to display number of pages. See bug 173185.
8726
8727 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8728
8729         * shell/ev-page-action.c: (ev_page_action_dispose):
8730         * shell/ev-view.c: (view_update_range_and_current_page):
8731         * shell/ev-window.c: (ev_window_dispose):
8732         
8733         Set page on scroll in continuous mode. Fixes bug 301986.
8734         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8735
8736 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8737
8738         * configure.ac:
8739
8740         Require poppler 0.3.0
8741
8742 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8743         
8744         * shell/Makefile.am, configure.ac: Fix build problems
8745         with t1lib. Bug 301996.
8746
8747 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8748
8749         * shell/ev-view.c: (ev_view_scroll_event):
8750         
8751         Scroll up increase zoom
8752
8753 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8754
8755         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8756         (ev_view_set_sizing_mode),
8757         (ev_view_zoom_for_size_continuous_and_dual_page),
8758         (ev_view_zoom_for_size_continuous):
8759         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8760         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8761         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8762         (ev_window_init):
8763
8764         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8765         Fix for 165473 and 165472.
8766
8767 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8768
8769         * po/POTFILES.in:
8770         * thumbnailer/Makefile.am:
8771         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8772         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8773         * thumbnailer/evince-thumbnailer.schemas.in:
8774         
8775         Make thumbnailer schemas translatable. Fix for bug 301773
8776         
8777         * thumbnailer/evince-thumbnailer-djvu.schemas:
8778         * thumbnailer/evince-thumbnailer-dvi.schemas:
8779         * thumbnailer/evince-thumbnailer.schemas:
8780
8781         Removed files
8782
8783 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8784
8785         * shell/ev-view.c (ev_view_init): forgot to set this.
8786
8787 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8788
8789         * shell/ev-view.c: (find_page_at_location),
8790         (get_link_at_location),
8791         (ev_view_set_show_border), (ev_view_set_spacing),
8792         (ev_view_zoom_for_size_continuous_and_dual_page),
8793         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8794         Also, add a quick fix measuring of widths.  Also, removed
8795         ev_view_set_spacing and ev_view_set_show_border.
8796         
8797         * shell/ev-window.c: (ev_window_unfullscreen),
8798         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8799
8800 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8801
8802         * shell/ev-view.c: (view_update_range_and_current_page),
8803         (page_changed_cb):
8804         
8805         Fix crash on exit and scrolling to page in continuous view.
8806
8807 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8808
8809         * TODO:
8810         * backend/ev-page-cache.c: (_ev_page_cache_new),
8811         (ev_page_cache_get_max_width_size),
8812         (ev_page_cache_get_max_height_size):
8813         * backend/ev-page-cache.h:
8814         * data/evince-ui.xml:
8815         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8816         * shell/ev-view.c: (view_update_adjustments),
8817         (view_update_range_and_current_page), (get_bounding_box_size),
8818         (ev_view_size_request_continuous_and_dual_page),
8819         (ev_view_size_request_continuous),
8820         (ev_view_size_request_dual_page),
8821         (ev_view_size_request_single_page), (ev_view_size_request),
8822         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8823         (ev_view_bin_expose), (ev_view_expose_event),
8824         (ev_view_set_property), (ev_view_get_property),
8825         (ev_view_class_init), (ev_view_init), (ev_view_new),
8826         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8827         (ev_view_set_dual_page), (ev_view_set_full_screen),
8828         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8829         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8830         (ev_view_zoom_out), (zoom_for_size_fit_width),
8831         (zoom_for_size_best_fit),
8832         (ev_view_zoom_for_size_continuous_and_dual_page),
8833         (ev_view_zoom_for_size_continuous),
8834         (ev_view_zoom_for_size_dual_page),
8835         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8836         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8837         * shell/ev-view.h:
8838         * shell/ev-window.c: (update_action_sensitivity),
8839         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8840         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8841         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8842         (ev_window_cmd_view_zoom_out), (update_view_size),
8843         (ev_window_set_sizing_mode), (ev_window_init):
8844
8845         Add Continuous and Dual page modes.
8846
8847 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8848
8849         * dvi/dvi-document.c: (dvi_document_load),
8850         (dvi_document_thumbnails_get_thumbnail),
8851         (dvi_document_init_params): Fix up some mixups between
8852         width and height to correct thumbnail rendering.
8853
8854 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8855
8856         * dvi/mdvi-lib/private.h:
8857         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8858         
8859         Suppess output for kpathsea during font generation. Thanks to
8860         James Bowes
8861
8862 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8863
8864         * NEWS:
8865         * configure.ac:
8866
8867         Release 0.2.1
8868
8869         * Makefile.am: fix distcheck.
8870
8871 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8872
8873         * shell/ev-sidebar-links.c: (selection_changed_callback),
8874         (update_page_callback), (row_activated_callback),
8875         (job_finished_callback), (ev_sidebar_links_set_document):
8876         
8877         Fix for bug #169901. Double click on links expands tree.
8878
8879 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8880
8881         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8882         hard-coded style. Fix for bug 170111
8883
8884 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8885
8886         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8887         locking.
8888
8889 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8890
8891         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8892
8893 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8894
8895         * pdf/ev-poppler.cc:
8896         * shell/ev-view.c: (highlight_find_results):
8897
8898         Fix find on single page documents
8899
8900 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8901
8902         * data/evince.schemas.in: fix for bug 301390
8903
8904 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8905
8906         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8907         (ev_view_zoom_out), (ev_view_zoom_normal):
8908         * shell/ev-view.h:
8909         * shell/ev-window.c: (update_action_sensitivity),
8910         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8911         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8912         (ev_window_cmd_view_normal_size):
8913
8914         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8915         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8916         better than oom. 
8917
8918 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8919
8920         * configure.ac:
8921
8922         Depend on 2.57, 2.59 doesnt seem to be necessary
8923
8924 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8925
8926         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8927         (create_tool_item):
8928
8929         Put back total number of pages as (1 of 1234)
8930
8931 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8932
8933         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8934         remove the job.
8935
8936         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8937         function.  This helps debugging.
8938
8939 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8940
8941         * djvu/djvu-document.c: (djvu_document_class_init),
8942         (djvu_document_get_info), (djvu_document_document_iface_init):
8943         * dvi/dvi-document.c: (dvi_document_class_init),
8944         (dvi_document_get_info), (dvi_document_document_iface_init):
8945
8946         Dummy implementation of get_info method for dvi and
8947         djvu. Fix crashes with those backends
8948
8949 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8950
8951         * data/evince.desktop.in:
8952
8953         Add application/x-gzpostscript
8954
8955 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8956
8957         * data/evince.schemas.in: Added real long descriptions, 
8958         closes bug 172496 
8959
8960         * README: Added actual text, closes bug 171869
8961
8962 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8963
8964         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8965
8966         Thumbnail page 0
8967
8968 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8969
8970         * backend/ev-document-info.h:
8971
8972         s/GDate */GDate so we can just use g_free
8973
8974 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8975
8976         * shell/ev-window.c: (update_document_mode),
8977         (ev_window_setup_document):
8978
8979         Show the window in fullscreen when specified by
8980         the document
8981
8982 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8983
8984         * backend/ev-document.c: (ev_document_class_init),
8985         (ev_document_get_info), (ev_document_render_pixbuf):
8986         * backend/ev-document.h:
8987         * backend/ev-page-cache.c: (_ev_page_cache_new):
8988         * pdf/ev-poppler.cc:
8989         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8990         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8991         * ps/ps-document.c: (ps_document_class_init), (document_load),
8992         (ps_document_get_info), (ps_document_document_iface_init):
8993
8994         Remove get_title from the interface, we can just use document info
8995
8996 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8997
8998         * backend/Makefile.am:
8999         * backend/ev-document.c: (ev_document_render_get_info):
9000         * backend/ev-document.h:
9001         * pdf/ev-poppler.cc:
9002
9003         Initial support for document info. Based on jrb patch.
9004
9005 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9006
9007         * shell/ev-window.c: (ev_window_state_event),
9008         (ev_window_class_init), (ev_window_init):
9009         
9010         Doesn't show resize grip when maximized. See bug #301053
9011
9012 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9013
9014         * po/POTFILES.in:
9015         
9016         ev-sidebar-thumbnails now has translatable labels
9017         
9018         * shell/Makefile.am:
9019         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9020         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9021         (ev_sidebar_links_page_iface_init):
9022         * shell/ev-sidebar-links.h:
9023         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9024         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9025         (ev_sidebar_page_get_label):
9026         * shell/ev-sidebar-page.h:
9027         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9028         (ev_sidebar_thumbnails_set_document),
9029         (ev_sidebar_thumbnails_support_document),
9030         (ev_sidebar_thumbnails_get_label),
9031         (ev_sidebar_thumbnails_page_iface_init):
9032         * shell/ev-sidebar-thumbnails.h:
9033         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9034         (ev_sidebar_set_document):
9035         * shell/ev-sidebar.h:
9036         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9037         
9038         Small rework of sidebar code. Now sidebar pages should implement
9039         EvSidebarPage interface. That makes page management in EvSidebar
9040         easier. See bug #164811 for details
9041
9042 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9043
9044         * shell/ev-application.c: (ev_application_open):
9045         * shell/ev-document-types.c:
9046         
9047         Fix build error and small problem with application exit
9048
9049 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9050
9051         * thumbnailer/Makefile.am:
9052         * thumbnailer/evince-thumbnailer-djvu.schemas:
9053         * thumbnailer/evince-thumbnailer-dvi.schemas:
9054         
9055         Conditionally install schemas for djvu/dvi thumbnailer
9056
9057 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9058
9059         * shell/ev-document-types.h: 
9060         * shell/ev-document-types.c: 
9061         New files, handling the mapping from mimetypes to backends
9062         
9063         * shell/ev-window.c: 
9064         * thumbnailer/evince-thumbnailer.c:     
9065         Use the ev-document-types code
9066         
9067         * shell/Makefile.am: 
9068         Added new convenience library libevbackendfactory_la, containing
9069         the new mimetype->backend logic; moved the backends into it.
9070
9071         * thumbnailer/Makefile.am:
9072         Make the thumbnailer link with the libevbackend.la convenience
9073         library, rather than having a duplicate of the backend logic here.
9074
9075 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9076
9077         * shell/ev-stock-icons.c: constify some vars.
9078         * shell/ev-window.c: ditto.
9079
9080 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9081
9082         * ps/ps-document.c (get_page_orientation):
9083
9084         Respect document orientation 
9085
9086 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9087
9088         * djvu/Makefile.am:
9089         * dvi/Makefile.am:
9090         * shell/Makefile.am:
9091         
9092         Move library dependencies to components.
9093         
9094         * shell/ev-window.c: (update_window_title),
9095         (start_loading_document):
9096         
9097         Fix display of uris with spaces. Bug 168358.
9098
9099 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9100
9101         * shell/ev-sidebar-links.c: (selection_changed_cb):
9102         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9103         (ev_view_button_release_event), (ev_view_set_document):
9104         * shell/ev-view.h:
9105         * shell/ev-window.c: (find_bar_search_changed_cb):
9106         * shell/ev-window.h: Minor cleanups removing some dead code.
9107
9108 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9109
9110         * backend/ev-page-cache.c: (_ev_page_cache_new):
9111         
9112         Set current page to 0 if document has pages.
9113
9114 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9115
9116         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9117
9118         Initialize GError to NULL, fix a crash when loading fails.
9119
9120 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9121
9122         * shell/ev-window.c: (update_view_size):
9123
9124         Calculate shadow size only when there is actually
9125         a shadow.
9126
9127 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9128
9129         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9130         * shell/ev-view.h:
9131
9132         Allow setting view spacing, default to 0
9133
9134         * shell/ev-window.c: (ev_window_unfullscreen),
9135         (ev_window_cmd_view_fullscreen), (ev_window_init):
9136
9137         Remove spacing in fullscreen mode
9138
9139 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9140
9141         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9142         (ev_view_size_request), (expose_bin_window),
9143         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9144         * shell/ev-view.h:
9145         * shell/ev-window.c: (ev_window_unfullscreen),
9146         (ev_window_cmd_view_fullscreen):
9147
9148         Do not draw the border in fulscreen
9149
9150 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9151
9152         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9153         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9154         (find_page_at_location), (page_changed_cb):
9155
9156         Rework border calculation, so that I can more easily disable it.
9157         Code somewhat cleaner too.
9158
9159 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9160
9161         * backend/ev-page-cache.c: (ev_page_cache_init),
9162         (_ev_page_cache_new):
9163
9164         Remove some assertions, documents can have 0 pages.
9165         Make initial current page -1.
9166
9167         * shell/ev-page-action.c: (page_changed_cb):
9168
9169         Show "" if current page is -1
9170
9171         * shell/ev-window.c: (update_action_sensitivity),
9172         (ev_window_setup_document):
9173
9174         When document has 0 pages do not set the view
9175         and make nearly everything insensitive.
9176
9177 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9178
9179         * shell/ev-page-view.c:
9180         * shell/ev-page-view.h:
9181
9182         Remove unused files.
9183         
9184         * shell/ev-sidebar-thumbnails.c:
9185         (ev_sidebar_thumbnails_set_document):
9186         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9187         (ev_sidebar_supports_document):
9188         * shell/ev-sidebar.h:
9189         * shell/ev-window.c: (ev_window_setup_document):
9190         
9191         Doesn't show thumbnails if document has 1 page. Make
9192         sidebar menu entries sensitive only if if they have 
9193         sense. Fix bug 164811. 
9194
9195 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9196
9197         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9198         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9199         (ev_view_zoom_out), (ev_view_set_size):
9200
9201         Rework sizing to deal with documents with not uniform page
9202         size.
9203
9204 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9205
9206         * backend/ev-page-cache.c: (_ev_page_cache_new):
9207
9208         Fix several page size caching bugs
9209
9210 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9211
9212         * shell/ev-window.c: (set_action_properties):
9213
9214         Make all toolbar items translatable
9215
9216 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9217
9218         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9219         (save_page_list), (ps_document_save),
9220         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9221         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9222         (ps_document_ps_exporter_iface_init):
9223         * ps/ps-document.h:
9224
9225         Based on a patch by J�rg Billeter <j@bitron.ch>
9226         
9227         Implement print and save a copy for the ps backend.
9228
9229 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9230
9231         * backend/ev-document.h:
9232         * djvu/djvu-document.c: (djvu_document_can_get_text),
9233         (djvu_document_document_iface_init):
9234         * dvi/dvi-document.c: (dvi_document_can_get_text),
9235         (dvi_document_document_iface_init):
9236         * pdf/ev-poppler.cc:
9237         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9238         (pixbuf_document_document_iface_init):
9239         * ps/ps-document.c: (ps_document_can_get_text),
9240         (ps_document_document_iface_init):
9241         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9242         * shell/ev-window.c: (update_action_sensitivity):
9243
9244         Fix the crash when trying to copy in backends that doesnt
9245         support it. We can implement a better solution once we
9246         do real text selection.
9247
9248 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9249
9250         * data/evince-ui.xml:
9251         * shell/ev-window.c: (ev_window_cmd_escape):
9252         
9253         Work around the Escape conflict (find bar and unfullscreen)
9254
9255 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9256
9257         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9258         
9259         Fix for #300233. Next page correctly handles document end.
9260         
9261         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9262         (ev_sidebar_thumbnails_class_init),
9263         (ev_sidebar_thumbnails_set_document),
9264         (ev_sidebar_thumbnails_clear_job),
9265         (ev_sidebar_thumbnails_clear_model):
9266         
9267         Cleanup thumbnail jobs on document changes.
9268         
9269         * shell/ev-view.c: (add_scroll_binding_keypad),
9270         (add_scroll_binding_shifted), (ev_view_class_init):
9271         
9272         Shift + Space scrolls up. Fix for #173184
9273         
9274         * shell/ev-window.c: (ev_window_open_page),
9275         (ev_window_cmd_view_reload):
9276         
9277         Fix reload (Bug #300094)
9278
9279 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9280
9281         
9282         * dvi/mdvi-lib/assoc.c:
9283         * dvi/mdvi-lib/assoc.h: Removed garbage files
9284         
9285         * dvi/mdvi-lib/bitmap.c:
9286         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9287         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9288         * dvi/mdvi-lib/color.h: Antialias of rules
9289         
9290         * dvi/mdvi-lib/common.h:
9291         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9292         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9293         * dvi/mdvi-lib/files.c:
9294         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9295         * dvi/mdvi-lib/mdvi.h:
9296         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9297         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9298         * dvi/mdvi-lib/util.c: Fix compile warnings
9299         
9300         * dvi/dvi-document.c:
9301         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9302         (dvi_document_thumbnails_get_thumbnail),
9303         (dvi_document_document_thumbnails_iface_init):
9304         * dvi/mdvi-lib/Makefile.am:
9305         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9306         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9307         
9308         Dvi backend now renders thumbnails
9309
9310 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9311
9312         * shell/main.c: (main): 
9313         
9314         Save accelerators on exit. Fixes bug #172095.
9315
9316 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9317
9318         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9319         update priority" comment.
9320
9321         * backend/ev-job-queue.c: Give a way to change priority.
9322
9323 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9324
9325         * shell/ev-page-action.c: Fix logic.
9326
9327 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9328
9329         * shell/ev-view.c: (ev_view_can_find_next):
9330         * shell/ev-window.c: (ev_window_setup_document):
9331
9332         Check that the document supports find
9333
9334 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9335
9336         * data/evince-ui.xml:
9337         * shell/ev-view.c: (ev_view_can_find_next):
9338         * shell/ev-view.h:
9339         * shell/ev-window.c: (update_action_sensitivity),
9340         (find_changed_cb), (ev_window_setup_document),
9341         (ev_window_cmd_edit_find_next):
9342
9343         Add Edit->Find Next
9344
9345 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9346
9347         * pdf/ev-poppler.cc:
9348         * shell/ev-print-job.c: (idle_print_handler):
9349
9350         Make printing work again
9351
9352 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9353
9354         * shell/ev-page-action.h:
9355         * shell/ev-page-action.c: (ev_page_action_widget_init),
9356         (ev_page_action_widget_class_init), (page_changed_cb),
9357         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9358         (get_filter_model_from_model), (match_selected_cb),
9359         (display_completion_text), (match_completion), (update_model),
9360         (connect_proxy), (ev_page_action_set_property),
9361         (ev_page_action_get_property), (ev_page_action_set_document),
9362         (ev_page_action_set_model), (ev_page_action_class_init): Big
9363         reworking to make completions work iff we have >= GTK-2.7.0
9364                 
9365         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9366         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9367         (job_finished_cb): We now have a 'model' property that is set when
9368         the links are loaded.  This can be caught with "notify::model"
9369
9370         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9371         listen for the model to be set, and propagate it to the action.
9372
9373 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9374
9375         * cut-n-paste/recent-files/egg-recent-item.c:
9376         (egg_recent_item_set_uri), (make_valid_utf8),
9377         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9378         * cut-n-paste/recent-files/egg-recent-item.h:
9379         
9380         Update egg-recent from libegg. This should fix long
9381         startup problem. For details see
9382         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9383
9384 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9385
9386         * cut-n-paste/recent-files/Makefile.am:
9387         * data/evince-ui.xml, shell/Makefile.am:
9388         * shell/ev-application.c, shell/ev-application.h:
9389         * shell/ev-window.c: Recent files support.
9390         
9391         * configure.ac: Added "ru" to ALL_LINGUAS.
9392         
9393         * dvju: new backend to support DJVU files.
9394         * dvi: new backend to support DVI.
9395
9396         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9397         * ev-application.c: Support for new backends.
9398         
9399         * help, ev-window.c, main.c shell/Makefile.am: 
9400         Evince user documentation.
9401
9402 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9403
9404         * po/POTFILES.in:
9405         * shell/ev-window.c:
9406         * thumbnailer/evince-thumbnailer.c:
9407
9408         s/pdf-document/ev-poppler
9409
9410 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9411
9412         * NEWS:
9413         * configure.ac:
9414
9415         Release 0.2.0
9416
9417         * ps/ps-document.c: (setup_pixmap):
9418
9419         Remove debug code
9420
9421 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9422
9423         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9424         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9425         (ev_window_cmd_go_first_page): Fix of by one errors.
9426
9427 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9428
9429         * ps/ps-document.c: (get_page_box):
9430
9431         Fix page size calculation
9432
9433 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9434
9435         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9436         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9437         (get_page_orientation), (setup_page), (document_load),
9438         (ps_document_get_page_size), (render_pixbuf_idle):
9439         * ps/ps-document.h:
9440
9441         More refactoring to adapt to EvDocument changes
9442
9443 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9444
9445         * ps/ps-document.c: (start_interpreter):
9446
9447         Actually add alpha args
9448
9449 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9450
9451         * pdf/ev-poppler.cc:
9452
9453         Make clipboard work again
9454
9455 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9456
9457         Make searching work again.
9458         
9459         * backend/ev-document.c:
9460         * backend/ev-document.h:
9461         * backend/ev-document-find.c:
9462         * backend/ev-document-find.h: Change EvDocumentIface so we no
9463         longer store the current page or zoom level in the document.  The
9464         consequence is that all calls that operate on the current page now
9465         instead take the page number as an extra argument, and all
9466         coordinates are now doubles in document coordinate system.
9467
9468         * pdf/ev-poppler.cc:
9469         * pixbuf/pixbuf-document.c:
9470         * ps/ps-document.c: Update backends accordingly.
9471
9472 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9473
9474         * autogen.sh:
9475
9476         Add required gettext version
9477
9478 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9479
9480         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9481         make F1 bring up non-existent help.
9482
9483         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9484         epiphany's find bar, #167477
9485
9486         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9487         <emil@nishra.com> to add space-bar scrolling, 
9488
9489         * shell/ev-window.c (static GtkActionEntry entries): add default
9490         keybinding for Help (F1)
9491         Fixes #171068
9492
9493         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9494         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9495         170110
9496
9497 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9498
9499         * Makefile.am: 
9500         * pixbuf/pixbuf-document.c: 
9501
9502         Got pixbuf backend working again
9503
9504 2005-04-01  Steve Murphy  <murf@e-tools.com>
9505
9506         * configure.in: Added "rw" to ALL_LINGUAS.
9507
9508 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9509
9510         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9511         model types, noticed by Martin Kretzschmar.
9512
9513 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9514
9515         * pdf/ev-poppler.cc: Implement search based on
9516         poppler_page_find_text().  Currently a bit crude since we remember
9517         all matches from all pages.  Also, we grab the big document lock
9518         when we search since searching changes the underlying stream and
9519         thus conflicts with the rendering thread.
9520         
9521         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9522         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9523         (ev_view_find_previous): Fix some page indexes to be 0 based,
9524         offset rubber band by view offset,
9525
9526 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9527
9528         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9529
9530 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9531
9532         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9533         completely because I didn't understand GtkActions.  I should
9534         read Marco's code more carefully in the future.
9535
9536         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9537         function
9538
9539 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9540
9541         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9542         PopplerRectangle change from poppler CVS.
9543
9544 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9545
9546         * backend/ev-document.c: (ev_document_get_page_label):
9547         * backend/ev-document.h:
9548         * backend/ev-page-cache.c: (_ev_page_cache_new),
9549         (ev_page_cache_get_page_label):
9550         * backend/ev-page-cache.h:
9551         * pdf/ev-poppler.cc:
9552         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9553         (links_page_num_func):
9554         * shell/ev-sidebar-thumbnails.c:
9555         (ev_sidebar_thumbnails_set_document):
9556         * shell/ev-view.c: (status_message_from_link),
9557         (ev_view_motion_notify_event):
9558         * shell/ev-window.c: (document_supports_sidebar): Add in page
9559         label support.  It's not perfect yet, but it's the first 'feature'
9560         in a while.
9561         Also, fix a bogus comment noticed by crispin. 
9562
9563 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9564
9565         * Makefile.am: Remove pixbuf backend for now
9566
9567         * configure.ac: Require poppler-glib instead of just poppler.
9568
9569         * backend/ev-document-thumbnails.h: Add a comment
9570
9571         * backend/ev-document.h:
9572         * backend/ev-document.c: (ev_document_class_init),
9573         (ev_document_load), (ev_document_get_link),
9574         (ev_document_get_links): Remove 3 methods and add get_links.
9575         Also, made 0 based.
9576
9577         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9578         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9579
9580         * backend/ev-link.c: (ev_link_set_title),
9581         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9582         (ev_link_mapping_find):
9583         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9584         
9585         * backend/ev-page-cache.c: (ev_page_cache_init),
9586         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9587         (ev_page_cache_get_size), (ev_page_cache_next_page),
9588         (ev_page_cache_prev_page): Fix to be 0 based.
9589
9590         * pdf/Makefile.am: 
9591         * pdf/ev-poppler.h:
9592         * pdf/ev-poppler.cc: New backend.
9593         
9594         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9595         (ps_document_get_page), (ps_document_document_iface_init):
9596
9597         * shell/ev-pixbuf-cache.h:
9598         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9599         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9600         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9601         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9602         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9603         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9604         based.
9605         
9606         * shell/ev-sidebar-thumbnails.c:
9607         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9608         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9609
9610         * shell/ev-view.c: (status_message_from_link),
9611         (find_page_at_location), (get_link_at_location),
9612         (ev_view_motion_notify_event), (ev_view_button_release_event),
9613         (ev_view_init): Use the new link code.  Fix to be 0 based.
9614
9615         * shell/ev-window.c: (update_action_sensitivity),
9616         (document_supports_sidebar): 0 based.
9617
9618 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9619
9620         * pdf/pdf-document.cc: Patch from Fernando Herrera
9621         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9622         *blush*
9623
9624 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9625
9626         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9627         1 to the page, as this seems to be 1 based.  I thought we has this
9628         fixed.  grump.
9629
9630 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9631
9632         * TODO:
9633         * backend/Makefile.am:
9634         * backend/ev-document-links.c:
9635         (ev_document_links_has_document_links),
9636         (ev_document_links_get_links_model):
9637         * backend/ev-document-links.h:
9638         * backend/ev-document.c: (ev_document_get_page_cache),
9639         (ev_document_get_doc_mutex), (ev_document_load),
9640         (ev_document_save), (ev_document_get_title),
9641         (ev_document_get_n_pages), (ev_document_set_page),
9642         (ev_document_get_page), (ev_document_set_target),
9643         (ev_document_set_scale), (ev_document_set_page_offset),
9644         (ev_document_get_page_size), (ev_document_get_text),
9645         (ev_document_get_link), (ev_document_render),
9646         (ev_document_render_pixbuf), (ev_document_scale_changed):
9647         * backend/ev-document.h:
9648         * backend/ev-job-queue.c: (remove_object_from_queue),
9649         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9650         (no_jobs_available_unlocked), (ev_render_thread),
9651         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9652         (ev_job_queue_remove_job):
9653         * backend/ev-job-queue.h:
9654         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9655         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9656         (ev_job_links_class_init), (ev_job_render_init),
9657         (ev_job_render_dispose), (ev_job_render_class_init),
9658         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9659         (ev_job_thumbnail_class_init), (ev_job_finished),
9660         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9661         (ev_job_render_run), (ev_job_thumbnail_new),
9662         (ev_job_thumbnail_run):
9663         * backend/ev-jobs.h:
9664         * backend/ev-link.c:
9665         * backend/ev-link.h:
9666         * backend/ev-page-cache.c: (ev_page_cache_init),
9667         (ev_page_cache_class_init), (ev_page_cache_finalize),
9668         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9669         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9670         (ev_page_cache_set_link), (ev_page_cache_get_title),
9671         (ev_page_cache_get_size), (ev_page_cache_next_page),
9672         (ev_page_cache_prev_page):
9673         * backend/ev-page-cache.h:
9674         * pdf/pdf-document.cc:
9675         * ps/gsdefaults.c:
9676         * ps/gsdefaults.h:
9677         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9678         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9679         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9680         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9681         (is_interpreter_ready), (output), (catchPipe), (input),
9682         (start_interpreter), (check_filecompressed), (compute_dimensions),
9683         (ps_document_enable_interpreter), (document_load),
9684         (ps_document_next_page), (render_page), (ps_document_set_page),
9685         (ps_document_set_scale), (render_pixbuf_idle),
9686         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9687         * ps/ps-document.h:
9688         * shell/Makefile.am:
9689         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9690         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9691         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9692         (ev_pixbuf_cache_new), (job_finished_cb),
9693         (check_job_size_and_unref), (move_one_job),
9694         (ev_pixbuf_cache_update_range), (find_job_cache),
9695         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9696         (ev_pixbuf_cache_add_jobs_if_needed),
9697         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9698         * shell/ev-pixbuf-cache.h:
9699         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9700         (idle_print_handler):
9701         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9702         (selection_changed_cb), (create_loading_model),
9703         (ev_sidebar_links_construct), (links_page_num_func),
9704         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9705         (update_page_callback), (job_finished_cb),
9706         (ev_sidebar_links_set_document):
9707         * shell/ev-sidebar-thumbnails.c:
9708         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9709         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9710         (page_changed_cb), (thumbnail_job_completed_callback),
9711         (ev_sidebar_thumbnails_set_document):
9712         * shell/ev-sidebar-thumbnails.h:
9713         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9714         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9715         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9716         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9717         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9718         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9719         (ev_view_button_release_event), (ev_view_scroll_view),
9720         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9721         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9722         (ev_view_new), (job_finished_cb), (page_changed_cb),
9723         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9724         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9725         (ev_view_find_previous):
9726         * shell/ev-view.h:
9727         * shell/ev-window.c: (update_action_sensitivity),
9728         (ev_window_open_page), (update_window_title), (update_total_pages),
9729         (page_changed_cb), (ev_window_setup_document),
9730         (password_dialog_response), (ev_window_cmd_save_as),
9731         (ev_window_print), (ev_window_cmd_go_previous_page),
9732         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9733         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9734         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9735         * shell/main.c: (main):
9736
9737         Merge evince-threads branch
9738
9739 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9740
9741         * configure.ac: Added "lt" to ALL_LINGUAS.
9742
9743 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9744
9745         * NEWS:
9746         * configure.ac:
9747
9748         Release 0.1.9
9749
9750 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9751
9752         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9753
9754         Fix here also the thumbnails 1-basedness :)
9755
9756 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9757
9758         * NEWS:
9759         * configure.ac:
9760
9761         Release 0.1.8
9762
9763 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9764
9765         * pdf/pdf-document.cc:
9766         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9767         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9768
9769         Fix the mess we did with thumbnails and 1-basedness
9770
9771 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9772
9773         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9774
9775 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9776
9777         * NEWS:
9778         * configure.ac:
9779
9780         Release 0.1.7
9781
9782 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9783
9784         * ps/Makefile.am:
9785         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9786         (gtk_gs_defaults_get_alpha_parameters),
9787         (gtk_gs_defaults_get_ungzip_cmd),
9788         (gtk_gs_defaults_get_unbzip2_cmd):
9789         * ps/gsdefaults.h:
9790         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9791         (ps_document_get_orientation), (document_load),
9792         (ps_document_goto_page), (ps_document_set_page_size):
9793         * ps/ps-document.h:
9794
9795         Some more sanitization of the ps backend. Remove a lot
9796         of unused code and do not base our defaults on ggv
9797         preferences (ugh!)
9798
9799 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9800
9801         * thumbnailer/evince-thumbnailer.schemas:
9802         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9803         (main): add -s option for thumbnail size.
9804
9805 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9806
9807         * configure.ac:
9808
9809         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9810         remove it.
9811
9812 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9813
9814         * pdf/pdf-document.cc:
9815
9816         Remove 4 pixels of useless border from the
9817         thumbnail.
9818
9819 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9820
9821         * backend/ev-document-thumbnails.c:
9822         (ev_document_thumbnails_get_thumbnail):
9823         * backend/ev-document-thumbnails.h:
9824
9825         Rework API a bit. Add a border flag and
9826         change sizing logic (now the size we specify
9827         applies to the bigger dimension).
9828
9829         * pdf/pdf-document.cc:
9830         * pixbuf/pixbuf-document.c:
9831         (pixbuf_document_thumbnails_get_thumbnail):
9832         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9833         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9834
9835         Adapt to the new API and do not draw a border for nautilus
9836         thumbnailer.
9837
9838 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9839
9840         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9841         take thumbnails from page "0" instead of "1". Added a copyright header.
9842
9843 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9844
9845         * ps/ps-document.c: (set_up_page), (start_interpreter):
9846
9847         Make it C89 compliant
9848
9849 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9850
9851         * Makefile.am:
9852         * configure.ac:
9853         * pdf/.cvsignore:
9854         * pdf/pdf-document.cc:
9855         * thumbnailer/Makefile.am:
9856         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9857         (main):
9858         * thumbnailer/evince-thumbnailer.schemas:
9859         * thumbnailer/pdf-icon.png:
9860
9861         Add a nautilus thumbnailer.
9862         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9863
9864 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9865
9866         * NEWS:
9867         * configure.ac:
9868         * po/POTFILES.in:
9869
9870         Release 0.1.6
9871
9872 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9873
9874         Use poppler instead of including xpdf source code.  Poppler is a
9875         fork of xpdf to build it as a shared library. See
9876         http://freedesktop.org/wiki/Software/poppler.
9877
9878         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9879         xpdf fork.
9880         
9881         * pdf/Makefile.am: Build libpdfdocument.a here.
9882         
9883         * pdf/GDKSplashOutputDev.cc:
9884         * pdf/GDKSplashOutputDev.h:
9885         * pdf/GnomeVFSStream.cc:
9886         * pdf/GnomeVFSStream.h:
9887         * pdf-document.cc:
9888         * pdf-document.h:
9889         * test-gdk-output-dev.cc
9890         * Thumb.cc:
9891         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9892         against poppler.
9893
9894 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9895
9896         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9897
9898         Clear idle stack before unsetting the document
9899
9900 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9901
9902         * ps/ps-document.c: (ps_document_widget_event),
9903         (ps_document_set_target), (ps_document_finalize),
9904         (ps_document_get_page):
9905
9906         Disconnect the widget event signal on finalize.
9907         Some code cleanups.
9908
9909 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9910
9911         * ps/ps-document.c: (set_up_page):
9912
9913         If there is no bpixmap create one, even if size
9914         is not changed.
9915
9916 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9917
9918         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9919         (set_up_page), (document_load), (ps_document_set_zoom):
9920
9921         Default page is 0. Calculate size even when we have no
9922         target yet.
9923
9924 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9925
9926         * shell/ev-sidebar.c: expand the selection widget to be always as
9927         wide as the sidebar
9928
9929 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9930
9931         * shell/ev-sidebar-thumbnails.c:
9932         (ev_sidebar_thumbnails_set_document):
9933
9934         Clear the list store when setting document
9935
9936 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9937
9938         * shell/ev-page-action.c: (update_entry), (sync_entry),
9939         (activate_cb), (entry_size_request_cb), (create_tool_item),
9940         (connect_proxy):
9941
9942         Use an entry for the page control instead of spinbuttons
9943
9944 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9945
9946         * data/evince.schemas.in:
9947
9948         Correct confusing string
9949
9950 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9951
9952         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9953         for real.  Gosh, how long has this been broken.
9954
9955         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9956         check for a NULL link.  We crash otherwise.
9957
9958 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9959
9960         * NEWS:
9961         * configure.ac:
9962
9963         Release 0.1.5
9964
9965 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9966
9967         * configure.ac: add the french translation.
9968
9969 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9970
9971         * shell/ev-window.c:
9972
9973         Remove unused header -> fix distcheck
9974
9975 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9976
9977         * shell/ev-window.c: (update_window_title),
9978         (ev_window_popup_password_dialog):
9979
9980         Unescape filename for display
9981
9982 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9983
9984         * pdf/xpdf/pdf-document.cc:
9985
9986         In get_page_size deal with rotation. Also
9987         cleanup the function a bit.
9988
9989 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9990
9991         * pdf/xpdf/pdf-document.cc:
9992
9993         Fix crash when opening in new window
9994
9995 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9996
9997         * configure.ac:
9998
9999         Check ghostscript >= 7
10000
10001 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10002
10003         * shell/ev-window.c:
10004
10005         Make page width the default sizing mode
10006
10007 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10008         Marco Pesenti Gritti <marco@gnome.org>
10009
10010         * shell/ev-window.c: Remember the sidebar size
10011
10012         * data/evince.schemas.in: Add a new gconf key to store the size of
10013         the sidebar
10014
10015 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10016
10017         * data/evince-ui.xml:
10018         * shell/ev-window.c: (update_action_sensitivity),
10019         (ev_window_cmd_view_reload):
10020         
10021         Add a "Reload" action and menu entry
10022
10023 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10024
10025         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10026         iff the type doesn't support thumbnailing and indexing.
10027
10028 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10029
10030         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10031
10032 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10033
10034         * pdf/splash/Splash.cc:
10035
10036         Port fix for a crasher from kde bug
10037         http://bugs.kde.org/show_bug.cgi?id=97131
10038
10039 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10040
10041         * pdf/xpdf/pdf-document.cc:
10042
10043         Return a link even if it's of an unrecognized
10044         type. Otherwise we go in an infinte cycle.
10045
10046 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10047
10048         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10049         (size_allocate_cb), (ev_window_set_sizing_mode):
10050
10051         Update size when switching mode
10052
10053 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10054
10055         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10056         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10057         (ev_window_cmd_view_normal_size):
10058
10059         Fix size toggle buttons behavior
10060
10061 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10062
10063         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10064         (doc_rect_to_view_rect), (ev_view_size_allocate),
10065         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10066         (scale_changed_callback):
10067
10068         Do not cache offsets in size_allocate.
10069
10070 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10071
10072         * shell/ev-view.c: (ev_view_size_allocate):
10073
10074         Calculate offsets before calling the parent
10075         class (which does a redraw)
10076
10077 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10078
10079         * pdf/xpdf/pdf-document.cc:
10080
10081         Fix a crasher on exit. Unused code, put a TODO
10082
10083 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10084
10085         * backend/ev-document.c: (ev_document_class_init),
10086         (ev_document_page_changed), (ev_document_scale_changed):
10087         * backend/ev-document.h:
10088
10089         Separate page/scale notifications
10090
10091         * pdf/xpdf/pdf-document.cc:
10092
10093         Emit the new signals.
10094         Do not display the pdf page in _render, do it
10095         when scale/page are requested.
10096
10097         * ps/ps-document.c: (ps_document_set_zoom),
10098         (ps_document_widget_event):
10099         * ps/ps-document.h:
10100
10101         Emit the new signals.
10102
10103         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10104         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10105         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10106         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10107         * shell/ev-view.h:
10108         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10109         (ev_window_cmd_view_page_width), (size_allocate_cb),
10110         (ev_window_set_sizing_mode):
10111
10112         Rework sizing to be pixel based.
10113         There are bugs but should be already way better.
10114
10115 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10116
10117         * shell/ev-window.c: (ev_window_init):
10118
10119         Do not allow to shrink sidebar smaller then
10120         child requisition
10121
10122 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10123
10124         * shell/ev-sidebar.[ch]
10125         * shell/ev-window.c:
10126
10127         Improved sidebar widget. Fixes #166683
10128
10129 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10130
10131         * shell/ev-view.c (update_find_status_message): Give translators
10132         more flexibility with ngettext plural handling.
10133
10134 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10135
10136         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10137         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10138         page when we get the page size.
10139
10140 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10141
10142         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10143
10144         ps pages are 0 based, convert 
10145
10146 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10147
10148         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10149
10150         Initialize correct parent class. Set GError on document load
10151
10152 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10153
10154         * pdf/xpdf/pdf-document.cc:
10155
10156         Fixup selection offset calculation
10157
10158         * shell/ev-view.c: (view_rect_to_doc_rect),
10159         (doc_rect_to_view_rect), (ev_view_size_allocate),
10160         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10161         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10162
10163         Store selection as document relative, so that zooming
10164         and offset changing doesnt break it.
10165
10166 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10167
10168         * shell/ev-view.c: (ev_view_best_fit):
10169
10170         Do not try to best fit if the view is not realized
10171
10172 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10173           
10174         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10175
10176 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10177
10178         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10179
10180 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10181
10182         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10183         the popup window.  That prevents it resizing when in full screen
10184         mode.
10185
10186         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10187         multiple rerenders.  This pretty much sucks.
10188
10189         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10190         rest of the toolbar.
10191
10192 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10193
10194         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10195
10196 2005-02-17  Alexander Shopov  <ash@contact.bg>
10197
10198         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10199
10200 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10201
10202         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10203
10204 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10205
10206         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10207         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10208         (set_document_page), (document_changed_callback),
10209         (ev_view_set_document), (ev_view_find_previous),
10210         (ev_view_hide_cursor), (ev_view_show_cursor):
10211         * shell/ev-view.h:
10212         * shell/ev-window.c: (update_chrome_visibility),
10213         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10214         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10215         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10216         (ev_window_unfullscreen):
10217         * shell/main.c: (main):
10218
10219         Automatically hide the fullscreen button.
10220         Patch by Kristian Høgsberg <krh@redhat.com>
10221
10222 2005-02-16  Vincent Noel  <vnoel@cox.net>
10223
10224         * shell/main.c (main): Specify an icon for the window. Patch by
10225         Jaap A. Haitsma. Fixes #166177.
10226
10227 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10228
10229         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10230
10231 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10232
10233         * backend/ev-document-misc.h:
10234         * backend/ev-document-misc.c:
10235         (ev_document_misc_get_page_border_size),
10236         (ev_document_misc_paint_one_page): New function to canonicalize
10237         sizing/painting a border.
10238
10239         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10240         used.
10241
10242         * pdf/xpdf/pdf-document.cc: use new function
10243
10244         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10245         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10246         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10247         shell/ev-window.c: (update_sizing_buttons),
10248         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10249         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10250         (ev_window_cmd_view_page_width), (size_allocate_cb),
10251         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10252         and "fit width" values act as toggle buttons so they stay
10253         toggled.  It's not 100% perfect, and it's a little slow, but it's
10254         good enough to commit I think.
10255
10256 2005-02-15  David Lodge  <dave@cirt.net>
10257
10258         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10259
10260 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10261
10262         * shell/ev-window.c (update_window_title): replace newlines in
10263         the title by spaces. Bug #166107.
10264
10265 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10266
10267         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10268         parameters providing allocation width and height without
10269         scrollbars and width of a possible vertical scrollbar. With this
10270         additional information the functions can work as
10271         intended. Unfortunately they're not idempotent. We should
10272         transform these commands to toggles. Fixes Bug #164976
10273         Initial patch by Stephane Loeuillet, then heavily modified.
10274
10275         * shell/ev-view.h: update prototypes.
10276
10277         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10278         (ev_window_cmd_view_page_width): provide EvView fit functions with
10279         all the information they need. Formulas to calculate this
10280         information taken from GtkScrolledWindow.
10281
10282 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10283
10284         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10285         created a thumbnail, the list store is updated to know
10286         that the thumbnail is set. Fixes bug #166792
10287
10288 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10289
10290         * shell/ev-window.c: fixed typo, closes bug 166897
10291
10292         * TODO: updated TODO with bug numbers that are relevant
10293
10294 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10295
10296         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10297
10298 2005-02-09  Vincent Noel  <vnoel@cox.net>
10299
10300         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10301         and "Next" toolbar buttons as important to make them stand out.
10302
10303 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10304
10305         * lib/ev-debug.c:
10306         * lib/ev-debug.h:
10307         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10308         (start_interpreter), (stop_interpreter), (document_load),
10309         (ps_document_next_page), (ps_document_goto_page),
10310         (ps_document_set_page_size), (ps_document_widget_event),
10311         (ps_document_render):
10312         * shell/ev-page-view.c: (ev_page_view_dispose):
10313         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10314
10315         Fix compilation on non-gcc platforms
10316
10317 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10318
10319         * NEWS:
10320         * configure.ac:
10321
10322         Release 0.1.4
10323
10324         * pdf/xpdf/Catalog.cc:
10325         * pdf/xpdf/XRef.cc:
10326
10327         Fix the fix for CAN-2004-0888
10328
10329 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10330
10331         * data/Makefile.am:
10332         * data/evince-ui.xml:
10333         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10334         * shell/ev-stock-icons.h:
10335         * shell/ev-window.c: (update_action_sensitivity),
10336         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10337         (set_action_properties):
10338
10339         Improve toolbar layout/icons
10340
10341 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10342
10343         * pdf/xpdf/pdf-document.cc:
10344
10345         Add warnings about unimplemented/unknown link
10346         types.
10347
10348 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10349
10350         * ps/ps-document.c: (set_up_page):
10351
10352         Log gs property
10353
10354 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10355
10356         * ps/ps-document.c: (start_interpreter):
10357
10358         Log gs env var
10359
10360 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10361
10362         * shell/ev-page-view.c: (ev_page_view_dispose):
10363         * shell/ev-view.c: (ev_view_finalize):
10364         * shell/ev-window.c: (ev_window_setup_document),
10365         (ev_window_dispose), (ev_window_init):
10366
10367         Solve more refs issues.
10368
10369         I commented out the page_view initialization for now:
10370         it was never destroyed (because it's never added
10371         to a container). Because of that we was leaking
10372         gs processes. Couldnt think to a clean fix.
10373         We need to figure this out, password view has the
10374         same issue probably.
10375
10376 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10377
10378         * ps/ps-document.c: (ps_document_finalize),
10379         (ps_document_get_n_pages), (ps_document_get_page):
10380
10381         Some cleanups, stop the interpreter on finalize
10382
10383         * shell/ev-page-view.c: (ev_page_view_dispose),
10384         (ev_page_view_class_init):
10385
10386         Release our reference on the document
10387
10388 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10389
10390         * Makefile.am:
10391         * configure.ac:
10392         * doc/debugging.txt:
10393         * lib/.cvsignore:
10394         * lib/Makefile.am:
10395         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10396         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10397         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10398         * lib/ev-debug.h:
10399
10400         Add debugging helpers
10401
10402         * ps/Makefile.am:
10403         * ps/ps-document.c: (set_up_page), (start_interpreter),
10404         (stop_interpreter), (document_load), (ps_document_next_page),
10405         (ps_document_goto_page), (ps_document_set_page_size),
10406         (ps_document_widget_event), (ps_document_render):
10407         * shell/Makefile.am:
10408         * shell/ev-view.c: (expose_bin_window):
10409         * shell/main.c: (main):
10410
10411         Add some logs
10412         
10413 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10414
10415         * ps/ps-document.c: (ps_document_widget_event):
10416
10417         Initialize message_window, this should make ps
10418         rendering really work! (Never noticed because I was
10419         testing with a ps that is causing gs to exit every time!)
10420
10421 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10422
10423         * data/evince.schemas.in: updated simple error in applyto closing tag
10424
10425 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10426
10427         * Makefile.am:
10428         * configure.ac:
10429         * data/.cvsignore:
10430         * data/Makefile.am:
10431         * data/evince-ui.xml:
10432         A data/evince.schemas.in:
10433         * po/POTFILES.in:
10434         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10435         * shell/ev-stock-icons.h:
10436         * shell/ev-window.c: (update_chrome_visibility),
10437         (update_chrome_flag), (ev_window_cmd_edit_find),
10438         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10439         (ev_window_unfullscreen), (ev_window_focus_in_event),
10440         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10441         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10442         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10443         (ev_window_dispose), (ev_window_class_init),
10444         (set_action_properties), (set_chrome_actions), (load_chrome),
10445         (ev_window_init):
10446
10447         Implement fullscreen mode changes from bug #164776.
10448         Also implement persistent chrome toggles.
10449
10450 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10451
10452         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10453
10454 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10455
10456         * NEWS:
10457         * configure.ac:
10458         * shell/ev-view.c:
10459
10460         Add another check for find interface
10461
10462         Release 0.1.3
10463
10464 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10465
10466         * shell/ev-application.c: (ev_application_open):
10467         * shell/ev-window.c: (ev_window_open):
10468
10469         Open gzipped ps documents
10470
10471 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10472
10473         * TODO:
10474         * shell/ev-view.c: (set_document_page):
10475
10476         Clamp page number, dont try to move to
10477         not existant pages.
10478
10479 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10480
10481         * backend/ev-document-find.c: (ev_document_find_changed):
10482         * backend/ev-document-find.h:
10483         * pdf/xpdf/pdf-document.cc:
10484         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10485         * shell/ev-window.c: (find_bar_search_changed_cb):
10486
10487         Fix several bugs with find
10488
10489 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10490
10491         * shell/ev-sidebar-thumbnails.c
10492         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10493         document. Prevents warning from scroll_to_cell.
10494
10495 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10496
10497         * configure.ac: Add «nb» to ALL_LINGUAS too.
10498
10499 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10500
10501         * NOTES: New file with some random thoughts.
10502
10503         * TODO: Update.
10504
10505         * backend/ev-document-misc.c:
10506         (ev_document_misc_get_page_border_size): New function to
10507         canonicalize shadow drawing sizes.  Possibly goofy.
10508
10509         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10510         (ev_view_best_fit), (ev_view_fit_width):
10511         * pdf/xpdf/pdf-document.cc:
10512         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10513         * ps/ps-document.c: (ps_document_get_page_size):
10514         * backend/ev-document-misc.h:
10515         * backend/ev-document.c: (ev_document_get_page_size):
10516         * backend/ev-document.h: get_page_size now takes a page number
10517         parameter.  Made all the backends/frontends honor it.
10518
10519         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10520         see.  Doesn't work yet.
10521
10522         * shell/Makefile.am:
10523         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10524         Doesn't do anything yet.
10525
10526         * shell/ev-sidebar-thumbnails.c:
10527         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10528         [0..n_pages-1]
10529
10530         * shell/ev-window.c: (update_action_sensitivity),
10531         (ev_window_setup_document), (ev_window_set_page_mode),
10532         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10533         view-swapping code a bit so we can have multiple views on a
10534         document.  Add the multi-page view, though it can't be turned on
10535         yet.
10536
10537 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10538
10539         * shell/ev-application.c: (ev_application_open):
10540         * shell/ev-view.c: (expose_bin_window):
10541         * shell/ev-window.c: (ev_window_open):
10542
10543         Support eps and check document supports find
10544         before drawing highlightings in expose.
10545
10546 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10547
10548         * pixbuf/pixbuf-document.c:
10549         (pixbuf_document_thumbnails_get_dimensions),
10550         (pixbuf_document_document_thumbnails_iface_init):
10551
10552         implement get_dimensions
10553
10554 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10555
10556         * NEWS:
10557         * configure.ac:
10558
10559         Release 0.1.2
10560
10561 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10562
10563         * shell/ev-view.c: (set_document_page):
10564
10565         Scroll at the top of the page when changing page
10566
10567 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10568
10569         * shell/ev-view.c: (ev_view_motion_notify_event):
10570
10571         Do not redraw unnecessarily
10572
10573 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10574
10575         * pdf/xpdf/pdf-document.cc:
10576         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10577         (expose_bin_window), (find_changed_cb):
10578
10579         Yay! find works now... Now to find bugs...
10580
10581 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10582
10583         * backend/ev-document-find.c: (ev_document_find_base_init),
10584         (ev_document_find_changed):
10585         * backend/ev-document-find.h:
10586         * pdf/xpdf/pdf-document.cc:
10587         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10588         (expose_bin_window), (ev_view_init), (set_document_page),
10589         (ensure_rectangle_is_visible), (jump_to_find_result),
10590         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10591         (ev_view_find_next), (ev_view_find_previous):
10592         * shell/ev-view.h:
10593         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10594
10595         More work on find implementation, mostly there now
10596
10597 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10598
10599         * backend/ev-backend-marshalers.list:
10600         * backend/ev-document-find.c: (ev_document_find_base_init),
10601         (ev_document_find_cancel), (ev_document_find_page_has_results),
10602         (ev_document_find_get_n_results), (ev_document_find_get_result),
10603         (ev_document_find_get_progress), (ev_document_find_changed):
10604         * backend/ev-document-find.h:
10605
10606         Enanche the find interface to be really able to do
10607         multi page find.
10608
10609         * pdf/xpdf/pdf-document.cc:
10610
10611         Implement
10612
10613         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10614         (expose_bin_window), (ev_view_init),
10615         (ev_view_get_find_status_message), (find_changed_cb),
10616         (ev_view_set_document), (set_document_page):
10617
10618         Adapt to the new interface. A few things are regressed sorry,
10619         I will finish it soon.
10620
10621 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10622
10623         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10624         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10625         ev_sidebar_thumbnails_parent_class variable, don't define another
10626         parent_class variable.
10627
10628         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10629         (ev_page_action_class_init): ditto.
10630
10631         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10632         (pixbuf_document_class_init): ditto.
10633
10634         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10635         ditto.
10636
10637         * .cvsignore: ignore various valgrind output files.
10638
10639 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10640
10641         * data/evince-ui.xml:
10642         * shell/Makefile.am:
10643         * shell/ev-history.c:
10644         * shell/ev-history.h:
10645         * shell/ev-navigation-action.c:
10646         * shell/ev-navigation-action.h:
10647         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10648         (ev_view_set_page), (ev_view_fit_width):
10649         * shell/ev-view.h:
10650         * shell/ev-window.c: (update_action_sensitivity),
10651         (ev_window_setup_document), (register_custom_actions):
10652
10653         Kill session history
10654
10655 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * shell/ev-window.c: (update_action_sensitivity):
10658
10659         Fix inverted up/down buttons
10660
10661 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10662
10663         * shell/ev-sidebar-thumbnails.c
10664         (ev_sidebar_thumbnails_select_page): make sure the selected
10665         thumbnail stays visible.
10666
10667 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10668
10669         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10670         scrolled window for Federico.
10671
10672 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10673
10674         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10675
10676 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10677
10678         * configure.ac:
10679         * pdf/splash/SplashFTFontEngine.cc:
10680
10681         Fix CID fonts with freetype 2.1.9
10682
10683 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10684
10685         * TODO: added item for desktop icon thumbnailer
10686
10687 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10688
10689         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10690         unloaded docs when the title is accessed.
10691
10692         * shell/ev-password-view.[hc]: New widget for displaying password
10693         state.
10694
10695         * shell/ev-window.[ch]: Refactor password handling code to handle
10696         the new view.
10697
10698 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10699
10700         * NEWS:
10701         * configure.ac:
10702         * data/Makefile.am:
10703
10704         Release 0.1.1
10705
10706 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10707
10708         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10709         ignore page offset here, to make search results independent of it,
10710
10711         * shell/ev-view.c (expose_bin_window): but take offsets into
10712         account here. Bug #164932
10713
10714         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10715         scale at the right time. Bug #164996
10716
10717 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10718
10719         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10720         fix the problem. Now I just removed the Adobe font names and hope
10721         that the URW fonts are always in outline format. Bug #164934
10722
10723         * shell/ev-window.c (update_window_title): empty titles are
10724         useless, use filename in that case too.
10725
10726         * NEWS: Add some content.
10727
10728 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10729
10730         * TODO: added one more TODO item and a TODONE section :)
10731
10732 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10733
10734         * ps/ps-document.h: add page_[xy]_offset fields.
10735
10736         * ps/ps-document.c (ps_document_set_page_offset)
10737         (ps_document_render): Keep offset in consideration in a few
10738         places. Bug #164752 "postscript documents are not centered in
10739         window"
10740
10741         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10742         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10743
10744         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10745         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10746         stub out missing methods for complete EvDocument implementation.
10747         Fixes segfaults with Save A Copy and Copy actions.
10748
10749         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10750         (ps_document_document_iface_init): ditto.
10751         
10752 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10753
10754         * data/.cvsignore:
10755         * data/Makefile.am:
10756         * data/evince.desktop.in:
10757
10758         Add desktop file
10759
10760 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10761
10762         * shell/ev-view.c: (ev_view_button_press_event),
10763         (ev_view_motion_notify_event):
10764
10765         Make selection work in any direction
10766
10767 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10768
10769         * TODO:
10770         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10771
10772         Use shorter labels for some of the toolbars items
10773
10774 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10775
10776         * pdf/xpdf/pdf-document.cc:
10777
10778         Check the links info is initialized before
10779         using it. Should fix a crash on startup.
10780
10781 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10782
10783         * pixbuf/pixbuf-document.c
10784         (pixbuf_document_thumbnails_get_dimensions): force floating point
10785         division to calculate page_ratio. Fixes crash with landscape
10786         format pixbufs.
10787
10788 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10789
10790         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10791
10792 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10793
10794         * shell/ev-view.c (set_document_page): unset has_selection when
10795         the page changes.
10796         (set_document_page): handle paper size changes when the page
10797         changes (test with Free Culture, page 2).
10798
10799 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10800
10801         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10802         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10803
10804         Use normal style color for the widget background and
10805         draw a black box around the page.
10806
10807 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10808
10809         * pdf/xpdf/pdf-document.cc:
10810
10811         Keep offset in consideration in a few places
10812
10813         * shell/ev-view.c: (expose_bin_window):
10814
10815         Set the offsets so that the document is ever centered
10816
10817 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10818
10819         * TODO: Added TODO items and finished off the first todo item
10820
10821         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10822         reflect current authors
10823
10824 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10825
10826         * pdf/xpdf/pdf-document.cc:
10827         * shell/ev-view.c: (ev_view_set_cursor),
10828         (ev_view_motion_notify_event), (document_changed_callback),
10829         (set_document_page):
10830
10831         Show a wait cursor while the page is rendering
10832
10833 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10834
10835         * shell/ev-sidebar-thumbnails.c:
10836         (ev_sidebar_tree_selection_changed),
10837         (ev_sidebar_thumbnails_select_page):
10838         * shell/ev-sidebar-thumbnails.h:
10839         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10840         (ev_view_can_go_forward):
10841         * shell/ev-window.c: (ev_window_open_page),
10842         (ev_window_setup_document), (update_current_page),
10843         (view_page_changed_cb), (ev_window_init):
10844         * shell/ev-window.h:
10845
10846         Ensure thumbnails selection, toolbar page control and
10847         current page are in sync.
10848
10849 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10850
10851         * pdf/xpdf/XRef.cc:
10852
10853         Fix CAN-2005-0064
10854
10855 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10856
10857         * backend/Makefile.am:
10858         * backend/ev-document-links.h:
10859         * backend/ev-document-security.c: (ev_document_security_get_type),
10860         (ev_document_security_has_document_security),
10861         (ev_document_security_set_password):
10862         * backend/ev-document-security.h:
10863         * backend/ev-document.c: (ev_document_error_quark):
10864         * backend/ev-document.h:
10865         * data/Makefile.am:
10866         * data/evince-password.glade:
10867         * pdf/xpdf/pdf-document.cc:
10868         * shell/Makefile.am:
10869         * shell/ev-password.c: (ev_password_set_bad_password_label),
10870         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10871         (ev_password_dialog_get_password),
10872         (ev_password_dialog_set_bad_pass):
10873         * shell/ev-password.h:
10874         * shell/ev-window.c: (ev_window_get_attribute),
10875         (ev_window_set_property), (update_action_sensitivity),
10876         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10877         (ev_window_setup_document), (ev_window_get_password),
10878         (ev_window_open), (ev_window_cmd_save_as),
10879         (using_postscript_printer), (ev_window_print),
10880         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10881         (update_fullscreen_popup), (ev_window_fullscreen),
10882         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10883         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10884         (menu_item_select_cb), (find_bar_search_changed_cb),
10885         (ev_window_dispose), (ev_window_init):
10886
10887         Add initial support for password-supported dialogs.  This could be
10888         a lot cooler, but it'll do for now.
10889
10890 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10891
10892         * pdf/xpdf/pdf-document.cc:
10893         * shell/ev-view.c: (status_message_from_link),
10894         (ev_view_set_status), (ev_view_set_cursor),
10895         (ev_view_motion_notify_event), (ev_view_init):
10896         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10897
10898         Fix bugs in the links implementation and change cursor
10899         when hovering a link.
10900
10901 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10902
10903         * viewer/.cvsignore: added cvsignore file for viewer directory
10904
10905         * TODO: created TODO document
10906
10907 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10908
10909         * shell/ev-view.h:
10910         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10911         new functions to help with implementation of sensitivity code
10912         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10913         of all actions that might require it.  Fixes a crash when you
10914         click on the Zoom actions in a window lacking a document.
10915
10916 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10917
10918         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10919         of the Find action
10920
10921 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10922
10923         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10924         (pixbuf_document_document_iface_init):
10925         * ps/ps-document.c: (ps_document_get_link),
10926         (ps_document_document_iface_init):
10927         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10928         (status_message_from_link), (ev_view_set_status),
10929         (ev_view_set_find_status), (ev_view_motion_notify_event),
10930         (ev_view_button_release_event), (ev_view_set_property),
10931         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10932         (ev_view_get_find_status_message), (update_find_results),
10933         (ev_view_get_status), (ev_view_get_find_status):
10934         * shell/ev-view.h:
10935         * shell/ev-window.c: (view_status_changed_cb),
10936         (view_find_status_changed_cb), (ev_window_init):
10937
10938         View status message support, use it to show the links.
10939         Needs work...
10940
10941 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10942
10943         * backend/ev-document.c: (ev_document_get_link):
10944         * backend/ev-document.h:
10945         * pdf/xpdf/pdf-document.cc:
10946         * shell/ev-application.c: (ev_application_open):
10947         * shell/ev-application.h:
10948         * shell/ev-sidebar-links.c: (selection_changed_cb):
10949         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10950         (ev_view_go_to_link):
10951
10952         Add support for document links
10953
10954 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10955
10956         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10957         (create_tool_item):
10958         Set the spin button limits correctly.
10959         
10960         * shell/ev-sidebar-thumbnails.c:
10961         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10962         Support changing pages by clicking on the thumbnails.
10963         
10964 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10965
10966         * pixbuf/pixbuf-document.c:
10967         (pixbuf_document_thumbnails_get_dimensions),
10968         (pixbuf_document_document_thumbnails_iface_init):
10969
10970         implement get_dimensions
10971
10972 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10973
10974         * ps/ps-document.c: (ps_document_goto_page):
10975
10976         Fix page switching on multipage documents
10977
10978 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10979
10980         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10981         
10982         check for NULL before assigning to width and height parameters
10983
10984 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10985
10986         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10987         (pixbuf_document_set_property), (pixbuf_document_get_property):
10988
10989         implement get/set properties
10990
10991 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10992
10993         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10994         
10995         return NULL instead of "Unknown", letting the title get set to
10996         the filename when the pdf has no title.
10997
10998 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10999
11000         * ps/ps-document.c: (ps_document_get_page_count),
11001         (ps_document_goto_page):
11002
11003 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11004
11005         * shell/ev-history.c: (ev_history_get_property),
11006         (ev_history_set_property), (ev_history_class_init),
11007         (ev_history_add_page), (ev_history_set_current_index):
11008         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11009         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11010         (ev_navigation_action_finalize):
11011         * shell/ev-navigation-action.h:
11012         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11013         (ev_view_go_forward), (ev_view_get_find_status_message),
11014         (history_index_changed_cb), (ev_view_set_history):
11015         * shell/ev-view.h:
11016         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11017         (update_current_page), (register_custom_actions):
11018
11019         Implement history dropdowns
11020
11021 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11022
11023         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11024         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11025         (ev_view_go_forward):
11026         * shell/ev-window.c: (register_custom_actions):
11027
11028         Fix several history bugs
11029
11030 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11031
11032         * configure.ac: Add «nb» to ALL_LINGUAS.
11033
11034 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11035
11036         * backend/Makefile.am:
11037         * backend/ev-bookmark.c:
11038         * backend/ev-bookmark.h:
11039         * backend/ev-document-bookmarks.c:
11040         * backend/ev-document-bookmarks.h:
11041         * backend/ev-document-links.c: (ev_document_links_get_type),
11042         (ev_document_links_has_document_links),
11043         (ev_document_links_begin_read), (ev_document_links_get_link),
11044         (ev_document_links_get_child), (ev_document_links_next),
11045         (ev_document_links_free_iter):
11046         * backend/ev-document-links.h:
11047         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11048         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11049         (ev_link_get_link_type), (ev_link_set_link_type),
11050         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11051         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11052         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11053         (ev_link_new_external):
11054         * backend/ev-link.h:
11055         * pdf/xpdf/pdf-document.cc:
11056         * shell/Makefile.am:
11057         * shell/ev-application.c: (ev_application_open_link):
11058         * shell/ev-application.h:
11059         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11060         (ev_history_get_link_nth):
11061         * shell/ev-history.h:
11062         * shell/ev-sidebar-bookmarks.c:
11063         * shell/ev-sidebar-bookmarks.h:
11064         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11065         (ev_sidebar_links_class_init), (selection_changed_cb),
11066         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11067         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11068         (do_one_iteration), (populate_links_idle),
11069         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11070         * shell/ev-sidebar-links.h:
11071         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11072         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11073         (go_to_index):
11074         * shell/ev-view.h:
11075         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11076         * shell/ev-window.h:
11077
11078         Rename bookmark to link, and use "Index" for the sidebar panel.
11079
11080 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11081
11082         * shell/Makefile.am:
11083         * shell/ev-application.c: (ev_application_open_bookmark):
11084         * shell/ev-application.h:
11085         * shell/ev-history.c: (ev_history_init), (free_links_list),
11086         (ev_history_finalize), (ev_history_class_init),
11087         (ev_history_add_link), (ev_history_add_page),
11088         (ev_history_get_link_nth), (ev_history_get_n_links),
11089         (ev_history_get_current_index), (ev_history_set_current_index),
11090         (ev_history_new):
11091         * shell/ev-history.h:
11092         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11093         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11094         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11095         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11096         (ev_view_set_page):
11097         * shell/ev-view.h:
11098         * shell/ev-window.c: (ev_window_open_bookmark),
11099         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11100         (goto_page_cb), (register_custom_actions):
11101         * shell/ev-window.h:
11102
11103         Initial history implementation. Needs work.
11104
11105 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11106
11107         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11108
11109 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11110
11111         * cut-n-paste/recent-files/egg-recent-item.c:
11112         * cut-n-paste/recent-files/egg-recent-item.h:
11113         * cut-n-paste/recent-files/egg-recent-model.c:
11114         * cut-n-paste/recent-files/egg-recent-util.c:
11115         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11116         * cut-n-paste/recent-files/egg-recent-view.c:
11117
11118         Update
11119
11120 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11121
11122         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11123         (fillGlyph, fillImageMask, drawImage):
11124         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11125         pdf/splash/SplashTypes.h:
11126         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11127         packed mode for Splash.
11128
11129         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11130         RGB8 packed mode, eliminates the pixbuf data creation loop.
11131
11132         * shell/ev-print-job.c (ev_print_job_finalize)
11133         (ev_print_job_set_property, ev_print_job_get_property)
11134         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11135         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11136         (print_closure_finalize, ev_print_job_print): implement
11137         printing (for backends with EvPsExporter)
11138
11139         * shell/ev_print_job.h: update prototypes.
11140
11141         * shell/ev-window.c (ev_window_print): unref print job after
11142         printing.
11143
11144         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11145         unless the document implements the EvDocumentFind interface.
11146
11147 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11148
11149         * configure.ac: Added ja to ALL_LINGUAS.
11150
11151 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11152
11153         * pdf/xpdf/pdf-document.cc:
11154
11155         add a FIXME. We should probably not allocate
11156         a bookmark object every time
11157
11158 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11159
11160         * shell/ev-application.c: (ev_application_open),
11161         (ev_application_open_bookmark):
11162         * shell/ev-application.h:
11163         
11164         Add a way to open bookmarks
11165
11166         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11167         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11168         (ev_bookmark_set_property), (ev_bookmark_class_init),
11169         (ev_bookmark_new_title), (ev_bookmark_new_link),
11170         (ev_bookmark_new_external):
11171
11172         Support for external uris, better constructors.
11173
11174         * backend/ev-bookmark.h:
11175         * pdf/xpdf/pdf-document.cc:
11176         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11177
11178         Handle external uris
11179
11180 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11181
11182         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11183         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11184
11185         Hook up bookmarks navigation
11186
11187 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11188
11189         * backend/Makefile.am:
11190         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11191         (ev_bookmark_get_title), (ev_bookmark_set_title),
11192         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11193         (ev_bookmark_get_page), (ev_bookmark_set_page),
11194         (ev_bookmark_get_property), (ev_bookmark_set_property),
11195         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11196         (ev_bookmark_new):
11197         * backend/ev-bookmark.h:
11198         * backend/ev-document-bookmarks.c:
11199         (ev_document_bookmarks_get_bookmark):
11200         * backend/ev-document-bookmarks.h:
11201         * pdf/xpdf/pdf-document.cc:
11202         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11203
11204         Add a bookmark object to the backend and use it instead of get_values
11205
11206 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11207
11208         * data/evince-ui.xml:
11209
11210         Cleanup and add select all.
11211
11212         * shell/ev-view.c: (ev_view_select_all),
11213         (ev_view_button_press_event):
11214         * shell/ev-view.h:
11215         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11216
11217         Add select all.
11218         Clear selection on click.
11219
11220 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11221
11222         * shell/ev-sidebar-thumbnails.c
11223         (ev_sidebar_thumbnails_set_document): forgot to unref the
11224         loading_icon.
11225
11226 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11227
11228         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11229         at the visible page, not just linearly.  This makes it look fast.
11230
11231 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11232
11233         * backend/ev-document-misc.c
11234         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11235         white.
11236         * backend/ev-document-thumbnails.h: New interface to get the size
11237         of a page.
11238
11239 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11240
11241         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11242         make dist works
11243
11244 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11245
11246         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11247         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11248         things up a bit.
11249
11250         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11251
11252 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11253
11254         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11255         fonts. Should fix font problems on systems that have the base
11256         fonts in bitmap format. Reported by James Henstridge
11257         <james@jamesh.id.au>.
11258
11259 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11260
11261         * pdf/xpdf/Gfx.cc:
11262         * pdf/xpdf/GfxState.cc:
11263
11264         Fix for CAN-2004-1125
11265
11266 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11267
11268         * shell/ev-view.c: (ev_view_copy):
11269         * shell/ev-view.h:
11270         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11271
11272         Implement Edit->Copy
11273
11274 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11275
11276         * backend/ev-document.c: (ev_document_get_text):
11277         * backend/ev-document.h:
11278         * pdf/xpdf/pdf-document.cc:
11279         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11280         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11281         (ev_view_update_primary_selection), (ev_view_button_press_event),
11282         (ev_view_motion_notify_event), (ev_view_button_release_event):
11283
11284         Beginnings of clipboard support. Incomplete but primary sort
11285         of work.
11286
11287 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11288
11289         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11290         (expose_bin_window):
11291
11292         Nicer rubberband drawing, from GtkIconView.
11293
11294 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11295
11296         * backend/ev-document.c: (ev_document_save):
11297         * backend/ev-document.h:
11298         * data/evince-ui.xml:
11299         * pdf/xpdf/pdf-document.cc:
11300         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11301
11302         Implement "Save a copy..." menu item
11303
11304 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11305
11306         * shell/ev-view.c: (ev_view_zoom):
11307
11308         Queue a resize when zoom changes
11309
11310 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11311
11312         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11313         shadows.
11314
11315         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11316         thumbnails..
11317
11318 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11319
11320         * pdf/xpdf/pdf-document.cc
11321         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11322
11323 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11324
11325         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11326         It's slow, but I'll speed it up next!
11327
11328 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11329
11330         * shell/main.c (load_files):
11331
11332         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11333         from the command line and because it seems more appropriate.
11334
11335 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11336
11337         * data/evince-ui.xml:
11338         * shell/ev-window.c: (update_action_sensitivity),
11339         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11340
11341         s/next page/page down
11342         s/previous page/page up
11343
11344 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11345
11346         * data/evince-ui.xml:
11347
11348         Change the layout to match clarkbw design.
11349
11350         * shell/Makefile.am:
11351         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11352         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11353         (ev_navigation_action_finalize),
11354         (ev_navigation_action_set_property),
11355         (ev_navigation_action_get_property),
11356         (ev_navigation_action_class_init):
11357         * shell/ev-navigation-action.h:
11358
11359         Implement clarkbw toolbar navigation controls (incomplete)
11360
11361         * shell/ev-page-action.c: (update_label), (update_spin),
11362         (value_changed_cb), (create_tool_item), (connect_proxy),
11363         (ev_page_action_init), (ev_page_action_finalize),
11364         (ev_page_action_set_property), (ev_page_action_get_property),
11365         (ev_page_action_set_current_page),
11366         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11367         * shell/ev-page-action.h:
11368
11369         Implement a page switcher in the toolbar
11370
11371         * shell/ev-view.c: (ev_view_scroll_view):
11372         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11373         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11374         (register_custom_actions), (ev_window_init):
11375
11376         Change page on PageUp/Down.
11377
11378 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11379
11380         * pdf/xpdf/pdf-document.cc
11381         (pdf_document_thumbnails_get_thumbnail): initial stab at
11382         implementing thumbnail support for pdfs.  It only does documents
11383         with precached pdfs now.
11384
11385 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11386
11387         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11388         thumbnail code into a time-based idle as well.  Also, turn off the
11389         shadow temporarily as it's really slow.
11390
11391 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11392
11393         * backend/ev-document.c: (ev_document_class_init):
11394         * pdf/xpdf/pdf-document.cc:
11395         * shell/ev-window.c: (ev_window_open):
11396
11397         Fix document title bugs and fallback to
11398         filename when not available.
11399
11400 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11401
11402         * backend/ev-document.c: (ev_document_get_type),
11403         (ev_document_class_init), (ev_document_load),
11404         (ev_document_get_title):
11405         * backend/ev-document.h:
11406         * pdf/xpdf/pdf-document.cc:
11407         * ps/ps-document.c: (ps_document_set_property),
11408         (ps_document_get_property), (ps_document_class_init),
11409         (document_load):
11410         * ps/ps-document.h:
11411         * ps/ps.h:
11412         * shell/ev-window.c: (update_window_title), (ev_window_open),
11413         (ev_window_init):
11414
11415         Initial support for document title. Not working yet.
11416
11417 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11418
11419         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11420
11421         Grab focus on the view when clicking it
11422
11423 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * shell/ev-marshal.list:
11426         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11427         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11428
11429         Add key bindings to the view. Now if the focus would work
11430         right...
11431
11432 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11433
11434         * Makefile.am:
11435         * backend/Makefile.am:
11436         * data/Makefile.am:
11437         * dvi/Makefile.am:
11438         * dvi/dvilib/Makefile.am:
11439         * pdf/xpdf/Makefile.am:
11440         * po/POTFILES.in:
11441         * ps/Makefile.am:
11442
11443         Fix distcheck
11444
11445 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11446
11447         * shell/ev-view.c: (ev_view_realize):
11448
11449         Fix mouse wheel scrolling
11450
11451 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11452
11453         * ps/Makefile.am:
11454         * ps/gstypes.h:
11455         * ps/gtkgs.c:
11456         * ps/gtkgs.h:
11457         * ps/ps-document.c: (catchPipe), (ps_document_init),
11458         (ps_document_class_init), (ps_document_cleanup),
11459         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11460         (set_up_page), (close_pipe), (is_interpreter_ready),
11461         (interpreter_failed), (output), (input), (start_interpreter),
11462         (stop_interpreter), (file_length), (file_readable),
11463         (check_filecompressed), (check_pdf), (compute_xdpi),
11464         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11465         (ps_document_get_type), (ps_document_emit_error_msg),
11466         (document_load), (ps_document_next_page),
11467         (ps_document_get_current_page), (ps_document_get_page_count),
11468         (ps_document_goto_page), (ps_document_set_page_size),
11469         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11470         (ps_document_load), (ps_document_get_n_pages),
11471         (ps_document_set_page), (ps_document_get_page),
11472         (ps_document_widget_event), (ps_document_set_target),
11473         (ps_document_set_scale), (ps_document_set_page_offset),
11474         (ps_document_get_page_size), (ps_document_render),
11475         (ps_document_document_iface_init):
11476         * ps/ps-document.h:
11477         * ps/ps.c:
11478         * shell/ev-window.c: (ev_window_open):
11479
11480         Rename GtkGS to PSDocument
11481
11482 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11483
11484         * ps/gtkgs.c: (gtk_gs_class_init):
11485         * ps/gtkgs.h:
11486
11487         Some more leftover...
11488
11489 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11490
11491         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11492         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11493         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11494         * ps/gtkgs.h:
11495
11496         Remove unused code and make a lot of stuff private
11497
11498 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11499
11500         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11501         (gtk_gs_defaults_changed):
11502         * ps/gsdefaults.h:
11503         * ps/gtkgs.c:
11504         * ps/gtkgs.h:
11505         * ps/ps.h:
11506
11507         Cleanup headers dependencies
11508
11509 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11510
11511         * ps/Makefile.am:
11512         * ps/ggvutils.c:
11513         * ps/ggvutils.h:
11514         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11515         * ps/gsdefaults.h:
11516         * ps/gtkgs.c: (file_length), (file_readable),
11517         (check_filecompressed), (check_pdf), (gtk_gs_load),
11518         (gtk_gs_get_postscript):
11519
11520         Get rid of ggvutils
11521
11522 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11523
11524         * ps/ggvutils.c:
11525         * ps/ggvutils.h:
11526         * ps/gsio.h:
11527         * ps/gtkgs.c: (gtk_gs_set_zoom):
11528
11529         Cleanups
11530
11531 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11532
11533         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11534
11535         Ensure the page is rerendered when changing zoom
11536
11537 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11538
11539         * backend/ev-document.c: (ev_document_base_init),
11540         (ev_document_changed):
11541         * backend/ev-document.h:
11542
11543         Add a changed event that is emitted when the page content
11544         changes. This is necessary to deal with the fact that
11545         in ps backend rendering happen asycrounously.
11546         This makes the ps backend mostly work.
11547
11548         * pdf/xpdf/pdf-document.cc:
11549
11550         Emit changed event
11551
11552         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11553         (ps_document_set_target):
11554
11555         Emit changed event
11556
11557         * shell/ev-view.c: (document_changed_callback),
11558         (ev_view_set_document), (ev_view_set_page):
11559
11560         Redraw on the changed signal
11561
11562 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11563
11564         * configure.ac: Added pt_BR to ALL_LINGUAS.
11565
11566 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11567
11568         * backend/ev-document-bookmarks.c:
11569         (ev_document_bookmarks_get_child): *
11570         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11571         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11572         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11573         (ev_sidebar_bookmarks_destroy),
11574         (ev_sidebar_bookmarks_class_init),
11575         (ev_sidebar_bookmarks_construct), (stack_data_free),
11576         (do_one_iteration), (populate_bookmarks_idle),
11577         (ev_sidebar_bookmarks_clear_document),
11578         (ev_sidebar_bookmarks_set_document): *
11579         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11580         (ev_sidebar_add_page),
11581         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11582         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11583         it displays both the topics and the page numbers.
11584
11585 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11586
11587         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11588         toggle.
11589         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11590         visible.
11591
11592 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11593
11594         * configure.ac: Added en_CA to ALL_LINGUAS.
11595
11596 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11597
11598         * ChangeLog: replace bottom of this ChangeLog (merged history of
11599         ggv and gpdf; where all paths were wrong and most of the files are
11600         not even in this tree) with ChangeLog (from arch) of the shell
11601         code.
11602
11603 2004-12-23  Havoc Pennington  <hp@redhat.com>
11604
11605         * shell/ev-window.c: hook up potentially-questionable "find
11606         results status text" feature - something involving the sidebar or
11607         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11608         might be better in the end.
11609
11610         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11611         with corresponding signal when it should be updated
11612
11613         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11614
11615 2004-12-22  Havoc Pennington  <hp@redhat.com>
11616
11617         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11618         find stuff on other pages, sort of (only returns one result on
11619         invisible pages, to show they have results; updates full results
11620         for a page when you view it). Currently repaints the current page
11621         every time a new result is found on any page, which isn't so nice.
11622
11623 2004-12-22  Havoc Pennington  <hp@redhat.com>
11624
11625         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11626         the document doesn't support find (better ideas?)
11627         (find_bar_search_changed_cb): handle missing document or document
11628         that doesn't support find
11629
11630         * pdf/xpdf/pdf-document.cc: port to implement the new
11631         EvDocumentFindIface
11632
11633         * backend/ev-document-find.c: create a new interface for searching
11634
11635         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11636
11637 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11638
11639         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11640         libevbackend.la.
11641
11642         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11643         EvPrintJob constructor arguments.
11644
11645         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11646         for documents that can export PostScript (page by page).
11647
11648         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11649         
11650         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11651         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11652         (pdf_document_ps_exporter_iface_init:
11653         Implement EvPSExporter.
11654
11655         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11656
11657 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11658
11659         * backend/Makefile.am:
11660         * backend/ev-document-thumbnails.c:
11661         (ev_document_thumbnails_get_type),
11662         (ev_document_thumbnails_get_thumbnail):
11663         * backend/ev-document-thumbnails.h:
11664         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11665         (pixbuf_document_thumbnails_get_thumbnail),
11666         (pixbuf_document_document_thumbnails_iface_init):
11667         * shell/Makefile.am:
11668         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11669         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11670         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11671         * shell/ev-sidebar-thumbnails.h:
11672         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11673         (ev_sidebar_set_document):
11674         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11675         (create_shadow), (ev_pixbuf_add_shadow):
11676         * shell/ev-utils.h:
11677         Add thumbnail support.
11678         
11679 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11680
11681         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11682         (using_postscript_printer): Set up a print dialog for "PostScript
11683         injection" method.
11684
11685         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11686         EvPrintJob.
11687
11688         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11689
11690 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11691
11692         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11693         (ps_document_set_target), (ps_document_get_page_size),
11694         (ps_document_render):
11695         * ps/gtkgs.h:
11696
11697         Fix a few bugs
11698
11699 2004-12-22  Christian Rose  <menthos@menthos.com>
11700
11701         * configure.ac: Added "sv" to ALL_LINGUAS.
11702
11703 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11704
11705         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11706         document supports bookmarks.
11707
11708 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11709
11710         * ps/ggvutils.c: (ggv_file_readable):
11711         * ps/ggvutils.h:
11712         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11713         (gtk_gs_get_postscript):
11714
11715         Remove unused utils
11716
11717 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11718
11719         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11720         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11721         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11722         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11723         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11724         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11725         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11726         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11727         (gtk_gs_set_antialiasing), (ps_document_load),
11728         (ps_document_render):
11729         * ps/gtkgs.h:
11730
11731         Another check point for the ps backend. Now I can get it to show
11732         pages!
11733
11734 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11735
11736         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11737         document setting code.
11738
11739 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11740
11741         * shell/eggfindbar.c: (entry_activate_callback):
11742         Animate the next button when activate is pressed.
11743         
11744 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11745
11746         * shell/ev-window.c: (ev_window_cmd_edit_find),
11747         (update_fullscreen_popup), (ev_window_fullscreen),
11748         (ev_window_unfullscreen), (ev_window_state_event_cb),
11749         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11750         Fix bugs in fullscreen code.
11751         
11752 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11753
11754         * Makefile.am:
11755         * configure.ac:
11756         * pixbuf/Makefile.am:
11757         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11758         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11759         (pixbuf_document_set_page), (pixbuf_document_get_page),
11760         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11761         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11762         (pixbuf_document_render), (pixbuf_document_begin_find),
11763         (pixbuf_document_end_find), (pixbuf_document_finalize),
11764         (pixbuf_document_class_init),
11765         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11766         * pixbuf/pixbuf-document.h:
11767         * shell/Makefile.am:
11768         * shell/ev-application.c: (ev_application_open):
11769         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11770         (ev_window_open):
11771         Add pixbuf backend.
11772         
11773 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11774
11775         * Makefile.am: 
11776         * dvi/dvilib/Makefile.am:
11777         * dvi/Makefile.am:
11778         * configure.ac: Auto*ify dvi and dvi/dvilib
11779
11780         * dvi/Makefile: Remove from CVS
11781         
11782         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11783         confusion.
11784
11785         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11786         
11787         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11788         
11789 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11790
11791         * ps/Makefile.am:
11792         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11793         (gtk_gs_value_adjustment_changed), (compute_size),
11794         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11795         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11796         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11797         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11798         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11799         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11800         (ps_document_load), (ps_document_get_n_pages),
11801         (ps_document_set_page), (ps_document_get_page),
11802         (ps_document_set_target), (ps_document_set_scale),
11803         (ps_document_set_page_offset), (ps_document_get_page_size),
11804         (ps_document_render), (ps_document_begin_find),
11805         (ps_document_end_find), (ps_document_document_iface_init):
11806         * ps/gtkgs.h:
11807         * shell/Makefile.am:
11808         * shell/ev-window.c: (ev_window_open):
11809
11810         Some work to integrate gtkgs with EvDocument
11811
11812 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11813
11814         * shell/ev-window.c: (update_fullscreen_popup),
11815         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11816         (exit_fullscreen_button_clicked_cb),
11817         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11818         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11819         (ev_window_state_event_cb), (ev_window_init):
11820         Add fullscreen support from Epiphany.
11821         
11822 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11823
11824         * data/ev-stock-zoom-fit-width.png: fit-width
11825         stock icon from gpdf.
11826         
11827         * shell/ev-stock-icons.[ch]: copied from gpdf.
11828         
11829         * shell/main.c: (main): init stock icons.
11830         
11831         * shell/ev-window.c: use the fit-width icon.
11832         
11833         * data/evince-ui.xml: add zooming toolbar items.
11834
11835 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11836
11837         * shell/ev-view.c: 
11838         (ev_view_best_fit), (ev_view_fit_width): because
11839         get_page_size() returns the scaled page size, we
11840         need to calculate the scale factor relative to
11841         the previous scale factor. Should really just
11842         add get_real_page_size().
11843
11844 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11845
11846         * shell/ev-view.[ch]:
11847         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11848         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11849         add zooming.
11850         
11851         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11852         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11853         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11854         hook it up.
11855         
11856         * pdf/xpdf/pdf-document.cc:
11857         (pdf_document_begin_find),
11858         (pdf_document_end_find): make static.
11859
11860 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11861
11862         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11863
11864         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11865         names to fontconfig patterns.
11866         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11867
11868         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11869         setupBaseFontsFc.
11870
11871 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11872
11873         * Makefile.am:
11874         * configure.ac:
11875         * ps/Makefile.am:
11876         * ps/ggvutils.c:
11877         * ps/ggvutils.h:
11878         * ps/gsdefaults.c:
11879         * ps/gsdefaults.h:
11880         * ps/gsio.c:
11881         * ps/gsio.h:
11882         * ps/gtkgs.c:
11883         * ps/gtkgs.h:
11884         * ps/ps.c:
11885         * ps/ps.h:
11886
11887         Import ggv backend. Not hooked up yet.
11888
11889 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11890
11891         * shell/main.c: (load_files), (main): load files
11892         from the command line.
11893
11894 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11895
11896         * configure.ac: don't require bonobo.
11897         
11898         * cut-n-paste/recent-files/*: kill bonobo recent
11899         view.
11900
11901         * shell/ev-window.c:
11902         (ev_window_is_empty): upd.
11903         (unable_to_load), (ev_window_open): load backend
11904         based on the mime type.
11905
11906 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11907
11908         * backend/.cvsignore: ignore generated marshalers source.
11909
11910         * shell/main.c (main): this is not epiphany.
11911
11912 2004-12-22  Havoc Pennington  <hp@redhat.com>
11913
11914         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11915         (expose_bin_window): draw find highlights
11916
11917         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11918         
11919         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11920         (pdf_document_end_find): implement this interface
11921
11922         * backend/ev-document.c (ev_document_found): add this to emit
11923         signal
11924
11925 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11926
11927         * data/evince-ui.xml: Add a few more toolbar items.
11928
11929         * shell/ev-window.c: Hook up page navigation toolbar 
11930         items.
11931
11932         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11933         a page-changed signal.
11934
11935         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11936         Add ev_document_get_page().
11937
11938         * shell/ev-window.c: Sensitize/desensitize navigation
11939         actions.
11940
11941 2004-12-21  Havoc Pennington  <hp@redhat.com>
11942
11943         * backend/ev-backend-marshal.c,
11944         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11945         marshaler-generator thingy. I'm sure there's a better way to do
11946         this in the modern world.
11947
11948         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11949         end_find methods and "found" signal.
11950
11951         * configure.ac: find glib-genmarshal
11952
11953 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11954
11955         * shell/ev-sidebar.c: Construct an actual sidebar.
11956         * shell/ev-sidebar-bookmarks.[ch]:
11957         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11958
11959 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11960
11961         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11962         Redo size handling.
11963         
11964         * shell/ev-view.c: Track the size from the document.
11965
11966 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11967
11968         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11969         constructor assumes ownership of the string passed in.
11970         
11971         * shell/ev-window.c (ev_window_open): Destroy the error
11972         dialog once we've displayed it.
11973
11974 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11975
11976         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11977         a bit, it works! (sort of)
11978
11979         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11980         Move to .cc since we need to use C++ in the implementation.
11981
11982         * shell/dummy.cc: Add a CC file to force evince
11983         to be linked as a C++ program.
11984
11985 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11986
11987         * shell/ev-view.[ch]: Start of content-area widget.
11988
11989         * shell/ev-window.c: Create a EvView, update it
11990         as we change documents.
11991
11992         * shell/Makefile.am shell/ev-marshal.list: Add
11993         generated marshalers.
11994
11995 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11996
11997         * Makefile.am (SUBDIRS): move shell.
11998
11999 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12000
12001         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12002         .a to libtool convenience libraries.
12003
12004         * shell/ev-window.c (ev_window_open): Hard code loading
12005         a PDF document.
12006         
12007         * backend/ev-document.h: Add a boolean return to load(),
12008         fix GError * to GError **.
12009
12010         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12011         object for a PDF backend EvDocument.
12012
12013 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12014
12015         * dvi/*: New directory with the beginning of a .dvi backend.
12016
12017 2004-12-21  Havoc Pennington  <hp@redhat.com>
12018
12019         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12020         previous/next instead of back/forward
12021
12022 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12023
12024         * backend/ev-document.[ch]: Fix a couple of problems so
12025         it compile.
12026
12027 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12028
12029         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12030         to backend/ directory, rename EvViewer to EvDocument.
12031
12032 2004-12-21  Havoc Pennington  <hp@redhat.com>
12033
12034         * shell/ev-window.c: hook up the find bar widget; now we just need
12035         a document to find things in
12036
12037         * shell/eggfindbar.c: a find bar widget
12038
12039 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12040
12041         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12042
12043 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12044
12045         * pdf/**: Import of xpdf code from gpdf. 
12046
12047         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12048
12049         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12050         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12051         Fix FreeType includes.
12052
12053         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12054         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12055         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12056         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12057         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12058         Include xpdfconfig.h
12059         
12060 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12061
12062         * shell/ev-window.c (ev_window_dispose): dispose can be called
12063         multiple times.
12064
12065 2004-12-21  Havoc Pennington  <hp@redhat.com>
12066
12067         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12068         rather than Evince
12069
12070         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12071         items; really they should be synced with the strings, etc. from
12072         current gpdf, but just getting the boring typing out of the way 
12073
12074 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12075
12076         * po/POTFILES.in:
12077         * shell/ev-application.c: (window_destroy_cb):
12078         * shell/ev-window.c:
12079         * shell/main.c: (main):
12080
12081         Actually show the window...
12082
12083 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * Makefile.am:
12086         * shell/Makefile.am:
12087         * shell/ev-application.c: (ev_application_class_init):
12088         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12089
12090         Make it build again
12091
12092 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         Import to gnome cvs.
12095         
12096         * Remove copies of gpdf and ggv trees.
12097         * Rip out all the recursive configure code.
12098         * Remove bonobo machinery.
12099         * viewer/*: GInterfaces that backends should/can implement.
12100
12101 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12102
12103         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12104         typo
12105
12106 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12107
12108         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12109         (ev_application_finalize, ev_application_class_init)
12110         (ev_application_init): use GType instance private data for priv.
12111
12112         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12113         (ev_window_finalize, ev_window_class_init)
12114         (ev_window_init): ditto.
12115
12116 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12117
12118         * shell/ev-application.c (ev_application_new_window): make public
12119         (ev_application_show_initial_window): kill.
12120
12121         * shell/ev-application.h: update prototypes.
12122
12123         * shell/main.cc (main): inline ev_application_show_initial_window.
12124
12125 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12126
12127         * shell/ev-application.c (ev_application_new_window): impl.
12128         (ev_application_show_initial_window): use it.
12129         (is_window_empty, ev_application_get_empty_window): returns an
12130         existing empty window or a new one.
12131         (ev_application_open): from ev_window_cmd_file_open.
12132
12133         * shell/ev-application.h: update prototypes
12134
12135         * shell/ev-window.c (ev_window_is_empty): impl.
12136         (ev_window_open): make public.
12137         (ev_window_cmd_file_open): use ev_application_open
12138
12139         * shell/ev-window.h: update prototypes, remove unused.
12140
12141 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12142
12143         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12144         move destroy handler out of here...
12145
12146         * shell/ev-application.c, shell/ev-application.h: ...into this new
12147         class. Also handles initial window creation.
12148
12149         * shell/main.cc (main): use EvApplication to create initial
12150         window.
12151
12152 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12153
12154         * Makefile.am (SUBDIRS): add cut-n-paste
12155
12156         * cut-n-paste/Makefile.am: add
12157
12158         * configure.ac: generate Makefiles in cut-n-paste
12159
12160 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12161
12162         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12163         (ev_window_class_init): install ev_window_dispose.
12164
12165 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12166
12167         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12168         char (gchar looks stupid).
12169
12170 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12171
12172         * po/de.po: updated German translation.
12173
12174 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12175
12176         * configure.ac: add more pkg-config library checks for gnome-vfs,
12177         bonobo etc.
12178
12179         * gpdf/configure.in: temporarily disable libpaper
12180         checks. Otherwise I'd have to add the checks for the shell, too.
12181
12182 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12183
12184         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12185         and * file filters to the file choose.
12186
12187 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12188
12189         * po/de.po: Updated German translation.
12190
12191 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12192
12193         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12194
12195 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12196
12197         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12198
12199         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12200         (ev_window_init): implement those menuitems.
12201
12202 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12203
12204         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12205
12206         * shell/ev-window.c (ev_window_init): use the toolbar.
12207
12208 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12209
12210         * shell/ev-window.c (ev_window_init): use menu translations
12211
12212 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12213
12214         * configure.ac: add "de" to ALL_LINGUAS.
12215
12216         * po/de.po: add German translation.
12217
12218 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12219
12220         * Makefile.am (SUBDIRS): add po
12221
12222         * configure.ac: check intltool, glib-gettext etc, generate
12223         po/Makefile.in
12224
12225         * po, po/POTFILES.in, po/POTFILES.skip: new.
12226
12227 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12228
12229         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12230         already use (#ifdef ENABLE_NLS)
12231
12232         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12233         pointer indirection thinko.
12234
12235         * shell/main.c: include gi18n.h for bindtextdomain etc.
12236
12237 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12238
12239         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12240         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12241         tooltips for menu items in the statusbar.
12242
12243 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12244
12245         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12246         pkgdatadir drop UIDIR
12247
12248 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12249
12250         * data/evince-ui.xml: Add File->Open menu item
12251
12252         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12253         chooser), hook it up in the ui manager.
12254
12255 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12256
12257         * shell/ev-window.c: fix Help->About tooltip.
12258
12259 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12260
12261         * configure.ac: set CFLAGS for libevprivate.
12262
12263         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12264         definitions, factory etc.
12265
12266         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12267
12268         * shell/Makefile.am: link against libevprivate.a.
12269
12270         * shell/ev-window.c (entries): add stock icon to Help->About.
12271
12272         * shell/main.c (main): init stock icon code.
12273
12274 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12275
12276         * lib/recent-files: egg recent files code
12277
12278         * lib/Makefile.am: add.
12279
12280         * Makefile.am: add lib subdir.
12281
12282         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12283         set CFLAGS for recent-files.
12284
12285 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12286
12287         * configure.ac: disable -ansi and -pedantic gcc flags. They
12288         disable POSIX stuff in stdio.h, but egg-recent uses them.
12289
12290 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12291
12292         * configure.ac: add --disable-deprecated flag (defaults to on in
12293         "cvs" builds).
12294
12295         * shell/Makefile.am (INCLUDES): use it.
12296
12297 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12298
12299         * shell/main.c: add missing #include.
12300
12301         * shell/ev-window.c: fix for pedantic gcc.
12302         (ev_window_cmd_help_about): split license into paragraphs for
12303         translators and pedantic compilers.
12304
12305 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12306
12307         * configure.ac: add more warning flags if compiling with gcc from
12308         cvs (or explicitly requested with --enable-more-warnings).
12309
12310 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12311
12312         * data/evince-ui.xml: add File and File->Close menu.
12313
12314         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12315         (ev_window_destroy): quit after destroy.
12316         (ev_window_class_init): override GtkObject::destroy.
12317         (entries): install close_window callback.
12318
12319 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12320
12321         * Makefile.am (SUBDIRS): add data subdir.
12322
12323         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12324         gtk+ 2.5.0 for GtkAboutDialog.
12325
12326         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12327         main window.
12328
12329         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12330
12331         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12332         manager.
12333         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12334
12335 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12336
12337         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12338
12339 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12340
12341         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12342
12343 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12344
12345         * shell/*: Added shell directory boilerplate, build it.
12346
12347 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12348
12349         * configure.ac, Makefile.am: Added top-level configure.ac and
12350         Makefile.am