]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
928e6ba28b9cdf097ac58a53267872a9aed1e373
[evince.git] / ChangeLog
1 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2
3         * shell/ev-jobs.c: (ev_job_print_new):
4
5         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
6         
7 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * data/evince-toolbar.xml:
10         * shell/Makefile.am:
11         * shell/ev-application.c: (ev_application_init):
12         * shell/ev-open-recent-action.[ch]:
13         * shell/ev-window.c:
14         (ev_window_open_recent_action_item_activated),
15         (register_custom_actions):
16
17         Add an expander to the open toolbar item which pops up a dropdown
18         menu with the recently used documents. Fixes bug #487215.
19         
20 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * shell/ev-window.c: (ev_window_open_uri),
23         (ev_window_cmd_view_reload):
24
25         Do not jump to the first page when reloading by running evince
26         from the command line. Fixes bug #490847.
27         
28 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
29
30         * shell/ev-window.c: (ev_window_cmd_help_contents):
31
32         Plugged memory leak when help file is not found. Fixes bug
33         #490762.
34         
35 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * configure.ac:
38
39         Enable djvu, dvi and comics backends by default. Fixes bug
40         #437121.
41         
42 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * configure.ac:
45         * cut-n-paste/Makefile.am:
46         * cut-n-paste/recent-files/*: Removed
47         * help/reference/Makefile.am:
48         * shell/Makefile.am:
49         * shell/ev-application.[ch]: (ev_application_shutdown),
50         (ev_application_init):
51         * shell/ev-window.c: (ev_window_add_recent),
52         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
53
54         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
55         
56 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
57
58         * shell/ev-window.c: (launch_external_uri):
59
60         Let GnomeVFS check the URL, this allow more URL (like mailto:),
61         and report error if the URL is not supported (#489910).
62
63 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
66         (pdf_document_file_exporter_begin_page),
67         (pdf_document_file_exporter_end_page):
68
69         Fix printing with poppler splash backend. Fixes bug #489774.
70         
71 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
74         * shell/ev-print-job.c: (ev_print_job_class_init):
75
76         Fix a crash when printing with the gnome-print dialog. Fixes bug
77         #488939.
78         
79 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
80
81         * backend/pixbuf/pixbuf-document.c:
82
83         Fix an implicit function definition warning (#487655)
84
85 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * shell/ev-window.c:
88
89         Fix conflicting shortcut for view sade pane and presentation.
90         
91 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * backend/pdf/ev-poppler.cc:
94         (pdf_document_file_exporter_begin_page),
95         (pdf_document_file_exporter_do_page),
96         (pdf_document_file_exporter_end_page),
97         (pdf_document_file_exporter_iface_init):
98         * libdocument/ev-file-exporter.[ch]:
99         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
100         * shell/ev-jobs.c: (ev_job_print_get_page_list),
101         (ev_job_print_run):
102
103         When printing multiple pages per sheet in reverse option, do not
104         invert the order of the pages in every sheet, but the order of the
105         sheets. Do not print blank pages when page range is invalid. Fixes
106         bugs #484857 and #485521.
107         
108 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * shell/ev-jobs.c: (ev_job_print_get_page_list),
111         (ev_job_print_run):
112         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
113
114         Respect ranges order when printing more than one range in random
115         order.
116         
117 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
118
119         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
120         (ev_window_setup_document), (ev_window_rotation_changed_cb):
121
122         Rotate also the window icon when document is rotated. Fixes bug
123         #474681.
124         
125 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
128         (pdf_document_forms_get_form_fields):
129
130         Silently ignore unknown form fields. Fixes bug #482654. Patch by
131         Matthias Drochner.
132         
133 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * configure.ac:
136         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
137
138         Use poppler_page_render_for_printing() instead of
139         poppler_page_render() if available when exporting to a ps or pdf
140         file. Fixes bug #476627.
141         
142 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-window.c: (ev_window_run_fullscreen):
145
146         Do not show the toolbar in fullscreen mode if the main toolbar is
147         not visible. Fixes bug #483048.
148         
149 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/ev-view.c: (ev_view_button_press_event):
152
153         Give priority to form fields over images when deciding whether a
154         button press event is over an image or form field. It allows edit
155         form fields when they are over a background image. Fixes bug
156         #477841.
157         
158 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
159
160         * NEWS:
161         * configure.ac:
162         
163         Update for release 2.20.0
164
165 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * backend/pdf/ev-poppler.cc:
168
169         Remove #ifdef HAVE_FORMS, so that forms support works again.
170
171 2007-09-05  Götz Waschk  <waschk@mandriva.org>
172
173         * configure.ac:
174         * data/evince.desktop.in.in:
175         
176         Fixes desktop file issues. See bug #473471.
177
178 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
181         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
182         (ev_job_queue_remove_job):
183         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
184         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
185         * shell/ev-window.c: (ev_window_clear_save_job),
186         (ev_window_save_job_cb), (file_save_dialog_response_cb),
187         (ev_window_dispose):
188
189         Move save a copy task to its own job so that it's carried out in a
190         thread avoiding another lock in the main thread. Use
191         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
192         can be saved to a pathin another file system. Fixes bug #456891.
193         
194 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
195
196         * NEWS:
197         * configure.ac:
198         
199         Update for release 2.19.92
200
201 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * configure.ac:
204         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
205         (pdf_selection_get_selection_region),
206         (pdf_selection_get_selection_map),
207         (ev_form_field_from_poppler_field):
208
209         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
210         and triple click selections are enabled again now.
211
212 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * shell/ev-window.c: (ev_window_add_history):
215
216         Make sure not to use the history with documents not supporting
217         links. Fixes bug #468954.
218
219 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * shell/ev-window.c: (ev_window_load_job_cb):
222
223         Restart the search when reloading a document with the find bar
224         visible. Fixes bug #461962.
225
226 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-window.c: (setup_document_from_metadata),
229         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
230
231         Do not jump to the first page when reloading a document from the
232         last page.
233
234 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * shell/ev-window.c: (update_chrome_flag),
237         (setup_sidebar_from_metadata),
238         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
239         (ev_window_cmd_edit_find_next),
240         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
241         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
242         (find_bar_close_cb), (view_actions_focus_in_cb):
243
244         Do not update visibility when changing a chrome flag so that it's
245         possible to update several flags and update visibility only once
246         for all of them.
247
248 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
251
252         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
253         supported by gtk+. Fixes bug #460907.
254
255 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * shell/ev-view.c: (view_update_range_and_current_page):
258
259         Make sure current-page <= end-page in continuous mode. Fixes bug
260         #454950.
261
262 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * backend/pdf/ev-poppler.cc: (build_tree):
265
266         Ignore outline items without a title. Fixes bug #453913.
267
268 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
271         (ev_view_button_release_event), (ev_view_leave_notify_event):
272
273         Use always drag mouse cursor during a drag operation. Fixes bug
274         #470564.
275
276 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
279         (pdf_selection_get_selection_region),
280         (pdf_selection_get_selection_map):
281
282         Temporarily disable double and triple selections since it depends on
283         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
284         released and the update of the external dependency minimal version
285         approved.
286
287 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
290         (pdf_document_file_exporter_do_page):
291         * libdocument/ev-file-exporter.h:
292         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
293         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
294
295         Actually fix printing regressions. Remove orientation from
296         EvPrintContext since it's redundant.
297
298 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
301         * backend/impress/impress-document.c:
302         (impress_document_document_iface_init):
303         * backend/ps/ps-document.c: (ps_document_document_iface_init):
304         * backend/djvu/djvu-document.c:
305         (djvu_document_document_iface_init),
306         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
307         * backend/tiff/tiff-document.c:
308         (tiff_document_document_iface_init):
309         * backend/pixbuf/pixbuf-document.c:
310         (pixbuf_document_document_iface_init):
311         * backend/comics/comics-document.c:
312         (comics_document_document_iface_init):
313         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
314         (pdf_selection_render_selection),
315         (pdf_selection_get_selected_text),
316         (pdf_selection_get_selection_region),
317         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
318         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
319         (ev_selection_get_selection_region),
320         (ev_selection_get_selection_map):
321         * libdocument/ev-document.[ch]:
322         * shell/ev-pixbuf-cache.[ch]: (add_job),
323         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
324         * shell/ev-view-private.h:
325         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
326         (ev_job_render_run):
327         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
328         * shell/ev-view.c: (start_selection_for_event),
329         (ev_view_button_press_event), (ev_view_drag_data_get),
330         (ev_view_drag_data_received), (ev_view_button_release_event),
331         (compute_new_selection_text), (compute_selections),
332         (ev_view_select_all), (get_selected_text), (ev_view_copy),
333         (ev_view_primary_get_cb):
334
335         Add support for double and triple click selections.
336
337 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
338
339         * NEWS:
340         * configure.ac:
341
342         Update for release 2.19.4
343
344 2007-08-28  Justin Blanchard  <justinb04@aim.com>
345
346         * shell/ev-view-private.h:
347         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
348         (ev_view_set_highlight_search):
349         * shell/ev-view.h:
350         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
351         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
352         (find_bar_visibility_changed_cb):
353         
354         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
355
356 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
359         (pdf_document_file_exporter_begin),
360         (pdf_document_file_exporter_do_page):
361         * shell/ev-jobs.c: (ev_job_print_run):
362         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
363
364         Create always a portrait cairo surface and rotate when needed for
365         landscape. It fixes printing problems in real printers.
366
367 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
370         * libdocument/ev-file-exporter.[ch]:
371         (ev_file_exporter_get_capabilities):
372         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
373         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
374
375         Adjust number of pages per row according to page orientation when
376         printing 2 or 6 pages per sheet.
377
378 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-window.c: (ev_window_print_send):
381
382         Reset also cups setting to 1 when printing multiple pages per
383         sheet. Fixes bug #468853.
384
385 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * libdocument/ev-document-misc.c:
388         (ev_document_misc_surface_rotate_and_scale):
389
390         Use directly cairo_surface_get_content() when creating a similar
391         surface as suggested by Jeff Muizelaar. Thanks again.
392
393 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * backend/djvu/djvu-document.c: (djvu_document_render):
396         * backend/tiff/tiff-document.c: (tiff_document_render):
397         * backend/pdf/ev-poppler.cc: (pdf_document_render):
398         * libdocument/ev-document-misc.c:
399         (ev_document_misc_surface_from_pixbuf),
400         (ev_document_misc_surface_rotate_and_scale):
401
402         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
403         creating page surfaces. Fixes bug #453123. Thank you very much to
404         Jeff Muizelaar <jeff@infidigm.net>.
405
406 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * shell/ev-page-cache.c: (ev_page_cache_new),
409         (ev_page_cache_get_thumbnail_size):
410         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
411         (ev_sidebar_thumbnails_set_loading_icon):
412
413         Also store in page-cache the dimensions of the thumbnails so that
414         they can be used to create the correct loading icon in the side
415         pane. Fixes bug #466857.
416
417 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * backend/pdf/ev-poppler.cc:
420         (pdf_document_thumbnails_get_thumbnail):
421
422         Fix thumbnails rotation in pdf documents that include embedded 
423         thumbnails.
424
425 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
426
427         * backend/pdf/ev-poppler.cc:
428
429         Don't use #ifdef in macro expansion. Some compilers don't
430         like that. Closes bug #467042.
431
432 2007-08-15  Justin Blanchard  <justinb04@aim.com>
433
434         * backend/djvu/djvu-document.c: (djvu_document_finalize):
435         
436         Fixes memory leak in djvu backend.
437
438 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
439
440         * data/icons/32x32/Makefile.am:
441         * data/icons/32x32/actions/Makefile.am:
442         * data/icons/32x32/actions/view-page-cont.svg:
443         * data/icons/32x32/actions/view-page-facing.svg:
444         * data/icons/48x48/Makefile.am:
445         * data/icons/48x48/actions/Makefile.am:
446         * data/icons/48x48/actions/view-page-cont.svg:
447         * data/icons/48x48/actions/view-page-facing.svg:
448         
449         Icons for a new sizes.
450
451 2007-08-14  Justin Blanchard  <justinb04@aim.com>
452
453         * shell/ev-page-cache.c: (build_height_to_page),
454         (ev_page_cache_get_height_to_page):
455         
456         Fixes invalid read, see bug #466401.
457
458 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
461         (set_drag_cursor):
462         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
463         (configure_item_cursor), (new_pixbuf_from_widget):
464
465         Fix multihead problems in toolbar editor. Fixes bug #382055.
466
467 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * shell/ev-window.c: (ev_window_cmd_file_open),
470         (ev_window_cmd_save_as):
471
472         Use g_get_user_special_dir when available instead of
473         xdg_user_dir_lookup.
474
475 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
476
477         * MAINTAINERS:
478         
479         Updated according to request on desktop-devel.
480
481 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
484
485         Do not use cairo_rectangle and cairo_clip since we are
486         not using cairo_fill but cairo_paint. Use the same cairo context
487         for every page in the same expose event.
488
489 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
490
491         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
492         leak.
493
494 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * configure.ac:
497         * NEWS:
498
499         Release 0.9.3
500
501 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * libdocument/ev-document-info.h:
504         * libdocument/ev-document.h:
505         * shell/ev-page-action.h:
506         * shell/ev-sidebar-links.h:
507
508         Fix a headers problem with ev-link
509         
510         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
511         * shell/ev-view-private.h:
512         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
513         (get_link_area), (ev_view_query_tooltip),
514         (ev_view_leave_notify_event), (ev_view_destroy),
515         (ev_view_class_init):
516
517         Use new gtk tooltips when available instead of ev-tooltip.
518         
519 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * shell/ev-window.c: (update_chrome_visibility),
522         (ev_window_sidebar_visibility_changed_cb):
523
524         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
525         
526 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * shell/ev-navigation-action.c:
529         (ev_navigation_action_history_changed),
530         (ev_navigation_action_set_history):
531         * shell/ev-navigation-action-widget.c:
532         (ev_navigation_action_widget_init):
533         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
534
535         Fix compile warnings.
536         
537 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
540         (egg_editable_toolbar_dispose):
541
542         Fix memory leak.
543         
544 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
547         (screensaver_disable_x11):
548         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
549         * shell/ev-window.c: (presentation_set_timeout):
550         * shell/ev-view.c: (ev_view_presentation_transition_start):
551
552         Use g_timeout_add_seconds instead of g_timeout_add when
553         available.
554         
555 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
558
559         Set horizontal scrollbar policy to AUTOMATIC instead of
560         NEVER. Workaround for bug #449462.
561         
562 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * shell/ev-jobs.c: (ev_job_render_page_ready):
565
566         Add page_ready callback to main loop with high priority and hold
567         a reference to job during idle.
568         
569 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * configure.ac:
572         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
573         (pdf_document_file_exporter_begin),
574         (pdf_document_file_exporter_do_page),
575         (pdf_document_file_exporter_get_capabilities):
576         * libdocument/ev-file-exporter.h:
577         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
578         * shell/ev-window.c: (ev_window_print_send),
579         (ev_window_print_dialog_response_cb):
580
581         Allow printing multiple pages per sheet. Fixes bug #395573.
582         
583 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
584
585         * shell/ev-view.c: (tip_from_link):
586         
587         Check for NULL, fixes bug #460862.
588
589 2007-07-29  Christian Persch  <chpe@gnome.org>
590
591         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
592         (ev_window_preview_print_finished), (ev_window_do_preview_print),
593         (ev_window_cmd_preview_print):
594         
595         Fixes bug #437681 - blocks while enumerating printers.
596
597 2007-07-29  Christian Persch  <chpe@gnome.org>
598
599         * shell/ev-window.c: (ev_window_screen_changed):
600         
601         Don't use deprecated gtk+ function. See bug #460909.
602
603 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * shell/ev-utils.c: (get_num_monitors):
606         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
607
608         Do not use display before initializing it. Remove compile
609         warnings.
610
611 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
612
613         * shell/ev-view.c: (ev_view_class_init):
614         
615         Unix-like hjkl bindings added. See bug #458111.
616
617 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
618
619         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
620         * shell/ev-utils.h:
621         * shell/ev-view.c: (ev_view_set_zoom_for_size),
622         (ev_view_update_view_size):
623         * shell/ev-view.h:
624         * shell/ev-window.c: (ev_window_update_actions),
625         (setup_view_from_metadata), (ev_window_screen_changed),
626         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
627         (zoom_control_changed_cb):
628         * shell/ev-window.h:
629         
630         Reorganizes utility functions.
631
632 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
635         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
636         (add_job), (ev_pixbuf_cache_get_surface),
637         (ev_pixbuf_cache_get_link_mapping),
638         (ev_pixbuf_cache_get_image_mapping),
639         (ev_pixbuf_cache_get_form_field_mapping),
640         (ev_pixbuf_cache_get_text_mapping):
641         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
642         (notify_page_ready), (ev_job_render_page_ready),
643         (ev_job_render_run):
644
645         Add page_ready signal to notify that page is ready as soon as
646         possible even if other page elements like links, forms, images or
647         text mapping are not ready yet.
648
649 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
652         (dvi_document_file_exporter_do_page),
653         (dvi_document_file_exporter_get_capabilities),
654         (dvi_document_file_exporter_iface_init):
655         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
656         (ps_document_file_exporter_do_page),
657         (ps_document_file_exporter_get_capabilities),
658         (ps_document_file_exporter_iface_init):
659         * backend/djvu/djvu-document.c:
660         (djvu_document_file_exporter_begin),
661         (djvu_document_file_exporter_end),
662         (djvu_document_file_exporter_get_capabilities),
663         (djvu_document_file_exporter_iface_init):
664         * backend/tiff/tiff-document.c:
665         (tiff_document_file_exporter_begin),
666         (tiff_document_file_exporter_get_capabilities),
667         (tiff_document_document_file_exporter_iface_init):
668         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
669         (pdf_document_file_exporter_do_page),
670         (pdf_document_file_exporter_get_capabilities),
671         (pdf_document_file_exporter_iface_init):
672         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
673         (ev_file_exporter_get_capabilities):
674         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
675         (idle_print_handler), (ev_print_job_print):
676         * shell/ev-jobs.c: (ev_job_print_run):
677         * shell/ev-window.c: (ev_window_print_send),
678         (ev_window_print_range):
679
680         Use capabilities to know which options should be offered by the
681         print dialog depending on the document backend.
682
683 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
686
687         Give priority to forms over text to set the cursor.
688
689 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * shell/ev-view-private.h:
692         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
693         (ev_view_leave_notify_event), (ev_view_finalize),
694         (ev_view_get_property), (ev_view_class_init):
695
696         Use IBEAM cursor for text form fields and NORMAL cursor for read
697         only fields. Remove unused status attribute.
698
699 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
702
703         Update region for current selected items also for checkbox
704         buttons, since they can behave as radio buttons when they are in a
705         set.
706
707 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * configure.ac:
710         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
711
712         Get max length of text form fields.
713
714 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
717         * libdocument/ev-form-field.h:
718         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
719
720         Fix build with current poppler cvs head.
721
722 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * cut-n-paste/zoom-control/ephy-zoom-control.c:
725         * shell/eggfindbar.c: (egg_find_bar_init):
726
727         Fix build with gtk+ >= 2.11.5 due to gtktooltips
728         deprecation. Fixes bug #455667
729
730 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
731
732         * NEWS:
733         * configure.ac:
734         
735         Update for release 0.9.2
736
737 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-view.c: (ev_view_form_field_text_save),
740         (ev_view_form_field_choice_save):
741
742         Fix a crash when closing whith a form widget visible.
743
744 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
747
748         Update also the region of the current selected button when
749         clicking on another button if they are radio buttons.
750
751 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
754         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
755         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
756         (ev_pixbuf_cache_get_link_mapping),
757         (ev_pixbuf_cache_get_image_mapping),
758         (ev_pixbuf_cache_get_form_field_mapping),
759         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
760         * shell/ev-view.c: (ev_view_form_field_get_region),
761         (ev_view_form_field_button_create_widget),
762         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
763         (job_finished_cb):
764
765         Redraw only form field region instead of the whole page when
766         reloading a page to show changes on the form field.
767
768 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * shell/ev-view.c: (ev_view_form_field_choice_save):
771
772         Fix selection of first item in list form fields.
773
774 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
777         (ev_pixbuf_cache_reload_page),
778         (ev_pixbuf_cache_get_form_field_mapping):
779
780         Some refactoring to avoid duplicated code.
781
782 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * configure.ac:
785         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
786         (ev_form_field_from_poppler_field),
787         (pdf_document_forms_get_form_fields),
788         (pdf_document_forms_form_field_text_get_text),
789         (pdf_document_forms_form_field_text_set_text),
790         (pdf_document_forms_form_field_button_set_state),
791         (pdf_document_forms_form_field_button_get_state),
792         (pdf_document_forms_form_field_choice_get_item),
793         (pdf_document_forms_form_field_choice_get_n_items),
794         (pdf_document_forms_form_field_choice_is_item_selected),
795         (pdf_document_forms_form_field_choice_select_item),
796         (pdf_document_forms_form_field_choice_toggle_item),
797         (pdf_document_forms_form_field_choice_unselect_all),
798         (pdf_document_forms_form_field_choice_set_text),
799         (pdf_document_forms_form_field_choice_get_text),
800         (pdf_document_document_forms_iface_init):
801         * libdocument/Makefile.am:
802         * libdocument/ev-form-field.[ch]:
803         * libdocument/ev-document-forms.[ch]:
804         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
805         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
806         (add_job), (ev_pixbuf_cache_reload_page),
807         (ev_pixbuf_cache_get_form_field_mapping):
808         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
809         * shell/ev-view-private.h:
810         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
811         (ev_view_handle_cursor_over_xy),
812         (ev_view_get_form_field_at_location),
813         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
814         (ev_view_form_field_button_create_widget),
815         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
816         (ev_view_form_field_text_create_widget),
817         (ev_view_form_field_choice_save),
818         (ev_view_form_field_choice_changed),
819         (ev_view_form_field_choice_create_widget),
820         (ev_view_handle_form_field), (ev_view_size_allocate),
821         (ev_view_realize), (draw_end_presentation_page),
822         (ev_view_button_press_event), (ev_view_remove_all),
823         (ev_view_motion_notify_event), (ev_view_key_press_event),
824         (ev_view_enter_notify_event), (highlight_find_results),
825         (draw_loading_text), (draw_one_page), (ev_view_destroy),
826         (ev_view_class_init), (page_changed_cb),
827         (on_adjustment_value_changed), (ev_view_set_presentation),
828         (merge_selection_region), (ev_view_set_cursor),
829         (ev_view_reset_presentation_state):
830         
831         Merge evince-forms branch.
832
833 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
834
835         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
836
837         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
838         This script also updates itself from libegg
839
840         * cut-n-paste/toolbar-editor/egg*:
841         Run update-toolbareditor-from-libegg.sh so we are in sync again with
842         libegg
843
844 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
845
846         * shell/ev-window.c:
847         
848         Adds a nice icon to page action during toolbar editing.
849         See bug #452872.
850
851 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
852
853         * data/evince-toolbar.xml:
854         * shell/ev-window.c:
855         
856         Let user add a presentation and fullscreen icons on toolbar.
857         See bug #449734.
858
859 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
860
861         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
862
863         new script to keep in sync with toolbareditor in libegg
864
865         * cut-n-paste/toolbar-editor/*: 
866
867         Run update-toolbareditor-from-libegg so we are in sync again. 
868         Fixes bug #452850.
869         
870
871 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-sidebar-links.c: (job_finished_callback):
874
875         Do not connect selection changed signal more than once. Fixes bug
876         #349433.
877
878 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-window.c: (ev_window_view_sidebar_cb):
881
882         Do not change sidebar chrome flag when pressing F9 key in
883         presentation mode.
884
885 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * backend/pdf/ev-poppler.cc:
888         (pdf_document_thumbnails_get_dimensions):
889
890         Make sure thumbnails width and height is not <= 0. Fixes a crash
891         with some pdf documents which have really small pages.
892
893 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
894
895         * shell/main.c: (main):
896
897         Fixes program description translation issue.
898         Bug #450148.
899
900 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
901
902         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
903
904         Do not change current page when returning from black/white mode
905         in presentation. Fixes bug #415032.
906
907 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
908
909         * NEWS:
910         * configure.ac:
911         
912         Update for release 0.9.1
913
914 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
915
916         * backend/dvi/dvi-document.c:
917         (dvi_document_finalize),
918         (dvi_document_file_exporter_format_supported),
919         (dvi_document_file_exporter_begin),
920         (dvi_document_file_exporter_do_page),
921         (dvi_document_file_exporter_end),
922         (dvi_document_file_exporter_iface_init), (dvi_document_init):
923         
924         PDF exporter for dvi documents. Fixes bug #441319.
925
926 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * shell/ev-window.c: (ev_window_clear_print_job):
929
930         Clear gtk print job when job has finished. Fixes bug #447612.
931
932 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * shell/ev-window.c: (ev_window_print_send),
935         (ev_window_print_dialog_response_cb), (ev_window_print_range):
936
937         Add preview button to print dialog. Fixes bug #445419.
938
939 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * backend/dvi/Makefile.am:
942         * backend/dvi/pixbuf-device.[ch]: Removed
943         * backend/dvi/cairo-device.[ch]: Added
944         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
945         * backend/dvi/dvi-document.c: (dvi_document_load),
946         (dvi_document_render), (dvi_document_finalize),
947         (dvi_document_thumbnails_get_thumbnail), (parse_color),
948         (dvi_document_do_color_special):
949         * libdocument/ev-document-misc.[ch]:
950         (ev_document_misc_pixbuf_from_surface):
951
952         Port dvi backend to cairo and fix a problem with colors. 
953
954 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * shell/ev-view.c: (draw_one_page):
957
958         Draw only visible region.
959
960 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * backend/djvu/djvu-document.c: (djvu_document_render):
963
964         Fix rotation in djvu backend.
965
966 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/ev-pixbuf-cache.c: (job_finished_cb),
969         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
970         (ev_pixbuf_cache_get_image_mapping),
971         (ev_pixbuf_cache_get_text_mapping):
972
973         Redraw view every time we have a new surface. Fixes bug #443587.
974
975 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * libdocument/ev-document.c: (ev_document_info_free):
978
979         Fix memory leaks.
980
981 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * backend/dvi/dvi-document.c: (dvi_document_render),
984         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
985         * backend/impress/impress-document.c:
986         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
987         (impress_document_render), (impress_document_document_iface_init),
988         (impress_document_thumbnails_get_thumbnail):
989         * backend/djvu/djvu-document-private.h:
990         * backend/djvu/djvu-document.c: (djvu_document_render),
991         (djvu_document_finalize), (djvu_document_document_iface_init),
992         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
993         * backend/tiff/tiff-document.c: (tiff_document_render),
994         (tiff_document_render_pixbuf),
995         (tiff_document_document_iface_init):
996         * backend/pdf/ev-poppler.cc: (pdf_document_render),
997         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
998         (pdf_selection_render_selection):
999         * backend/comics/comics-document.c:
1000         (comics_document_render_pixbuf), (comics_document_render),
1001         (comics_document_document_iface_init):
1002         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1003         (pixbuf_document_document_iface_init):
1004         * libdocument/ev-document-misc.[ch]:
1005         (ev_document_misc_surface_from_pixbuf),
1006         (ev_document_misc_surface_rotate_and_scale):
1007         * libdocument/ev-document.[ch]: (ev_document_render):
1008         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1009         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1010         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1011         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1012         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1013         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1014         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1015         (render_finished_cb), (ev_job_render_run):
1016         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1017         (merge_selection_region):
1018
1019         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1020         and selections.
1021
1022 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * shell/ev-window-title.c: (ev_window_title_update):
1025
1026         Fix memory leak.
1027
1028 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-view.c: (draw_loading_text):
1031
1032         Show loading text centered. Fixes bug #433061
1033
1034 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-sidebar-thumbnails.c:
1037         (ev_sidebar_thumbnails_set_loading_icon):
1038
1039         Remove a mutex in the main thread that blocks the UI in heavy
1040         documents.
1041
1042 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1045
1046         Set points_set to TRUE so that selections don't disappear after a
1047         zoom change.
1048
1049 2007-06-07  Michael Monreal  <infernux@web.de>
1050
1051         * data/icons/16x16/actions/Makefile.am:
1052         * data/icons/16x16/actions/zoom.svg:
1053         * data/icons/22x22/actions/Makefile.am:
1054         * data/icons/22x22/actions/zoom.svg:
1055         * data/icons/24x24/actions/Makefile.am:
1056         * shell/ev-stock-icons.c:
1057         * shell/ev-stock-icons.h:
1058         * shell/ev-window.c:
1059         
1060         Zoom icon artwork. See bug #444795.
1061
1062 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1063
1064         * shell/ev-metadata-manager.c: Remove extraneous function
1065         (Closes: #444386)
1066
1067 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1068
1069         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1070         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1071         (ev_metadata_manager_set), (ev_metadata_manager_save):
1072         Simplify the timeout, no need for modified anymore
1073
1074 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1075
1076         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1077         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1078         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1079         (ev_metadata_manager_save): Adapted patch from Arjan van de
1080         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1081         time, saves on power (Closes: #443851)
1082
1083 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * configure.ac:
1086         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1087         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1088
1089         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1090
1091 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1092
1093         * shell/ev-window.c: (ev_window_add_history):
1094
1095         Check if history is NULL
1096
1097 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * libdocument/ev-image.c: (ev_image_finalize):
1100         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1101         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1102         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1103         (ev_tmp_uri_unlink):
1104
1105         Add functions to delete temporary files created by evince in a safe
1106         way.
1107
1108         * shell/ev-window.c: (ev_window_clear_local_uri),
1109         (open_xfer_update_progress_callback),
1110         (save_xfer_update_progress_callback), (ev_window_save_remote),
1111         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1112         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1113         (attachment_save_dialog_response_cb),
1114         (ev_attachment_popup_cmd_save_attachment_as):
1115
1116         Allow saving a copy of a document, image or attachment to a remote
1117         location. Fixes bug #440754. 
1118
1119 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * configure.ac:
1122         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1123
1124         Fix build with current poppler from cvs head. 
1125
1126 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1127
1128         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1129
1130         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1131         directory exists.
1132
1133 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1134
1135         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1136         * shell/ev-window.c:
1137
1138         Change sidebar ordering. Fixes bug #439939.
1139
1140 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1141
1142         * backend/comics/Makefile.am:
1143         
1144         Fixes build with --without-libgnome.
1145
1146 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1147         
1148         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1149
1150         Update cursor and tooltip on page change and view scroll. Fixes bug
1151         #439217.
1152
1153 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1154
1155         * NEWS:
1156         * configure.ac:
1157         
1158         Update for release 0.9.0
1159
1160 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1161
1162         * backend/djvu/djvu-document-private.h:
1163         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1164         (djvu_document_finalize),
1165         (djvu_document_file_exporter_format_supported),
1166         (djvu_document_file_exporter_begin),
1167         (djvu_document_file_exporter_do_page),
1168         (djvu_document_file_exporter_end),
1169         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1170         
1171         Implemented printing with djvu. Bug #437998.
1172
1173 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * backend/impress/zip.c:
1176         Add missing ulong definition.
1177
1178         * backend/ps/ps-interpreter.c:
1179         Add missing headers.
1180
1181         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1182
1183 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1186
1187         Add missing call to parent class dispose method. 
1188
1189 2007-05-12  Ross Burton  <ross@openedhand.com>
1190
1191         * shell/main.c:
1192         Sync keybindings manually when building without libgnome
1193         (#437925).
1194
1195 2007-05-12  Ross Burton  <ross@openedhand.com>
1196
1197         * shell/ev-window.c:
1198         Respect the screen when opening help (#437866).
1199
1200 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * data/evince-ui.xml:
1203         * shell/ev-application.[ch]: (get_print_settings_from_args),
1204         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1205         (ev_application_open_uri_list):
1206         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1207         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1208         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1209         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1210         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1211         (ev_window_dispose):
1212         * shell/main.c: (arguments_parse):
1213
1214         Add print button in preview mode. Fixes bug #396475. 
1215
1216 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1217
1218         * cut-n-paste/zoom-control/ephy-zoom.h:
1219         
1220         Fixes zoom level factors. See bug #408119 for details.
1221
1222 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1223
1224         * backend/comics/comics-document.c: (comics_regex_quote),
1225         (extract_argv):
1226         
1227         Correctly quote symbols. Fixes crash in the bug
1228         #415370.
1229
1230 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1231
1232         * shell/ev-navigation-action-widget.c:
1233         (ev_navigation_action_widget_init),
1234         (ev_navigation_action_widget_class_init),
1235         (ev_navigation_action_widget_button_press_event):
1236         
1237         Connect to button-press event on correct widget. Fixes
1238         bug #431988
1239
1240 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1241
1242         * shell/ev-application.c: (ev_application_open_window),
1243         (ev_application_add_icon_path_for_screen),
1244         (ev_application_open_uri_at_dest):
1245         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1246         * shell/ev-navigation-action.c: (build_menu):
1247         
1248         Add app-specific icons to our icon theme. Fixes bug
1249         #425508.
1250
1251 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1252
1253         * shell/ev-history.c: (ev_history_class_init),
1254         (ev_history_add_link):
1255         * shell/ev-history.h:
1256         * shell/ev-navigation-action.c:
1257         (ev_navigation_action_history_changed),
1258         (ev_navigation_action_set_history), (build_menu),
1259         (ev_navigation_action_finalize):
1260         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1261         
1262         Make navigation action unsensitive instead of showing
1263         menu with unsensitive word. Fixes bug #417392.
1264
1265 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * shell/ev-application.[ch]: (ev_application_shutdown),
1268         (ev_application_get_print_settings),
1269         (ev_application_set_print_settings):
1270         * shell/ev-window.c:
1271
1272         Remember print settings. Fixes bug #349102. 
1273
1274 2007-05-08  Christian Persch  <chpe@gnome.org>
1275
1276         * configure.ac:
1277         * properties/ev-properties-view.c:
1278
1279         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1280         Bug #382438.
1281
1282 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * configure.ac:
1285         * properties/ev-properties-view.c: (ev_regular_paper_size):
1286
1287         Use gtk+ builtin paper list to identify the document's paper size.
1288         Fixes bug #382438. 
1289
1290 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * configure.ac:
1293
1294         Fix build when compiling with thumbnailer and libgnome support. 
1295
1296 2007-05-04  Ross Burton  <ross@openedhand.com>
1297
1298         * configure.ac:
1299         Add --without-libgnome, check for libgnome and libgnomeui
1300         separately, and add them to the symbols as required.
1301
1302         * libdocument/ev-file-helpers.c:
1303         When building without libgnome, use g_get_user_config_dir instead
1304         of gnome_user_dir_get.
1305
1306         * shell/ev-application.c:
1307         When building without libgnome, don't use session management.
1308
1309         * shell/main.c:
1310         When building without libgnome, don't use GnomeProgram or
1311         initialise the authentication manager.
1312
1313         This fixes #328842.
1314
1315 2007-05-04  Ross Burton  <ross@openedhand.com>
1316
1317         * shell/ev-window.c:
1318         Don't use libgnome to open help, instead call Yelp directly.
1319
1320 2007-05-04  Ross Burton  <ross@openedhand.com>
1321
1322         * shell/ev-sidebar-attachments.c:
1323         Don't use libgnome to lookup icons for MIME types, instead copy
1324         code from GTK+ to do it manually.
1325
1326 2007-05-04  Ross Burton  <ross@openedhand.com>
1327
1328         * configure.ac:
1329         Add libxml to the dependencies for SHELL_CORE (#435818).
1330
1331 2007-05-02  Ross Burton  <ross@openedhand.com>
1332
1333         * configure.ac:
1334         * Makefile.am:
1335         Add --disable-thumbnailer (#434825)
1336
1337 2007-05-02  Ross Burton  <ross@openedhand.com>
1338
1339         * shell/ev-window.c:
1340         Add missing includes, fix indentation.
1341
1342         * shell/main.c:
1343         Fix indentation.
1344
1345 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1346
1347         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1348         ev_application_open_uri_at_dest instead of ev_application_open_uri
1349         preventing new document always being opened in a new window even if there
1350         is an empty window.
1351
1352 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1353
1354         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1355         (egg_recent_view_uimanager_finalize):
1356         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1357         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1358         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1359         (ev_pixbuf_cache_dispose):
1360         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1361         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1362         
1363         Add missing chain to parent class methods. Fixes
1364         bug #433128.
1365
1366 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1367
1368         * data/Makefile.am (update-icon-cache): Updates
1369         gtk-update-icon-cache in uninstall-hook.
1370
1371 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-window.c: (ev_window_setup_document),
1374         (ev_window_set_document), (ev_window_load_job_cb):
1375         * shell/ev-view.c: (setup_caches):
1376         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1377
1378         Start rendering pages before any other jobs. 
1379
1380 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-window.c: (ev_window_stop_fullscreen),
1383         (ev_window_stop_presentation):
1384
1385         Update chrome visibility before window unfullscreen. 
1386
1387 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * data/Makefile.am:
1390         * data/evince-ui.xml:
1391         * shell/ev-stock-icons.[ch]:
1392         * shell/ev-application.[ch]: (ev_application_shutdown),
1393         (ev_application_init), (ev_application_get_toolbars_model):
1394         * shell/ev-window.c: (update_chrome_visibility),
1395         (fullscreen_toolbar_setup_item_properties),
1396         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1397         (ev_window_run_presentation), (ev_window_stop_presentation),
1398         (ev_window_run_preview), (ev_window_screen_changed),
1399         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1400         (ev_window_dispose), (ev_window_init):
1401
1402         Make fullscreen toolbar always visible. Do not use egg toolbars for
1403         fullscreen and preview modes since such toolbars are not editables.
1404         Fixes bugs #300278, #338910 and #316188.  
1405
1406 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1407
1408         * shell/ev-application.c:
1409         * shell/ev-job-queue.c:
1410         * shell/ev-metadata-manager.c:
1411         * shell/ev-stock-icons.c:
1412         * shell/ev-window.c:
1413         * shell/main.c:
1414         
1415         Developers documentation updated.
1416
1417 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1420
1421         Check whether uri is valid before launching it. Fixes bug #427664.
1422
1423 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/ev-window.c:
1426
1427         Change key accelerator for Open a Copy menu entry which is in conflict
1428         with Close. Fixes bug #427321.
1429
1430 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1431
1432         * NEWS:
1433         * configure.ac:
1434         
1435         Update for release 0.8.1
1436
1437 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1438
1439         * shell/ev-window.c: (setup_size_from_metadata):
1440         
1441         Do not make window bigger than screen. Fixes bug 
1442         #388985.
1443
1444 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1447         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1448
1449         Use default resolution when it's not provided by document. Fixes bug
1450         #408762.
1451
1452 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * configure.ac:
1455         * thumbnailer/Makefile.am:
1456         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1457         * thumbnailer/evince-thumbnailer.schemas.in:
1458         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1459
1460         Add support for ps, eps and compressed documents thumbnails. Do not
1461         ignore size parameter. 
1462
1463 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1464
1465         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1466         (dvi_document_do_color_special):
1467         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1468
1469         Implement font color specials in the DVI backend. Fixes bug #303651.
1470
1471 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1472
1473         Fixup the previous commit:
1474
1475         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1476         * shell/xdg-user-dir-lookup.c: Make the function non-static
1477         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1478
1479 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1480
1481         * shell/ev-window.c (file_open_dialog_response_cb): Use
1482         the xdg-user-dirs DOCUMENTS folder as default folder when
1483         opening a file chooser.  (#424858)
1484
1485         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1486         xdg-user-dirs.
1487
1488 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * shell/ev-window.c: (ev_window_load_job_cb):
1491
1492         Do not setup view from metadata on preview mode. 
1493
1494 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * shell/main.c:
1497
1498         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1499
1500 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * shell/ev-view.c: (ev_view_primary_get_cb):
1503
1504         Check pointer != NULL before using it. Fixes bug #416841. 
1505
1506 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1507
1508         * NEWS:
1509         * configure.ac:
1510         
1511         Release 0.8.0
1512
1513 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1516
1517         Do not render thumbnails when sidebar thumbnail page is not visible
1518         at startup. Fixes bug #416447. 
1519
1520 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1521
1522         * data/evince.desktop.in.in:
1523
1524         "Application" is not a valid category in the freedesktop specification.
1525
1526 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * libdocument/ev-file-helpers.[ch]: (compression_run),
1529         (ev_file_uncompress), (ev_file_compress):
1530         * shell/ev-window.c: (file_save_dialog_response_cb):
1531
1532         Save document compressed when saving a copy of a compressed document.
1533         Fixes bug #334542.
1534
1535 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1538
1539         Allow deleting in goto window entry in presentation mode. 
1540
1541 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1542
1543         * Makefile.am: Dist MAINTAINERS.
1544
1545 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * shell/ev-window.c: (ev_window_update_actions):
1548
1549         Fix zoom shortcut keys when searching. Fixes bug #409828.
1550
1551 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * shell/ev-window.c: (ev_window_setup_document):
1554
1555         Fix crash when loading documents with only one page. 
1556
1557 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * backend/dvi/dvi-document.c:
1560         (dvi_document_thumbnails_get_dimensions),
1561         (dvi_document_thumbnails_get_thumbnail):
1562         * backend/impress/impress-document.c:
1563         (impress_document_thumbnails_get_thumbnail),
1564         (impress_document_thumbnails_get_dimensions):
1565         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1566         (ps_document_thumbnails_get_dimensions):
1567         * backend/djvu/djvu-document.c:
1568         (djvu_document_thumbnails_get_dimensions),
1569         (djvu_document_thumbnails_get_thumbnail):
1570         * backend/tiff/tiff-document.c:
1571         (tiff_document_thumbnails_get_thumbnail),
1572         (tiff_document_thumbnails_get_dimensions):
1573         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1574         (pdf_document_thumbnails_get_thumbnail),
1575         (pdf_document_thumbnails_get_dimensions):
1576         * backend/comics/comics-document.c:
1577         (comics_document_thumbnails_get_thumbnail),
1578         (comics_document_thumbnails_get_dimensions):
1579         * backend/pixbuf/pixbuf-document.c:
1580         (pixbuf_document_thumbnails_get_thumbnail),
1581         (pixbuf_document_thumbnails_get_dimensions):
1582         * libdocument/ev-document-thumbnails.[ch]:
1583         (ev_document_thumbnails_get_thumbnail),
1584         (ev_document_thumbnails_get_dimensions):
1585         * libdocument/ev-document-misc.[ch]:
1586         (ev_document_misc_get_thumbnail_frame):
1587         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1588         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1589         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1590         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1591         (ev_sidebar_thumbnails_refresh):
1592         * shell/ev-window.c: (ev_window_setup_document):
1593         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1594
1595         Use an EvRenderContext for rendering thumbnails instead of a suggested
1596         width, so that different sized pages get sized proportionally.
1597
1598 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * shell/ev-view.c: (ev_view_button_press_event),
1601         (ev_view_key_press_event):
1602
1603         Fix critical warnings when there is no document loaded. 
1604
1605 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * shell/ev-page-action-widget.c:
1608         * shell/ev-navigation-action.c:
1609         * shell/ev-window.c:
1610
1611         Fix compile warnings. 
1612
1613 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * backend/djvu/djvu-text.h:
1616         * backend/djvu/djvu-document.c:
1617         * backend/djvu/djvu-text-page.c:
1618         * backend/djvu/djvu-links.c:
1619         * backend/djvu/djvu-text-page.h:
1620         * backend/djvu/djvu-text.c:
1621         
1622         Fix build on Mac. Fixes bug #392186. Patch by
1623         <ephraim_owns@hotmail.com>
1624
1625 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1628
1629         Restore cairo context before rendering every page when printing a PDF
1630         document into a PDF file. 
1631
1632 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * backend/ps/gstypes.h:
1635         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1636         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1637         (ps_document_thumbnails_get_thumbnail):
1638
1639         Handle PostScript page orientation. Fixes bug #318568.
1640
1641 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * backend/ps/Makefile.am:
1644         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1645         (document_load), (ps_document_load), (save_document),
1646         (save_page_list), (ps_document_get_n_pages),
1647         (ps_document_get_page_size), (ps_document_get_info),
1648         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1649         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1650         (ps_document_thumbnails_get_thumbnail),
1651         (ps_document_thumbnails_get_dimensions),
1652         (ps_document_document_thumbnails_iface_init):
1653         * backend/ps/ps.[ch]: (psgetpagebox):
1654         * backend/ps/ps-interpreter.[ch]:
1655
1656         Add support for thumbnails in ps backend. Fixes bug #164755. 
1657
1658 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1659
1660         * NEWS:
1661         * configure.ac:
1662         
1663         Release 0.7.2
1664
1665 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1668         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1669         (ev_window_dispose):
1670
1671         Use document thumbnail as window icon. Fixes bug #384442.
1672
1673 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1674
1675         * configure.ac:
1676
1677         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1678         duplicated adding application/x-bzpostscript instead. 
1679
1680 2007-02-11  Tom Parker  <palfrey@tevp.net>
1681
1682         * backend/ps/ps-document.c: (document_load):
1683
1684         Check return value of psscan before trying
1685         to use it. Fixes bug #372414.
1686
1687 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1690
1691         Fix invalid free in ev-page-cache. Fixes bug #404745.
1692
1693 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1694
1695         * test/Makefile.am:
1696         * test/test3.py:
1697         
1698         Added reload test case.
1699
1700 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * po/POTFILES.in:
1703         * backend/djvu/djvu-document.c: (djvu_document_load):
1704
1705         Check whether there are missing files in indirect multipage djvu
1706         documents. Fixes bug #361683. 
1707
1708 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1709
1710         * test/Makefile.am:
1711         * test/test-mime.bin:
1712         * test/test3.py:
1713         
1714         Added test for slow mime type
1715
1716 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1719
1720         Add some checks and call parent_class->finalize. Fixes bug #404745.
1721
1722 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1723
1724         * shell/ev-navigation-action.c: (connect_proxy):
1725         
1726         Fixes dropdown history menu. Thanks a lot Carlos!
1727
1728 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1731
1732         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1733         bug #373715.
1734
1735 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * backend/ps/ps.c: (psscan):
1738
1739         Fix memory leak. 
1740
1741 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * configure.ac:
1744         * libdocument/ev-file-helpers.c: 
1745
1746         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1747
1748 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * configure.ac:
1751         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1752         (ps_interpreter_start), (document_load), (save_document),
1753         (save_page_list):
1754         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1755         * libdocument/ev-document-factory.c:
1756         (ev_document_factory_get_from_mime), (get_document_from_uri),
1757         (free_uncompressed_uri), (ev_document_factory_get_document):
1758         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1759
1760         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1761
1762 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * libdocument/ev-document.h:
1765
1766         Fix typo in function name. 
1767
1768 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * backend/ps/ps-document.c: (ps_interpreter_finished),
1771         (ps_interpreter_start), (ps_interpreter_failed):
1772
1773         Handle ghostscript interpreter crashes. 
1774
1775 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-window.c: (ev_window_open_uri),
1778         (window_configure_event_cb):
1779
1780         Setup window size and position before showing it. Fixes bug #401711.
1781
1782 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * backend/ps/Makefile.am:
1785         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1786         (ps_document_dispose), (ps_document_class_init),
1787         (ps_interpreter_input), (ps_interpreter_output),
1788         (ps_interpreter_error), (setup_interpreter_env),
1789         (ps_interpreter_start), (ps_interpreter_stop),
1790         (ps_interpreter_failed), (ps_interpreter_is_ready),
1791         (check_filecompressed), (document_load), (ps_document_load),
1792         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1793         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1794         (render_page):
1795
1796         Rework ps-document. Code cleanups, remove deprecated code. 
1797
1798 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * shell/ev-view.c: (ev_view_button_press_event):
1801
1802         Do not start an image drag and drop operation when pointer is on 
1803         text, so that we can select text when the whole background is an
1804         image. 
1805
1806 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * shell/ev-window.c: (ev_window_update_actions): 
1809
1810         Disable all zoom related actions during presentation mode. 
1811
1812 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1813
1814         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1815
1816         Do not zoom in or out on presentation mode. Fixes bug #401305.
1817
1818 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1819
1820         * shell/ev-navigation-action.c: (connect_proxy),
1821         (create_menu_item), (ev_navigation_action_class_init):
1822         
1823         Correctly show menu and fix crash when navigaton 
1824         action is out of toolbar visible area.
1825
1826 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1827
1828         * data/Makefile.am:
1829         * data/evince.1:
1830         
1831         Added man file
1832
1833 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1834
1835         * help/reference/* :
1836         * configure.ac:
1837         
1838         Added gtk-doc based documentation for Evince.
1839         Still in initial state but I hope it will
1840         grow.
1841         
1842         * configure.ac:
1843         
1844         Lower dbus requirement to 0.70
1845
1846 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-window.c: (ev_window_add_history):
1849
1850         Fix memory leak. 
1851
1852 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1853
1854         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1855         * shell/ev-view.h:
1856         * shell/ev-window.c: (ev_window_add_history):
1857         
1858         Correctly handle named destination links
1859
1860 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1861
1862         * NOTES:
1863         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1864         * backend/pdf/ev-poppler.cc:
1865         * libdocument/ev-document-links.h:
1866         * libdocument/ev-link.c: (ev_link_get_page):
1867         * libdocument/ev-link.h:
1868         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1869         (ev_history_add_link):
1870         * shell/ev-history.h:
1871         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1872         (new_history_menu_item), (build_menu):
1873         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1874         * shell/ev-sidebar-links.c: (create_loading_model),
1875         (print_section_cb), (ev_sidebar_links_construct),
1876         (fill_page_labels), (update_page_callback_foreach),
1877         (update_page_callback), (job_finished_callback):
1878         * shell/ev-view.c: (ev_view_handle_link):
1879         * shell/ev-window.c: (ev_window_find_chapter),
1880         (ev_window_add_history), (view_handle_link_cb),
1881         (history_changed_cb):
1882         
1883         Implements another history variant
1884
1885 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * shell/ev-window.c: (view_external_link_cb):
1888         * shell/ev-view.c: (ev_view_button_release_event):
1889
1890         Open links in new window when clicking with middle button. 
1891
1892 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1893
1894         * shell/ev-navigation-action.c: (new_history_menu_item):
1895         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1896         * shell/ev-view.c: (ev_view_handle_link):
1897         * shell/ev-window.c:
1898         
1899         Store link before jump, not the destination. For me it 
1900         seems like more natural history behavior.
1901
1902 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1903
1904         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1905         (ev_navigation_action_class_init):
1906         * shell/ev-navigation-action.h:
1907         * shell/ev-page-action.c: (activate_cb):
1908         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1909         (ev_page_cache_set_current_page_history):
1910         * shell/ev-page-cache.h:
1911         * shell/ev-sidebar-thumbnails.c:
1912         (ev_sidebar_tree_selection_changed),
1913         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1914         * shell/ev-view-private.h:
1915         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1916         * shell/ev-view.h:
1917         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1918         (ev_window_setup_document), (ev_window_load_job_cb):
1919         * shell/ev-window.h:
1920         
1921         History finally works as expected.
1922
1923 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1926
1927         Do not update links treeview if it doesn't have a model assigned yet. 
1928
1929 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1932         (ev_sidebar_links_class_init), (update_page_callback):
1933
1934         Do not update links treeview when sidepane is not visible. 
1935
1936 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1937
1938         * shell/ev-marshal.list:
1939         * shell/ev-page-action.c: (activate_cb),
1940         (ev_page_action_class_init):
1941         * shell/ev-page-action.h:
1942         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1943         * shell/ev-window.c:
1944         
1945         Remove activate_link signal, not required.
1946
1947 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1948
1949         * shell/ev-navigation-action.c: (build_menu):
1950         
1951         Reorder menu items and build menu with fixed length.
1952
1953 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1954
1955         * shell/ev-view.c: (get_selected_text):
1956         
1957         Normalize text to fix ligatures problem. See bug
1958         #341947 for details.
1959
1960 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1961
1962         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1963
1964         Fix memory leak in ev-page-cache. 
1965
1966 2007-01-25  Tom Parker <palfrey@tevp.net>
1967
1968         * backend/impress/impress-document.c: (impress_document_load),
1969         (impress_document_finalize), (impress_document_init):
1970         * properties/ev-properties-main.c: (ev_properties_get_pages):
1971         
1972         Correctly handle impress document errors. Fixes nautilus
1973         crash in property page #370491.
1974
1975 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1978         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1979         (ev_job_queue_remove_job):
1980         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1981         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1982         (ev_job_load_run):
1983         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1984         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1985         (ev_window_load_job_cb), (xfer_update_progress_callback),
1986         (ev_window_open_uri), (ev_window_dispose):
1987         * shell/main.c: (main):
1988
1989         Do file transfer asynchronously in the main thread instead of
1990         synchronously in the load thread. Fixes bugs #399694, #398307 and
1991         #343542.
1992
1993 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1994
1995         * shell/ev-jobs.c: (ev_job_xfer_run):
1996
1997         Load the document with the font-config lock held. 
1998
1999 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * backend/ps/ps-document.c: (start_interpreter):
2002
2003         Fix memory leaks in ps backend. 
2004
2005 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * backend/impress/impress-document.c:
2008         (impress_document_render_pixbuf):
2009
2010         Do not acquire fontconfig lock in impress backend, since it is using
2011         the main loop for rendering. 
2012
2013 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * po/POTFILES.in: 
2016
2017         Remove mdvi files that shouldn't be translated. 
2018
2019 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * shell/ev-view-private.h:
2022         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2023         (ev_view_set_zoom):
2024
2025         Render "loading..." text into a cairo surface instead of directly into
2026         the window so that fontconfig lock is only needed once and UI is not
2027         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2028
2029 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2032         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2033
2034         Use icon theme associated with the window screen rather than default. 
2035
2036 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2037
2038         * configure.ac:
2039
2040         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2041
2042 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2043
2044         * data/icons/*/apps/evince.*:
2045
2046         Move Evince icons under new apps directory.
2047
2048         * data/icons/*/actions/*:
2049
2050         Add new custom themeable Evince icons: view-page-continuous, 
2051         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2052         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2053
2054         * configure.ac:
2055
2056         Add new directories to AC_CONFIG_FILES.
2057
2058         * shell/ev-stock-icons.c:
2059         * shell/ev-stock-icons.h:
2060
2061         Use new custom themeable icons.
2062
2063 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2066
2067         Do not draw white background page in presentation mode. 
2068
2069 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2070
2071         * shell/ev-view.c: Remove unused gnome-vfs include.
2072
2073 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2074
2075         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2076         
2077         Format string is corrected, fixes bug #397129.
2078
2079 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * shell/ev-window.c: (ev_window_setup_recent):
2082
2083         Do not include in recent menu inexistent documents. Fixes
2084         bug #339171.
2085
2086 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * po/POTFILES.skip: 
2089
2090         Update POTFILES.skip file according to current source tree. 
2091
2092 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2093
2094         * shell/ev-window.c: (file_save_dialog_response_cb):
2095
2096         Do Save a copy in atomic way. Fixes bug #328266. 
2097
2098 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2101
2102         Keep selected cell always visible in index treeview.
2103
2104 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2105         
2106         * shell/ev-view.c: (ev_view_size_allocate):
2107
2108         Restore horizontal scrollbar after switching to/from fullscreen
2109         or presentation mode. Fixes bug #331728.
2110
2111 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * shell/ev-view-private.h:
2114         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2115         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2116         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2117         (ev_view_can_zoom_out):
2118
2119         Use max and min scale values in the view iby taking dpi into account. 
2120
2121 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * configure.ac:
2124         * NEWS:
2125
2126         Release 0.7.1
2127
2128 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2129
2130         * shell/ev-window.c: (ev_window_print_send):
2131
2132         Send print job to printer with some settings set to default values,
2133         since we have already exported to a file according to such settings
2134         and they could be taken twice by some printers. 
2135
2136 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * shell/ev-jobs.c: (ev_job_xfer_run):
2139         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2140
2141         Show main window and load document with the font-config lock held. 
2142
2143 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * configure.ac:
2146         * shell/ev-application.c: (ev_application_register_service):
2147         * shell/main.c: (load_files_remote):
2148
2149         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2150
2151 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2152
2153         * doc/debugging.txt:
2154         
2155         Remove obsolete documentation.
2156
2157 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2158
2159         * Makefile.am:
2160         * backend/Makefile.am:
2161         * backend/comics/Makefile.am:
2162         * backend/djvu/Makefile.am:
2163         * backend/dvi/Makefile.am:
2164         * backend/ev-async-renderer.c:
2165         * backend/ev-async-renderer.h:
2166         * backend/ev-attachment.c:
2167         * backend/ev-attachment.h:
2168         * backend/ev-backend-marshal.c:
2169         * backend/ev-document-factory.c:
2170         * backend/ev-document-factory.h:
2171         * backend/ev-document-find.c:
2172         * backend/ev-document-find.h:
2173         * backend/ev-document-fonts.c:
2174         * backend/ev-document-fonts.h:
2175         * backend/ev-document-images.c:
2176         * backend/ev-document-images.h:
2177         * backend/ev-document-info.h:
2178         * backend/ev-document-links.c:
2179         * backend/ev-document-links.h:
2180         * backend/ev-document-misc.c:
2181         * backend/ev-document-misc.h:
2182         * backend/ev-document-security.c:
2183         * backend/ev-document-security.h:
2184         * backend/ev-document-thumbnails.c:
2185         * backend/ev-document-thumbnails.h:
2186         * backend/ev-document-transition.c:
2187         * backend/ev-document-transition.h:
2188         * backend/ev-document.c:
2189         * backend/ev-document.h:
2190         * backend/ev-file-exporter.c:
2191         * backend/ev-file-exporter.h:
2192         * backend/ev-image.c:
2193         * backend/ev-image.h:
2194         * backend/ev-link-action.c:
2195         * backend/ev-link-action.h:
2196         * backend/ev-link-dest.c:
2197         * backend/ev-link-dest.h:
2198         * backend/ev-link.c:
2199         * backend/ev-link.h:
2200         * backend/ev-render-context.c:
2201         * backend/ev-render-context.h:
2202         * backend/ev-selection.c:
2203         * backend/ev-selection.h:
2204         * backend/impress/Makefile.am:
2205         * backend/pdf/Makefile.am:
2206         * backend/pixbuf/Makefile.am:
2207         * backend/ps/Makefile.am:
2208         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2209         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2210         (start_interpreter), (stop_interpreter), (document_load),
2211         (ps_document_next_page), (render_page):
2212         * backend/tiff/Makefile.am:
2213         * comics/Makefile.am:
2214         * comics/comics-document.c:
2215         * comics/comics-document.h:
2216         * configure.ac:
2217         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2218         * djvu/Makefile.am:
2219         * djvu/djvu-document-private.h:
2220         * djvu/djvu-document.c:
2221         * djvu/djvu-document.h:
2222         * djvu/djvu-links.c:
2223         * djvu/djvu-links.h:
2224         * djvu/djvu-text-page.c:
2225         * djvu/djvu-text-page.h:
2226         * djvu/djvu-text.c:
2227         * djvu/djvu-text.h:
2228         * dvi/Makefile.am:
2229         * dvi/dvi-document.c:
2230         * dvi/dvi-document.h:
2231         * dvi/fonts.c:
2232         * dvi/fonts.h:
2233         * dvi/mdvi-lib/Makefile.am:
2234         * dvi/mdvi-lib/afmparse.c:
2235         * dvi/mdvi-lib/afmparse.h:
2236         * dvi/mdvi-lib/bitmap.c:
2237         * dvi/mdvi-lib/bitmap.h:
2238         * dvi/mdvi-lib/color.c:
2239         * dvi/mdvi-lib/color.h:
2240         * dvi/mdvi-lib/common.c:
2241         * dvi/mdvi-lib/common.h:
2242         * dvi/mdvi-lib/defaults.h:
2243         * dvi/mdvi-lib/dvimisc.c:
2244         * dvi/mdvi-lib/dviopcodes.h:
2245         * dvi/mdvi-lib/dviread.c:
2246         * dvi/mdvi-lib/files.c:
2247         * dvi/mdvi-lib/font.c:
2248         * dvi/mdvi-lib/fontmap.c:
2249         * dvi/mdvi-lib/fontmap.h:
2250         * dvi/mdvi-lib/fontsrch.c:
2251         * dvi/mdvi-lib/gf.c:
2252         * dvi/mdvi-lib/hash.c:
2253         * dvi/mdvi-lib/hash.h:
2254         * dvi/mdvi-lib/list.c:
2255         * dvi/mdvi-lib/mdvi.h:
2256         * dvi/mdvi-lib/pagesel.c:
2257         * dvi/mdvi-lib/paper.c:
2258         * dvi/mdvi-lib/paper.h:
2259         * dvi/mdvi-lib/pk.c:
2260         * dvi/mdvi-lib/private.h:
2261         * dvi/mdvi-lib/setup.c:
2262         * dvi/mdvi-lib/sp-epsf.c:
2263         * dvi/mdvi-lib/special.c:
2264         * dvi/mdvi-lib/sysdeps.h:
2265         * dvi/mdvi-lib/t1.c:
2266         * dvi/mdvi-lib/tfm.c:
2267         * dvi/mdvi-lib/tfmfile.c:
2268         * dvi/mdvi-lib/tt.c:
2269         * dvi/mdvi-lib/util.c:
2270         * dvi/mdvi-lib/vf.c:
2271         * dvi/pixbuf-device.c:
2272         * dvi/pixbuf-device.h:
2273         * impress/Makefile.am:
2274         * impress/common.h:
2275         * impress/document.c:
2276         * impress/f_oasis.c:
2277         * impress/f_oo13.c:
2278         * impress/iksemel.c:
2279         * impress/iksemel.h:
2280         * impress/imposter.h:
2281         * impress/impress-document.c:
2282         * impress/impress-document.h:
2283         * impress/internal.h:
2284         * impress/r_back.c:
2285         * impress/r_draw.c:
2286         * impress/r_geometry.c:
2287         * impress/r_gradient.c:
2288         * impress/r_style.c:
2289         * impress/r_text.c:
2290         * impress/render.c:
2291         * impress/render.h:
2292         * impress/zip.c:
2293         * impress/zip.h:
2294         * lib/Makefile.am:
2295         * lib/ev-debug.c:
2296         * lib/ev-debug.h:
2297         * lib/ev-file-helpers.c:
2298         * lib/ev-file-helpers.h:
2299         * lib/ev-gui.c:
2300         * lib/ev-gui.h:
2301         * lib/ev-tooltip.c:
2302         * lib/ev-tooltip.h:
2303         * libdocument/Makefile.am:
2304         * libdocument/ev-file-helpers.c:
2305         * pdf/Makefile.am:
2306         * pdf/ev-poppler.cc:
2307         * pdf/ev-poppler.h:
2308         * pixbuf/Makefile.am:
2309         * pixbuf/pixbuf-document.c:
2310         * pixbuf/pixbuf-document.h:
2311         * properties/Makefile.am:
2312         * ps/Makefile.am:
2313         * ps/gsdefaults.c:
2314         * ps/gsdefaults.h:
2315         * ps/gsio.c:
2316         * ps/gsio.h:
2317         * ps/gstypes.h:
2318         * ps/ps-document.c:
2319         * ps/ps-document.h:
2320         * ps/ps.c:
2321         * ps/ps.h:
2322         * shell/Makefile.am:
2323         * shell/ev-application.h:
2324         * shell/ev-sidebar-links.c:
2325         * shell/ev-sidebar-links.h:
2326         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2327         (ev_gui_menu_position_tree_selection):
2328         * shell/ev-utils.h:
2329         * shell/ev-view.c: (ev_view_finalize):
2330         * shell/ev-window.c:
2331         * shell/main.c: (main):
2332         * thumbnailer/Makefile.am:
2333         * tiff/Makefile.am:
2334         * tiff/tiff-document.c:
2335         * tiff/tiff-document.h:
2336         * tiff/tiff2ps.c:
2337         * tiff/tiff2ps.h:
2338         
2339         Reorganize source tree.
2340
2341 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * backend/ev-document-factory.c:
2344
2345         Do not include ev-poppler.h when pdf is disabled. 
2346
2347 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * configure.ac:
2350         * data/evince-ui.xml:
2351         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2352         (pdf_document_document_images_iface_init):
2353         * backend/Makefile.am:
2354         * backend/ev-document-images.[ch]:
2355         * backend/ev-image.[ch]:
2356         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2357         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2358         (ev_job_xfer_run):
2359         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2360         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2361         (ev_pixbuf_cache_get_image_mapping):
2362         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2363         (view_menu_popup_cb), (ev_window_dispose),
2364         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2365         (ev_view_popup_cmd_copy_image):
2366         * shell/ev-view-private.h:
2367         * shell/ev-view.c: (ev_view_get_image_at_location),
2368         (ev_view_do_popup_menu), (ev_view_popup_menu),
2369         (ev_view_button_press_event), (ev_view_drag_data_get),
2370         (ev_view_drag_motion), (ev_view_drag_data_received),
2371         (ev_view_motion_notify_event), (ev_view_button_release_event),
2372         (ev_view_finalize), (ev_view_class_init):
2373
2374         Add image handling support. Fixes bugs #310008 and #325047. Images
2375         selection is not supported yet. 
2376
2377 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2380         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2381         (ev_view_init):
2382
2383         Move view drag and drop stuff to ev-view.
2384
2385 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2388         * shell/ev-view.c: (clear_selection): 
2389
2390         Clear selection also in pixbuf cache.
2391
2392 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2393
2394         * data/evince.desktop.in.in:
2395         
2396         Change icon name in desktop file. See bug #390734
2397         for details.
2398
2399 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2400
2401         * thumbnailer/Makefile.am:
2402
2403         Use top_builddir instead top_srcdir for generated schema
2404         file installation. Fixes bug #390161.
2405
2406 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * configure.ac:
2409         * backend/Makefile.am:
2410         * backend/ev-document-transition.[ch]:
2411         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2412         (pdf_document_page_transition_iface_init):
2413         * shell/ev-view-private.h:
2414         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2415         (ev_view_set_presentation), (transition_next_page),
2416         (ev_view_presentation_transition_stop),
2417         (ev_view_presentation_transition_start), (ev_view_next_page):
2418
2419         Add page transition support in presentation mode. At the moment only
2420         page duration is supported, but not transition effects. Fixes bug
2421         #309815.
2422
2423 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2426
2427         Run find_link_dest with document lock held, since it's called by links
2428         thread and main thread at the same time. 
2429
2430 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * shell/ev-view.c: (goto_dest):
2433
2434         Update page-cache when page is changed by the view, so that
2435         page-changed signal is emitted. 
2436
2437 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * test/test1.py:
2440         * test/test2.py:
2441
2442         Use C locale in tests. 
2443
2444 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * shell/ev-window.c: (ev_window_run_presentation):
2447         * shell/ev-view-private.h:
2448         * shell/ev-view.c: (ev_view_set_presentation):
2449
2450         Restore zoom settings when back from presentation mode. 
2451
2452 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2453
2454         * shell/ev-window.c: (ev_window_run_presentation):
2455
2456         Always use "best fit" zoom in presentation mode.
2457         Fixes bug #389195.
2458
2459 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2460
2461         * shell/ev-view.c: (ev_view_goto_window_create):
2462
2463         Show "Jump to page" label in the page jumping popup in
2464         presentation mode instead of just a GtkEntry.
2465
2466 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-window.c: (launch_external_uri):
2469
2470         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2471         #378085.
2472
2473 2006-12-22  Elijah Newren  <newren gmail com>
2474
2475         * configure.ac: explicitly check for libxml2.  Fixes #388795
2476
2477 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * shell/ev-view-private.h:
2480         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2481         (ev_view_goto_window_delete_event), (key_is_numeric),
2482         (ev_view_goto_window_key_press_event),
2483         (ev_view_goto_window_button_press_event),
2484         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2485         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2486         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2487
2488         Allow jumping to another page by typing a page number in presentation
2489         mode. It uses a popup window with an entry. Fixes bug #353625.
2490
2491 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2492
2493         * configure.ac:
2494         * properties/ev-properties-view.c: (ev_get_default_user_units),
2495         (ev_regular_paper_size):
2496         
2497         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2498         to Damien Carbery <damien.carbery@sun.com> and
2499         Yevgen Muntyan <muntyan@tamu.edu>.
2500
2501 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2502
2503         * shell/ev-window.c: (setup_document_from_metadata):
2504
2505         Make sure Evince doesn't restore the view on the last
2506         page when a document is reopened. Fixes bug #383381.
2507
2508 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2509
2510         * shell/ev-view.c: (draw_loading_text):
2511
2512         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2513
2514 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * configure.ac:
2517         * NEWS:
2518
2519         Release 0.7.0
2520
2521 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * configure.ac:
2524         * pdf/ev-poppler.cc: (pdf_print_context_free),
2525         (pdf_document_file_exporter_begin),
2526         (pdf_document_file_exporter_do_page):
2527
2528         Make cairo-pdf depedency optional. 
2529
2530 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2533
2534         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2535
2536 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2539         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2540         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2541         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2542         * shell/ev-view.c: (draw_loading_text):
2543         * shell/ev-window.c: (ev_window_cmd_file_properties):
2544
2545         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2546         related to using FontConfig from different threads.
2547         
2548 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * shell/ev-view.c: (draw_loading_text):
2551
2552         Acquire lock document when drawing "Loading..." text so that only one
2553         thread will use FontConfig at the same time. Fixes bug #374750.
2554
2555 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * shell/ev-page-action.[ch]: (activate_cb):
2558         * shell/ev-window.c: (activate_label_cb):
2559
2560         Check if text inserted in page entry is a valid page number when it
2561         doesn't match to any document page label. Fixes bug #383165.
2562
2563 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2564         * shell/ev-window.c:
2565
2566         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2567         available with GTK < 2.10. Added an ifdef to avoid compilation
2568         error.
2569
2570 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * configure.ac:
2573         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2574
2575         Fix ps backend in multihead systems.
2576
2577 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2580         * shell/ev-window.c: (ev_window_get_screen_dpi),
2581         (ev_window_update_actions), (setup_view_from_metadata),
2582         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2583
2584         Take screen DPI into account when zooming. Fixes bug #318285.
2585
2586 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2587
2588         * data/Makefile.am:
2589
2590         Cleaned up/slightly refactored Makefile.am. Added GConf
2591         schemas uninstallation as well.
2592
2593 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2594
2595         * Makefile.am:
2596         * test/Makefile.am:
2597
2598         Fight with autotools to fix make check. Make distcheck
2599         works fine as well now!
2600
2601 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2602
2603         * shell/ev-view.c: (draw_end_presentation_page):
2604
2605         Corrected "end of presentation" string.
2606
2607 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2608
2609         * shell/ev-view.c: (ev_view_key_press_event):
2610
2611         Correctly propagate key press event so that up/down keys
2612         work as expected (correct behaviour was broken by
2613         black/white screen key bindings for presentations).
2614
2615 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2616
2617         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2618         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2619         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2620         (pdf_selection_get_selection_region),
2621         (pdf_selection_get_selection_map):
2622
2623         Add "static" to some private functions. 
2624
2625 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2626
2627         * lib/ev-tooltip.h:
2628         * properties/ev-properties-view.h:
2629         * shell/ev-jobs.h:
2630         * shell/ev-properties-dialog.h:
2631         * shell/ev-properties-fonts.h:
2632         * shell/ev-sidebar-links.h:
2633         * shell/ev-sidebar-thumbnails.h:
2634         * shell/ev-sidebar.h:
2635         * shell/ev-window.h:
2636         
2637         Fixes CHACK type in class casts. See bug #385343
2638         for details.
2639
2640 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-view-private.h:
2643         * shell/ev-view.c: (draw_end_presentation_page),
2644         (ev_view_expose_event), (ev_view_key_press_event),
2645         (ev_view_class_init), (ev_view_init):
2646
2647         Blank screen in presentation mode when pressing 'b' (filling with
2648         black) or 'w' (filling with white) keys. Fixes bug #358132.
2649
2650 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2651
2652         * data/evince-toolbar.xml:
2653         * shell/ev-window.c:
2654         
2655         Use stock icon for Select All action. Fixes
2656         bug #382652.
2657
2658 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2659
2660         * shell/ev-view.c: (get_doc_point_from_offset),
2661         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2662
2663         Add links support in rotated documents. Fixes bug #343733.
2664
2665 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2666
2667         * shell/ev-view-private.h:
2668         * shell/ev-view.c: (draw_end_presentation_page),
2669         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2670
2671         Show a blank page after the last page in presentation mode with a
2672         message indicating that presentation has finished and how to exit. 
2673
2674 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-window.c: (fullscreen_timeout_cb):
2677
2678         Hide cursor after a while in presentation mode. 
2679
2680 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2681
2682         * backend/ev-document-info.h:
2683         * data/evince-properties.glade:
2684         * pdf/ev-poppler.cc:
2685         * properties/ev-properties-view.c: (ev_regular_paper_size),
2686         (ev_properties_view_set_info):
2687         * ps/ps-document.c: (ps_document_get_info):
2688
2689         Adds a paper size field to the properties dialog. Fixes
2690         bug #307315. Patch by Kasper Svendsen (with some i18n
2691         changes done by me).
2692
2693 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2694
2695         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2696         (screensaver_init_dbus), (totem_scrsaver_new),
2697         (totem_scrsaver_init):
2698         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2699         * shell/ev-application.c: (ev_application_register_service),
2700         (ev_application_screensaver_enable),
2701         (ev_application_screensaver_disable):
2702         * shell/ev-application.h:
2703         * shell/ev-window.c: (ev_window_run_presentation),
2704         (ev_window_stop_presentation), (build_comments_string),
2705         (ev_window_init):
2706         
2707         Move screensaver handling to application. No more
2708         message on startup.
2709
2710 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * configure.ac:
2713         * backend/Makefile.am:
2714         * backend/ev-file-exporter.[ch]:
2715         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2716         * ps/ps-document.c: (ps_document_file_exporter_*):
2717         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2718         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2719         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2720         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2721
2722         Allow printing to PDF when suppoted by the backend.
2723         
2724 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * shell/ev-window.c: (build_comments_string):
2727
2728         Use always "Document Viewer" in about dialog. 
2729
2730 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2731
2732         * djvu/djvu-document.c: (djvu_document_get_page_size):
2733
2734         Display a warning message when get_pageinfo fails. 
2735
2736 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2737
2738         * Makefile.am:
2739         * backend/Makefile.am:
2740         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2741         * configure.ac:
2742         * shell/ev-window.c: (build_comments_string):
2743         
2744         Make pdf compilation optional. See bug #38007.
2745
2746 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * ps/ps.c: (get_next_text):
2749
2750         Fix CVE-2006-5864.
2751
2752 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2755         * shell/ev-navigation-action.c: (connect_proxy),
2756         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2757         
2758         Do not call g_type_class_peek_parent twice.
2759
2760 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2761
2762         * configure.ac:
2763         * data/icons/24x24/.cvsignore:
2764         * data/icons/24x24/Makefile.am:
2765         * data/icons/24x24/evince.png:
2766         * data/icons/Makefile.am:
2767         
2768         Add 24x24 icon. Thanks to 
2769         Michael Monreal <infernux@web.de>.
2770
2771 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2772
2773         * configure.ac: Fix typo in configure.ac. Thanks
2774         to dmacks@netspace.org for notification.
2775
2776 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2777
2778         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2779         
2780         Drop dbus include, fixes compilation with older dbus.
2781
2782 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2783
2784         * configure.ac:
2785         * cut-n-paste/Makefile.am:
2786         * cut-n-paste/totem-screensaver/.cvsignore
2787         * cut-n-paste/totem-screensaver/Makefile.am:
2788         * cut-n-paste/totem-screensaver/README:
2789         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2790         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2791         * shell/Makefile.am:
2792         * shell/ev-window.c: (ev_window_run_presentation),
2793         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2794         (ev_window_init):
2795
2796         Implemented screensaver enabling/disabling for
2797         presentation mode (not fullscreen mode). Code stolen
2798         from Totem (with some minor tweaks). Fixes bug #338889.
2799
2800 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2801
2802         * configure.ac:
2803
2804         Bump gnome-icon-theme requirements. We use the rotation
2805         icons that appeared recently.
2806
2807 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2808
2809         * shell/ev-history.c: (ev_history_add_page):
2810         * shell/ev-history.h:
2811         * shell/ev-window.c: (page_changed_cb):
2812         
2813         Use page labels instead of numbers.
2814
2815 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2816
2817         * data/evince-toolbar.xml:
2818         * po/POTFILES.in:
2819         * shell/Makefile.am:
2820         * shell/ev-navigation-action-widget.c:
2821         (ev_navigation_action_widget_init),
2822         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2823         (menu_detacher), (ev_navigation_action_widget_set_menu),
2824         (menu_position_func), (popup_menu_under_arrow),
2825         (ev_navigation_action_widget_toggled),
2826         (ev_navigation_action_widget_button_press_event):
2827         * shell/ev-navigation-action-widget.h:
2828         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2829         (ev_navigation_action_set_window), (activate_menu_item_cb),
2830         (new_history_menu_item), (new_empty_history_menu_item),
2831         (build_menu), (menu_activated_cb), (connect_proxy),
2832         (create_tool_item), (ev_navigation_action_init),
2833         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2834         * shell/ev-navigation-action.h:
2835         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2836         (ev_page_action_widget_set_page_cache),
2837         (ev_page_action_widget_finalize),
2838         (ev_page_action_widget_class_init), (match_selected_cb),
2839         (display_completion_text), (match_completion), (build_new_tree_cb),
2840         (get_filter_model_from_model),
2841         (ev_page_action_widget_update_model):
2842         * shell/ev-page-action-widget.h:
2843         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2844         (connect_proxy):
2845         * shell/ev-page-action.h:
2846         * shell/ev-stock-icons.c:
2847         * shell/ev-stock-icons.h:
2848         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2849         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2850         (register_custom_actions):
2851         * shell/main.c:
2852         
2853         Preliminary history implementation
2854
2855 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2856
2857         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2858         (dvi_document_class_init), (dvi_document_init_params):
2859         * dvi/mdvi-lib/font.c: (font_reference):
2860         
2861         Add reference to subfont. Fixes bug #374277.
2862
2863 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2866         (ev_window_cmd_file_open_copy_at_dest):
2867
2868         Fix a race condition when creating symlink. Increase the counter
2869         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2870         Mathias Hasselmann).
2871
2872 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * backend/Makefile.am:
2875         * backend/ev-attachment.c: (ev_attachment_open):
2876         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2877         (ev_tmp_dir), (ev_tmp_filename):
2878         * shell/ev-sidebar-attachments.c:
2879         (ev_sidebar_attachments_drag_data_get):
2880         * shell/ev-window.c: (ev_window_clear_temp_file):
2881
2882         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2883         in ensure_dir_exists. Abort without crashing when we can't create
2884         user's directory.
2885
2886 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * data/evince-ui.xml:
2889         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2890         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2891         (ev_window_cmd_file_open_copy_at_dest),
2892         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2893         (ev_view_popup_cmd_open_link_new_window):
2894
2895         Allow opening a copy of the current document in a new window. Fixes bug
2896         #357472
2897
2898 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2899
2900         * data/evince-toolbar.xml:
2901         
2902         Add rotate right and rotate left to available items for toolbar.
2903         
2904         * data/evince-ui.xml:
2905         * shell/ev-window.c: (ev_window_init):
2906         
2907         Customize toolbar with right click. Fixes bug #372451.
2908
2909 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2910
2911         * shell/ev-window.c: 
2912         
2913         Use "object-rotate-{left,right}" stock icons. Fixes 
2914         bug #373863.
2915
2916 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2919         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2920         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2921         (ev_window_open_uri):
2922         * shell/main.c: (arguments_parse):
2923
2924         Remove temp file created when evince is used by GTK+ in
2925         preview mode. Fixes bug #365282. 
2926
2927 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2928
2929         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2930         
2931         Fixes bug #372474 - Side pane disabled when entering 
2932         and leaving fullscreen mode.
2933
2934 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2935
2936         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2937         * data/Makefile.am:
2938         * data/evince-preview-toolbar.xml:
2939         * data/evince-toolbar.xml:
2940         * shell/ev-application.c: (ev_application_shutdown),
2941         (ev_application_init), (ev_application_get_toolbars_model):
2942         * shell/ev-application.h:
2943         * shell/ev-window.c: (update_chrome_visibility),
2944         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2945         (ev_window_cmd_edit_toolbar), (ev_window_init):
2946         
2947         Fixes bug #364364 - toolbar editor shows zoom actions again.
2948
2949 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2950
2951         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2952
2953         Do not take margins into consideration for paper size when printing.
2954         Really fixes bug #350491.
2955
2956 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * data/evince-ui.xml:
2959         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2960         (ev_window_cmd_file_print_setup),
2961         (ev_window_print_dialog_response_cb),
2962         (ev_window_setup_action_sensitivity):
2963
2964         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2965
2966 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * shell/ev-window.c: (ev_window_print_range):
2969
2970         Revert my previuos commit, since printing to PDF is not supported by
2971         evince yet. 
2972
2973 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * shell/ev-window.c: (ev_window_print_range):
2976
2977         Enable print to a PDF. Fixes bug #332121.
2978
2979 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-application-service.xml:
2982         * shell/ev-application.[ch]: (ev_application_open_window),
2983         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2984         (ev_application_open_uri), (ev_application_open_uri_list):
2985         * shell/ev-window.c: (file_open_dialog_response_cb),
2986         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2987         (drag_data_received_cb), (open_remote_link):
2988         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2989
2990         Add support for multiscreen systems. Fixes bug #316206.
2991
2992 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2993
2994         * shell/ev-jobs.[ch]: (ev_job_print_new),
2995         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2996         (ev_job_print_do_page):
2997         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2998
2999         Allow printing only odd/even pages. Fixes bug #367289.
3000
3001 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3002
3003         * test/test1.py:
3004         * test/test2.py:
3005
3006         Re-add locale settings to test files.
3007
3008 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3009
3010         * data/evince-ui.xml:
3011         * shell/ev-window.c: (set_action_properties):
3012         
3013         Removed garbage from code and ui.
3014
3015 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3016
3017         * shell/ev-window.c: (ev_window_cmd_help_about):
3018
3019         Shamelessly add my name to the list of contributors.
3020
3021 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3022
3023         * test/test1.py:
3024         * test/test2.py:
3025
3026         Cleaned up the dogtail scripts.
3027
3028 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3029
3030         * shell/ev-view.c: (draw_loading_text): Don't render
3031         "loading..." text in presentation mode. Temporary
3032         workaround for bug #320352.
3033
3034 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3037         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3038
3039         Use print settings scale, copies, collate and reverse which were
3040         ignored. Fixes bug #359032.
3041
3042 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3043
3044         * configure.ac:
3045         * data/evince-password.glade:
3046         * test/Makefile.am:
3047         * test/test-encrypt.pdf:
3048         * test/test-links.pdf:
3049         * test/test1.py:
3050         * test/test2.py:
3051
3052         Add automated UI tests for evince with dogtail. See
3053         bug #300948.    
3054
3055 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3056
3057         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3058
3059         Hide fullscreen toolbar when switching to another desktop workspace.
3060         Fixes bug #338871
3061
3062 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3063
3064         * shell/ev-window-title.c: 
3065         
3066         Test for .dvi in title of pdf documents.
3067
3068 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3069
3070         * shell/ev-view.c: (ev_view_scroll):
3071
3072         Page Up/Down should do page jumps in "Best fit" mode.
3073         If a user has explicitly chosen to view exactly one page
3074         at a time, scrolling just a part of the page when
3075         pressing Page Up/Down is not right. Fixes bug #323107.
3076
3077 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3078
3079         * NEWS:
3080         * configure.ac:
3081         
3082         Update for 0.6.1
3083
3084 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3085
3086         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3087         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3088         
3089         Correctly disconnect from job signals on destroy.
3090
3091 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3092
3093         * shell/ev-view-private.h:
3094         * shell/ev-view.c: (view_set_adjustment_values),
3095         (view_update_range_and_current_page),
3096         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3097         
3098         Fixes bug #343199, current page now follows find page.
3099
3100 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3101
3102         * backend/ev-document-factory.c:
3103         * configure.ac:
3104         Assigned OpenDocument presenation MIME type to the
3105         Impress backend. Added some missing (but harmless)
3106         #ifdefs in the document factory as well to make things
3107         consistent again. Fixes bug #360658.
3108
3109 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3110
3111         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3112         * backend/ev-document-find.c: (ev_document_find_get_type):
3113         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3114         * backend/ev-document-links.c: (ev_document_links_get_type):
3115         * backend/ev-document-security.c: (ev_document_security_get_type):
3116         * backend/ev-document-thumbnails.c:
3117         (ev_document_thumbnails_get_type):
3118         * backend/ev-document.c: (ev_document_get_type):
3119         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3120         * backend/ev-selection.c: (ev_selection_get_type):
3121         * cut-n-paste/recent-files/egg-recent-model.c:
3122         (egg_recent_model_get_type):
3123         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3124         (egg_recent_view_uimanager_get_type):
3125         * cut-n-paste/recent-files/egg-recent-view.c:
3126         (egg_recent_view_get_type):
3127         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3128         (egg_editable_toolbar_get_type):
3129         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3130         (egg_toolbar_editor_get_type):
3131         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3132         (egg_toolbars_model_get_type):
3133         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3134         (egg_tree_multi_drag_source_get_type):
3135         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3136         (ephy_zoom_action_get_type):
3137         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3138         (ephy_zoom_control_get_type):
3139         * impress/r_back.c: (_imp_fill_back):
3140         * properties/ev-properties-main.c:
3141         (ev_properties_plugin_register_type):
3142         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3143         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3144         (ev_view_accessible_factory_get_type):
3145
3146         Reduce relocations. Bug #360616.
3147
3148 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3149
3150         * backend/ev-document-factory.c:
3151         (ev_document_factory_get_document):
3152         
3153         Load document even if extension is wrong.
3154
3155 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3156
3157         * shell/ev-metadata-manager.c: (save_values):
3158         * shell/ev-window.c: (setup_size_from_metadata),
3159         (setup_view_from_metadata), (ev_window_setup_document),
3160         (ev_window_xfer_job_cb), (window_configure_event_cb):
3161         
3162         Set size according to the document size/page size ratio.
3163         That should correct rather wierd behaviour of the previous
3164         commit.
3165
3166 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3167
3168         * shell/ev-window.c: (setup_view_from_metadata):
3169         
3170         Set size for new windows from previous window size.
3171         See bugs #354968 and #168450 for details. Thanks
3172         to Meik Hellmund.
3173
3174 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * djvu/djvu-links.c: (build_tree):
3177
3178         Fix memory leak.
3179
3180 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3181
3182         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3183         
3184         Don't make sidebar close button insensitive. Fixes
3185         bug #357871.
3186
3187 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3188
3189         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3190         (ev_window_set_view_accels_sensitivity):
3191         
3192         Don't enable Slash on documents which don't support
3193         find. Fixes bug #358648.
3194
3195 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3196
3197         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3198         open dialog fall back to the current document uri if the
3199         filechooser hasn't been used before. Fixes bug #356980.
3200
3201 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3202
3203         * shell/ev-window.c: (ev_window_setup_recent), 
3204         (ev_window_get_recent_file_label):
3205
3206         Escape underscores in filenames of recent file items.
3207
3208 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3209
3210         * configure.ac:
3211         
3212         Bumped poppler requirements, really 0.5.3 is very 
3213         buggy, now we require 0.5.4.
3214
3215 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3216
3217         * djvu/Makefile.am:
3218         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3219         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3220         (djvu_document_document_links_iface_init):
3221         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3222         (number_from_string_10), (get_djvu_link_dest),
3223         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3224         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3225         (djvu_links_get_links), (djvu_links_find_link_dest),
3226         (djvu_links_get_links_model):
3227         * djvu/djvu-links.h:
3228         
3229         Add support for links and bookmarks in djvu documents. Thanks
3230         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3231         patch.
3232
3233 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3234
3235         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3236         
3237         Reopen should reload document. Fixes 
3238         bug 327951.
3239
3240 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3241
3242         * configure.ac:
3243         * data/Makefile.am:
3244         * data/evince-16.png:
3245         * data/evince-22.png:
3246         * data/evince.png:
3247         * data/evince.svg:
3248         * data/icons/16x16/Makefile.am:
3249         * data/icons/16x16/evince.png:
3250         * data/icons/22x22/Makefile.am:
3251         * data/icons/22x22/evince.png:
3252         * data/icons/48x48/Makefile.am:
3253         * data/icons/48x48/evince.png:
3254         * data/icons/Makefile.am:
3255         * data/icons/scalable/Makefile.am:
3256         * data/icons/scalable/evince.svg:
3257         
3258         Install icons with correct names. Fixes
3259         bug #354429.
3260
3261 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * shell/ev-view.c: (ev_view_button_release_event):
3264
3265         Don't open links with middle mouse button. Fixes bug #353649
3266
3267 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3268
3269         * NEWS:
3270         * configure.ac:
3271         
3272         Update for release 0.6.0
3273
3274 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3275
3276         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3277         Implement Close named action. Patch by Carlos Garcia Campos.
3278
3279 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3280
3281         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3282         
3283         Don't clear link mapping on copy_job_to_job_info. Fixes
3284         bug 346168.
3285
3286 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * shell/main.c: (main):
3289
3290         Revert my previous commit, gnome_program_init owns the option context.
3291         Fix another memory leak in main. Both caught by Christian Persch. 
3292
3293 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * shell/main.c: (main):
3296
3297         Fix memory leak.
3298
3299 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3302
3303         Fix crash when opening a pdf with password protection. 
3304
3305 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3306
3307         * pdf/ev-poppler.cc: (pdf_document_search_free):
3308
3309         Fix memory leak. 
3310
3311 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3312
3313         * backend/ev-document-factory.c:
3314         (ev_document_factory_get_document):
3315         * tiff/tiff-document.c: (tiff_document_finalize):
3316         
3317         More correct handling of document loading. Fixes
3318         bug #349043.
3319
3320 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * backend/ev-attachment.c: (ev_attachment_save):
3323
3324         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3325         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3326
3327 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3328         
3329         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3330         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3331
3332 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-sidebar-thumbnails.c:
3335
3336         Do not render thumbnails unless thumbnails page is active in the
3337         sidebar.
3338
3339 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3340
3341         * shell/ev-properties-dialog.c:
3342
3343         Fix dialogue spacing. Bug #351370.
3344
3345 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3346
3347         * configure.ac:
3348
3349         Use lowercase gettext catalog file names (evince.mo
3350         instead of Evince.mo)
3351
3352 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * shell/ev-sidebar-attachments.c:
3355
3356         GtkIconTheme is now screen safe too. Fixes bug #350878
3357
3358 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-window.c:
3361
3362         GtkRecent manager is now screen safe. Fixes bug #350145
3363
3364 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3365
3366         * shell/ev-sidebar.c: (ev_sidebar_init):
3367         
3368         Make sidebar close icon smaller. Fix for bug 350177.
3369         See also bugs 350176 and 165770.
3370
3371 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3374
3375         Ignore zoom for xyz destinations when it's <= 1, keeping user
3376         preferences instead. Set correct sizing-mode for fith and fitv
3377         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3378
3379 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3380
3381         * NEWS:
3382         * configure.ac:
3383         
3384         Update for release 0.5.5
3385
3386 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3387         
3388         * shell/ev-window.c: (ev_window_cmd_escape)
3389
3390         Escape unfocus page entry. Fixes bug #345809.
3391
3392 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3395         (build_tree), (pdf_document_links_get_links),
3396         (pdf_document_links_find_link_dest):
3397         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3398         (goto_xyz_dest):
3399
3400         Convert from PDF style coordinates to X style coordinates in the
3401         backend rather than in the view. Fixes bug #338440
3402
3403 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3404
3405         * shell/ev-window.c:
3406         
3407         Remove Ctrl+Shift+T shortcut for toolbars. See
3408         the bug #350098.
3409
3410 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * configure.ac:
3413
3414         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3415         of this. 
3416
3417 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * configure.ac:
3420         * cut-n-paste/Makefile.am:
3421         * data/evince-ui.xml:
3422         * shell/Makefile.am:
3423         * shell/ev-application.[ch]:
3424         * shell/ev-window.c:
3425
3426         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3427         #349273
3428
3429 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3430
3431         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3432         findbar code: s/help/search/
3433
3434 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3435
3436         * shell/ev-window.c: (setup_document_from_metadata),
3437         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3438         (setup_view_from_metadata):
3439         
3440         Fix memory leaks.
3441
3442 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3443
3444         * autogen.sh, configure.ac: 
3445         
3446         Update automake usage. See bug 349292.
3447
3448 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3449
3450         * shell/eggfindbar.c: (egg_find_bar_class_init),
3451         (entry_activate_callback), (egg_find_bar_init),
3452         (egg_find_bar_set_status_text):
3453         * shell/eggfindbar.h:
3454         
3455         Unify Evince findbar with Epiphany. Nice patch
3456         from Fabricio Silva <silva@crans.org> and
3457         Frederic Peters <fpeters@entrouvert.com>. See
3458         bug #339966 for details.
3459
3460 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3461
3462         * data/evince.desktop.in.in:
3463         
3464         Correct information for bugzilla. Thanks to
3465         Olaf Vitters, see bug #348855.
3466
3467 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * shell/ev-jobs.[ch]:
3470         * shell/ev-sidebar-links.c:
3471         * shell/ev-window.[ch]:
3472
3473         GtkPrintJob doesn't support print ranges or current page, so we export
3474         to a ps file now when printing ranges or current page.
3475
3476 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3477
3478         * pdf/ev-poppler.cc:
3479         * shell/ev-window.c: (do_action_named):
3480
3481         We should be more clear about bugzilla. See the
3482         poppler bug #7623.
3483
3484 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * configure.ac:
3487         * shell/Makefile.am:
3488         * shell/ev-job-queue.c:
3489         * shell/ev-jobs.[ch]:
3490         * shell/ev-sidebar-links.c:
3491         * shell/ev-window.[ch]:
3492         
3493         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3494         #348422
3495
3496 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3497
3498         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3499         * shell/ev-application-service.xml:
3500         * shell/ev-application.[ch]:
3501         * shell/ev-jobs.[ch]:
3502         * shell/ev-window.[ch]: (ev_window_run_preview):
3503         * shell/main.c: 
3504
3505         Add preview mode to use evince as a printing previewer. It also adds
3506         other command line options for fullscreen and presentation modes.
3507         Fixes bugs #347822, #317031
3508
3509 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3510
3511         * NEWS:
3512         * configure.ac:
3513         
3514         Update for release 0.5.4
3515
3516 2006-07-11  Bastien Nocera <hadess@hadess.net>
3517
3518         * Makefile.am:
3519         * backend/Makefile.am:
3520         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3521         * backend/ev-document-factory.h:
3522         * configure.ac:
3523         * impress/.cvsignore:
3524         * impress/Makefile.am:
3525         * impress/common.h:
3526         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3527         (imp_get_page), (imp_next_page), (imp_prev_page),
3528         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3529         * impress/f_oasis.c: (render_object), (render_page),
3530         (get_geometry), (_imp_oasis_load):
3531         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3532         (_imp_oo13_load):
3533         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3534         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3535         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3536         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3537         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3538         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3539         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3540         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3541         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3542         (iks_new_within), (iks_insert), (iks_insert_cdata),
3543         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3544         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3545         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3546         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3547         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3548         (iks_cdata), (iks_cdata_size), (iks_has_children),
3549         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3550         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3551         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3552         (iks_tree), (iks_load), (iks_save):
3553         * impress/iksemel.h:
3554         * impress/imposter.h:
3555         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3556         (imp_render_draw_bezier_real), (imp_render_get_size),
3557         (imp_render_set_fg_color), (imp_render_draw_line),
3558         (imp_render_draw_rect), (imp_render_draw_polygon),
3559         (imp_render_draw_arc), (imp_render_draw_bezier),
3560         (imp_render_open_image), (imp_render_get_image_size),
3561         (imp_render_scale_image), (imp_render_draw_image),
3562         (imp_render_close_image), (imp_render_markup),
3563         (imp_render_get_text_size), (imp_render_draw_text),
3564         (impress_document_load), (impress_document_save),
3565         (impress_document_get_n_pages), (impress_document_get_page_size),
3566         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3567         (impress_document_finalize), (impress_document_class_init),
3568         (impress_document_can_get_text), (impress_document_get_info),
3569         (impress_document_document_iface_init),
3570         (impress_document_thumbnails_get_thumbnail),
3571         (impress_document_thumbnails_get_dimensions),
3572         (impress_document_document_thumbnails_iface_init),
3573         (impress_document_init):
3574         * impress/impress-document.h:
3575         * impress/internal.h:
3576         * impress/r_back.c: (_imp_fill_back):
3577         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3578         (_imp_draw_image), (_imp_tile_image):
3579         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3580         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3581         (r_polyline):
3582         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3583         (r_draw_gradient_complex), (r_draw_gradient):
3584         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3585         (r_get_bullet):
3586         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3587         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3588         (r_text):
3589         * impress/render.c: (imp_create_context), (imp_context_set_page),
3590         (imp_context_set_step), (imp_render), (imp_delete_context):
3591         * impress/render.h:
3592         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3593         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3594         (zip_load_xml), (zip_get_size), (zip_load):
3595         * impress/zip.h:
3596         * shell/ev-utils.c:
3597         
3598         New backend to support impress slides. Fixes bug #30867.
3599
3600 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3601
3602         * shell/ev-utils.c: (using_postscript_printer):
3603         
3604         Fixes crash when print using PAPI backend,
3605         bug #345012.
3606
3607 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3608
3609         * shell/ev-jobs.c: (ev_job_xfer_run):
3610         * shell/ev-window.c: (password_dialog_response),
3611         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3612         (ev_window_dispose):
3613         Fixes bug #344160: if the xfer job doesn't complete
3614         because a password is required, reload the existing
3615         instance instead of creating a new one.
3616
3617 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3618
3619         * shell/main.c: (main): Call gdk_threads_init. Thus
3620         we'll avoid errors in auth dialog. Fix for the bug
3621         #343347.
3622
3623 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3624
3625         * configure.ac: Advertise pixbuf support, fix
3626         for the bug 343317.
3627
3628 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3629
3630         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3631         (ev_sidebar_thumbnails_set_document):
3632         
3633         Update sidebar thumbnails after reloading.
3634
3635 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3636
3637         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3638         * shell/ev-jobs.h:
3639         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3640         (ev_window_cmd_view_reload), (ev_window_init):
3641         
3642         Don't crash on reload. Fix for the bug #343167.
3643
3644 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3645
3646         * shell/ev-jobs.c: (ev_job_render_run):
3647         
3648         Check for document links.
3649
3650 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3651
3652         * backend/ev-attachment.c: (ev_attachment_save),
3653         (ev_attachment_launch_app), (ev_attachment_open):
3654         * backend/ev-document-factory.c: (get_document_from_uri):
3655         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3656         (egg_recent_view_uimanager_set_list):
3657         * ps/ps-document.c: (check_filecompressed), (document_load),
3658         (ps_document_load):
3659         * shell/ev-metadata-manager.c: (load_values):
3660         * shell/ev-password.c: (ev_password_dialog_set_property):
3661         * shell/ev-view.c: (tip_from_link):
3662         * shell/ev-window.c: (file_save_dialog_response_cb),
3663         (ev_window_print_dialog_response_cb):
3664         
3665         Use consistent quoting style. Fix for the bug #320285.
3666
3667 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3668
3669         * shell/ev-jobs.c: (ev_job_xfer_run):
3670         * shell/main.c: (load_files):
3671                 
3672         Open links with anchors. Fix for the bug #339836.
3673
3674 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3675
3676         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3677         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3678         (ev_link_dest_set_property), (ev_link_dest_finalize),
3679         (ev_link_dest_class_init), (ev_link_dest_new_named),
3680         (ev_link_dest_new_page_label):
3681         * backend/ev-link-dest.h:
3682         * shell/ev-application.c: (ev_application_open_uri):
3683         * shell/ev-view.c: (goto_dest):
3684         * shell/ev-window.c:
3685         * shell/ev-window.h:
3686         
3687         Fix page-label command line option. Bug #342070.
3688
3689 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3690
3691         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3692         
3693         Don't show highlight rects if page can't be showed. Fix for 
3694         the bug #342076
3695
3696 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3697
3698         * shell/ev-window.c: (setup_sidebar_from_metadata),
3699         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3700         
3701         Setup sidebar from metadata even if there is no document
3702         loaded. Fix for the bug #342807.
3703
3704 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * cut-n-paste/toolbar-editor/Makefile.am:
3707         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3708         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3709         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3710         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3711         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3712         (popup_context_menu_cb), (button_press_event_cb),
3713         (configure_item_sensitivity), (configure_item_cursor),
3714         (configure_item_tooltip), (connect_widget_signals),
3715         (action_sensitive_cb), (create_item_from_action),
3716         (create_item_from_position), (toolbar_drag_data_received_cb),
3717         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3718         (toolbar_drag_leave_cb), (configure_drag_dest),
3719         (toggled_visibility_cb), (toolbar_visibility_refresh),
3720         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3721         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3722         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3723         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3724         (egg_editable_toolbar_dispose),
3725         (egg_editable_toolbar_set_ui_manager),
3726         (egg_editable_toolbar_get_selected),
3727         (egg_editable_toolbar_set_selected), (set_edit_mode),
3728         (egg_editable_toolbar_set_property),
3729         (egg_editable_toolbar_get_property),
3730         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3731         (egg_editable_toolbar_new_with_model),
3732         (egg_editable_toolbar_get_edit_mode),
3733         (egg_editable_toolbar_set_edit_mode),
3734         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3735         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3736         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3737         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3738         (item_added_or_removed_cb), (toolbar_removed_cb),
3739         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3740         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3741         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3742         (editor_create_item_from_name), (append_table),
3743         (update_editor_sheet), (egg_toolbar_editor_init):
3744         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3745         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3746         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3747         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3748         (toolbar_node_free), (egg_toolbars_model_get_flags),
3749         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3750         (egg_toolbars_model_get_name), (impl_add_item),
3751         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3752         (parse_data_list), (parse_item_list), (parse_toolbars),
3753         (egg_toolbars_model_load_toolbars), (parse_available_list),
3754         (parse_names), (egg_toolbars_model_load_names),
3755         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3756         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3757         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3758         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3759         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3760         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3761         (egg_toolbars_model_set_types), (fill_avail_array),
3762         (egg_toolbars_model_get_name_avail),
3763         (egg_toolbars_model_get_name_flags),
3764         (egg_toolbars_model_set_name_flags):
3765         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3766         * cut-n-paste/toolbar-editor/eggintl.h:
3767         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3768         (egg_tree_multi_drag_source_get_type),
3769         (egg_tree_multi_drag_source_row_draggable),
3770         (egg_tree_multi_drag_source_drag_data_delete),
3771         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3772         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3773         (path_list_free), (set_context_data), (get_context_data),
3774         (get_info), (egg_tree_multi_drag_drag_data_get),
3775         (egg_tree_multi_drag_motion_event),
3776         (egg_tree_multi_drag_button_press_event),
3777         (egg_tree_multi_drag_add_drag_support):
3778         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3779         * shell/ev-application.c: (ev_application_init),
3780         (ev_application_save_toolbars_model):
3781         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3782         (ev_window_cmd_edit_toolbar), (ev_window_init):
3783         
3784         Sync toolbareditor with epiphany and libegg
3785
3786 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * configure.ac: 
3789
3790         Depend on poppler 0.5.2
3791
3792 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3793
3794         * shell/ev-jobs.c: (ev_job_render_run):
3795         
3796         Check if document supports links iterface.
3797
3798 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3799
3800         * NEWS:
3801         * configure.ac:
3802         
3803         Update for release 0.5.3
3804
3805 2006-05-13  Michael Plump  <plumpy@skylab.org>
3806
3807         * configure.ac:
3808         * shell/Makefile.am:
3809         * shell/main.c: (main):
3810         
3811         Port to GOption command line parsing. Fix for the 
3812         bug #327518
3813
3814 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3815
3816         * shell/ev-window.c: (ev_window_cmd_help_about):
3817         
3818         Do not wrap license. Fix for the bug #309460.
3819
3820 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3821
3822         * configure.ac:
3823         * properties/ev-properties-main.c: (ev_properties_get_pages):
3824         * shell/ev-application.c: (ev_application_open_window),
3825         (ev_application_open_uri_at_dest):
3826         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3827         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3828         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3829         * shell/ev-utils.c: (save_print_config_to_file):
3830         * shell/ev-window.c: (ev_window_cmd_save_as),
3831         (ev_attachment_popup_cmd_save_attachment_as):
3832         * shell/main.c: (load_files_remote):
3833         
3834         Bump requirements to gtk 2.8 and drop all ifdefs used.
3835
3836 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3837
3838         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3839         * shell/ev-window.c: (ev_window_init):
3840         
3841         Show attachments page.
3842
3843 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * po/POTFILES.in:
3846         * shell/ev-attachment-bar.c:
3847         * shell/ev-attachment-bar.h:
3848         * shell/ev-sidebar-attachments.c:
3849         (ev_sidebar_attachments_icon_cache_add),
3850         (icon_theme_get_pixbuf_from_mime_type),
3851         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3852         (ev_sidebar_attachments_icon_cache_refresh),
3853         (ev_sidebar_attachments_get_attachment_at_pos),
3854         (ev_sidebar_attachments_popup_menu_show),
3855         (ev_sidebar_attachments_popup_menu),
3856         (ev_sidebar_attachments_button_press),
3857         (ev_sidebar_attachments_update_icons),
3858         (ev_sidebar_attachments_drag_data_get),
3859         (ev_sidebar_attachments_get_property),
3860         (ev_sidebar_attachments_destroy),
3861         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3862         (ev_sidebar_attachments_new),
3863         (ev_sidebar_attachments_set_document),
3864         (ev_sidebar_attachments_support_document),
3865         (ev_sidebar_attachments_get_label),
3866         (ev_sidebar_attachments_page_iface_init):
3867         * shell/ev-sidebar-attachments.h:
3868         * shell/ev-window.c: (update_chrome_visibility),
3869         (setup_sidebar_from_metadata), (ev_window_setup_document),
3870         (ev_window_sidebar_current_page_changed_cb),
3871         (attachment_bar_menu_popup_cb), (ev_window_init):
3872         
3873         Move attachments bar to sidebar.
3874
3875 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3876
3877         * pdf/ev-poppler.cc:
3878         * shell/ev-application.[ch]:
3879         * shell/main.c:
3880
3881         Fix some memory leaks.
3882
3883 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3884
3885         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3886
3887         Change the properties dialog response to
3888         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3889         will make the dialog go away when the user presses
3890         enter. With gtk+ >= 2.9 this will happen anyway, but for
3891         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3892         escape by default. Fixes bug #340539. See also bug
3893         #101293 for the gtk+ part.
3894
3895 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3896
3897         * shell/ev-view.c (tip_from_action_named): Replace some strings
3898         that were wrong. Closes #340970.
3899
3900 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3903
3904         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3905         #341049
3906
3907 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3908
3909         * djvu/Makefile.am:
3910         * dvi/Makefile.am:
3911         * dvi/mdvi-lib/Makefile.am:
3912         * properties/Makefile.am:
3913         * ps/Makefile.am:
3914         * shell/Makefile.am:
3915         * thumbnailer/Makefile.am:
3916         
3917         Due to broken libtool that is unable to track dependencies
3918         of noinst libraries we are forced to explicitely point
3919         libraries for binary. Fix for the bug #333334.
3920
3921 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3922
3923         * data/evince.desktop.in.in:
3924         * shell/ev-view.c: (view_update_range_and_current_page),
3925         (ev_view_next_page), (ev_view_previous_page):
3926         * shell/ev-window.c: (update_chrome_visibility),
3927         (setup_sidebar_from_metadata), (ev_window_setup_document),
3928         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3929         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3930         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3931         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3932         (ev_window_stop_presentation), (ev_window_focus_in_event),
3933         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3934         (ev_window_init):
3935         * thumbnailer/Makefile.am:
3936         
3937         Update fullscreen and presentation timeout handling. Hide
3938         cursor in presentation after timeout. Fix for the bugs
3939         #136359 and #336981.
3940
3941 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3942
3943         * backend/ev-link-action.[ch]:
3944         * pdf/ev-poppler.cc: (ev_link_from_action):
3945         * shell/ev-view-private.h:
3946         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3947         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3948
3949         Add support for Named Action links
3950
3951 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * backend/Makefile.am:
3954         * backend/ev-document-links.[ch]:
3955         * backend/ev-document.[ch]:
3956         * backend/ev-link-action.[ch]:
3957         * backend/ev-link-dest.[ch]:
3958         * backend/ev-link.[ch]:
3959         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3960         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3961         * shell/ev-page-action.c: (build_new_tree_cb):
3962         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3963         (links_page_num_func), (update_page_callback):
3964         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3965         (tip_from_link):
3966         * shell/ev-jobs.c:
3967         * shell/ev-window.[ch]: (ev_window_open_uri),
3968         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3969         * shell/ev-application.[ch]: (ev_application_open_window),
3970         (ev_application_open_uri):
3971
3972         Rework links system, it adds support for remote links now and it makes
3973         easier to add new kinds of actions and destinations. Fixes bug #317292
3974
3975 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3976
3977         * data/Makefile.am:
3978         * data/evince.png:
3979         * data/evince-16.png:
3980         * data/evince-22.png:
3981         * data/evince.svg:
3982         * shell/main.c: (main):
3983         
3984         Evince use it's own icon. Fix for the bug #313392.
3985
3986         * shell/ev-window.c: (fullscreen_timeout_cb),
3987         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3988         (ev_window_cmd_help_about), (ev_window_dispose):
3989         
3990         Simplify fullscreen timeout code.
3991
3992 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3993
3994         * backend/ev-attachment.c: 
3995         * shell/ev-attachment-bar.c:
3996         * shell/ev-window.c:
3997
3998         Allow multiple selection of attachments
3999
4000 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4001
4002         * shell/ev-view.c: (view_update_range_and_current_page),
4003         (ev_view_scroll):
4004         
4005         Fix for the bug #312573 – Optimal selection of current 
4006         page among visible pages.
4007
4008 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * configure.ac:
4011         * djvu/Makefile.am:
4012         * djvu/djvu-text.h:
4013         
4014         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4015         for the bug 339868.
4016
4017 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4018
4019         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4020
4021 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4022
4023         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4024         dictated by the GNOME HIG. Fixes bug #339235.
4025
4026 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4027
4028         * data/evince-ui.xml:
4029         * shell/ev-view.c: (ev_view_can_find_previous):
4030         * shell/ev-view.h:
4031         * shell/ev-window.c: (ev_window_update_actions),
4032         (ev_window_cmd_edit_find_previous):
4033
4034         Add support for "Find Previous" as dictated by the GNOME HIG. A
4035         menu item is added and some glue code to make it all work is added
4036         to various files.
4037
4038 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4039
4040         * configure.ac: Award myself the "useless use of cat" award.
4041
4042 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4043
4044         * po/LINGUAS: New file listing all supported languages.
4045
4046         * configure.in: Use po/LINGUAS instead of including all languages
4047         directly in this file. See the wiki for more information:
4048         http://live.gnome.org/GnomeGoals/PoLinguas
4049
4050 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4051
4052         * backend/ev-document-factory.c:
4053
4054         Do not load the document twice when there isn't errors
4055
4056 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * backend/ev-attachment.c: 
4059
4060         Fix a crash when there isn't a default application to open an
4061         attachment
4062
4063 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * backend/ev-attachment.[ch]:
4066         * shell/ev-attachment-bar.[ch]:
4067
4068         Added missing files. 
4069
4070 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * backend/Makefile.am:
4073         * data/evince-ui.xml:
4074         * backend/ev-attachment.[ch]:
4075         * backend/ev-document.[ch]: (ev_document_has_attachments),
4076         (ev_document_get_attachments):
4077         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4078         (attachment_save_to_buffer), (pdf_document_get_attachments),
4079         (pdf_document_document_iface_init):
4080         * shell/Makefile.am:
4081         * shell/ev-attachment-bar.[ch]:
4082         * shell/ev-window.c:
4083
4084         Add support for PDF attachments. Fixes bug #325143
4085
4086 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * backend/ev-document-factory.c: (get_document_from_uri),
4089         (ev_document_factory_get_document):
4090         * backend/ev-document-factory.h:
4091         * properties/ev-properties-main.c: (ev_properties_get_pages):
4092         * shell/Makefile.am:
4093         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4094         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4095         (ev_job_queue_remove_job):
4096         * shell/ev-job-queue.h:
4097         * shell/ev-job-xfer.c:
4098         * shell/ev-job-xfer.h:
4099         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4100         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4101         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4102         (ev_job_xfer_run):
4103         * shell/ev-jobs.h:
4104         * shell/ev-window.c: (ev_window_is_empty),
4105         (password_dialog_response), (ev_window_clear_xfer_job),
4106         (ev_window_xfer_job_cb), (ev_window_open_uri),
4107         (ev_window_cmd_focus_page_selector),
4108         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4109         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4110         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4111         (ev_window_dispose):
4112         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4113         
4114         * Cleanup mime type detection on document load. Fix for the
4115         bug #336448.
4116
4117 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4118
4119         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4120         
4121         Fix crash on exit, described in the bug #336825.
4122
4123 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4124
4125         * backend/ev-document-factory.c:
4126         (ev_document_factory_get_from_mime),
4127         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4128         (ev_document_factory_get_document),
4129         (file_filter_add_mime_list_and_free),
4130         (ev_document_factory_add_filters):
4131         * backend/ev-document-factory.h:
4132         * properties/ev-properties-main.c: (ev_properties_get_pages):
4133         * shell/Makefile.am:
4134         * shell/ev-application.c:
4135         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4136         * shell/ev-window.c: (ev_window_cmd_file_open),
4137         (ev_window_cmd_save_as):
4138         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4139         
4140         Rework factory functions so they are placed now in a single 
4141         file ev-document-factory.c
4142
4143 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4144
4145         * shell/ev-window.c: (update_chrome_visibility):
4146         
4147         Fix for the bug 166566 - don't show menubar in fullscreen
4148         mode.
4149
4150 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4151
4152         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4153
4154 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4155
4156         * shell/ev-view.c: (ev_view_expose_event):
4157         
4158         More correctly draw loading text when document
4159         is empty.
4160
4161 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * shell/ev-view.c: (ev_view_scroll):
4164         
4165         Fix for the bug #334854, page down and page up switch
4166         pages in presentation mode.
4167
4168 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4169
4170         * shell/ev-window.c: (ev_window_set_action_sensitive),
4171         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4172         (ev_window_set_view_accels_sensitivity),
4173         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4174         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4175         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4176         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4177         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4178         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4179         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4180         (view_actions_focus_in_cb), (ev_window_init):
4181         
4182         Fix for the bug #333902, now it's possible to search
4183         words with slash.
4184
4185 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4186
4187         * configure.ac: Added Breton translation.
4188         * po/br.po: Added Breton translation.
4189
4190 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4191
4192         * shell/ev-window-title (ev_window_title_update):
4193
4194         Fix memory leak in window title. Fixes bug #333944
4195
4196 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * shell/ev-metadata-manager.c (parseItem):
4199
4200         Fix memory leaks. Fixes bug #333945
4201
4202 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4203         
4204         * NEWS, configure.ac, TODO:
4205         
4206         Update for release 0.5.2.
4207
4208 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4209
4210         * shell/ev-view.c: (view_update_range_and_current_page),
4211         (page_changed_cb):
4212         
4213         Don't jump on scrolling, fix for the bug #333127.
4214
4215 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4216
4217         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4218         
4219         Scroll by one page in presentation mode. Fix for the bug
4220         #332993.
4221
4222 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4223
4224         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4225
4226 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4227
4228         * configure.ac  Added lv in ALL_LINGUAS line.
4229
4230 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4231         
4232         * NEWS, configure.ac:
4233         
4234         Update for release 0.5.1
4235
4236 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4237
4238         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4239         * backend/ev-document-misc.h:
4240         * shell/ev-view.c: (draw_one_page):
4241         
4242          Clairfy what page the toolbar page number applies to. Fix
4243          for the bug #328102.
4244
4245 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4246
4247         * shell/ev-view-private.h:
4248         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4249         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4250         (ev_view_search_changed):
4251         * shell/ev-view.h:
4252         * shell/ev-window.c: (find_bar_search_changed_cb):
4253         
4254         Dont't jump to find result if window was scrolled during search.
4255         Fix for the bug #313266.
4256
4257 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4258
4259         * shell/eggfindbar.c: (egg_find_bar_class_init):
4260         * shell/eggfindbar.h:
4261         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4262         * shell/ev-view-private.h:
4263         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4264         (ev_view_class_init), (ev_sizing_mode_get_type),
4265         (ev_scroll_type_get_type):
4266         * shell/ev-view.h:
4267         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4268         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4269         (ev_window_init):
4270         
4271         Fix for the bug 319133 - Find entry should allow text scroll.
4272
4273 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4274
4275         * shell/ev-view-private.h:
4276         * shell/ev-view.c: (view_update_range_and_current_page),
4277         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4278         (ev_view_set_document), (update_find_status_message),
4279         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4280         (ev_view_find_previous):
4281         
4282         Fix for the bug #319137. Search now takes account for scrolling.
4283
4284 2006-02-19  Michael Hofmann <mh21@piware.de>
4285
4286         * configure.ac:
4287         * djvu/Makefile.am:
4288         * djvu/djvu-document-private.h:
4289         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4290         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4291         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4292         (djvu_document_can_get_text), (djvu_document_get_text),
4293         (djvu_document_document_iface_init),
4294         (djvu_document_thumbnails_get_thumbnail),
4295         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4296         (djvu_document_find_get_result),
4297         (djvu_document_find_page_has_results),
4298         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4299         (djvu_document_find_iface_init):
4300         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4301         (djvu_text_page_selection), (djvu_text_page_limits_process),
4302         (djvu_text_page_limits), (djvu_text_page_copy),
4303         (djvu_text_page_position), (djvu_text_page_union),
4304         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4305         (djvu_text_page_box), (djvu_text_page_append_text),
4306         (djvu_text_page_search), (djvu_text_page_prepare_search),
4307         (djvu_text_page_new), (djvu_text_page_free):
4308         * djvu/djvu-text-page.h:
4309         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4310         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4311         (djvu_text_n_results), (djvu_text_has_results),
4312         (djvu_text_get_result), (djvu_text_get_progress):
4313         * djvu/djvu-text.h:
4314         
4315         Text search in djvu. Fix for the bug #303415.
4316
4317 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4318
4319         * configure.ac:
4320         * shell/ev-window.c: (ev_window_cmd_save_as):
4321         
4322         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4323         Thanks to Gary Coady <gary@lyranthe.org>
4324
4325 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4326
4327         * shell/ev-print-job.c: (idle_print_handler):
4328         
4329         Inverse order printing, bug #320919.
4330
4331 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4332
4333         * data/evince-toolbar.xml:
4334         * shell/ev-window.c:
4335         
4336         Allow to add sidebar checkbutton on toolbar. Fix
4337         for the bug #144577.
4338
4339 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4340
4341         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4342         
4343         Add checks that have sense for empty ps document.
4344
4345 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4346
4347         * configure.ac: Include PS in mime types list. 
4348
4349 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4350
4351         * configure.ac:
4352         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4353         * ps/gsdefaults.h:
4354         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4355         
4356         Runtime check for gs interpreter. Fix for the bug #320868.
4357         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4358
4359 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * shell/ev-application.c: 
4362
4363         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4364         dbus>=0.60, so that the request is not queued. 
4365
4366 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4367
4368         * configure.ac:
4369         * shell/Makefile.am:
4370         * shell/ev-sidebar-links.c: (print_section_cb):
4371         * shell/ev-utils.c:
4372         * shell/ev-utils.h:
4373         * shell/ev-window.c: (update_action_sensitivity),
4374         (ev_window_close_dialogs), (ev_window_print):
4375         * shell/ev-window.h:
4376         
4377         Make printing support optional. Patch from Eduardo de Barros Lima
4378         <eduardo.lima@indt.org.br> for the bug #330546.
4379
4380 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * shell/ev-view-private.h:
4383         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4384         (ev_view_set_document):
4385         * shell/ev-view.h:
4386         * shell/ev-window.c: (ev_window_load_job_cb),
4387         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4388         (ev_window_init):
4389
4390         Draw Loading message during xfer job. Fix for the bug #329495.
4391
4392 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4393
4394         * comics/comics-document.c: (comics_regex_quote),
4395         (comics_document_load), (extract_argv):
4396         
4397         Correcly quote regexp before passing it to unzip.
4398
4399 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4400
4401         * shell/ev-page-cache.c: (build_height_to_page),
4402         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4403         (ev_page_cache_get_dual_even_left):
4404         * shell/ev-page-cache.h:
4405         * shell/ev-view.c: (view_update_range_and_current_page),
4406         (get_page_y_offset), (get_page_extents):
4407         
4408         Place even pages to the left if document has less then
4409         two pages. Fix for the bug #328856.
4410
4411 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4414         
4415         Correct comics scheme. This make evince create thumbnails
4416         for comic books. Fix for the bug 329088.
4417
4418 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4419
4420         * data/evince-password.glade: Don't explicitly set
4421         invisible_char to the current default value in case
4422         the default changes; let GTK+ do its magic.
4423
4424 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4425
4426         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4427         real filename to tmp filename since often document
4428         type is determined by extension.
4429
4430 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4431
4432         * shell/ev-view.c: (add_scroll_binding_keypad),
4433         (ev_view_binding_activated), (ev_view_class_init):
4434         
4435         Add keybindings for percision-scrolling of display area. 
4436         Fix for the bug #314072.
4437
4438 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4439
4440         * data/evince.desktop.in.in:
4441         
4442         Add GTK to the list of categories. Fix for the bug #328034.
4443
4444 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * shell/ev-application.c: (ev_application_shutdown),
4447         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4448         * shell/ev-application.h:
4449         * shell/ev-window.c: (file_open_dialog_response_cb),
4450         (ev_window_cmd_file_open):
4451         
4452         Save last uri in file chooser dialog. Fix for the bug #327950.
4453
4454 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4455
4456         * NEWS:
4457         * README:
4458         
4459         Final update for release 0.5.0
4460         
4461         * shell/Makefile.am:
4462         
4463         Remove disable deprecated until we'll require libgnome-2.13.7
4464         and port to GOption argument parsing. See bug 327518.
4465
4466 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4467
4468         * comics/comics-document.c: (comics_document_save):
4469         * djvu/djvu-document.c: (djvu_document_save):
4470         * dvi/dvi-document.c: (dvi_document_save):
4471         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4472         * lib/ev-file-helpers.h:
4473         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4474         * tiff/tiff-document.c: (tiff_document_save):
4475         
4476         Use common save function for backends.
4477
4478 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4479
4480         * backend/ev-document-types.c:
4481         
4482         Fix crash on saving pixbuf.
4483
4484 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * cut-n-paste/recent-files/egg-recent-item.c:
4487         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4488         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4489         (parse_info_free), (valid_element), (start_element_handler),
4490         (end_element_handler), (text_handler), (egg_recent_model_filter),
4491         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4492         (egg_recent_model_monitor), (egg_recent_model_read),
4493         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4494         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4495         (egg_recent_model_set_property), (egg_recent_model_class_init),
4496         (egg_recent_model_init), (egg_recent_model_add_full),
4497         (egg_recent_model_delete), (egg_recent_model_get_list),
4498         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4499         (egg_recent_model_set_filter_mime_types),
4500         (egg_recent_model_clear_group_filter),
4501         (egg_recent_model_set_filter_groups),
4502         (egg_recent_model_clear_scheme_filter),
4503         (egg_recent_model_set_filter_uri_schemes),
4504         (egg_recent_model_remove_expired):
4505         * cut-n-paste/recent-files/egg-recent-util.c:
4506         (egg_recent_util_get_icon):
4507         * cut-n-paste/recent-files/egg-recent-util.h:
4508         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4509         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4510         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4511         (egg_recent_view_uimanager_set_property),
4512         (egg_recent_view_uimanager_get_property),
4513         (egg_recent_view_uimanager_class_init),
4514         (egg_recent_view_uimanager_init),
4515         (egg_recent_view_uimanager_set_label_width),
4516         (egg_recent_view_uimanager_get_label_width):
4517         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4518         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4519         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4520         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4521         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4522         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4523         
4524         Update from libegg.
4525
4526 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * shell/ev-page-cache.c: (build_height_to_page),
4529         (ev_page_cache_get_height_to_page):
4530         * shell/ev-page-cache.h:
4531         * shell/ev-view.c: (view_update_range_and_current_page),
4532         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4533         (ev_view_previous_page):
4534         
4535         Dual mode places even pages to the left. Fix for the bug #309393.
4536
4537         * shell/ev-view.h:
4538         * shell/ev-window.c: (update_action_sensitivity),
4539         (setup_view_from_metadata), (view_menu_popup_cb):
4540         
4541         Don't restore presentation in empty windows, more intelligent
4542         next page behaviour in dual mode.
4543
4544         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4545         (ev_pixbuf_cache_clear_job_sizes):
4546         
4547         Cleanup job callback on removal. Fix for the bug #325886.
4548
4549 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4550
4551         * ps/ps.c: (psscan):
4552         
4553         Commit workaround Mozilla problem. Fix for the bug #325919
4554         
4555         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4556         (save_item):
4557         
4558         Fix for year 2038 problem.
4559
4560 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4561
4562         * shell/ev-window.c: (setup_document_from_metadata),
4563         (ev_window_cmd_view_reload):
4564
4565         Clamp page recieved from metadata in valid values. Fix
4566         for the bug #325986.
4567
4568 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * MAINTAINERS: 
4571         Add MAINTAINERS as requested on desktop-devel-list.
4572
4573 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4576         (mime_type_supported_by_gdk_pixbuf),
4577         (ev_document_factory_get_mime_types),
4578         (ev_document_factory_get_all_mime_types):
4579         
4580         Don't add pixbuf mime types if pixbuf backend is disabled.
4581         
4582         * shell/ev-application.c: (ev_application_get_uri_window):
4583         
4584         Fix for the bug 325815 - unhandled MIME type message doesn't 
4585         appear a second time. 
4586         
4587         * shell/ev-document-types.c: (ev_document_types_add_filters):
4588         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4589         (password_dialog_response), (ev_window_popup_password_dialog),
4590         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4591         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4592         (ev_window_run_presentation), (ev_window_stop_presentation),
4593         (save_sizing_mode), (ev_window_zoom_changed_cb),
4594         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4595         (ev_window_dual_mode_changed_cb),
4596         (ev_window_sidebar_current_page_changed_cb),
4597         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4598         (window_state_event_cb), (window_configure_event_cb):
4599         
4600         Cleanup additional uris holded by EvWindow.
4601
4602 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4603
4604         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4605         (ev_view_can_previous_page), (ev_view_can_next_page):
4606         * shell/ev-view.h:
4607         * shell/ev-window.c: (update_action_sensitivity):
4608         
4609         Two page scrolling with Space and PageUp in dual mode. Second fix 
4610         for the bug #316608.
4611
4612 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4613
4614         * shell/ev-view.c: (scroll_to_current_page):
4615         
4616         Correctly clamp adjustment value. Fix for the bug
4617         #325808.
4618
4619 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * shell/ev-sidebar-links.c: (print_section_cb):
4622         * shell/ev-window.c: (ev_window_get_uri),
4623         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4624         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4625         (ev_window_dispose):
4626         
4627         Make print dialog non-modal. Fix for the bug #325622.
4628
4629 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4630
4631         * shell/ev-metadata-manager.c:
4632         * shell/ev-utils.c: (using_pdf_printer),
4633         (using_postscript_printer), (load_print_config_from_file),
4634         (save_print_config_to_file):
4635         * shell/ev-utils.h:
4636         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4637         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4638         (setup_view_from_metadata), (ev_window_setup_document),
4639         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4640         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4641         (ev_window_run_presentation), (ev_window_stop_presentation),
4642         (save_sizing_mode), (ev_window_zoom_changed_cb),
4643         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4644         (ev_window_dual_mode_changed_cb),
4645         (ev_window_sidebar_current_page_changed_cb),
4646         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4647         (window_state_event_cb), (window_configure_event_cb),
4648         (ev_window_init):
4649         
4650         Setting saving behaviour fixes.
4651
4652 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * configure.ac:
4655         
4656         Make antialiasing gs options better and allow
4657         to change them during configure. Fix for the 
4658         bug #319049.
4659
4660 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * shell/ev-window.c: (setup_view_from_metadata):
4663         
4664         Remember if last window was maximized. Fix for the
4665         bug #323797.
4666
4667 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4668
4669         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4670
4671 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4672
4673         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4674         * shell/ev-page-action.c: (build_new_tree_cb):
4675         * shell/ev-sidebar-links.c: (links_page_num_func),
4676         (update_page_callback_foreach), (update_page_callback):
4677         * shell/ev-view.c: (scroll_to_current_page):
4678         
4679         Fix for the bug #325067 with more intelligent selection
4680         of current link in sidebar. Make sidebar handle links
4681         of FITR-like type more correctly.
4682
4683         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4684         (dvi_pixbuf_put_pixel):
4685         
4686         Fix memory consumtion with disabled alpha channel.
4687
4688 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4689
4690         * data/evince-ui.xml:
4691         * shell/ev-window.c: (view_menu_popup_cb),
4692         (ev_popup_cmd_open_link), (ev_window_init):
4693         
4694         Update context menu for internal links. Fix for the bug
4695         #325066.
4696
4697 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4700         
4701         Bind context menu to keyboard also. Fix for the bug
4702         #325065.
4703
4704 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * shell/ev-view.c: (selection_scroll_timeout_cb):
4707         
4708         Horizontal scroll on selection also.
4709
4710 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4711
4712         * shell/ev-metadata-manager.c: (parse_value):
4713         * shell/ev-view.c: (goto_xyz_link):
4714         
4715         Correct zoom setup and metadata save broken in 
4716         some locales.
4717
4718 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4719
4720         * shell/ev-view-private.h:
4721         * shell/ev-view.c: (scroll_to_current_page),
4722         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4723         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4724         (page_changed_cb), (ev_view_set_continuous),
4725         (ev_view_set_dual_page), (ev_view_set_presentation):
4726         
4727         Delay scroll until allocation to correctly position page. Fix
4728         for the bug #317334.
4729
4730 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4731
4732         * NEWS:
4733         * configure.ac:
4734         
4735         Update NEWS and require poppler 0.5.0.
4736
4737 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4738         
4739         * data/evince-ui.xml:
4740         * shell/ev-view-private.h:
4741         * shell/ev-view.c: (ev_view_get_link_at_location),
4742         (handle_link_over_xy), (ev_view_button_press_event),
4743         (ev_view_button_release_event), (ev_view_class_init):
4744         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4745         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4746         (ev_window_init):
4747         
4748         Implement right-click context menu.
4749
4750 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4753         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4754         (mdvi_pixbuf_device_render):
4755         * pdf/ev-poppler.cc:
4756
4757         Don't generate thumbnails with alpha. See bug #324077.
4758         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4759
4760 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4761
4762         * shell/ev-window.c: (setup_chrome_from_metadata):
4763         
4764         Fix typo that was hiding toolbar.
4765
4766 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4767
4768         * shell/ev-view-private.h:
4769         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4770         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4771         (ev_view_button_release_event), (ev_view_destroy):
4772         
4773         Small cleanup and autoscrolling during selection. Thanks to 
4774         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4775
4776 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4777
4778         * configure.ac:
4779         
4780         Correctly check for comics option.
4781
4782 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4783         * Makefile.am:
4784         * configure.ac:
4785         * backend/Makefile.am:
4786         * backend/ev-document-factory.c:
4787         * shell/ev-document-types.c:
4788
4789         Included option in configure to make ps backend 
4790         compilation optional with --disable-ps.
4791
4792 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * backend/ev-document-factory.c:
4795         * comics/Makefile.am:
4796         * comics/comics-document.c: (comics_document_load):
4797         * comics/ev-cbr-mime.xml:
4798         * configure.ac:
4799         
4800         Comics mime types are added to shared-mime-info CVS. Now
4801         we don't need to install our own mime types.
4802
4803 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * shell/ev-window.c:
4806         
4807         Add shortcut for "save a copy" menu entry. Fix for
4808         the bug #324582.
4809
4810 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4811
4812         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4813         (job_finished_cb), (new_selection_pixbuf_needed),
4814         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4815         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4816         
4817         Rework selection job info logic and fix critical warning.
4818
4819 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4820
4821         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4822
4823 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4824
4825         * data/evince-ui.xml:
4826         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4827         
4828         Enter as shortcut key for next page. Fix for the bug
4829         #321394.
4830
4831 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4832
4833         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4834
4835 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4836
4837         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4838         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4839         (new_selection_pixbuf_needed),
4840         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4841         (clear_job_selection):
4842         
4843         Too early for 0.5. Pixbuf cache code cleaned a bit.
4844
4845 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4846
4847         * NEWS:
4848         * configure.ac:
4849         
4850         Release 0.5.0 preparation
4851
4852 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * comics/Makefile.am:
4855         * configure.ac:
4856         * shell/ev-document-types.c: (ev_document_types_add_filters):
4857         
4858         More advanced handling of custom mime type installation.
4859
4860 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * data/evince.schemas.in:
4863         * shell/ev-metadata-manager.c: (value_free),
4864         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4865         (ev_metadata_manager_get), (ev_metadata_manager_set):
4866         * shell/ev-metadata-manager.h:
4867         * shell/ev-window.c: (update_chrome_flag),
4868         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4869         (setup_document_from_metadata), (setup_chrome_from_metadata),
4870         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4871         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4872         (ev_window_view_toolbar_cb),
4873         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4874         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4875         
4876         Save last document settings and reuse them for new documents.
4877
4878 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * Makefile.am:
4881         * backend/Makefile.am:
4882         * backend/ev-document-factory.c:
4883         * backend/ev-document-factory.h:
4884         * comics/Makefile.am:
4885         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4886         (comics_document_load), (comics_document_save),
4887         (comics_document_get_n_pages), (comics_document_get_page_size),
4888         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4889         (comics_document_class_init), (comics_document_can_get_text),
4890         (comics_document_get_info), (comics_document_document_iface_init),
4891         (comics_document_init), (get_supported_image_extensions),
4892         (comics_document_thumbnails_get_geometry),
4893         (comics_document_thumbnails_get_thumbnail),
4894         (comics_document_thumbnails_get_dimensions),
4895         (comics_document_document_thumbnails_iface_init), (extract_argv):
4896         * comics/comics-document.h:
4897         * comics/ev-cbr-mime.xml:
4898         * configure.ac:
4899         * po/POTFILES.in:
4900         * shell/ev-application.c: (ev_application_register_service):
4901         * shell/ev-document-types.c: (ev_document_types_add_filters):
4902         * thumbnailer/Makefile.am:
4903         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4904         
4905         New CBR/CBZ backend for comic books.
4906
4907 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4908
4909         * shell/main.c: (load_files_remote):
4910
4911         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4912         warning on startup of second instance is fixed. It
4913         is bug #320353.
4914
4915 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4916
4917         * shell/ev-window.c: (ev_window_finalize):
4918         
4919         Fix double free that cause crash.
4920
4921 2005-10-29  Bastien Nocera <hadess@hadess.net>
4922
4923         * tiff/tiff-document.c: (tiff_document_load):
4924         
4925         Fix memory leak.
4926
4927 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4928
4929         * po/POTFILES.in:
4930         * shell/Makefile.am:
4931         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4932         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4933         (ev_view_accessible_get_text),
4934         (ev_view_accessible_get_character_at_offset),
4935         (ev_view_accessible_get_text_before_offset),
4936         (ev_view_accessible_get_text_at_offset),
4937         (ev_view_accessible_get_text_after_offset),
4938         (ev_view_accessible_get_character_count),
4939         (ev_view_accessible_get_caret_offset),
4940         (ev_view_accessible_set_caret_offset),
4941         (ev_view_accessible_get_run_attributes),
4942         (ev_view_accessible_get_default_attributes),
4943         (ev_view_accessible_get_character_extents),
4944         (ev_view_accessible_get_offset_at_point),
4945         (ev_view_accessible_get_n_selections),
4946         (ev_view_accessible_get_selection),
4947         (ev_view_accessible_add_selection),
4948         (ev_view_accessible_remove_selection),
4949         (ev_view_accessible_set_selection),
4950         (ev_view_accessible_text_iface_init),
4951         (ev_view_accessible_idle_do_action),
4952         (ev_view_accessible_action_do_action),
4953         (ev_view_accessible_action_get_n_actions),
4954         (ev_view_accessible_action_get_description),
4955         (ev_view_accessible_action_get_name),
4956         (ev_view_accessible_action_set_description),
4957         (ev_view_accessible_action_iface_init),
4958         (ev_view_accessible_get_type), (ev_view_accessible_new),
4959         (ev_view_accessible_factory_get_accessible_type),
4960         (ev_view_accessible_factory_create_accessible),
4961         (ev_view_accessible_factory_class_init),
4962         (ev_view_accessible_factory_get_type):
4963         * shell/ev-view-accessible.h:
4964         * shell/ev-view-private.h:
4965         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4966         * shell/ev-view.h:
4967         
4968         Initial accessibility support.
4969
4970 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4971
4972         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4973
4974 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4975
4976         * shell/ev-print-job.c: (idle_print_handler):
4977         
4978         Fix for bug Bug 318916: Printing multiple pages.
4979
4980 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4981
4982         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4983
4984 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4985
4986         * pdf/ev-poppler.cc:
4987         
4988         Thumnail dimensions unified with other backends.
4989         
4990         * shell/ev-window-title.c: (ev_window_title_update):
4991         
4992         Fix warning.
4993
4994 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * data/ev-stock-zoom-fit-width.png:
4997         
4998         Remove unused file.
4999
5000 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5001
5002         * configure.ac:
5003         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5004         (djvu_document_finalize):
5005         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5006         (dvi_document_finalize):
5007         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5008         (pixbuf_document_save), (pixbuf_document_finalize):
5009         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5010         (tiff_document_finalize):
5011         
5012         Save a copy implemented for various backends.
5013
5014 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5015
5016         * configure.ac:
5017         
5018         Don't link with ltiff if tiff is disabled.
5019
5020 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5021
5022         * pdf/GDKSplashOutputDev.cc:
5023         * pdf/GDKSplashOutputDev.h:
5024         * pdf/Thumb.cc:
5025         * pdf/Thumb.h:
5026         * pdf/pdf-document.cc:
5027         * pdf/pdf-document.h:
5028         * pdf/test-gdk-output-dev.cc:
5029         
5030         Remove old unused files.
5031
5032 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5033
5034         * shell/ev-window.c: (ev_window_setup_document):
5035         
5036         Fixed warnings on reload and probably crash reason.
5037
5038 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5039
5040         * properties/ev-properties-view.c:
5041         (ev_properties_view_format_date):
5042         
5043         Check if date is invalid. Fix for bug 318134.
5044
5045 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5046
5047         * shell/ev-window-title.c:
5048         
5049         Add .indd files (Adobe Indesign) to the list of "bad
5050         extensions".
5051
5052 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5053
5054         * data/evince-ui.xml:
5055         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5056         
5057         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5058
5059 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5060
5061         * shell/ev-window.c: (launch_link), (launch_external_uri),
5062         (view_external_link_cb):
5063
5064         URL-escape link before passing it to gnome_vfs_url_show.
5065
5066 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5067
5068         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5069         there isn't text selected.
5070
5071 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5072
5073         * shell/ev-view.c: (handle_link_over_xy):
5074
5075         Check tooltip is valid utf8 before showing it
5076
5077 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5078
5079         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5080
5081 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5082
5083         * shell/ev-window-title.c: (ev_window_title_update):
5084
5085         Guard against using g_strstrip on NULL. Fixes bug #317291.
5086
5087 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5088
5089         * pdf/ev-poppler.cc:
5090
5091         Show title even for unknown links
5092
5093 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5094
5095         * shell/ev-window-title.c: (ev_window_title_update):
5096
5097         Strip the title string
5098
5099 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5100
5101         * shell/ev-window-title.c:
5102
5103         Add .rtf to the bad extensions list
5104
5105 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5106
5107         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5108         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5109
5110         Ignore link coordinates if they are outside page bounds
5111
5112 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5113
5114         * backend/ev-link.c: (ev_link_type_get_type),
5115         (ev_link_get_filename), (ev_link_get_params),
5116         (ev_link_get_property), (ev_link_set_property),
5117         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5118         * backend/ev-link.h:
5119         * pdf/ev-poppler.cc:
5120         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5121         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5122         (ev_window_init):
5123
5124         Implement launch links. Delegate external link opening to
5125         the window.
5126
5127 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5128
5129         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5130         (ev_link_get_right), (ev_link_get_property),
5131         (ev_link_set_property), (ev_link_class_init),
5132         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5133         * backend/ev-link.h:
5134         * pdf/ev-poppler.cc:
5135         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5136
5137         Implement fitr links
5138
5139 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5140
5141         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5142         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5143         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5144         (ev_view_size_request_continuous),
5145         (ev_view_size_request_dual_page),
5146         (ev_view_size_request_single_page), (ev_view_size_allocate),
5147         (ev_view_zoom_for_size_continuous_and_dual_page),
5148         (ev_view_zoom_for_size_continuous),
5149         (ev_view_zoom_for_size_dual_page),
5150         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5151         (ev_sizing_mode_get_type):
5152         * shell/ev-view.h:
5153         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5154
5155         Do not use modes for link, we need to calculate size ad hoc.
5156         Still not perfect because of the usual scrollbar issues grrr.
5157
5158 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5159
5160         * backend/ev-link.c: (ev_link_type_get_type),
5161         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5162         * backend/ev-link.h:
5163         * pdf/ev-poppler.cc:
5164         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5165         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5166         (ev_view_size_request_continuous),
5167         (ev_view_size_request_dual_page),
5168         (ev_view_size_request_single_page), (ev_view_size_allocate),
5169         (zoom_for_size_fit_height),
5170         (ev_view_zoom_for_size_continuous_and_dual_page),
5171         (ev_view_zoom_for_size_continuous),
5172         (ev_view_zoom_for_size_dual_page),
5173         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5174         (ev_sizing_mode_get_type):
5175         * shell/ev-view.h:
5176         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5177
5178         Implement FIT_HEIGHT mode (only for links).
5179         Implement FITH links
5180
5181 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5182
5183         * shell/ev-window-title.c: (get_filename_from_uri),
5184         (ev_window_title_sanitize_extension), (ev_window_title_update),
5185         (ev_window_title_set_document), (ev_window_title_set_uri),
5186         (ev_window_title_free):
5187         * shell/ev-window-title.h:
5188         * shell/ev-window.c: (ev_window_setup_document),
5189         (ev_window_popup_password_dialog):
5190
5191         Refactor window title building while fixing it for
5192         password documents.
5193
5194 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5195
5196         * pdf/ev-poppler.cc:
5197
5198         Escape link title before setting it in the model
5199
5200 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5201
5202         * shell/ev-application.c: (removed_from_session), (save_session),
5203         (init_session), (ev_application_get_empty_window),
5204         (ev_application_init), (ev_application_get_windows):
5205         * shell/ev-application.h:
5206         * shell/ev-window.c: (ev_window_finalize):
5207
5208         Add a function to retrieve window list and share it where
5209         necessary.
5210         Implement session handling, works pretty well thanks to the
5211         metadata system.
5212
5213 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * shell/ev-password.c: (ev_password_item_created_callback),
5216         (ev_password_dialog_save_password):
5217         
5218         Fix for bug 316972. Use async gnome-keyring API.
5219
5220 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5221
5222         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5223         Remove unused unrealize handler. Add scroll handling to
5224         ev_view_scroll_event for presentation mode (bug #316708),
5225         and fix the event state checks there.
5226
5227 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5228
5229         * shell/ev-page-action.c: (page_changed_cb):
5230
5231         "marco, maybe we should be crazy and jump right to 6! :)"
5232
5233         Bryan Clark, Sep 2005
5234
5235 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5236
5237         * ps/ps-document.c: (save_document), (ps_document_save),
5238         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5239         (ps_document_ps_export_end):
5240
5241         Fix unstructured documents save and print
5242
5243 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5244
5245         * shell/ev-application.c: (ev_application_open_uri):
5246
5247         Fix window size persistance
5248
5249 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5250
5251         * shell/ev-view.c: (ev_view_button_release_event):
5252
5253         Based on a patch from carlosgc@gnome.org. Mouse buttons
5254         switch pages in presentation mode.
5255
5256 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5257
5258         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5259
5260         Dont cast to int before scaling
5261
5262 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5263
5264         * backend/ev-link.c: (ev_link_type_get_type),
5265         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5266         (ev_link_new_page_fith):
5267         * backend/ev-link.h:
5268         * pdf/ev-poppler.cc:
5269         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5270
5271         Implement FIT and FITH links
5272
5273 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5274
5275         * pdf/ev-poppler.cc:
5276
5277         Return 0 results when search is not in progress.
5278
5279         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5280         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5281
5282         Update menu sensitivity when cancelling search
5283
5284 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5285
5286         * shell/ev-view.c: (ev_view_can_find_next):
5287
5288         Take all pages in consideration, not just current one
5289
5290 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5291
5292         * shell/ev-page-cache.c:
5293         * shell/ev-page-cache.h:
5294         * shell/ev-view.c: (ev_view_binding_activated),
5295         (ev_view_next_page), (ev_view_previous_page),
5296         (ev_sizing_mode_get_type):
5297         * shell/ev-view.h:
5298         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5299         (ev_window_cmd_go_next_page):
5300
5301         Move page next/previous functions from page chace to
5302         view and change it to move by 2 page steps in dual mode.
5303
5304 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5305
5306         * shell/ev-window.c: (update_sidebar_visibility),
5307         (setup_sidebar_from_metadata), (ev_window_setup_document),
5308         (setup_view_from_metadata):
5309
5310         Show the index by default when there is one     
5311
5312 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5313
5314         * shell/ev-window-title.c: (ev_window_title_set_document):
5315
5316         Missing null check
5317
5318 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5319
5320         * shell/ev-view.c: (view_update_range_and_current_page):
5321         
5322         Allow display of last odd page in dual view. Fix for 316347.
5323
5324 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5325
5326         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5327         
5328         Make close button default. Fix for 316383.
5329
5330 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5333         
5334         Mark close button as default. Fix for 316381.
5335
5336 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5337
5338         * backend/ev-link.c: (ev_link_class_init):
5339
5340         Allow negative doubles in left/top properties
5341
5342 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5343
5344         * shell/ev-window.c:
5345
5346         Remove a bunch of strings that was used only
5347         by the statusbar.
5348
5349 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5350
5351         * shell/ev-window-title.c: (get_filename_from_uri),
5352         (ev_window_title_set_document):
5353
5354         When title has a confusing extension, show also
5355         the document filename inside ()
5356
5357 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5358
5359         * shell/Makefile.am:
5360         * shell/ev-window-title.c: (ev_window_title_new),
5361         (ev_window_title_update), (ev_window_title_set_type),
5362         (ev_window_title_set_document), (ev_window_title_free):
5363         * shell/ev-window-title.h:
5364         * shell/ev-window.c: (ev_window_setup_document),
5365         (password_dialog_response), (ev_window_popup_password_dialog),
5366         (ev_window_dispose), (ev_window_init):
5367
5368         Factor out and cleanup window title code
5369
5370 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5371
5372         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5373         (unable_to_load):
5374
5375         Make dialog transient so it doesnt block other windows
5376
5377 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5378
5379         * pdf/ev-poppler.cc:
5380         
5381         Fix pdf thumbnails rendering.
5382
5383 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5384
5385         * shell/ev-window.c: (fullscreen_set_timeout):
5386         
5387         Increase timeout to hide full screen popup. Bug 
5388         316123. 
5389
5390 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5391
5392         * data/evince.schemas.in:
5393         * shell/ev-window.c: (update_action_sensitivity):
5394
5395         Allow the user to override document restrictions. Fix for bug
5396         305818.
5397
5398 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5399
5400         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5401         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5402         (ev_window_class_init): Fix multihead behaviour of fullscreen
5403         toolbar popup. Fixes bug #315451.
5404
5405 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5406
5407         * configure.ac:
5408         * data/evince-password.glade:
5409         * shell/ev-password.c: (ev_password_dialog_set_property),
5410         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5411         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5412         (ev_password_dialog_entry_changed_cb),
5413         (ev_password_dialog_entry_activated_cb),
5414         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5415         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5416         (ev_password_dialog_set_bad_pass):
5417         * shell/ev-password.h:
5418         * shell/ev-window.c: (password_dialog_response),
5419         (ev_window_popup_password_dialog):
5420         
5421         Support for gnome-keyring for encrypted PDF's.
5422
5423 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5424
5425         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5426         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5427         (ev_view_enter_notify_event), (ev_view_class_init):
5428         
5429         More precise handling of enter_notify/leave_notify events
5430         in EvView. Fix for bug 315470.
5431
5432 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5433
5434         * shell/ev-window.c: (fullscreen_timeout_cb),
5435         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5436         (ev_window_dispose):
5437
5438         leak fix: unref fullscreen_timeout_source before clearing it
5439
5440 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5441
5442         * configure.ac, dvi/mdvi/Makefile.am: 
5443         
5444         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5445
5446 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5447
5448         * backend/ev-link.c: (ev_link_new_page_xyz):
5449         * pdf/ev-poppler.cc:
5450         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5451
5452         Fix some bugs with xyz links, respect zoom
5453
5454 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5455
5456         * shell/ev-window.c: (page_changed_cb),
5457         (setup_document_from_metadata), (update_sidebar_visibility),
5458         (setup_view_from_metadata), (ev_window_run_fullscreen),
5459         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5460         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5461         (ev_window_dual_mode_changed_cb),
5462         (ev_window_sidebar_current_page_changed_cb):
5463
5464         null check uri before setting and getting metadata
5465
5466 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5467
5468         * dvi/Makefile.am:
5469         * properties/Makefile.am:
5470         * shell/Makefile.am:
5471         * thumbnailer/Makefile.am:
5472
5473         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5474
5475 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5476
5477         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5478         (selection_changed_callback):
5479         * shell/ev-sidebar-links.h:
5480
5481         Add a signal for link activation.
5482
5483         * shell/ev-view.c: (ev_view_goto_link),
5484         (ev_view_button_release_event):
5485         * shell/ev-view.h:
5486         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5487         (ev_window_init):
5488
5489         Implement the signal so that we can handle all link types.
5490
5491         * shell/ev-page-cache.c:
5492
5493         Remove unused set_link function
5494
5495 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5496
5497         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5498
5499         Add some space from the cursor, hardcoded but I couldnt
5500         find a better way.
5501
5502 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5503
5504         * lib/ev-tooltip.c:
5505
5506         Use mozilla style vs gtk style, way better for links.
5507
5508         * shell/ev-view.c: (ev_view_motion_notify_event),
5509         (ev_view_destroy), (ev_view_init):
5510
5511         Deactive tooltip when the link hovered is changed.
5512
5513 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5514
5515         * backend/ev-document.h:
5516         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5517         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5518         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5519         (ev_link_new_page), (ev_link_new_page_xyz):
5520         * backend/ev-link.h:
5521         * pdf/ev-poppler.cc:
5522         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5523         (go_to_link), (tip_from_link):
5524
5525         Implement xyz links, still not functional. Links are a total
5526         mess, will need to refactor and bugfix a lot :(
5527
5528 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5529
5530         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5531
5532 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5533
5534         * data/evince-ui.xml:
5535         * data/evince.schemas.in:
5536         * shell/Makefile.am:
5537         * shell/ev-window.c: (update_chrome_visibility),
5538         (password_dialog_response), (ev_window_load_job_cb),
5539         (ev_window_xfer_job_cb), (ev_window_open_uri),
5540         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5541         (ev_window_init):
5542
5543         Remove the statusbar. This regress loading feedback, need to
5544         check with Bryan what we want to do there...
5545
5546 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5547
5548         * lib/ev-tooltip.c: (ev_tooltip_init):
5549
5550         Fix tooltip border and size handling
5551
5552 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5553
5554         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5555         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5556         (ev_tooltip_timeout), (ev_tooltip_activate),
5557         (ev_tooltip_deactivate):
5558         * lib/ev-tooltip.h:
5559         * shell/ev-view.c: (ev_view_motion_notify_event):
5560
5561         Delay popup showing. Mirror gtk logic/times.
5562
5563 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5564
5565         * lib/Makefile.am:
5566         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5567         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5568         (ev_tooltip_set_text), (ev_tooltip_set_position):
5569         * lib/ev-tooltip.h:
5570
5571         Simple widget to show tooltips at a custom position
5572
5573         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5574         (ev_view_destroy):
5575
5576         Use it for links. First go, needs work
5577
5578 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5579
5580         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5581         HIG fixes.  Use title capitalization for window title. Use 12 
5582         pixels of space between the dialog's vbox and action area.
5583
5584 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5585
5586         * shell/ev-window.c: (file_open_dialog_response_cb),
5587         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5588         (ev_window_cmd_save_as):
5589
5590         Make file pickers not modal and refactor code some
5591
5592 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5593
5594         * shell/ev-sidebar.h:
5595         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5596         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5597         (ev_sidebar_class_init), (ev_sidebar_select_page),
5598         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5599         (ev_sidebar_set_page):
5600
5601         Add a current page property and allow to get/set it
5602
5603         * shell/ev-window.c: (setup_view_from_metadata),
5604         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5605
5606         Persist current sidebar page per document
5607
5608 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5609
5610         * data/evince.schemas.in:
5611         * shell/ev-window.c: (update_chrome_visibility),
5612         (setup_document_from_metadata), (update_sidebar_visibility),
5613         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5614         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5615         (ev_window_run_presentation), (ev_window_stop_presentation),
5616         (ev_window_view_sidebar_cb),
5617         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5618         (load_chrome), (ev_window_init):
5619
5620         Persist size/visibility of sidebar per document
5621
5622 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5623
5624         * shell/ev-view.c (draw_loading_text): Draw loading text.
5625
5626 2005-09-02  Dan Damian  <dand@gnome.ro>
5627
5628         * configure.in: Added "ro" to ALL_LINGUAS.
5629
5630 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5631
5632         * shell/ev-view.c: (clear_caches):
5633
5634         ev_page_cache_get doesnt return a reference,
5635         dont try to unref it.
5636
5637 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5638
5639         * shell/main.c: (load_files_remote):
5640
5641         Fix timestamp parameter with dbus <= 0.33
5642
5643 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5644
5645         * data/evince.schemas.in:
5646
5647         Add missing full stop
5648
5649 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5650
5651         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5652         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5653
5654         Plug some memory leaks
5655
5656 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5657
5658         * configure.ac:
5659         * lib/ev-debug.c: (trap_handler):
5660
5661         Check for execinfo.h and use it only if it exists.
5662         Ported from Epiphany (bug #314776).
5663
5664 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5665
5666         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5667
5668 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5669
5670         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5671         * po/id.po      : Added Indonesian translation
5672
5673 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5674
5675         * shell/main.c:
5676         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5677         * NEWS: Release 0.4.0
5678
5679 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5680
5681         * configure.ac: catch another gtk+-2.8ism
5682         * shell/main.c: Make work with gtk+-2.6
5683
5684 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5685
5686         * shell/ev-application-service.xml: Add 'timestamp' argument to
5687           ev_application_open_window and ev_application_open_uri methods.
5688
5689         * shell/ev-application.h: Add 'timestamp' argument to
5690           ev_application_open_window, ev_application_open_uri,
5691           and ev_application_open_uri_list functions.
5692
5693         * shell/ev-application.c (ev_application_open_window,
5694           ev_application_open_uri, ev_application_open_uri_list): Change
5695           functions that show/present windows to use a timestamp if one
5696           is passed in.
5697
5698         * shell/ev-window.c (ev_window_cmd_file_open,
5699           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5700         * shell/main.c (load_files): Modify calls to ev_application to
5701           include GDK_CURRENT_TIME as timestamp.
5702
5703         * shell/main.c (load_files_remote): Obtain timestamp for client
5704           instance from GDK and pass to server instance so new windows are
5705           focused properly.  Fix dbus_g_proxy_call() calls by including second
5706           G_TYPE_INVALID.
5707           
5708         Closes bug #314475.
5709
5710 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5711
5712         * shell/ev-window.c (ev_window_finalize): Check for
5713         avail. EvWindows when quiting to handle the finalize better,
5714         #314497
5715
5716 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5717         
5718         * properties/ev-properties-view.c: 
5719         
5720         Set textdomain to libglade. Fixes translation problem in property page.
5721
5722 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5725         * dvi/Makefile.am:
5726         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5727         * dvi/mdvi-lib/Makefile.am:
5728         
5729         Fix rotation of thumbnails, ported to new API. Moved library
5730         dependencies earlier, probably it will fix linkage problem.
5731
5732 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5733
5734         * backend/ev-document-misc.c:
5735         (ev_document_misc_get_thumbnail_frame):
5736         * backend/ev-document-misc.h:
5737         * configure.ac:
5738         * pdf/ev-poppler.cc:
5739         * shell/Makefile.am:
5740         * shell/ev-sidebar-thumbnails.c: (add_range),
5741         (ev_sidebar_thumbnails_set_loading_icon),
5742         (ev_sidebar_thumbnails_refresh),
5743         (ev_sidebar_thumbnails_set_document):
5744         * shell/ev-sidebar-thumbnails.h:
5745         * shell/ev-view.c: (ev_view_motion_notify_event),
5746         (ev_view_set_property), (ev_view_get_property),
5747         (ev_view_class_init), (ev_view_set_rotation):
5748         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5749         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5750         (ev_window_init):
5751         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5752         Redo rotation (again).  prepare for 0.4.0
5753
5754 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5755
5756         * configure.ac: Bump poppler requirement to 0.4.1.
5757
5758         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5759         argument to poppler_page_render_selection() call.
5760
5761 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5762
5763         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5764         (djvu_document_thumbnails_get_thumbnail):
5765         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5766         (dvi_document_thumbnails_get_thumbnail):
5767         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5768         (pixbuf_document_thumbnails_get_thumbnail):
5769         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5770         
5771         Update rotation direction of backends to fit with pdf and ps.
5772
5773 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5774
5775         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5776         * backend/ev-async-renderer.h:
5777         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5778         (setup_page), (ps_document_get_page_size),
5779         (ps_async_renderer_render_pixbuf):
5780         * ps/ps-document.h:
5781         * shell/ev-jobs.c: (ev_job_render_run):
5782
5783         Fix orientation in the postscript document
5784
5785 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5786
5787         * pdf/ev-poppler.cc:
5788         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5789         * shell/ev-view.c: (highlight_find_results):
5790
5791         Adapt to the new poppler rotation API. Fix text maps on landscape
5792         documents.
5793
5794 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5795
5796         * shell/ev-view.c (compute_new_selection_text): get the correct
5797         region when selecting in modes other than continuous.
5798
5799 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5800
5801         * shell/main.c (main): remove redundant g_warnings.
5802
5803 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * shell/Makefile.am: Don't include autogenerated
5806         file ev-application-service.h into distribution, since
5807         it causes dbus crash. Fix for bugs 313724 and 313443. 
5808
5809 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * configure.ac: Fix sed expression for FreeBSD. Thanks
5812         to Joe Marcus Clark <marcus@freebsd.org>
5813         
5814         * shell/eggfindbar.c: (entry_activate_callback),
5815         (entry_changed_callback), (egg_find_bar_init),
5816         (egg_find_bar_set_search_string):
5817         
5818         Made findbar buttons unsensitive if there is no text in
5819         entry. Fix for the bug 313285.
5820
5821 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5822
5823         * ps/ps-document.c: Use g_filename_display_name for displaying
5824         filenames and revert string freeze breackage
5825
5826 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5827
5828         * NEWS:
5829         * configure.ac:
5830
5831         Update for 0.3.4
5832
5833         * shell/Makefile.am:
5834
5835         Add ev-application-service.xml to extra dist
5836
5837         * shell/ev-view.c: (find_page_at_location):
5838
5839         Remove unused function (fix warning)
5840
5841 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5842
5843         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5844         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5845         
5846         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5847         bug 313623.
5848
5849 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5850
5851         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5852         * shell/ev-window.c:
5853         Fix build warnings
5854
5855 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5856
5857         * configure.ac: Update script to get dbus version.
5858         Fix for the bug #313443.
5859
5860 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5861
5862         * shell/ev-window.c: (ev_window_cmd_escape):
5863         
5864         Return focus back to view on escape. Fix for bug 313295.
5865
5866 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5867
5868         * shell/ev-window.c: (update_window_title),
5869         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5870         (ev_window_cmd_save_as):
5871         
5872         Correct conversion from uri to displayable string. Fix for
5873         bug 313296.
5874
5875 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * ps/ps-document.c: convert filename to utf8 when there is an error
5878         loading document. Fixes #309915
5879
5880 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5881
5882         * configure.ac:
5883
5884         We depend on poppler 0.4.0
5885
5886 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5887
5888         * configure.ac:
5889         * NEWS: Release 0.3.3.
5890         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5891
5892 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5893
5894         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5895         add a couple missing mnemonics to menu items, use title 
5896         capitalization for menu items and window titles, and add 
5897         ellipsis to open menu item.     
5898
5899 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5900
5901         * pdf/ev-poppler.cc:
5902         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5903         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5904         (ev_view_get_rotation):
5905         * shell/ev-view.h:
5906         * shell/ev-window.c: (setup_view_from_metadata),
5907         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5908         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5909         disk.
5910
5911 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5912
5913         * configure.ac: Added tr to ALL_LINGUAS
5914
5915 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5916
5917         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5918         requires several clicks to find word. Thanks to 
5919         Colin Slater <kiltedtaco@gmail.com>.
5920
5921 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5922
5923         * data/evince.desktop.in.in: Hide menu entry and
5924         rename it to "Document Viewer". Fix for bug 
5925         #312399.
5926
5927 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5928
5929         * shell/ev-page-action.c (ev_page_action_class_init): 
5930
5931         Point to the correct function in constructor of the
5932         activate_label signal
5933
5934 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5935
5936         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5937         * shell/ev-jobs.h: Make thread safe.
5938
5939 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * shell/ev-view.c: (view_update_range_and_current_page):
5942         Don't update page range if we are scrolling to some document
5943         point.
5944
5945 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5946
5947         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5948         when getting max_page_width, fix drawing in dual mode.
5949
5950 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5951
5952         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5953         getting the area for select_all.
5954
5955 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5956
5957         * backend/ev-selection.c: (ev_selection_render_selection):
5958         * backend/ev-selection.h:
5959         * pdf/ev-poppler.cc:
5960         * shell/ev-jobs.c: (ev_job_render_new):
5961         * shell/ev-jobs.h:
5962         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5963         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5964         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5965         (ev_view_class_init):
5966
5967         Change selection color on focus in and focus out events.  Also,
5968         poppler now uses GdkColor for specifying the selection colors, so
5969         drop some awkward conversion code.
5970
5971 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5972
5973         * configure.ac: Added Hebrew translation
5974
5975 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5976
5977         * NOTES:
5978         * backend/ev-selection.c: (ev_selection_render_selection):
5979         * backend/ev-selection.h:
5980         * pdf/ev-poppler.cc:
5981         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5982         (ev_job_render_run):
5983         * shell/ev-jobs.h:
5984         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5985         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5986         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5987         (ev_pixbuf_cache_style_changed),
5988         (ev_pixbuf_cache_get_selection_pixbuf),
5989         (ev_pixbuf_cache_set_selection_list),
5990         (ev_pixbuf_cache_get_selection_list):
5991         * shell/ev-pixbuf-cache.h:
5992         * shell/ev-utils.c: (ev_print_region_contents):
5993         * shell/ev-utils.h:
5994         * shell/ev-view.c: (ev_view_queue_draw_page),
5995         (selection_update_idle_cb), (ev_view_motion_notify_event),
5996         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5997         (setup_caches), (ev_view_find_next), (merge_selection_region),
5998         (selection_free):
5999         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6000
6001         Clean up selection to be much smoother!
6002
6003 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6004
6005         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6006         to poppler_page_render_selection().
6007
6008 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6009
6010         * ps/ps-document.c: (save_page_list): Use
6011         unzipped document when printing. Thanks to 
6012         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6013         311016.
6014
6015 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * shell/ev-window.c: (update_action_sensitivity):
6018         
6019         Disable print and save respect to lockdown gconf keys. Fix
6020         for 312342.
6021
6022 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024         * configure.ac:
6025         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6026         (write_to_temp_file), (ev_file_set_contents):
6027         * shell/ev-utils.h:
6028         * shell/ev-window.c: (save_print_config_to_file):
6029         
6030         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6031         Fix for bug 312238
6032
6033 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6034
6035         * shell/ev-window.c: (load_print_config_from_file),
6036         (save_print_config_to_file), (ev_window_print_range):
6037
6038         Persist the print settings. Fixes bug #311578.
6039
6040 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6041
6042         * djvu/djvu-document.c: (djvu_document_get_page_size),
6043         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6044         (djvu_document_thumbnails_get_thumbnail):
6045         * dvi/dvi-document.c: (dvi_document_get_page_size),
6046         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6047         (dvi_document_thumbnails_get_dimensions),
6048         (dvi_document_thumbnails_get_thumbnail):
6049         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6050         (pixbuf_document_render_pixbuf),
6051         (pixbuf_document_document_iface_init),
6052         (pixbuf_document_thumbnails_get_thumbnail):
6053         
6054         Update backends to make them build with new rotation system.
6055
6056 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6057
6058         * help/C/figures/evince_start_window.png:
6059         
6060         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6061
6062 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6063
6064         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6065         * shell/ev-pixbuf-cache.h:
6066         * shell/ev-sidebar-thumbnails.c:
6067         (ev_sidebar_thumbnails_get_property), (add_range),
6068         (adjustment_changed_cb):
6069         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6070         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6071         we were thumbnailing the entire docment on startup, slowing us
6072         down hugely. 
6073
6074 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6075
6076         * shell/ev-page-cache.c: (ev_page_cache_new):
6077         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6078         == 0, fixes #310306.
6079
6080 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6081
6082         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6083         (ev_view_rotate_left):
6084
6085         Account rotation in doc_rect_to_view_rect.
6086         Ensure rotation doesnt go out of bounds.
6087
6088 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6089
6090         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6091
6092         Correct and cleanup w/h swapping
6093
6094 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6095
6096         * backend/ev-document-thumbnails.c:
6097         (ev_document_thumbnails_get_thumbnail):
6098         * backend/ev-document-thumbnails.h:
6099         * backend/ev-document.c:
6100         * backend/ev-document.h:
6101         * backend/ev-render-context.c: (ev_render_context_new),
6102         (ev_render_context_set_rotation):
6103         * backend/ev-render-context.h:
6104         * pdf/ev-poppler.cc:
6105         * ps/ps-document.c: (ps_document_document_iface_init):
6106         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6107         * shell/ev-jobs.h:
6108         * shell/ev-page-cache.c: (build_height_to_page),
6109         (ev_page_cache_new), (ev_page_cache_get_size),
6110         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6111         (ev_page_cache_get_height_to_page):
6112         * shell/ev-page-cache.h:
6113         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6114         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6115         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6116         (ev_pixbuf_cache_get_selection_pixbuf):
6117         * shell/ev-pixbuf-cache.h:
6118         * shell/ev-print-job.c: (idle_print_handler):
6119         * shell/ev-sidebar-thumbnails.c: (add_range):
6120         * shell/ev-view.c: (view_update_range_and_current_page),
6121         (get_page_y_offset), (get_page_extents),
6122         (ev_view_size_request_continuous_dual_page),
6123         (ev_view_size_request_continuous),
6124         (ev_view_size_request_dual_page),
6125         (ev_view_size_request_single_page), (draw_one_page),
6126         (ev_view_set_rotation), (ev_view_rotate_right),
6127         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6128         (ev_view_zoom_for_size_continuous_and_dual_page),
6129         (ev_view_zoom_for_size_continuous),
6130         (ev_view_zoom_for_size_dual_page),
6131         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6132         (ev_view_select_all):
6133         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6134         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6135         (tiff_document_document_iface_init),
6136         (tiff_document_thumbnails_get_thumbnail):
6137
6138         Use rotation rather than orientation. It's easier and enough
6139         for our needs.
6140
6141 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6142
6143         * shell/ev-page-cache.c: (build_height_to_page),
6144         (ev_page_cache_new), (ev_page_cache_get_size),
6145         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6146         (ev_page_cache_get_height_to_page):
6147         * shell/ev-page-cache.h:
6148         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6149         (ev_view_size_request_continuous_dual_page),
6150         (ev_view_size_request_continuous),
6151         (ev_view_zoom_for_size_continuous_and_dual_page),
6152         (ev_view_zoom_for_size_continuous):
6153
6154         Make the page cache aware of page orientation.
6155
6156 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6157
6158         * backend/ev-document-thumbnails.c:
6159         (ev_document_thumbnails_get_thumbnail):
6160         * backend/ev-document-thumbnails.h:
6161         * backend/ev-document.c:
6162         * backend/ev-document.h:
6163         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6164         * backend/ev-ps-exporter.h:
6165         * pdf/ev-poppler.cc:
6166         * ps/ps-document.c: (ps_document_document_iface_init),
6167         (ps_document_ps_export_do_page):
6168         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6169         * shell/ev-jobs.h:
6170         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6171         (ev_page_cache_get):
6172         * shell/ev-page-cache.h:
6173         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6174         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6175         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6176         * shell/ev-pixbuf-cache.h:
6177         * shell/ev-print-job.c: (idle_print_handler):
6178         * shell/ev-sidebar-thumbnails.c: (add_range):
6179         * shell/ev-view.c: (view_update_range_and_current_page),
6180         (get_page_extents), (ev_view_size_request_dual_page),
6181         (ev_view_size_request_single_page), (draw_one_page),
6182         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6183         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6184         (ev_view_zoom_for_size_dual_page),
6185         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6186         (ev_view_select_all):
6187         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6188         * tiff/tiff-document.c: (tiff_document_get_page_size),
6189         (tiff_document_get_orientation), (rotate_pixbuf),
6190         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6191         (tiff_document_thumbnails_get_thumbnail),
6192         (tiff_document_ps_export_do_page), (tiff_document_init):
6193
6194         Really make use of the orientation bit of the render context.
6195         Use the render context in a few more places in the backend API.
6196         This regress orientation, but now it's done right. Will try to
6197         fix it up asap...
6198
6199 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6200
6201         * shell/ev-view.c: (ensure_rectangle_is_visible):
6202
6203         Patch by Nickolay V. Shmyrev to fix find flickering
6204
6205 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6206
6207         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6208         duplex parameters to ::begin.
6209
6210         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6211         * shell/ev-print-job.c (idle_print_handler): 
6212         * ps/ps-document.c (ps_document_ps_export_begin): 
6213         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6214         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6215         implementations. Poppler backend needs poppler cvs. Rest has
6216         unchanged behavior.
6217
6218 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6219
6220         * shell/ev-window.c (using_pdf_printer): new function.
6221         (ev_window_print_range): print a less techy message if someone
6222         tries to print to PDF.
6223
6224 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6225
6226         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6227         from "unknown font" string. Bug #311431
6228
6229 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6230
6231         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6232
6233 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6234
6235         Bug #311280
6236         
6237         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6238         name for PopplerFontTypes
6239         (pdf_document_fonts_fill_model): add font type to the detail column
6240
6241         * backend/ev-document-fonts.h: added
6242         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6243
6244         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6245         font name and font details, add a little markup.
6246         (ev_properties_fonts_init): use the new cell data func, specify ypad
6247         property for the cell renderer.
6248         (ev_properties_fonts_set_document): add the details column.
6249
6250 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6251
6252         * configure.ac: Added "pl" to ALL_LINGUAS.
6253
6254 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6255
6256         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6257
6258 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6259
6260         * help/ChangeLog: Started this for translations of manual.
6261         * configure.ac, autogen.sh, .cvsignore: Migrated to
6262         gnome-doc-utils. Patch in bug #311222.
6263
6264 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6265
6266         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6267         #ifdef this away to fix an unused-function warning.
6268
6269 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6270
6271         * configure.ac: Added 'gl' to ALL_LINGUAS.
6272
6273 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6274
6275         * configure.ac: Added ne in ALL_LINGUAS
6276         
6277 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6278
6279         * shell/ev-view.c: (ev_view_leave_notify_event):
6280         
6281         Clear status message when pointer leaves view. Fix for bug
6282         #310818 
6283
6284 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6285
6286         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6287
6288 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6289
6290         * shell/ev-view.c: (ev_view_leave_notify_event),
6291         (ev_view_class_init):
6292         
6293         Set cursor to normal then leaving view.
6294
6295 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6296
6297         * configure.ac:
6298         
6299         Fix required djvulibre version.
6300
6301 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6302
6303         *configure.ac: Hindi (hi) language added
6304
6305 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6306
6307         *configure.ac: Punjabi (pa) Language added
6308
6309 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6310
6311         * data/evince-ui.xml, shell/ev-window.c:
6312         
6313         Add keypad accelerators for zooming. Fix for bug 308128.
6314
6315 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6316
6317         * Makefile.am:
6318         * backend/Makefile.am:
6319         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6320         * configure.ac:
6321         * shell/ev-document-types.c: (ev_document_types_add_filters):
6322
6323         Allow to enable/disable the pixbuf backend.
6324         Default to off for now. If we want it enabled we should
6325         really put mime types in the desktop, implement properties etc.
6326
6327         * properties/evince-properties.c:
6328
6329         Initialize error to NULL.
6330         Check error is not NULL before freeing.
6331
6332 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6333
6334         * shell/ev-window.c:
6335
6336         Use F5 as presentation accell
6337
6338 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6339
6340         * shell/ev-window.c: (update_chrome_visibility),
6341         (ev_window_create_fullscreen_popup), (ev_window_init):
6342
6343         Do not leak the fullscreen toolbar
6344
6345 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6346
6347         * shell/ev-window.c: (view_actions_focus_in_cb),
6348         (view_actions_focus_out_cb):
6349
6350         These has a return value! Fix totally random focus
6351         issues we was seeing.
6352
6353 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6354
6355         * shell/main.c: (load_files_remote):
6356
6357         Allow open more than one file
6358
6359 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6360
6361         * shell/main.c: (load_files_remote):
6362
6363         Fix for dbus 0.33. bug #309975
6364
6365 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6366
6367         * properties/ev-properties-main.c: (ev_properties_get_pages):
6368
6369         Actually return NULL for types we dont support
6370
6371 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6372
6373         * po/POTFILES.in:
6374
6375         Remove empty lines.
6376
6377 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6378
6379         * backend/ev-document-factory.c:
6380         (ev_document_factory_get_document):
6381
6382         Do not try to create the object if type
6383         is invalid.
6384
6385 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6386
6387         * ps/ps-document.c: (ps_document_dispose),
6388         (ps_async_renderer_render_pixbuf):
6389         * ps/ps-document.h:
6390
6391         Do not leak the target window
6392
6393 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6394
6395         * shell/ev-application.c: (ev_application_init):
6396
6397         Let tbe check file existence for us.
6398         Add a comment about eggrecent mime filter.
6399
6400 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6401
6402         * data/evince-ui.xml:
6403         * shell/ev-application.c: (ev_application_shutdown),
6404         (ev_application_init), (ev_application_get_toolbars_model),
6405         (ev_application_get_recent_model),
6406         (ev_application_save_toolbars_model):
6407         * shell/ev-application.h:
6408         * shell/ev-window.c: (ev_window_add_recent),
6409         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6410         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6411         (ev_window_init):
6412
6413         Use common toolbar and recent models for all windows.
6414         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6415
6416 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6417
6418         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6419         successfully check for gtk_icon_view_get_visible_range.
6420
6421 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * djvu/Makefile.am:
6424         * dvi/Makefile.am:
6425         
6426         Fix djvu and dvi backend build.
6427
6428 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6429
6430         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6431         (new_separator_pixbuf):
6432
6433         Don't leak windows.
6434
6435 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6436
6437         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6438
6439         HIGification of toolbar editor dialogue.
6440
6441 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6442
6443         * configure.ac:
6444         * shell/Makefile.am:
6445
6446         Ever build metadata manager since it's just
6447         disabled at runtime now.
6448
6449 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6450
6451         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6452         (ev_metadata_manager_get), (ev_metadata_manager_set):
6453         * shell/ev-metadata-manager.h:
6454
6455         Add an _init functions that enabled metadata management
6456         at runtime.
6457
6458         * shell/ev-window.c: (page_changed_cb),
6459         (setup_document_from_metadata), (ev_window_setup_document),
6460         (setup_view_from_metadata), (ev_window_open_uri),
6461         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6462         (ev_window_run_presentation), (ev_window_stop_presentation),
6463         (save_sizing_mode), (ev_window_zoom_changed_cb),
6464         (ev_window_continuous_changed_cb),
6465         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6466         (window_configure_event_cb):
6467
6468         Remove all ugly metadata define since we deal with it
6469         at runtime now.
6470
6471         * shell/main.c: (load_files_remote), (main):
6472
6473         Add support for dbus cvs head. Hopefully didnt break one
6474         of the other versions now!
6475
6476         If we dont get a response from the dbus server just
6477         give up with it and not enable metadata.
6478
6479 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6480
6481         * Makefile.am:
6482         * backend/Makefile.am:
6483         * configure.ac:
6484         * cut-n-paste/recent-files/Makefile.am:
6485         * cut-n-paste/toolbar-editor/Makefile.am:
6486         * cut-n-paste/zoom-control/Makefile.am:
6487         * lib/Makefile.am:
6488         * pdf/Makefile.am:
6489         * pixbuf/Makefile.am:
6490         * properties/Makefile.am:
6491         * ps/Makefile.am:
6492         * shell/Makefile.am:
6493         * thumbnailer/Makefile.am:
6494         * tiff/Makefile.am:
6495
6496         Make frontends depend on just libev.
6497         Rework and group CFLAGS/LIBS definitions.
6498         Cleanups.
6499
6500 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6501
6502         * shell/ev-window:
6503
6504         do not unnecessarily save zoom
6505
6506         * configure.ac:
6507         * lib/ev-file-helpers.c: (ev_dot_dir):
6508         * shell/Makefile.am:
6509         * shell/dummy.cc:
6510
6511         Some cleanups
6512
6513 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6514
6515         * configure.ac:
6516         
6517         Remove unnecessary dependencies
6518
6519 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6520
6521         * properties/Makefile.am:
6522         * thumbnailer/Makefile.am:
6523         * tiff/Makefile.am:
6524
6525         Some more cleanups. Was really necessary
6526         but I probably introduced bugs, feel free
6527         to flame :)
6528
6529 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6530
6531         * backend/Makefile.am:
6532         * configure.ac:
6533         * cut-n-paste/recent-files/Makefile.am:
6534         * cut-n-paste/toolbar-editor/Makefile.am:
6535         * cut-n-paste/zoom-control/Makefile.am:
6536         * lib/Makefile.am:
6537         * pdf/Makefile.am:
6538         * pixbuf/Makefile.am:
6539         * properties/Makefile.am:
6540         * ps/Makefile.am:
6541         * shell/Makefile.am:
6542         * thumbnailer/Makefile.am:
6543         * tiff/Makefile.am:
6544
6545         Use gnome-common macros when possible.
6546         Cleanup dependencies.
6547         Actually disable deprecated where possible.
6548
6549 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6550
6551         * Makefile.am:
6552         * backend/Makefile.am:
6553         * properties/Makefile.am:
6554         * shell/Makefile.am:
6555         * thumbnailer/Makefile.am:
6556
6557         This should solve the circular dep without
6558         requiring dir reorg!
6559
6560         * shell/ev-window.c: (setup_view_from_metadata):
6561
6562         Never restore window size/position when the
6563         window is already visible.
6564
6565 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6566
6567         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6568
6569         Return a boolean from timeout func. Fix ported from gedit.
6570
6571 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6572
6573         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6574
6575 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6576
6577         * shell/ev-document-types.c: set "All Documents" as default filter in
6578         open dialog
6579
6580 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6581
6582         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6583         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6584         (ev_metadata_manager_set_boolean): fix value/val thinko.
6585
6586 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6587
6588         * shell/ev-window.c: (setup_view_from_metadata),
6589         (window_state_event_cb), (window_configure_event_cb),
6590         (ev_window_init):
6591
6592         Remember window position and maximized state
6593
6594 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6595
6596         * configure.ac:
6597
6598         Fix DBUS configure checks.
6599
6600         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6601         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6602         (ev_metadata_manager_set_boolean):
6603
6604         Plug mem leaks.
6605
6606         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6607         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6608         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6609         (ev_window_continuous_changed_cb),
6610         (ev_window_dual_mode_changed_cb), (ev_window_new):
6611
6612         Fix the build without DBUS.
6613
6614 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6615
6616         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6617         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6618         (ev_metadata_manager_set_string),
6619         (ev_metadata_manager_set_boolean):
6620         * shell/ev-metadata-manager.h:
6621
6622         Add support for some more types
6623
6624         * shell/ev-view.c: (scroll_to_current_page),
6625         (ev_view_get_continuous), (ev_view_set_continuous),
6626         (ev_view_get_dual_page):
6627         * shell/ev-view.h:
6628         * shell/ev-window.c: (page_changed_cb),
6629         (setup_document_from_metadata), (ev_window_setup_document),
6630         (setup_view_from_metadata), (ev_window_open_uri),
6631         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6632         (ev_window_run_presentation), (ev_window_stop_presentation),
6633         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6634         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6635         (ev_window_update_dual_page_action),
6636         (ev_window_continuous_changed_cb),
6637         (ev_window_dual_mode_changed_cb), (ev_window_init):
6638
6639         Remember a bunch of view/document properties. Prolly some
6640         are still missing but it's getting interesting.
6641
6642 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6643
6644         * configure.ac: check if dbus-binding-tool is installed. Not the
6645         case on current Ubuntu breezy, it seems.
6646
6647 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6648
6649         * data/evince.desktop.in.in:
6650         
6651         Allow open uri lists and add TryExec field.
6652
6653 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6654
6655         * configure.ac:
6656
6657         Enable dbus when available, do not require a configure
6658         option.
6659
6660 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6661
6662         * configure.ac:
6663
6664         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6665         disabled.
6666
6667 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6668         Marco Pesenti Gritti  <mpg@redhat.com>
6669
6670         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6671         
6672         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6673         functions to the format required by dbus
6674
6675         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6676         errors. Use the RPC parameters in the expected way
6677
6678 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6679
6680         * Makefile.am:
6681         * properties/Makefile.am:
6682         * properties/ev-properties-main.c: (ev_properties_get_pages):
6683
6684         Support all mime types
6685
6686         * shell/Makefile.am:
6687         * thumbnailer/Makefile.am:
6688         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6689         (evince_thumbnail_pngenc_get):
6690
6691         Use the document factory
6692
6693 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6694
6695         * backend/Makefile.am:
6696         * backend/ev-document-factory.c:
6697         (mime_type_supported_by_gdk_pixbuf),
6698         (ev_document_type_get_from_mime),
6699         (ev_document_factory_get_document),
6700         (ev_document_factory_get_backend),
6701         (ev_document_factory_get_mime_types),
6702         (ev_document_factory_get_all_mime_types):
6703         * backend/ev-document-factory.h:
6704         * shell/Makefile.am:
6705         * shell/ev-document-types.c: (get_document_from_uri),
6706         (ev_document_types_get_document),
6707         (file_filter_add_mime_list_and_free),
6708         (ev_document_types_add_filters):
6709         * shell/ev-document-types.h:
6710         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6711         * shell/ev-properties-dialog.c:
6712         (ev_properties_dialog_set_document):
6713         * shell/ev-window.c: (ev_window_cmd_file_open),
6714         (ev_window_cmd_save_as):
6715         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6716
6717         Rework document types managing to avoid code duplication
6718         and actually abstract from backend implementations.
6719         Also provide a minimal factory api that can be used by
6720         thumbnailer/properties.
6721
6722 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6723
6724         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6725         Plug a mem leak.
6726         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6727         HIG spacings.
6728
6729 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6730
6731         * shell/ev-properties-dialog.c
6732         (ev_properties_dialog_set_document): only call
6733         ev_properties_fonts_set_document() if the document implements the
6734         fonts interface
6735
6736 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6737
6738         * configure.ac:
6739         * properties/Makefile.am:
6740         * properties/ev-properties-view.c:
6741         (ev_properties_view_register_type):
6742         * properties/ev-properties-view.h:
6743         * properties/ev-properties-main.h:
6744
6745         Implement nautilus plugin for properties.
6746         Works only for pdf atm, I need to rework the
6747         document types stuff to get this to work
6748         for all backends...
6749
6750 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6751
6752         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6753         (ev_properties_fonts_set_document): use
6754         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6755
6756 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6757
6758         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6759         them
6760         (PlaceImage, tiff2ps_process_page): use
6761         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6762
6763
6764 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6765
6766         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6767         (main): to call gnome_authentication_manager_init. Should fix
6768         Bug #308510
6769
6770         * configure.ac: that requires libgnomeui 2.6.0.
6771
6772 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6773
6774         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6775         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6776         use the new tiff2ps interfaces
6777
6778         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6779         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6780
6781         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6782         structure instead of global variables.  Remove use of static
6783         variables in functions.
6784
6785 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6786
6787         * shell/ev-page-action.c: unref the completion after setting it to the
6788         entry
6789
6790 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6791
6792         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6793         postscript files
6794
6795 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6796
6797         * shell/ev-window.c (update_action_sensitivity): disable
6798         File->Print if the document does not implement the ps exporter
6799         interface
6800
6801 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6802
6803         * Makefile.am:
6804         * configure.ac:
6805         * data/evince-properties.glade:
6806         * properties/.cvsignore:
6807         * properties/Makefile.am:
6808         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6809         (ev_properties_view_class_init), (ev_properties_view_format_date),
6810         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6811         (ev_properties_view_init), (ev_properties_view_new):
6812         * properties/ev-properties-view.h:
6813         * shell/Makefile.am:
6814         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6815         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6816         (ev_properties_dialog_new):
6817         * shell/ev-properties-dialog.h:
6818         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6819         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6820         (update_progress_label), (job_fonts_finished_cb),
6821         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6822         * shell/ev-properties-fonts.h:
6823         * shell/ev-properties.c:
6824         * shell/ev-properties.h:
6825         * shell/ev-window.c: (ev_window_setup_document),
6826         (ev_window_cmd_file_properties):
6827
6828         Split the properties pages in two different objects, depend
6829         only on the backend where possible, use widgets instead
6830         of gobject for the glade part, reimplement the dialog
6831         itself with gtk.
6832         I need this to implement nautilus properties page.
6833
6834 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6835
6836         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6837         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6838         (tiff_document_document_ps_exporter_iface_init): implement the ps
6839         exporter interface for tiff documents
6840
6841         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6842         libtiff to implement TIFF postscript export
6843
6844         * tiff/tiff2ps.h: added a header file for external tiff2ps
6845         functions.
6846
6847         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6848         tiff2ps.h
6849
6850 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6851
6852         * shell/ev-view.c: (scroll_to_current_page),
6853         (ev_view_set_fullscreen), (ev_view_set_presentation):
6854         
6855         Scroll to current page when exit from presentation
6856
6857 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * shell/ev-window.c: (update_document_mode),
6860         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6861         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6862         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6863         
6864         Exit from fullscreen mode when switch to presentation. Fix for
6865         bug 309365
6866
6867 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6868
6869         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6870         return NULL if the document does not implement the selection
6871         interface.
6872
6873 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6874
6875         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6876         reported height by using the resolution aspect ratio
6877         (tiff_document_render_pixbuf): scale the pixbuf using the
6878         resolution aspect ratio
6879
6880 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6881
6882         * configure.ac:
6883         
6884         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6885         <kiltedaco@gmail.com>
6886         
6887         * djvu/djvu-document.c: (djvu_document_get_orientation),
6888         (djvu_document_set_orientation), (djvu_document_get_page_size),
6889         (rotate_pixbuf), (djvu_document_render_pixbuf),
6890         (djvu_document_document_iface_init):
6891         * dvi/dvi-document.c: (dvi_document_get_orientation),
6892         (dvi_document_set_orientation), (dvi_document_get_page_size),
6893         (rotate_pixbuf), (dvi_document_render_pixbuf),
6894         (dvi_document_document_iface_init):
6895         
6896         Dvi and djvu backends are ported to new API
6897
6898 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6899
6900         * backend/ev-selection.c: (ev_selection_get_selection_region),
6901         (ev_selection_get_selection_map):
6902         * backend/ev-selection.h:
6903         * pdf/ev-poppler.cc:
6904         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6905         * shell/ev-jobs.h:
6906         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6907         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6908         (ev_pixbuf_cache_get_text_mapping):
6909         * shell/ev-pixbuf-cache.h:
6910         * shell/ev-view.c: (location_in_text),
6911         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6912         support to EvView.  Now we can see where we can select!  Sweet!
6913
6914 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6915
6916         * shell/ev-view.c (ev_view_button_press_event): Fix
6917         event->y + view->scroll_x typo.
6918
6919 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6920
6921         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6922         sub-GdkPixbuf instead of passing dest_x and dest_y.
6923         
6924         * shell/ev-view.c: (view_point_to_doc_point),
6925         (view_rect_to_doc_rect), (ev_view_button_press_event),
6926         (ev_view_motion_notify_event), (compute_new_selection_rect),
6927         (gdk_rectangle_point_in), (compute_new_selection_text),
6928         (compute_selections): Update selection code to keep the selection
6929         around as two points and not as a normalized rectangle, and fix
6930         page level selection in two-column mode.
6931
6932 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6933
6934         * shell/ev-window.c: (window_configure_event_cb): 
6935         
6936         Fix compilation
6937         
6938 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6939
6940         * pdf/ev-poppler.cc:
6941
6942         Fix compilation
6943
6944 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * shell/Makefile.am:
6947         * shell/ev-metadata-manager.c: (item_free),
6948         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6949         (parse_value), (parseItem), (load_values),
6950         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6951         (save_values), (save_item), (get_oldest), (resize_items),
6952         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6953         * shell/ev-metadata-manager.h:
6954
6955         Metadata manager from gedit but modified to use GValue, so that
6956         we dont need to keep converting from strings.
6957
6958         * configure.ac:
6959
6960         ENABLE_METADATA conditional, on when dbus is on
6961
6962         * shell/ev-application.c: (ev_application_open_uri):
6963
6964         Show the window after load so that we can initialize
6965         window size before it's showed.
6966
6967         * shell/ev-window.c: (ev_window_setup_from_metadata),
6968         (ev_window_open_uri), (window_configure_event_cb),
6969         (ev_window_init):
6970
6971         Save and load metadata information about window size.
6972         Not yet keeping states in account.
6973
6974         * shell/main.c: (main):
6975
6976         Shutdown metadata manager.
6977
6978 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6979
6980         * shell/ev-application-service.xml:
6981         * configure.ac:
6982         * shell/Makefile.am:
6983         * shell/ev-application.c:
6984         * shell/ev-application.h:
6985         * shell/ev-window.c:
6986         * shell/ev-window.h:
6987         * shell/main.c:
6988
6989         Add an optional dbus interface (--enable-dbus).
6990         Rework application code, mainly to be easier to
6991         use "remotely".
6992         Do not open multiple windows with the same document,
6993         spatial evince!
6994
6995 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6996
6997         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6998         pixbuf iff it exists.
6999
7000 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7001
7002         * shell/*:
7003         * backend/ev-render-context.[ch]:
7004         * backend/ev-selection.[ch]:
7005
7006         Massive changes.  We now support text selection of pdfs, and not
7007         just rectangular selection.  This is pretty broken still, but I
7008         want to get something into CVS.
7009
7010 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7011
7012         * pdf/ev-poppler.cc:
7013         
7014         Fix for Bug 309080: crash on window close.
7015         
7016         * shell/ev-page-action.c: (page_changed_cb):
7017         
7018         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7019         jensgr@gmx.net (Jens Granseuer).
7020
7021 2005-06-25  Marcel Telka  <marcel@telka.sk>
7022
7023         * configure.in (ALL_LINGUAS): Added sk.
7024
7025 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7026
7027         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7028         not a document open
7029
7030 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7031
7032         * NEWS:
7033         * configure.ac:
7034
7035         Release 0.3.2
7036
7037         * cut-n-paste/recent-files/Makefile.am:
7038
7039         Fix make distcheck
7040
7041 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7044         (pixbuf_document_set_orientation), (rotate_pixbuf),
7045         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7046         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7047
7048         Implement rotation and cleanup the code a bit.
7049
7050         * tiff/tiff-document.c: (tiff_document_get_page_size),
7051         (tiff_document_get_orientation), (tiff_document_set_orientation),
7052         (rotate_pixbuf), (tiff_document_render_pixbuf),
7053         (tiff_document_document_iface_init), (tiff_document_init):
7054
7055         Implement rotation. Was the quicker solution for the release
7056         but we really need to share this code in the shell.
7057
7058 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7059
7060         * pdf/ev-poppler.cc:
7061
7062         Enable rotation, require poppler cvs. Fix a leak.
7063
7064 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7065
7066         * shell/ev-window.c: (update_action_sensitivity):
7067         
7068         Make properties unsensitive if document backend doesn't provide
7069         any info
7070
7071 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7074         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7075         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7076         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7077         (bitmap_flip_rotate_counter_clockwise):
7078         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7079         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7080         (buff_gets):
7081         * dvi/mdvi-lib/common.h:
7082         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7083         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7084         (opendvi), (mdvi_reload), (mdvi_init_context),
7085         (mdvi_destroy_context), (mdvi_dopage), (special):
7086         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7087         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7088         (file_hash_free), (register_encoding), (parse_spec),
7089         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7090         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7091         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7092         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7093         (mdvi_register_font_type), (mdvi_unregister_font_type),
7094         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7095         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7096         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7097         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7098         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7099         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7100         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7101         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7102         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7103         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7104         (mdvi_unregister_special), (mdvi_flush_specials):
7105         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7106         (t1_font_remove):
7107         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7108         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7109         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7110         (free_font_metrics), (flush_font_metrics):
7111         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7112         (tt_font_remove):
7113         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7114         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7115         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7116         (dstring_insert), (dstring_new), (dstring_reset):
7117         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7118         
7119         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7120         avoid conflict with libtool on FC4
7121         
7122         * shell/ev-window.c: (ev_window_cmd_help_about):
7123         
7124         Update copyright year. Fix for bug 308828.
7125
7126 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * shell/ev-view.c: (add_scroll_binding_keypad),
7129         (ev_view_binding_activated), (ev_view_class_init),
7130         (on_adjustment_value_changed):
7131         
7132         Bug 170874: Arrow keys switch pages in presentation mode
7133
7134 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7135
7136         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7137         
7138         Fix for Bug 308265: Sidebar dissappears coming out of 
7139         Presentation mode
7140
7141 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * shell/ev-application.c: (ev_application_open):
7144         * shell/ev-document-types.c: (ev_document_types_add_filters),
7145         (ev_document_types_add_filters_for_type):
7146         * shell/ev-document-types.h:
7147         * shell/ev-window.c: (ev_window_cmd_save_as):
7148         
7149         Suggest basename as template when saving, provide filters
7150         for save dialog. It's bug 308402
7151
7152 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7153
7154         * pdf/ev-poppler.cc:
7155         * shell/ev-sidebar-links.c: (job_finished_callback):
7156         * shell/ev-view.c: (update_find_status_message):
7157         
7158         Some leaks fixed
7159
7160 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7161
7162         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7163         (egg_recent_view_uimanager_set_list):
7164
7165         Fix buglet in !show_numbers case.
7166
7167 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7168
7169         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7170         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7171
7172         Use pango ellipsisation.
7173
7174         * pdf/ev-poppler.cc:
7175
7176         Fix refcount leak, from nsh.
7177
7178 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7179
7180         * cut-n-paste/recent-files/Makefile.am:
7181         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7182         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7183         
7184         Removed EggRecentViewGtk
7185         
7186         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7187         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7188         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7189         (ev_window_setup_recent):
7190         
7191         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7192         with other projects
7193
7194 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7195
7196         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7197         (egg_recent_view_gtk_finalize):
7198
7199         Fix memory leak
7200
7201         * cut-n-paste/toolbar-editor/Makefile.am:
7202         
7203         Fix location of cursor icon.
7204         
7205         * pdf/ev-poppler.cc:
7206         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7207         (display_completion_text), (match_completion):
7208         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7209         (selection_changed_callback), (create_loading_model),
7210         (print_section_cb), (links_page_num_func),
7211         (update_page_callback_foreach):
7212         * shell/ev-window.c: (ev_window_dispose):
7213         
7214         Small memory fixes. Links model now store objects instead
7215         of pointers to improve memory management. 
7216
7217 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7218
7219         * shell/ev-window.c: (zoom_control_changed_cb):
7220         
7221         Fix update of zoom control (bug 308268).
7222
7223 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7224
7225         * shell/ev-properties.c (set_property): escape the text correctly.
7226         Handles non-UTF-8 properties and escaped properties.  Also, sets
7227         the text to "<i>None</i>" if the property isn't set.
7228
7229         * data/evince-properties.glade: Change the label to be ellipsized,
7230         and give it a minimum size.
7231
7232 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7233
7234         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7235         * shell/ev-sidebar-links.c: (create_loading_model):
7236         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7237         * shell/ev-view.c: (ev_view_set_document):
7238         * shell/ev-window.c: (ev_window_dispose):
7239         
7240         Various small fixes, mostly memory leaks. Thanks to valgrind.
7241
7242 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7243
7244         * ps/ps-document.c: remove the locale.h include again ;-). And
7245         kill the (bogus) setlocale/savelocale business.
7246
7247 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7248
7249         * ps/ps-document.c:
7250         
7251         Include locale.h to fix build
7252         
7253         * shell/ev-sidebar.c:
7254         
7255         Remove unnecessary includes
7256
7257 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * dvi/dvi-document.c: (dvi_document_load):
7260         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7261         * po/POTFILES.in:
7262         
7263         Check for incorrect dvi files. Fix parsing dvi on AMD64
7264         platform. Thanks to tester@tester.ca (Olivier Crete).
7265
7266 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * shell/ev-page-action.c: (match_selected_cb),
7269         (display_completion_text), (match_completion), (update_model):
7270         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7271         (expand_open_links):
7272         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7273         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7274         (ev_sidebar_set_document):
7275         * shell/ev-window.c: (ev_window_xfer_job_cb),
7276         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7277         
7278         Fixed lot's of memory leaks, for example, memory leak on reload, 
7279         described in bug 307793.
7280
7281 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7282
7283         * pdf/ev-poppler.cc:
7284         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7285         (update_visible_range), (adjustment_changed_cb),
7286         (ev_sidebar_thumbnails_fill_model),
7287         (ev_sidebar_thumbnails_refresh),
7288         (ev_sidebar_tree_selection_changed),
7289         (ev_sidebar_icon_selection_changed),
7290         (ev_sidebar_thumbnails_use_icon_view),
7291         (ev_sidebar_thumbnails_set_document):
7292         * shell/ev-sidebar-thumbnails.h:
7293         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7294         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7295
7296         Refresh thumbnails when changing orientation. Not fully
7297         working yet becuase of a sidebar bug.
7298
7299         Set page orientation to poppler page everywhere. This sucks
7300         really need to fix poppler.
7301
7302 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7303
7304         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7305         (egg_recent_view_gtk_new_menu_item),
7306         (egg_recent_view_gtk_set_property),
7307         (egg_recent_view_gtk_get_property),
7308         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7309         (egg_recent_view_gtk_set_tooltip_func),
7310         (egg_recent_view_gtk_set_label_width),
7311         (egg_recent_view_gtk_get_label_width):
7312         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7313
7314         Sync with libegg (ellipsize labels)
7315
7316 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7317
7318         * data/evince-ui.xml:
7319         * shell/ev-window.c: (ev_window_cmd_go_forward),
7320         (ev_window_cmd_go_backward):
7321         
7322         Shift + PageUp moves 10 Pages. Fix for 306125
7323
7324 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7325
7326         * pdf/ev-poppler.cc:
7327
7328         Add a flag to check if orientation has been overriden
7329
7330 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7331
7332         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7333         field if necessary.
7334
7335         * ps/ps.h: add creator field to document.
7336
7337         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7338         set creator field.
7339
7340 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7341
7342         * data/evince-properties.glade:
7343         * shell/ev-properties.c: (ev_properties_set_document):
7344
7345         s/PDF Version/Format
7346
7347 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7348
7349         * shell/ev-properties.c: (ev_properties_set_document):
7350
7351         Remove unnecessary translations
7352
7353 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7354
7355         * cut-n-paste/toolbar-editor/Makefile.am:
7356
7357         Correct library name    
7358
7359 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7360
7361         * configure.ac:
7362         * cut-n-paste/recent-files/egg-recent-model.c:
7363         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7364         (egg_recent_model_unlock_file):
7365         * cut-n-paste/recent-files/egg-recent-util.c:
7366         (egg_recent_util_get_unique_id):
7367         * cut-n-paste/recent-files/update-from-egg.sh:
7368         * cut-n-paste/toolbar-editor/Makefile.am:
7369         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7370         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7371         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7372         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7373         (egg_toolbars_model_get_type):
7374         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7375
7376         Better makefile for toolbar editor and update everything
7377         to latest libegg.
7378
7379 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7380
7381         * shell/ev-window.c: (update_document_mode):
7382
7383         Prefer presentation mode when the document
7384         require fullscreen.
7385
7386 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7387
7388         * data/evince-ui.xml:
7389         * shell/ev-window.c:
7390
7391         Add control-equal for zooming
7392
7393 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7394
7395         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7396
7397 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7398
7399         * backend/ev-document.c: (ev_document_get_orientation):
7400         * backend/ev-document.h:
7401         * pdf/ev-poppler.cc:
7402         * ps/ps-document.c: (ps_document_get_orientation),
7403         (ps_document_set_orientation), (ps_document_document_iface_init):
7404
7405         Add a get_orientation api. Improve set_orientation.
7406
7407         * data/evince-ui.xml:
7408         * shell/ev-view.c: (ev_view_set_orientation),
7409         (ev_view_rotate_right), (ev_view_rotate_left):
7410         * shell/ev-view.h:
7411         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7412         (ev_window_cmd_edit_rotate_right):
7413
7414         Better ui for changing document orientation
7415
7416 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7419         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7420         * shell/ev-sidebar-links.h:
7421         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7422         (ev_sidebar_page_iface_init):
7423         * shell/ev-sidebar-page.h:
7424         * shell/ev-sidebar-thumbnails.c:
7425         (ev_sidebar_thumbnails_get_property),
7426         (ev_sidebar_thumbnails_class_init),
7427         (ev_sidebar_thumbnails_set_document):
7428         * shell/ev-sidebar-thumbnails.h:
7429         * shell/ev-view.c: (ev_view_motion_notify_event):
7430         * shell/ev-window.c: (update_chrome_visibility),
7431         (ev_window_cmd_focus_page_selector),
7432         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7433         (sidebar_page_main_widget_update_cb), (ev_window_init):
7434         
7435         Autoraise toolbar on GoToPage binding and fix bindings in
7436         EvSidebarThumbnails page.
7437
7438 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7439
7440         * shell/ev-properties.c: (update_progress_label):
7441
7442         Hide the progress label when finished; bug #307697.
7443
7444 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7445
7446         * pdf/ev-poppler.cc:
7447
7448         Enable is_open for links, you will need poppler cvs
7449
7450         * shell/ev-properties.c: (job_fonts_finished_cb):
7451
7452         Get a lock on the document when filling the tree view
7453
7454 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7455
7456         * backend/ev-document-links.h:
7457         * pdf/ev-poppler.cc:
7458         * shell/ev-sidebar-links.c: (create_loading_model),
7459         (expand_open_links), (job_finished_callback):
7460
7461         Expand links when specified by the document.
7462         Depend on a poppler api (defined out for now)
7463
7464 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7465
7466         * shell/ev-properties.c: (ev_properties_dispose),
7467         (ev_properties_class_init), (dialog_destroy_cb),
7468         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7469         (ev_properties_set_document), (ev_properties_new),
7470         (ev_properties_show):
7471         * shell/ev-properties.h:
7472
7473         Make it an object, cleanup the code, api to show it as transient
7474         and to set the document.
7475
7476         * shell/ev-window.c: (ev_window_setup_document),
7477         (ev_window_cmd_file_properties):
7478
7479         Adapt to EvProperties changes, do not show multiple
7480         times, update it when document changes.
7481
7482 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7483
7484         * ps/gstypes.h:
7485         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7486         (ps_document_set_orientation), (ps_document_document_iface_init):
7487         * ps/ps-document.h:
7488
7489         Implement orientation here too
7490
7491         * shell/ev-properties.c: (ev_properties_new):
7492         * data/evince-properties.glade:
7493
7494         Hide the fonts page for backends that doesnt
7495         support it.     
7496
7497 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7498
7499         * backend/ev-document.c: (ev_document_set_orientation):
7500         * backend/ev-document.h:
7501         * pdf/ev-poppler.cc:
7502
7503         Add orientation api. Currently poppler api is not optimal,
7504         we need to set orientation every time we _get a page.
7505         I will try to fix that at some point.
7506
7507         * data/evince-ui.xml:
7508         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7509         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7510
7511         Add orientation menu items
7512
7513         * shell/ev-page-cache.c: (ev_page_cache_clear):
7514         * shell/ev-page-cache.h:
7515
7516         Add api to clear the cache
7517
7518         * shell/ev-view.c: (setup_caches), (clear_caches),
7519         (ev_view_set_document), (ev_view_zoom_out),
7520         (ev_view_set_orientation):
7521         * shell/ev-view.h:
7522
7523         Implement orientation changing
7524
7525 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7526
7527         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7528         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7529         * backend/ev-document-fonts.h:
7530
7531         Separate scan and fill so that we can incrementally fill from
7532         the main thread. Add a progress api.
7533
7534         * data/evince-properties.glade:
7535         * pdf/ev-poppler.cc:
7536         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7537         * shell/ev-jobs.h:
7538         * shell/ev-properties.c: (update_progress_label),
7539         (job_fonts_finished_cb), (setup_fonts_view):
7540
7541         Incrementally feel the list and show the progress
7542         percentage in a label like acrobat does.
7543
7544         You are going to need poppler cvs
7545
7546 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7547
7548         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7549         * backend/ev-document-fonts.h:
7550         * pdf/ev-poppler.cc:
7551
7552         Make fonts model fill incrementally.
7553
7554         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7555         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7556         (ev_job_queue_remove_job):
7557         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7558         (ev_job_fonts_new), (ev_job_fonts_run):
7559         * shell/ev-jobs.h:
7560
7561         New job for fonts scanning
7562
7563         * shell/ev-properties.c: (job_fonts_finished_cb),
7564         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7565         * shell/ev-properties.h:
7566         * shell/ev-window.c: (ev_window_cmd_file_properties):
7567
7568         Incrementally feel the treeview using the new job. Show Loading...
7569         message until scanning is completed.
7570
7571         Hopefully I didnt break the build without the poppler patch.
7572
7573 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7574
7575         * shell/ev-application.c: (ev_application_open):
7576         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7577         (ev_document_type_get_type), (ev_document_type_lookup):
7578         * shell/ev-document-types.h:
7579         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7580         * shell/ev-job-xfer.h:
7581         * shell/ev-window.c: (ev_window_clear_local_uri),
7582         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7583         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7584         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7585         
7586         Transfer remote documents to tmp directory to display them later.
7587
7588 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7589
7590         * backend/ev-document-info.h:
7591         * shell/ev-properties.c: (ev_properties_new):
7592
7593         s/GTime*/GTime. Not sure why we was using a pointer
7594         at all there!
7595
7596 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7597
7598         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7599         situations.  That situation is that you're using GTK+-HEAD with
7600         the patch at #306726 is applied, and you have a document with <
7601         1500 pages in it.  It's not quite as uniformly nice as the
7602         TreeView, but should be better in the long run.
7603
7604         I'm pretty sure I guarded against breaking compilation with
7605         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7606         I missed some.
7607
7608         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7609         widget yet, so I commented that code out
7610         enable_view_actions_for_widget() for now.  Need to figure this
7611         out.
7612
7613         * shell/ev-page-action.c (match_selected_cb): emit the right
7614         signals.  Our cool C-l completion now works.
7615
7616 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * backend/Makefile.am:
7619         * backend/ev-document-fonts.c:
7620         * backend/ev-document-links.c:
7621         * backend/ev-document.c: (ev_document_load):
7622         * backend/ev-document.h:
7623         * backend/ev-job-queue.c:
7624         * backend/ev-job-queue.h:
7625         * backend/ev-jobs.c:
7626         * backend/ev-jobs.h:
7627         * backend/ev-page-cache.c:
7628         * backend/ev-page-cache.h:
7629
7630         EvPageCache and EvJobs are moved to shell.
7631
7632         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7633         (ev_tmp_filename):
7634         * lib/ev-file-helpers.h:
7635         
7636         New helper to work with temporary files
7637         
7638         * shell/Makefile.am:
7639         * shell/ev-application.c: (ev_application_open):
7640         * shell/ev-application.h:
7641         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7642         (remove_job_from_async_queue), (add_job_to_async_queue),
7643         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7644         (handle_job), (search_for_jobs_unlocked),
7645         (no_jobs_available_unlocked), (ev_render_thread),
7646         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7647         (ev_job_queue_add_job), (move_job_async), (move_job),
7648         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7649         * shell/ev-job-queue.h:
7650         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7651         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7652         * shell/ev-job-xfer.h:
7653         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7654         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7655         (ev_job_links_class_init), (ev_job_render_init),
7656         (ev_job_render_dispose), (ev_job_render_class_init),
7657         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7658         (ev_job_thumbnail_class_init), (ev_job_load_init),
7659         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7660         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7661         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7662         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7663         * shell/ev-jobs.h:
7664         * shell/ev-page-action.c: (ev_page_action_set_document):
7665         * shell/ev-page-cache.c: (ev_page_cache_init),
7666         (ev_page_cache_class_init), (ev_page_cache_finalize),
7667         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7668         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7669         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7670         (ev_page_cache_get_title), (ev_page_cache_get_size),
7671         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7672         (ev_page_cache_get_height_to_page),
7673         (ev_page_cache_get_max_label_chars),
7674         (ev_page_cache_get_page_label),
7675         (ev_page_cache_has_nonnumeric_page_labels),
7676         (ev_page_cache_get_info), (ev_page_cache_next_page),
7677         (ev_page_cache_prev_page), (ev_page_cache_get):
7678         * shell/ev-page-cache.h:
7679         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7680         (ev_pixbuf_cache_clear_job_sizes),
7681         (ev_pixbuf_cache_add_jobs_if_needed),
7682         (ev_pixbuf_cache_set_page_range):
7683         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7684         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7685         * shell/ev-sidebar-thumbnails.c:
7686         (ev_sidebar_tree_selection_changed),
7687         (ev_sidebar_thumbnails_set_document):
7688         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7689         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7690         (ev_statusbar_get_context_id), (ev_statusbar_push),
7691         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7692         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7693         (ev_statusbar_set_progress):
7694         * shell/ev-statusbar.h:
7695         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7696         (ev_view_find_previous):
7697         * shell/ev-window.c: (ev_window_is_empty),
7698         (ev_window_setup_document), (password_dialog_response),
7699         (ev_window_clear_jobs), (ev_window_load_job_cb),
7700         (ev_window_xfer_job_cb), (ev_window_open_uri),
7701         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7702         (ev_window_print), (ev_window_print_range),
7703         (ev_window_state_event), (ev_window_cmd_view_reload),
7704         (menu_item_select_cb), (menu_item_deselect_cb),
7705         (view_status_changed_cb), (ev_window_dispose),
7706         (drag_data_received_cb), (ev_window_init):
7707         * shell/ev-window.h:
7708         * shell/main.c: (load_files):
7709         
7710         New statusbar to show progress on idle. Two new jobs - 
7711         xfer job and load job to load document in background. And update
7712         of page_cache clients to new location of code.
7713
7714 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7715   
7716         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7717         selection in open dialog. It also remembers the last visited directory 
7718         in the current session.
7719
7720 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7721
7722         * shell/ev-properties.c: (ev_properties_new):
7723         * shell/ev-properties.h:
7724         * shell/ev-window.c: (ev_window_cmd_file_properties):
7725         
7726         Get document info from page cache instead of document itself.
7727         This should fix crash related to race conditions described in
7728         bug 306545.
7729
7730 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7731
7732         * ps/ps-document.c: (ps_document_init),
7733         (send_ps), (get_page_box), (output), (catchPipe), (input),
7734         (stop_interpreter), (file_length), (file_readable),
7735         (check_filecompressedb), (ps_document_enable_interpreter),
7736         (document_load), (ps_async_renderer_render_pixbuf):
7737         * ps/ps-document.h:
7738
7739         Big cleanup of the ps code
7740
7741 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7742
7743         * backend/Makefile.am:
7744         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7745         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7746         * backend/ev-async-renderer.h:
7747
7748         Add an async renderer interface (method + callback) which
7749         is useful for backends like ps.
7750
7751         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7752         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7753         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7754         (ev_job_queue_add_job), (move_job_async), (move_job),
7755         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7756
7757         Add queues for async renderer, these are executed on the
7758         main thread.
7759
7760         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7761         (ev_job_render_run):
7762         * backend/ev-jobs.h:
7763
7764         If the backend support async renderer interface use it.
7765
7766         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7767         (setup_pixmap), (ps_document_get_type),
7768         (ps_async_renderer_render_pixbuf),
7769         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7770
7771         Implement async renderer interface.
7772
7773 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7774
7775         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7776
7777         Cleanup links job on exit.
7778
7779 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780
7781         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7782         (drag_data_get_cb), (drag_data_received_cb):
7783         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7784         (drag_data_get_cb), (parse_item_list),
7785         (egg_toolbar_editor_load_actions):
7786         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7787         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7788         (parse_item_list), (parse_toolbars):
7789         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7790         (dvi_pixbuf_put_pixel):
7791         
7792         Fix gcc 4.0 warnings
7793
7794 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7795
7796         * ps/ps-document.c: (start_interpreter):
7797
7798         Fix warning when loading ps
7799
7800 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7801
7802         * ps/ps-document.c: (output):
7803
7804         Fix crash when priting gs error messages.
7805
7806 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7807
7808         * backend/ev-page-cache.c: (_ev_page_cache_new):
7809         * backend/ev-page-cache.h:
7810
7811         Use a const to return title so that we dont double
7812         free it. Small cleanup and fix a leak.
7813
7814         * shell/ev-window.c: (update_window_title):
7815
7816         strdup value from get_title.
7817
7818 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7819
7820         * shell/ev-sidebar-links.c: (job_finished_callback),
7821         (ev_sidebar_links_set_document):
7822
7823         Cleanup the old job when changing document
7824
7825 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7826
7827         * shell/ev-stock-icons.c:
7828         * shell/ev-stock-icons.h:
7829         * shell/ev-window.c:
7830         
7831         Add stock icons for actions that can appear in toolbar. Fix for
7832         bug 306566.
7833
7834 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7835
7836         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7837         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7838         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7839         * backend/ev-page-cache.h:
7840         * shell/ev-view.c: (scroll_to_current_page),
7841         (view_update_range_and_current_page), (get_page_y_offset),
7842         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7843         (ev_view_size_request_continuous),
7844         (ev_view_zoom_for_size_continuous_and_dual_page),
7845         (ev_view_zoom_for_size_continuous):
7846         
7847         More compact EvView layout in document with pages of different size.
7848
7849 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7850
7851         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7852         compilation.
7853
7854 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7855
7856         * shell/ev-view.c: (view_set_adjustment_values):
7857         * shell/ev-window.c: (ev_window_cmd_file_properties):
7858         
7859         A bit different fix for rounding problem but it has no
7860         problems on startup. Make properties window transient to parent.
7861
7862 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * pdf/ev-poppler.cc:
7865         
7866         More commenting of font stuff.
7867
7868 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7869
7870         * pdf/ev-poppler.cc:
7871
7872         Comment out some more fonts stuff. Should really
7873         work without the poppler patch now.
7874
7875 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7876
7877         * pdf/ev-poppler.cc:
7878
7879         Adapt to api change
7880
7881 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7882
7883         * data/evince-properties.glade:
7884         * pdf/ev-poppler.cc:
7885         * shell/ev-properties.c: (setup_fonts_view):
7886
7887         Set the column title. Show the dialog only
7888         once everything is setup.
7889         Getting font info can be very slow... will
7890         prolly need to make this threaded too.
7891
7892 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7893
7894         * backend/Makefile.am:
7895         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7896         (ev_document_fonts_get_fonts_model):
7897         * backend/ev-document-fonts.h:
7898         * data/evince-properties.glade:
7899         * pdf/ev-poppler.cc:
7900         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7901         * shell/ev-properties.h:
7902         * shell/ev-window.c: (ev_window_cmd_file_properties):
7903
7904         Implement fonts list. Defined out for now, since it depends
7905         on a not yet committed poppler patch.
7906
7907 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7908
7909         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7910         page + 1.
7911
7912         * shell/ev-window.c: Make sure we add the timeout when we get a
7913         focus-in event.
7914
7915         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7916         adjustment->value before calculating the zoom factor to average
7917         out all of our rounding errors.  The page no longer 'drifts' when
7918         resizing.
7919
7920 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7921
7922         * data/evince-properties.glade:
7923         * shell/ev-properties.c: (ev_properties_format_date),
7924         (set_property):
7925         
7926         Labels don't expand when the dialogue is resized.
7927         strftime result needs to be converted to UTF-8. Thanks
7928         to Christian Persch <chpe@gnome.org>.
7929
7930 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7931
7932         * data/evince-properties.glade:
7933
7934         Hide the fonts tab
7935
7936 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7937
7938         * backend/ev-document-info.h:
7939         * backend/ev-document.c: (ev_document_info_free):
7940         * data/evince-properties.glade:
7941         * pdf/ev-poppler.cc:
7942         * ps/ps-document.c: (ps_document_get_info):
7943         * shell/ev-properties.c: (ev_properties_format_date),
7944         (set_property), (ev_properties_new):
7945         * shell/ev-properties.h:
7946         * shell/ev-window.c: (ev_window_cmd_file_properties):
7947
7948         Rework properties code to take only EvPropertyInfo
7949         in the constructor so that it can be useful for
7950         nautilus plugin too.
7951
7952         Deal with backends that doesnt support some properties.
7953         Make set property code generic.
7954
7955 2005-06-04  Christian Persch <chpe@gnome.org>
7956
7957         * data/evince-properties.glade:
7958
7959         fix spacings, make resizeable, and make data labels
7960         selectable + ellipsised
7961
7962 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7963
7964         * backend/ev-document-info.h:
7965         * data/Makefile.am:
7966         * data/evince-ui.xml:
7967         * pdf/ev-poppler.cc:
7968         * shell/Makefile.am:
7969         * shell/ev-window.c: (update_action_sensitivity),
7970         (ev_window_cmd_file_properties):
7971
7972         Initial go at file properties. Patch by
7973         Emil Soleyman-Zomalan <emil@soleyman.com>.
7974         Needs love see #169583
7975
7976 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7977
7978         * ps/ps-document.c: (output):
7979         * ps/ps.c: (psscan):
7980
7981         Try to render even if psscan fails.
7982
7983 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7984
7985         * ps/ps.c: (psscan), (pscopydoc):
7986
7987         Port buffered reading code from gv
7988
7989 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7990
7991         * ps/ps-document.c: (interpreter_message), (output):
7992
7993         Do not fail on interpreter messages
7994
7995 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7996
7997         * backend/ev-document-misc.c:
7998         (ev_document_misc_get_thumbnail_frame):
7999
8000         Pages can be 0 x 0, dont assert on this case
8001
8002 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8003
8004         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8005         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8006
8007         Correctly manage our reference on document. Finally the reload
8008         huge leak is gone...
8009
8010 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8011
8012         * ps/ps-document.c: (ps_document_dispose):
8013
8014         Forgot to chain it to the parent. Thanks chpe.
8015
8016 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8017
8018         * ps/ps-document.c: (ps_document_dispose),
8019         (ps_document_class_init), (stop_interpreter), (document_load):
8020
8021         Cleanup dispose a bit. Dont leak the whole pixmap.
8022
8023 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8024
8025         * pdf/ev-poppler.cc:
8026
8027         Release the poppler document on dispose
8028
8029 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8030
8031         * shell/ev-view.c: (ev_view_set_document):
8032
8033         Release ref on the pixbuf cache when changing
8034         document.
8035
8036 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8037
8038         * ps/ps-document.c: (ps_document_get_info):
8039
8040         Fix a double free
8041
8042 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8043
8044         * backend/ev-page-cache.c: (ev_page_cache_init),
8045         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8046         * backend/ev-page-cache.h:
8047         * shell/ev-page-action.c: (page_changed_cb):
8048         
8049         Set page action entry width depending on labels width. Fix
8050         for bug 305202.
8051
8052 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8053
8054         * backend/ev-link.c: (ev_link_class_init):
8055
8056         Allow -1 as page value (error)
8057
8058 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8059
8060         * shell/ev-sidebar-thumbnails.c:
8061         (ev_sidebar_thumbnails_set_document):
8062         * shell/ev-view.c: (scroll_to_current_page),
8063         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8064         (page_changed_cb), (on_adjustment_value_changed),
8065         (ev_view_set_document):
8066
8067         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8068         Fix bug 305377
8069
8070 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8071
8072         * configure.ac:
8073         * djvu/djvu-document.c: (djvu_document_get_page_size):
8074
8075         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8076         bug 301993.
8077
8078 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8079
8080         * shell/ev-view.c (draw_one_page): modify the expose handling to
8081         get the shadows.
8082
8083         * shell/ev-window.c (update_action_sensitivity): Respect
8084         permissions field.  Kowtow to the man.
8085
8086         * pdf/ev-poppler.cc: Get the permissions field.
8087
8088         * tiff/*c: Make a tiny bit more robust.
8089
8090 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8091
8092         * djvu/djvu-document.c:
8093         
8094         Pop messages from djvu context message queue.
8095
8096 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8097
8098         * configure.ac, Makefile.am, shell/Makefile.am:
8099         * tiff/Makefile.am, shell/ev-document-types.c:
8100         
8101         Cleanup tiff configure checks. Fix for bug 305218.
8102
8103 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8104
8105         * configure.ac: Added "uk" to ALL_LINGUAS.
8106
8107 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8108
8109         * cut-n-paste/zoom-control/ephy-zoom.c:
8110         (ephy_zoom_get_changed_zoom_level):
8111         * cut-n-paste/zoom-control/ephy-zoom.h:
8112         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8113         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8114         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8115         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8116         (zoom_control_changed_cb), (ev_window_init):
8117         
8118         Fix minor points related to moving best fit up. Introduce
8119         "zoom" property and make zoom control change it's value on
8120         notify::zoom signals. Fix for 305080.
8121
8122 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8123
8124         * data/evince-ui.xml:
8125         * shell/ev-window.c: (set_view_actions_sensitivity):
8126         
8127         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8128
8129 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8130
8131         * configure.ac:
8132
8133         Depends on poppler 0.3.2
8134
8135 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8136
8137         * cut-n-paste/recent-files/egg-recent-item.c:
8138         (egg_recent_item_get_short_name):
8139         * cut-n-paste/toolbar-editor/Makefile.am:
8140         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8141         (new_pixbuf_from_widget):
8142         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8143         * cut-n-paste/toolbar-editor/egg-marshal.c:
8144         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8145         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8146
8147         Sync
8148
8149 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8150
8151         * tiff/tiff-document.c: Rough TIFF backend.
8152
8153 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8154
8155         * NEWS:
8156         * configure.ac:
8157         * cut-n-paste/toolbar-editor/Makefile.am:
8158
8159         Release 0.3.1
8160
8161 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8162
8163         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8164         (ev_view_find_next), (ev_view_find_previous):
8165
8166         Remove the locks around get_n_results   
8167
8168 2005-05-21  Juerg Billeter  <j@bitron.ch>
8169
8170         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8171
8172         Pass correct number of pages to poppler.
8173
8174 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8175
8176         * configure.ac:
8177         * data/Makefile.am:
8178         * data/evince.desktop.in: 
8179         * data/evince.desktop.in.in:
8180         * po/POTFILES.in:
8181         
8182         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8183
8184 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8185
8186         * shell/ev-view.c: (view_update_adjustments),
8187         (view_set_adjustment_values): cast adjustmen->value to (int)
8188         before using it.  Otherwise, we get off by a pixel in some
8189         situations.
8190
8191         (draw_one_page): Draw the border on expose.
8192
8193 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8194
8195         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8196         adjustment when the mode changes, #304923
8197
8198 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8199
8200         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8201         flickering on resize but still use gdk_window_scroll on
8202         scrolling
8203
8204 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8205
8206         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8207         option, #170458
8208
8209 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8210
8211         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8212         second page on page_changed if possible, #304669
8213
8214 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8215
8216         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8217         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8218
8219 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8220
8221         * .cvsignore:
8222         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8223         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8224         (ev_view_zoom_for_size_presentation),
8225         (ev_view_zoom_for_size_continuous_and_dual_page),
8226         (ev_view_zoom_for_size_continuous),
8227         (ev_view_zoom_for_size_dual_page),
8228         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8229         * shell/ev-view.h:
8230         * shell/ev-window.c: (update_view_size),
8231         (ev_window_sizing_mode_changed_cb):
8232
8233         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8234         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8235         an infinite loop, #304769
8236
8237
8238 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8239
8240         * data/evince-ui.xml:
8241         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8242         * shell/ev-window.c: (set_view_actions_sensitivity):
8243
8244         Make PgUp/Down behave like Space
8245
8246 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8247
8248         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8249         * backend/ev-ps-exporter.h:
8250         * pdf/ev-poppler.cc:
8251         * ps/ps-document.c: (ps_document_ps_export_begin):
8252         * shell/ev-print-job.c: (idle_print_handler):
8253
8254         Adapt to new poppler api
8255
8256 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8257
8258         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8259         (ephy_zoom_control_init):
8260
8261         Translate zoom levels
8262
8263 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8264
8265         * cut-n-paste/zoom-control/ephy-zoom.c:
8266         (ephy_zoom_get_zoom_level_index):
8267
8268         Fix current zoom -> zoom control match
8269
8270 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8271
8272         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8273         rather than the scrolled_window that it's in. Fixes bug #304655.
8274
8275 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8276
8277         * shell/ev-view.c: (view_update_adjustments),
8278         (view_set_adjustment_values), (view_update_range_and_current_page),
8279         (view_scroll_to_page), (set_scroll_adjustment),
8280         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8281         (ev_view_scroll), (ev_view_scroll_view),
8282         (ensure_rectangle_is_visible), (find_page_at_location),
8283         (get_link_at_location), (go_to_link), (status_message_from_link),
8284         (ev_view_size_request_continuous_dual_page),
8285         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8286         (ev_view_unrealize), (ev_view_expose_event),
8287         (ev_view_button_press_event), (ev_view_motion_notify_event),
8288         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8289         (draw_rubberband), (highlight_find_results), (draw_one_page),
8290         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8291         (ev_view_init), (find_changed_cb), (page_changed_cb),
8292         (on_adjustment_value_changed), (ev_view_new),
8293         (ev_view_set_document), (ev_view_set_zoom),
8294         (ev_view_set_continuous), (ev_view_set_dual_page),
8295         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8296         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8297         (ev_view_zoom_for_size_presentation),
8298         (ev_view_zoom_for_size_continuous_dual_page),
8299         (ev_view_zoom_for_size_continuous),
8300         (ev_view_zoom_for_size_dual_page),
8301         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8302         (ev_view_get_status), (ev_view_set_status),
8303         (update_find_status_message), (ev_view_get_find_status),
8304         (ev_view_set_find_status), (jump_to_find_result),
8305         (jump_to_find_page), (compute_selections), (clear_selection),
8306         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8307         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8308         (ev_view_update_primary_selection),
8309         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8310         * shell/ev-view.h:
8311         * shell/ev-window.c: (ev_window_open_page_label),
8312         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8313         (ev_window_init):
8314         * shell/ev-window.h:
8315         * shell/main.c: (load_files):
8316
8317         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8318         when resizing.  Remove the bin_window().  Also, patch from James
8319         Bowes to fix command line page, #300641
8320         
8321 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8322
8323         * data/evince-ui.xml:
8324         * shell/ev-view.c:
8325         * shell/ev-view.h:
8326         * shell/ev-window.c: (update_action_sensitivity):
8327
8328         Get rid of View->Normal Size, it's just confusing
8329
8330 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8331
8332         * backend/ev-document-info.h:
8333         * backend/ev-document.c: (ev_document_info_free): Free the
8334         EvDocumentInfo.
8335
8336         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8337         (clear_range), (add_range), (update_visible_range),
8338         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8339         (ev_sidebar_thumbnails_set_document):
8340         * shell/ev-window.c: (ev_window_setup_document): Only render the
8341         visible thumbnails.  It takes an instant to render, but it uses
8342         much less memory.
8343
8344 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8345
8346         * shell/ev-sidebar-links.c: (popup_menu_cb):
8347
8348         Select first item
8349
8350 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * lib/Makefile.am:
8353         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8354         (button_press_cb), (ev_sidebar_links_construct):
8355
8356         Show the popup menu also on keybindings
8357
8358 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8359
8360         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8361         * shell/ev-window.h:
8362
8363         Expose api to print a range (with dialog). Make private _print use
8364         it.
8365
8366         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8367         (ev_sidebar_links_construct):
8368
8369         Show a print context menu on linkx, it prints the selected
8370         section.
8371
8372 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8373
8374         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8375         button.
8376
8377 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8378
8379         * AUTHORS:
8380
8381         Update
8382
8383         * shell/ev-window.c: (build_comments_string),
8384         (ev_window_cmd_help_about):
8385
8386         Show poppler version/backend and authors
8387
8388 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8389
8390         * cut-n-paste/zoom-control/ephy-zoom.c:
8391         (ephy_zoom_get_zoom_level_index):
8392         * cut-n-paste/zoom-control/ephy-zoom.h:
8393
8394         Move the best fit items at the top of the list
8395
8396 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8397
8398         * shell/ev-marshal.list:
8399         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8400         (activate_cb), (match_selected_cb), (activate_link_cb),
8401         (connect_proxy), (ev_page_action_class_init):
8402         * shell/ev-page-action.h:
8403
8404         Use signals to notify action activation. Hopefully
8405         I did not break completion since I cant test...
8406
8407         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8408         (register_custom_actions):
8409
8410         Connect to page selector actions and also grab focus on
8411         the view when activated.
8412
8413 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8414
8415         * pdf/ev-poppler.cc:
8416         * backend/ev-page-cache.c: make page size calculation consistent
8417         and set it to (int)( width * scale + 0.5).  This makes the weird
8418         line going through the middle of the page go away.
8419
8420         * shell/ev-view.c: move painting the background page after
8421         checking the expose area covers us.
8422
8423 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8424
8425         * data/evince-password.glade:
8426         
8427         Mark labels as not translatable. Fix for bug 302842.
8428
8429 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8430
8431         * configure.ac: Added "es" to ALL_LINGUAS.
8432
8433 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8434
8435         * data/evince-toolbar.xml:
8436         * shell/ev-window.c: (update_action_sensitivity),
8437         (ev_window_setup_document), (ev_window_set_page_mode),
8438         (ev_window_init):
8439
8440         Remove some leftover code from jrb first continous
8441         attempt. Use the new actions, we still need good icons
8442         though...
8443
8444 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8447
8448         Update label when connecting proxy. Fix a warning with NULL
8449         page_cache.
8450
8451 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * data/evince-ui.xml:
8454         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8455         * shell/ev-page-action.h:
8456         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8457
8458         Add mnemonic for edit toolbar.
8459         ctrl+l focus the page entry.
8460
8461 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8462
8463         * lib/Makefile.am:
8464         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8465         (ev_window_init):
8466         * shell/main.c: (main):
8467
8468         Put the toolbar xml in evince own dot dir
8469
8470 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8471
8472         * shell/ev-window.c: (ev_window_init):
8473
8474         Make the toolbar not removable
8475
8476 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * data/evince-ui.xml:
8479         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8480         * shell/ev-sidebar-links.h:
8481         * shell/ev-sidebar-thumbnails.c:
8482         (ev_sidebar_thumbnails_get_treeview):
8483         * shell/ev-sidebar-thumbnails.h:
8484         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8485         (ev_view_class_init):
8486         * shell/ev-view.h:
8487         * shell/ev-window.c: (update_action_sensitivity),
8488         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8489         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8490         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8491         (ev_window_init):
8492
8493         This is evil... Make space/backspace global accelerators but
8494         enable them only for some widgets (sidebars and view).
8495         I dont like it, but I dont know a better way... :/
8496
8497 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8498
8499         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8500         (ev_page_action_widget_finalize),
8501         (ev_page_action_widget_class_init), (update_page_cache):
8502
8503         Keep a weak reference on proxy->page_cache so that we
8504         dont try to disconnect the signal if the object is already
8505         gone. Maybe there is a better way to cleanup reference handling
8506         in page action though...
8507
8508 2005-05-10  Juerg Billeter  <j@bitron.ch>
8509
8510         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8511         * backend/ev-ps-exporter.h:
8512         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8513         * ps/ps-document.c: (ps_document_ps_export_begin):
8514         
8515         Change api to pass print range to ps_exporter_begin. The pdf backend
8516         requires this information.
8517         
8518         * shell/ev-print-job.c: (idle_print_handler):
8519         
8520         Adapt to api change
8521
8522 2005-05-10  Juerg Billeter  <j@bitron.ch>
8523
8524         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8525         (idle_print_handler)
8526         * shell/ev-window.c: (ev_window_print):
8527
8528         Support printing page range, based on patch by Amaury Jacquot
8529
8530 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8531
8532         * data/evince-toolbar.xml:
8533
8534         Add zoom control to available items
8535
8536 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8537
8538         * shell/ev-window.c: (update_action_sensitivity):
8539
8540         Set slash action insensitive when appropriate
8541
8542 2005-05-10  Christian Persch <chpe@gnome.org>
8543
8544         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8545
8546         Fix warning on the overflow menu
8547
8548 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8551
8552         Check for uri correctness/existence
8553
8554 2005-05-09  Juerg Billeter  <j@bitron.ch>
8555
8556         * shell/ev-window.c: (using_postscript_printer):
8557
8558         LPD printers use postscript, too
8559
8560 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8561
8562         * shell/ev-window.c: (register_custom_actions):
8563
8564         The zoom one is actually sort of useful,
8565         put it back
8566
8567 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8568
8569         * shell/ev-window.c: (register_custom_actions):
8570
8571         Hide page/zoom controls from overflow, they
8572         are useless.
8573
8574 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8575
8576         * cut-n-paste/update-from-egg.sh:
8577         
8578         Share it between all cut-n-paste subdirs
8579
8580         * cut-n-paste/recent-files/Makefile.am:
8581
8582         Fix to use "global" update-from-egg.sh
8583
8584         * cut-n-paste/recent-files/egg-recent-model.c:
8585         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8586         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8587         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8588         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8589
8590         Update from libegg
8591
8592         * cut-n-paste/toolbar-editor/Makefile.am:
8593
8594         Fix to use "global" update-from-egg.sh
8595
8596         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8597
8598         Update from libegg
8599
8600 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8601
8602         * configure.ac:
8603         * cut-n-paste/Makefile.am:
8604         * cut-n-paste/recent-files/Makefile.am:
8605         * cut-n-paste/toolbar-editor/.cvsignore:
8606         * cut-n-paste/toolbar-editor/Makefile.am:
8607         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8608         (egg_editable_toolbar_get_type), (get_toolbar_position),
8609         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8610         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8611         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8612         (set_item_drag_source), (create_item_from_action), (create_item),
8613         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8614         (popup_toolbar_context_menu_cb), (free_dragged_item),
8615         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8616         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8617         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8618         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8619         (item_added_cb), (item_removed_cb),
8620         (egg_editable_toolbar_construct),
8621         (egg_editable_toolbar_disconnect_model),
8622         (egg_editable_toolbar_deconstruct),
8623         (egg_editable_toolbar_set_model),
8624         (egg_editable_toolbar_set_ui_manager),
8625         (egg_editable_toolbar_set_property),
8626         (egg_editable_toolbar_get_property),
8627         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8628         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8629         (egg_editable_toolbar_new_with_model),
8630         (egg_editable_toolbar_get_edit_mode),
8631         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8632         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8633         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8634         (new_pixbuf_from_widget), (new_separator_pixbuf),
8635         (update_separator_image), (style_set_cb),
8636         (_egg_editable_toolbar_new_separator_image),
8637         (egg_editable_toolbar_get_model):
8638         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8639         * cut-n-paste/toolbar-editor/egg-marshal.c:
8640         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8641         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8642         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8643         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8644         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8645         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8646         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8647         (editor_drag_data_delete_cb), (drag_data_get_cb),
8648         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8649         (editor_create_item), (update_editor_sheet), (setup_editor),
8650         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8651         (parse_item_list), (model_has_action), (update_actions_list),
8652         (egg_toolbar_editor_load_actions):
8653         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8654         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8655         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8656         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8657         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8658         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8659         (egg_toolbars_model_add_separator), (impl_add_item),
8660         (parse_item_list), (egg_toolbars_model_add_toolbar),
8661         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8662         (impl_get_item_data), (impl_get_item_type),
8663         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8664         (egg_toolbars_model_init), (free_toolbar),
8665         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8666         (egg_toolbars_model_remove_toolbar),
8667         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8668         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8669         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8670         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8671         (egg_toolbars_model_get_item_data),
8672         (egg_toolbars_model_get_item_type):
8673         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8674         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8675         * data/Makefile.am:
8676         * data/evince-toolbar.xml:
8677         * data/evince-ui.xml:
8678         * data/hand-open.png:
8679         * po/POTFILES.in:
8680         * shell/Makefile.am:
8681         * shell/ev-window.c: (update_chrome_visibility),
8682         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8683         (ev_window_dispose), (ev_window_init):
8684
8685         Implement epiphany like toolbar editor. Based on patch by
8686         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8687
8688 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8689
8690         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8691
8692         Use set_cursor instead of set_selection, so that
8693         the keyboard focus moves too.
8694
8695 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8696
8697         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8698
8699         Fix infinite loop when loading Type1 fonts
8700
8701 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * data/evince-ui.xml:
8704         * shell/ev-window.c:
8705
8706         Slash -> Find
8707
8708 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8709
8710         * configure.ac:
8711
8712         Make --disable really disable
8713
8714 2005-05-07  Juerg Billeter  <j@bitron.ch>
8715
8716         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8717
8718         Compare page labels even without has_labels set, fixes setting page
8719         with entry
8720
8721 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8724         (ev_view_set_cursor), (ev_view_button_press_event),
8725         (ev_view_motion_notify_event), (ev_view_button_release_event),
8726         (ev_view_init):
8727
8728         Implement middle button scrolling. Based on a patch
8729         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8730
8731 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * shell/ev-document-types.c: (get_slow_mime_type),
8734         (get_document_type_from_mime), (ev_document_type_lookup):
8735         * shell/ev-document-types.h:
8736
8737         Change api to lookup from uri. Do fast lookup first, if the
8738         type is unknown try with data sniffing.
8739
8740         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8741         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8742
8743         Adapt to api change
8744
8745 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8746
8747         * thumbnailer/Makefile.am:
8748
8749         Fix distcheck
8750
8751 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8752
8753         * NEWS:
8754         * configure.ac:
8755
8756         Release 0.3.0
8757
8758         * data/evince-ui.xml:
8759
8760         Hide presentation mode for now
8761
8762         * shell/ev-view.c: (highlight_find_results):
8763
8764         Show current find selection only on current page
8765
8766 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * shell/ev-view.c: (ev_view_select_all):
8769
8770         Compute size of the actual page, not of
8771         the current one.
8772
8773 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8776         (view_rect_to_doc_rect), (compute_selections),
8777         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8778         (ev_view_copy), (ev_view_primary_get_cb),
8779         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8780         (ev_view_button_press_event), (ev_view_motion_notify_event),
8781         (ev_view_button_release_event), (page_changed_cb):
8782
8783         Fix text selection
8784
8785 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * shell/ev-view.c: (compute_border), (get_page_extents),
8788         (doc_rect_to_view_rect), (highlight_find_results),
8789         (ev_view_bin_expose), (ev_view_select_all),
8790         (ev_view_motion_notify_event), (update_find_status_message),
8791         (jump_to_find_result), (jump_to_find_page):
8792
8793         First go at fixing search, still buggy
8794
8795 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8796
8797         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8798         dropdown box and button at the top of the sidebar.
8799
8800 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8801
8802         * configure.ac: Output zoom-control Makefile.
8803         * cut-n-paste/Makefile.am: build zoom-control subdir.
8804         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8805         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8806         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8807         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8808         * cut-n-paste/zoom-control/ephy-zoom.c:
8809         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8810         from epiphany, and modified to add a separator into the menu.
8811         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8812         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8813         zoom-control action.
8814         * shell/Makefile.am: Include zoom-control flags.
8815         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8816         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8817         (ev_view_zoom_for_size_presentation),
8818         (ev_view_zoom_for_size_continuous_and_dual_page),
8819         (ev_view_zoom_for_size_continuous),
8820         (ev_view_zoom_for_size_dual_page),
8821         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8822         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8823         ev_view_get_zoom and ev_view_get_sizing_mode.
8824         * shell/ev-view.h:
8825         * shell/ev-window.c: (update_action_sensitivity),
8826         (update_sizing_buttons), (zoom_control_changed_cb),
8827         (register_custom_actions): Initialize and use the zoom-control 
8828         widget.
8829
8830 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8831
8832         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8833         preview cache back to 1.  Don't know when it got set to 0.
8834         
8835         * shell/ev-view.c: (compute_border), (ev_view_realize),
8836         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8837         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8838         (ev_view_get_fullscreen), (ev_view_set_presentation),
8839         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8840         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8841         * shell/ev-view.h:
8842         * shell/ev-window.c:
8843         (update_chrome_visibility),
8844         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8845         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8846         (update_document_mode), (ev_window_update_fullscreen_action),
8847         (ev_window_fullscreen), (ev_window_unfullscreen),
8848         (ev_window_cmd_view_fullscreen),
8849         (ev_window_update_presentation_action),
8850         (ev_window_run_presentation), (ev_window_stop_presentation),
8851         (ev_window_cmd_view_presentation), (ev_window_state_event),
8852         (ev_window_focus_in_event), (ev_window_focus_out_event),
8853         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8854         * data/evince-ui.xml: Initial presentation mode.  We should
8855         probably hide this until it's done, as it's quite rough.  Also,
8856         change full-screen to fullscreen and add two getters to EvView.
8857
8858 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * shell/ev-page-action.c: (update_page_cache),
8861         (ev_page_action_dispose):
8862         * shell/ev-window.c: (destroy_fullscreen_popup),
8863         (ev_window_create_fullscreen_popup):
8864
8865         Use connect_object rather than explicitly
8866         disconnect on dispose.
8867
8868 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8869
8870         * shell/ev-page-action.c: (update_page_cache),
8871         (ev_page_action_dispose):
8872
8873 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8874
8875         * backend/ev-page-cache.c: (_ev_page_cache_new),
8876         (ev_page_cache_set_page_label),
8877         (ev_page_cache_has_nonnumeric_page_labels):
8878         * backend/ev-page-cache.h:
8879         * shell/ev-page-action.c: (update_pages_label):
8880         
8881         If all page labels are numeric, fallback to default
8882         way to display number of pages. See bug 173185.
8883
8884 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8885
8886         * shell/ev-page-action.c: (ev_page_action_dispose):
8887         * shell/ev-view.c: (view_update_range_and_current_page):
8888         * shell/ev-window.c: (ev_window_dispose):
8889         
8890         Set page on scroll in continuous mode. Fixes bug 301986.
8891         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8892
8893 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8894
8895         * configure.ac:
8896
8897         Require poppler 0.3.0
8898
8899 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8900         
8901         * shell/Makefile.am, configure.ac: Fix build problems
8902         with t1lib. Bug 301996.
8903
8904 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8905
8906         * shell/ev-view.c: (ev_view_scroll_event):
8907         
8908         Scroll up increase zoom
8909
8910 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8911
8912         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8913         (ev_view_set_sizing_mode),
8914         (ev_view_zoom_for_size_continuous_and_dual_page),
8915         (ev_view_zoom_for_size_continuous):
8916         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8917         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8918         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8919         (ev_window_init):
8920
8921         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8922         Fix for 165473 and 165472.
8923
8924 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8925
8926         * po/POTFILES.in:
8927         * thumbnailer/Makefile.am:
8928         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8929         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8930         * thumbnailer/evince-thumbnailer.schemas.in:
8931         
8932         Make thumbnailer schemas translatable. Fix for bug 301773
8933         
8934         * thumbnailer/evince-thumbnailer-djvu.schemas:
8935         * thumbnailer/evince-thumbnailer-dvi.schemas:
8936         * thumbnailer/evince-thumbnailer.schemas:
8937
8938         Removed files
8939
8940 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8941
8942         * shell/ev-view.c (ev_view_init): forgot to set this.
8943
8944 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8945
8946         * shell/ev-view.c: (find_page_at_location),
8947         (get_link_at_location),
8948         (ev_view_set_show_border), (ev_view_set_spacing),
8949         (ev_view_zoom_for_size_continuous_and_dual_page),
8950         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8951         Also, add a quick fix measuring of widths.  Also, removed
8952         ev_view_set_spacing and ev_view_set_show_border.
8953         
8954         * shell/ev-window.c: (ev_window_unfullscreen),
8955         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8956
8957 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8958
8959         * shell/ev-view.c: (view_update_range_and_current_page),
8960         (page_changed_cb):
8961         
8962         Fix crash on exit and scrolling to page in continuous view.
8963
8964 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8965
8966         * TODO:
8967         * backend/ev-page-cache.c: (_ev_page_cache_new),
8968         (ev_page_cache_get_max_width_size),
8969         (ev_page_cache_get_max_height_size):
8970         * backend/ev-page-cache.h:
8971         * data/evince-ui.xml:
8972         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8973         * shell/ev-view.c: (view_update_adjustments),
8974         (view_update_range_and_current_page), (get_bounding_box_size),
8975         (ev_view_size_request_continuous_and_dual_page),
8976         (ev_view_size_request_continuous),
8977         (ev_view_size_request_dual_page),
8978         (ev_view_size_request_single_page), (ev_view_size_request),
8979         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8980         (ev_view_bin_expose), (ev_view_expose_event),
8981         (ev_view_set_property), (ev_view_get_property),
8982         (ev_view_class_init), (ev_view_init), (ev_view_new),
8983         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8984         (ev_view_set_dual_page), (ev_view_set_full_screen),
8985         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8986         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8987         (ev_view_zoom_out), (zoom_for_size_fit_width),
8988         (zoom_for_size_best_fit),
8989         (ev_view_zoom_for_size_continuous_and_dual_page),
8990         (ev_view_zoom_for_size_continuous),
8991         (ev_view_zoom_for_size_dual_page),
8992         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8993         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8994         * shell/ev-view.h:
8995         * shell/ev-window.c: (update_action_sensitivity),
8996         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8997         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8998         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8999         (ev_window_cmd_view_zoom_out), (update_view_size),
9000         (ev_window_set_sizing_mode), (ev_window_init):
9001
9002         Add Continuous and Dual page modes.
9003
9004 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9005
9006         * dvi/dvi-document.c: (dvi_document_load),
9007         (dvi_document_thumbnails_get_thumbnail),
9008         (dvi_document_init_params): Fix up some mixups between
9009         width and height to correct thumbnail rendering.
9010
9011 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9012
9013         * dvi/mdvi-lib/private.h:
9014         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9015         
9016         Suppess output for kpathsea during font generation. Thanks to
9017         James Bowes
9018
9019 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9020
9021         * NEWS:
9022         * configure.ac:
9023
9024         Release 0.2.1
9025
9026         * Makefile.am: fix distcheck.
9027
9028 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9029
9030         * shell/ev-sidebar-links.c: (selection_changed_callback),
9031         (update_page_callback), (row_activated_callback),
9032         (job_finished_callback), (ev_sidebar_links_set_document):
9033         
9034         Fix for bug #169901. Double click on links expands tree.
9035
9036 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9037
9038         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9039         hard-coded style. Fix for bug 170111
9040
9041 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9042
9043         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9044         locking.
9045
9046 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9047
9048         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9049
9050 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9051
9052         * pdf/ev-poppler.cc:
9053         * shell/ev-view.c: (highlight_find_results):
9054
9055         Fix find on single page documents
9056
9057 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9058
9059         * data/evince.schemas.in: fix for bug 301390
9060
9061 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9062
9063         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9064         (ev_view_zoom_out), (ev_view_zoom_normal):
9065         * shell/ev-view.h:
9066         * shell/ev-window.c: (update_action_sensitivity),
9067         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9068         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9069         (ev_window_cmd_view_normal_size):
9070
9071         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9072         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9073         better than oom. 
9074
9075 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9076
9077         * configure.ac:
9078
9079         Depend on 2.57, 2.59 doesnt seem to be necessary
9080
9081 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9082
9083         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9084         (create_tool_item):
9085
9086         Put back total number of pages as (1 of 1234)
9087
9088 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9089
9090         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9091         remove the job.
9092
9093         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9094         function.  This helps debugging.
9095
9096 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9097
9098         * djvu/djvu-document.c: (djvu_document_class_init),
9099         (djvu_document_get_info), (djvu_document_document_iface_init):
9100         * dvi/dvi-document.c: (dvi_document_class_init),
9101         (dvi_document_get_info), (dvi_document_document_iface_init):
9102
9103         Dummy implementation of get_info method for dvi and
9104         djvu. Fix crashes with those backends
9105
9106 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9107
9108         * data/evince.desktop.in:
9109
9110         Add application/x-gzpostscript
9111
9112 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9113
9114         * data/evince.schemas.in: Added real long descriptions, 
9115         closes bug 172496 
9116
9117         * README: Added actual text, closes bug 171869
9118
9119 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9120
9121         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9122
9123         Thumbnail page 0
9124
9125 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9126
9127         * backend/ev-document-info.h:
9128
9129         s/GDate */GDate so we can just use g_free
9130
9131 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9132
9133         * shell/ev-window.c: (update_document_mode),
9134         (ev_window_setup_document):
9135
9136         Show the window in fullscreen when specified by
9137         the document
9138
9139 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9140
9141         * backend/ev-document.c: (ev_document_class_init),
9142         (ev_document_get_info), (ev_document_render_pixbuf):
9143         * backend/ev-document.h:
9144         * backend/ev-page-cache.c: (_ev_page_cache_new):
9145         * pdf/ev-poppler.cc:
9146         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9147         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9148         * ps/ps-document.c: (ps_document_class_init), (document_load),
9149         (ps_document_get_info), (ps_document_document_iface_init):
9150
9151         Remove get_title from the interface, we can just use document info
9152
9153 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9154
9155         * backend/Makefile.am:
9156         * backend/ev-document.c: (ev_document_render_get_info):
9157         * backend/ev-document.h:
9158         * pdf/ev-poppler.cc:
9159
9160         Initial support for document info. Based on jrb patch.
9161
9162 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9163
9164         * shell/ev-window.c: (ev_window_state_event),
9165         (ev_window_class_init), (ev_window_init):
9166         
9167         Doesn't show resize grip when maximized. See bug #301053
9168
9169 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9170
9171         * po/POTFILES.in:
9172         
9173         ev-sidebar-thumbnails now has translatable labels
9174         
9175         * shell/Makefile.am:
9176         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9177         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9178         (ev_sidebar_links_page_iface_init):
9179         * shell/ev-sidebar-links.h:
9180         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9181         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9182         (ev_sidebar_page_get_label):
9183         * shell/ev-sidebar-page.h:
9184         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9185         (ev_sidebar_thumbnails_set_document),
9186         (ev_sidebar_thumbnails_support_document),
9187         (ev_sidebar_thumbnails_get_label),
9188         (ev_sidebar_thumbnails_page_iface_init):
9189         * shell/ev-sidebar-thumbnails.h:
9190         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9191         (ev_sidebar_set_document):
9192         * shell/ev-sidebar.h:
9193         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9194         
9195         Small rework of sidebar code. Now sidebar pages should implement
9196         EvSidebarPage interface. That makes page management in EvSidebar
9197         easier. See bug #164811 for details
9198
9199 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9200
9201         * shell/ev-application.c: (ev_application_open):
9202         * shell/ev-document-types.c:
9203         
9204         Fix build error and small problem with application exit
9205
9206 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9207
9208         * thumbnailer/Makefile.am:
9209         * thumbnailer/evince-thumbnailer-djvu.schemas:
9210         * thumbnailer/evince-thumbnailer-dvi.schemas:
9211         
9212         Conditionally install schemas for djvu/dvi thumbnailer
9213
9214 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9215
9216         * shell/ev-document-types.h: 
9217         * shell/ev-document-types.c: 
9218         New files, handling the mapping from mimetypes to backends
9219         
9220         * shell/ev-window.c: 
9221         * thumbnailer/evince-thumbnailer.c:     
9222         Use the ev-document-types code
9223         
9224         * shell/Makefile.am: 
9225         Added new convenience library libevbackendfactory_la, containing
9226         the new mimetype->backend logic; moved the backends into it.
9227
9228         * thumbnailer/Makefile.am:
9229         Make the thumbnailer link with the libevbackend.la convenience
9230         library, rather than having a duplicate of the backend logic here.
9231
9232 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9233
9234         * shell/ev-stock-icons.c: constify some vars.
9235         * shell/ev-window.c: ditto.
9236
9237 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9238
9239         * ps/ps-document.c (get_page_orientation):
9240
9241         Respect document orientation 
9242
9243 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9244
9245         * djvu/Makefile.am:
9246         * dvi/Makefile.am:
9247         * shell/Makefile.am:
9248         
9249         Move library dependencies to components.
9250         
9251         * shell/ev-window.c: (update_window_title),
9252         (start_loading_document):
9253         
9254         Fix display of uris with spaces. Bug 168358.
9255
9256 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9257
9258         * shell/ev-sidebar-links.c: (selection_changed_cb):
9259         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9260         (ev_view_button_release_event), (ev_view_set_document):
9261         * shell/ev-view.h:
9262         * shell/ev-window.c: (find_bar_search_changed_cb):
9263         * shell/ev-window.h: Minor cleanups removing some dead code.
9264
9265 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9266
9267         * backend/ev-page-cache.c: (_ev_page_cache_new):
9268         
9269         Set current page to 0 if document has pages.
9270
9271 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9272
9273         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9274
9275         Initialize GError to NULL, fix a crash when loading fails.
9276
9277 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9278
9279         * shell/ev-window.c: (update_view_size):
9280
9281         Calculate shadow size only when there is actually
9282         a shadow.
9283
9284 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9285
9286         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9287         * shell/ev-view.h:
9288
9289         Allow setting view spacing, default to 0
9290
9291         * shell/ev-window.c: (ev_window_unfullscreen),
9292         (ev_window_cmd_view_fullscreen), (ev_window_init):
9293
9294         Remove spacing in fullscreen mode
9295
9296 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9297
9298         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9299         (ev_view_size_request), (expose_bin_window),
9300         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9301         * shell/ev-view.h:
9302         * shell/ev-window.c: (ev_window_unfullscreen),
9303         (ev_window_cmd_view_fullscreen):
9304
9305         Do not draw the border in fulscreen
9306
9307 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9308
9309         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9310         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9311         (find_page_at_location), (page_changed_cb):
9312
9313         Rework border calculation, so that I can more easily disable it.
9314         Code somewhat cleaner too.
9315
9316 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9317
9318         * backend/ev-page-cache.c: (ev_page_cache_init),
9319         (_ev_page_cache_new):
9320
9321         Remove some assertions, documents can have 0 pages.
9322         Make initial current page -1.
9323
9324         * shell/ev-page-action.c: (page_changed_cb):
9325
9326         Show "" if current page is -1
9327
9328         * shell/ev-window.c: (update_action_sensitivity),
9329         (ev_window_setup_document):
9330
9331         When document has 0 pages do not set the view
9332         and make nearly everything insensitive.
9333
9334 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9335
9336         * shell/ev-page-view.c:
9337         * shell/ev-page-view.h:
9338
9339         Remove unused files.
9340         
9341         * shell/ev-sidebar-thumbnails.c:
9342         (ev_sidebar_thumbnails_set_document):
9343         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9344         (ev_sidebar_supports_document):
9345         * shell/ev-sidebar.h:
9346         * shell/ev-window.c: (ev_window_setup_document):
9347         
9348         Doesn't show thumbnails if document has 1 page. Make
9349         sidebar menu entries sensitive only if if they have 
9350         sense. Fix bug 164811. 
9351
9352 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9353
9354         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9355         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9356         (ev_view_zoom_out), (ev_view_set_size):
9357
9358         Rework sizing to deal with documents with not uniform page
9359         size.
9360
9361 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9362
9363         * backend/ev-page-cache.c: (_ev_page_cache_new):
9364
9365         Fix several page size caching bugs
9366
9367 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9368
9369         * shell/ev-window.c: (set_action_properties):
9370
9371         Make all toolbar items translatable
9372
9373 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9374
9375         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9376         (save_page_list), (ps_document_save),
9377         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9378         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9379         (ps_document_ps_exporter_iface_init):
9380         * ps/ps-document.h:
9381
9382         Based on a patch by J�rg Billeter <j@bitron.ch>
9383         
9384         Implement print and save a copy for the ps backend.
9385
9386 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9387
9388         * backend/ev-document.h:
9389         * djvu/djvu-document.c: (djvu_document_can_get_text),
9390         (djvu_document_document_iface_init):
9391         * dvi/dvi-document.c: (dvi_document_can_get_text),
9392         (dvi_document_document_iface_init):
9393         * pdf/ev-poppler.cc:
9394         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9395         (pixbuf_document_document_iface_init):
9396         * ps/ps-document.c: (ps_document_can_get_text),
9397         (ps_document_document_iface_init):
9398         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9399         * shell/ev-window.c: (update_action_sensitivity):
9400
9401         Fix the crash when trying to copy in backends that doesnt
9402         support it. We can implement a better solution once we
9403         do real text selection.
9404
9405 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9406
9407         * data/evince-ui.xml:
9408         * shell/ev-window.c: (ev_window_cmd_escape):
9409         
9410         Work around the Escape conflict (find bar and unfullscreen)
9411
9412 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9413
9414         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9415         
9416         Fix for #300233. Next page correctly handles document end.
9417         
9418         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9419         (ev_sidebar_thumbnails_class_init),
9420         (ev_sidebar_thumbnails_set_document),
9421         (ev_sidebar_thumbnails_clear_job),
9422         (ev_sidebar_thumbnails_clear_model):
9423         
9424         Cleanup thumbnail jobs on document changes.
9425         
9426         * shell/ev-view.c: (add_scroll_binding_keypad),
9427         (add_scroll_binding_shifted), (ev_view_class_init):
9428         
9429         Shift + Space scrolls up. Fix for #173184
9430         
9431         * shell/ev-window.c: (ev_window_open_page),
9432         (ev_window_cmd_view_reload):
9433         
9434         Fix reload (Bug #300094)
9435
9436 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9437
9438         
9439         * dvi/mdvi-lib/assoc.c:
9440         * dvi/mdvi-lib/assoc.h: Removed garbage files
9441         
9442         * dvi/mdvi-lib/bitmap.c:
9443         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9444         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9445         * dvi/mdvi-lib/color.h: Antialias of rules
9446         
9447         * dvi/mdvi-lib/common.h:
9448         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9449         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9450         * dvi/mdvi-lib/files.c:
9451         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9452         * dvi/mdvi-lib/mdvi.h:
9453         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9454         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9455         * dvi/mdvi-lib/util.c: Fix compile warnings
9456         
9457         * dvi/dvi-document.c:
9458         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9459         (dvi_document_thumbnails_get_thumbnail),
9460         (dvi_document_document_thumbnails_iface_init):
9461         * dvi/mdvi-lib/Makefile.am:
9462         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9463         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9464         
9465         Dvi backend now renders thumbnails
9466
9467 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9468
9469         * shell/main.c: (main): 
9470         
9471         Save accelerators on exit. Fixes bug #172095.
9472
9473 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9474
9475         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9476         update priority" comment.
9477
9478         * backend/ev-job-queue.c: Give a way to change priority.
9479
9480 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9481
9482         * shell/ev-page-action.c: Fix logic.
9483
9484 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9485
9486         * shell/ev-view.c: (ev_view_can_find_next):
9487         * shell/ev-window.c: (ev_window_setup_document):
9488
9489         Check that the document supports find
9490
9491 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9492
9493         * data/evince-ui.xml:
9494         * shell/ev-view.c: (ev_view_can_find_next):
9495         * shell/ev-view.h:
9496         * shell/ev-window.c: (update_action_sensitivity),
9497         (find_changed_cb), (ev_window_setup_document),
9498         (ev_window_cmd_edit_find_next):
9499
9500         Add Edit->Find Next
9501
9502 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9503
9504         * pdf/ev-poppler.cc:
9505         * shell/ev-print-job.c: (idle_print_handler):
9506
9507         Make printing work again
9508
9509 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9510
9511         * shell/ev-page-action.h:
9512         * shell/ev-page-action.c: (ev_page_action_widget_init),
9513         (ev_page_action_widget_class_init), (page_changed_cb),
9514         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9515         (get_filter_model_from_model), (match_selected_cb),
9516         (display_completion_text), (match_completion), (update_model),
9517         (connect_proxy), (ev_page_action_set_property),
9518         (ev_page_action_get_property), (ev_page_action_set_document),
9519         (ev_page_action_set_model), (ev_page_action_class_init): Big
9520         reworking to make completions work iff we have >= GTK-2.7.0
9521                 
9522         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9523         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9524         (job_finished_cb): We now have a 'model' property that is set when
9525         the links are loaded.  This can be caught with "notify::model"
9526
9527         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9528         listen for the model to be set, and propagate it to the action.
9529
9530 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9531
9532         * cut-n-paste/recent-files/egg-recent-item.c:
9533         (egg_recent_item_set_uri), (make_valid_utf8),
9534         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9535         * cut-n-paste/recent-files/egg-recent-item.h:
9536         
9537         Update egg-recent from libegg. This should fix long
9538         startup problem. For details see
9539         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9540
9541 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9542
9543         * cut-n-paste/recent-files/Makefile.am:
9544         * data/evince-ui.xml, shell/Makefile.am:
9545         * shell/ev-application.c, shell/ev-application.h:
9546         * shell/ev-window.c: Recent files support.
9547         
9548         * configure.ac: Added "ru" to ALL_LINGUAS.
9549         
9550         * dvju: new backend to support DJVU files.
9551         * dvi: new backend to support DVI.
9552
9553         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9554         * ev-application.c: Support for new backends.
9555         
9556         * help, ev-window.c, main.c shell/Makefile.am: 
9557         Evince user documentation.
9558
9559 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9560
9561         * po/POTFILES.in:
9562         * shell/ev-window.c:
9563         * thumbnailer/evince-thumbnailer.c:
9564
9565         s/pdf-document/ev-poppler
9566
9567 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9568
9569         * NEWS:
9570         * configure.ac:
9571
9572         Release 0.2.0
9573
9574         * ps/ps-document.c: (setup_pixmap):
9575
9576         Remove debug code
9577
9578 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9579
9580         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9581         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9582         (ev_window_cmd_go_first_page): Fix of by one errors.
9583
9584 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9585
9586         * ps/ps-document.c: (get_page_box):
9587
9588         Fix page size calculation
9589
9590 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9591
9592         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9593         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9594         (get_page_orientation), (setup_page), (document_load),
9595         (ps_document_get_page_size), (render_pixbuf_idle):
9596         * ps/ps-document.h:
9597
9598         More refactoring to adapt to EvDocument changes
9599
9600 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9601
9602         * ps/ps-document.c: (start_interpreter):
9603
9604         Actually add alpha args
9605
9606 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9607
9608         * pdf/ev-poppler.cc:
9609
9610         Make clipboard work again
9611
9612 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9613
9614         Make searching work again.
9615         
9616         * backend/ev-document.c:
9617         * backend/ev-document.h:
9618         * backend/ev-document-find.c:
9619         * backend/ev-document-find.h: Change EvDocumentIface so we no
9620         longer store the current page or zoom level in the document.  The
9621         consequence is that all calls that operate on the current page now
9622         instead take the page number as an extra argument, and all
9623         coordinates are now doubles in document coordinate system.
9624
9625         * pdf/ev-poppler.cc:
9626         * pixbuf/pixbuf-document.c:
9627         * ps/ps-document.c: Update backends accordingly.
9628
9629 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9630
9631         * autogen.sh:
9632
9633         Add required gettext version
9634
9635 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9636
9637         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9638         make F1 bring up non-existent help.
9639
9640         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9641         epiphany's find bar, #167477
9642
9643         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9644         <emil@nishra.com> to add space-bar scrolling, 
9645
9646         * shell/ev-window.c (static GtkActionEntry entries): add default
9647         keybinding for Help (F1)
9648         Fixes #171068
9649
9650         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9651         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9652         170110
9653
9654 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9655
9656         * Makefile.am: 
9657         * pixbuf/pixbuf-document.c: 
9658
9659         Got pixbuf backend working again
9660
9661 2005-04-01  Steve Murphy  <murf@e-tools.com>
9662
9663         * configure.in: Added "rw" to ALL_LINGUAS.
9664
9665 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9666
9667         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9668         model types, noticed by Martin Kretzschmar.
9669
9670 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9671
9672         * pdf/ev-poppler.cc: Implement search based on
9673         poppler_page_find_text().  Currently a bit crude since we remember
9674         all matches from all pages.  Also, we grab the big document lock
9675         when we search since searching changes the underlying stream and
9676         thus conflicts with the rendering thread.
9677         
9678         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9679         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9680         (ev_view_find_previous): Fix some page indexes to be 0 based,
9681         offset rubber band by view offset,
9682
9683 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9684
9685         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9686
9687 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9688
9689         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9690         completely because I didn't understand GtkActions.  I should
9691         read Marco's code more carefully in the future.
9692
9693         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9694         function
9695
9696 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9697
9698         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9699         PopplerRectangle change from poppler CVS.
9700
9701 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9702
9703         * backend/ev-document.c: (ev_document_get_page_label):
9704         * backend/ev-document.h:
9705         * backend/ev-page-cache.c: (_ev_page_cache_new),
9706         (ev_page_cache_get_page_label):
9707         * backend/ev-page-cache.h:
9708         * pdf/ev-poppler.cc:
9709         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9710         (links_page_num_func):
9711         * shell/ev-sidebar-thumbnails.c:
9712         (ev_sidebar_thumbnails_set_document):
9713         * shell/ev-view.c: (status_message_from_link),
9714         (ev_view_motion_notify_event):
9715         * shell/ev-window.c: (document_supports_sidebar): Add in page
9716         label support.  It's not perfect yet, but it's the first 'feature'
9717         in a while.
9718         Also, fix a bogus comment noticed by crispin. 
9719
9720 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9721
9722         * Makefile.am: Remove pixbuf backend for now
9723
9724         * configure.ac: Require poppler-glib instead of just poppler.
9725
9726         * backend/ev-document-thumbnails.h: Add a comment
9727
9728         * backend/ev-document.h:
9729         * backend/ev-document.c: (ev_document_class_init),
9730         (ev_document_load), (ev_document_get_link),
9731         (ev_document_get_links): Remove 3 methods and add get_links.
9732         Also, made 0 based.
9733
9734         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9735         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9736
9737         * backend/ev-link.c: (ev_link_set_title),
9738         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9739         (ev_link_mapping_find):
9740         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9741         
9742         * backend/ev-page-cache.c: (ev_page_cache_init),
9743         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9744         (ev_page_cache_get_size), (ev_page_cache_next_page),
9745         (ev_page_cache_prev_page): Fix to be 0 based.
9746
9747         * pdf/Makefile.am: 
9748         * pdf/ev-poppler.h:
9749         * pdf/ev-poppler.cc: New backend.
9750         
9751         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9752         (ps_document_get_page), (ps_document_document_iface_init):
9753
9754         * shell/ev-pixbuf-cache.h:
9755         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9756         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9757         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9758         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9759         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9760         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9761         based.
9762         
9763         * shell/ev-sidebar-thumbnails.c:
9764         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9765         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9766
9767         * shell/ev-view.c: (status_message_from_link),
9768         (find_page_at_location), (get_link_at_location),
9769         (ev_view_motion_notify_event), (ev_view_button_release_event),
9770         (ev_view_init): Use the new link code.  Fix to be 0 based.
9771
9772         * shell/ev-window.c: (update_action_sensitivity),
9773         (document_supports_sidebar): 0 based.
9774
9775 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9776
9777         * pdf/pdf-document.cc: Patch from Fernando Herrera
9778         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9779         *blush*
9780
9781 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9782
9783         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9784         1 to the page, as this seems to be 1 based.  I thought we has this
9785         fixed.  grump.
9786
9787 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9788
9789         * TODO:
9790         * backend/Makefile.am:
9791         * backend/ev-document-links.c:
9792         (ev_document_links_has_document_links),
9793         (ev_document_links_get_links_model):
9794         * backend/ev-document-links.h:
9795         * backend/ev-document.c: (ev_document_get_page_cache),
9796         (ev_document_get_doc_mutex), (ev_document_load),
9797         (ev_document_save), (ev_document_get_title),
9798         (ev_document_get_n_pages), (ev_document_set_page),
9799         (ev_document_get_page), (ev_document_set_target),
9800         (ev_document_set_scale), (ev_document_set_page_offset),
9801         (ev_document_get_page_size), (ev_document_get_text),
9802         (ev_document_get_link), (ev_document_render),
9803         (ev_document_render_pixbuf), (ev_document_scale_changed):
9804         * backend/ev-document.h:
9805         * backend/ev-job-queue.c: (remove_object_from_queue),
9806         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9807         (no_jobs_available_unlocked), (ev_render_thread),
9808         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9809         (ev_job_queue_remove_job):
9810         * backend/ev-job-queue.h:
9811         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9812         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9813         (ev_job_links_class_init), (ev_job_render_init),
9814         (ev_job_render_dispose), (ev_job_render_class_init),
9815         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9816         (ev_job_thumbnail_class_init), (ev_job_finished),
9817         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9818         (ev_job_render_run), (ev_job_thumbnail_new),
9819         (ev_job_thumbnail_run):
9820         * backend/ev-jobs.h:
9821         * backend/ev-link.c:
9822         * backend/ev-link.h:
9823         * backend/ev-page-cache.c: (ev_page_cache_init),
9824         (ev_page_cache_class_init), (ev_page_cache_finalize),
9825         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9826         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9827         (ev_page_cache_set_link), (ev_page_cache_get_title),
9828         (ev_page_cache_get_size), (ev_page_cache_next_page),
9829         (ev_page_cache_prev_page):
9830         * backend/ev-page-cache.h:
9831         * pdf/pdf-document.cc:
9832         * ps/gsdefaults.c:
9833         * ps/gsdefaults.h:
9834         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9835         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9836         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9837         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9838         (is_interpreter_ready), (output), (catchPipe), (input),
9839         (start_interpreter), (check_filecompressed), (compute_dimensions),
9840         (ps_document_enable_interpreter), (document_load),
9841         (ps_document_next_page), (render_page), (ps_document_set_page),
9842         (ps_document_set_scale), (render_pixbuf_idle),
9843         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9844         * ps/ps-document.h:
9845         * shell/Makefile.am:
9846         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9847         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9848         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9849         (ev_pixbuf_cache_new), (job_finished_cb),
9850         (check_job_size_and_unref), (move_one_job),
9851         (ev_pixbuf_cache_update_range), (find_job_cache),
9852         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9853         (ev_pixbuf_cache_add_jobs_if_needed),
9854         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9855         * shell/ev-pixbuf-cache.h:
9856         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9857         (idle_print_handler):
9858         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9859         (selection_changed_cb), (create_loading_model),
9860         (ev_sidebar_links_construct), (links_page_num_func),
9861         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9862         (update_page_callback), (job_finished_cb),
9863         (ev_sidebar_links_set_document):
9864         * shell/ev-sidebar-thumbnails.c:
9865         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9866         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9867         (page_changed_cb), (thumbnail_job_completed_callback),
9868         (ev_sidebar_thumbnails_set_document):
9869         * shell/ev-sidebar-thumbnails.h:
9870         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9871         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9872         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9873         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9874         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9875         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9876         (ev_view_button_release_event), (ev_view_scroll_view),
9877         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9878         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9879         (ev_view_new), (job_finished_cb), (page_changed_cb),
9880         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9881         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9882         (ev_view_find_previous):
9883         * shell/ev-view.h:
9884         * shell/ev-window.c: (update_action_sensitivity),
9885         (ev_window_open_page), (update_window_title), (update_total_pages),
9886         (page_changed_cb), (ev_window_setup_document),
9887         (password_dialog_response), (ev_window_cmd_save_as),
9888         (ev_window_print), (ev_window_cmd_go_previous_page),
9889         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9890         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9891         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9892         * shell/main.c: (main):
9893
9894         Merge evince-threads branch
9895
9896 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9897
9898         * configure.ac: Added "lt" to ALL_LINGUAS.
9899
9900 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9901
9902         * NEWS:
9903         * configure.ac:
9904
9905         Release 0.1.9
9906
9907 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9908
9909         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9910
9911         Fix here also the thumbnails 1-basedness :)
9912
9913 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9914
9915         * NEWS:
9916         * configure.ac:
9917
9918         Release 0.1.8
9919
9920 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9921
9922         * pdf/pdf-document.cc:
9923         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9924         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9925
9926         Fix the mess we did with thumbnails and 1-basedness
9927
9928 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9929
9930         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9931
9932 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9933
9934         * NEWS:
9935         * configure.ac:
9936
9937         Release 0.1.7
9938
9939 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9940
9941         * ps/Makefile.am:
9942         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9943         (gtk_gs_defaults_get_alpha_parameters),
9944         (gtk_gs_defaults_get_ungzip_cmd),
9945         (gtk_gs_defaults_get_unbzip2_cmd):
9946         * ps/gsdefaults.h:
9947         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9948         (ps_document_get_orientation), (document_load),
9949         (ps_document_goto_page), (ps_document_set_page_size):
9950         * ps/ps-document.h:
9951
9952         Some more sanitization of the ps backend. Remove a lot
9953         of unused code and do not base our defaults on ggv
9954         preferences (ugh!)
9955
9956 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9957
9958         * thumbnailer/evince-thumbnailer.schemas:
9959         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9960         (main): add -s option for thumbnail size.
9961
9962 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9963
9964         * configure.ac:
9965
9966         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9967         remove it.
9968
9969 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9970
9971         * pdf/pdf-document.cc:
9972
9973         Remove 4 pixels of useless border from the
9974         thumbnail.
9975
9976 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9977
9978         * backend/ev-document-thumbnails.c:
9979         (ev_document_thumbnails_get_thumbnail):
9980         * backend/ev-document-thumbnails.h:
9981
9982         Rework API a bit. Add a border flag and
9983         change sizing logic (now the size we specify
9984         applies to the bigger dimension).
9985
9986         * pdf/pdf-document.cc:
9987         * pixbuf/pixbuf-document.c:
9988         (pixbuf_document_thumbnails_get_thumbnail):
9989         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9990         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9991
9992         Adapt to the new API and do not draw a border for nautilus
9993         thumbnailer.
9994
9995 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9996
9997         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9998         take thumbnails from page "0" instead of "1". Added a copyright header.
9999
10000 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10001
10002         * ps/ps-document.c: (set_up_page), (start_interpreter):
10003
10004         Make it C89 compliant
10005
10006 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10007
10008         * Makefile.am:
10009         * configure.ac:
10010         * pdf/.cvsignore:
10011         * pdf/pdf-document.cc:
10012         * thumbnailer/Makefile.am:
10013         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10014         (main):
10015         * thumbnailer/evince-thumbnailer.schemas:
10016         * thumbnailer/pdf-icon.png:
10017
10018         Add a nautilus thumbnailer.
10019         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10020
10021 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10022
10023         * NEWS:
10024         * configure.ac:
10025         * po/POTFILES.in:
10026
10027         Release 0.1.6
10028
10029 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10030
10031         Use poppler instead of including xpdf source code.  Poppler is a
10032         fork of xpdf to build it as a shared library. See
10033         http://freedesktop.org/wiki/Software/poppler.
10034
10035         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10036         xpdf fork.
10037         
10038         * pdf/Makefile.am: Build libpdfdocument.a here.
10039         
10040         * pdf/GDKSplashOutputDev.cc:
10041         * pdf/GDKSplashOutputDev.h:
10042         * pdf/GnomeVFSStream.cc:
10043         * pdf/GnomeVFSStream.h:
10044         * pdf-document.cc:
10045         * pdf-document.h:
10046         * test-gdk-output-dev.cc
10047         * Thumb.cc:
10048         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10049         against poppler.
10050
10051 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10052
10053         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10054
10055         Clear idle stack before unsetting the document
10056
10057 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10058
10059         * ps/ps-document.c: (ps_document_widget_event),
10060         (ps_document_set_target), (ps_document_finalize),
10061         (ps_document_get_page):
10062
10063         Disconnect the widget event signal on finalize.
10064         Some code cleanups.
10065
10066 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10067
10068         * ps/ps-document.c: (set_up_page):
10069
10070         If there is no bpixmap create one, even if size
10071         is not changed.
10072
10073 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10074
10075         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10076         (set_up_page), (document_load), (ps_document_set_zoom):
10077
10078         Default page is 0. Calculate size even when we have no
10079         target yet.
10080
10081 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10082
10083         * shell/ev-sidebar.c: expand the selection widget to be always as
10084         wide as the sidebar
10085
10086 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10087
10088         * shell/ev-sidebar-thumbnails.c:
10089         (ev_sidebar_thumbnails_set_document):
10090
10091         Clear the list store when setting document
10092
10093 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10094
10095         * shell/ev-page-action.c: (update_entry), (sync_entry),
10096         (activate_cb), (entry_size_request_cb), (create_tool_item),
10097         (connect_proxy):
10098
10099         Use an entry for the page control instead of spinbuttons
10100
10101 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10102
10103         * data/evince.schemas.in:
10104
10105         Correct confusing string
10106
10107 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10108
10109         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10110         for real.  Gosh, how long has this been broken.
10111
10112         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10113         check for a NULL link.  We crash otherwise.
10114
10115 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10116
10117         * NEWS:
10118         * configure.ac:
10119
10120         Release 0.1.5
10121
10122 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10123
10124         * configure.ac: add the french translation.
10125
10126 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10127
10128         * shell/ev-window.c:
10129
10130         Remove unused header -> fix distcheck
10131
10132 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10133
10134         * shell/ev-window.c: (update_window_title),
10135         (ev_window_popup_password_dialog):
10136
10137         Unescape filename for display
10138
10139 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10140
10141         * pdf/xpdf/pdf-document.cc:
10142
10143         In get_page_size deal with rotation. Also
10144         cleanup the function a bit.
10145
10146 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10147
10148         * pdf/xpdf/pdf-document.cc:
10149
10150         Fix crash when opening in new window
10151
10152 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10153
10154         * configure.ac:
10155
10156         Check ghostscript >= 7
10157
10158 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10159
10160         * shell/ev-window.c:
10161
10162         Make page width the default sizing mode
10163
10164 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10165         Marco Pesenti Gritti <marco@gnome.org>
10166
10167         * shell/ev-window.c: Remember the sidebar size
10168
10169         * data/evince.schemas.in: Add a new gconf key to store the size of
10170         the sidebar
10171
10172 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10173
10174         * data/evince-ui.xml:
10175         * shell/ev-window.c: (update_action_sensitivity),
10176         (ev_window_cmd_view_reload):
10177         
10178         Add a "Reload" action and menu entry
10179
10180 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10181
10182         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10183         iff the type doesn't support thumbnailing and indexing.
10184
10185 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10186
10187         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10188
10189 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10190
10191         * pdf/splash/Splash.cc:
10192
10193         Port fix for a crasher from kde bug
10194         http://bugs.kde.org/show_bug.cgi?id=97131
10195
10196 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10197
10198         * pdf/xpdf/pdf-document.cc:
10199
10200         Return a link even if it's of an unrecognized
10201         type. Otherwise we go in an infinte cycle.
10202
10203 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10204
10205         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10206         (size_allocate_cb), (ev_window_set_sizing_mode):
10207
10208         Update size when switching mode
10209
10210 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10211
10212         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10213         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10214         (ev_window_cmd_view_normal_size):
10215
10216         Fix size toggle buttons behavior
10217
10218 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10219
10220         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10221         (doc_rect_to_view_rect), (ev_view_size_allocate),
10222         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10223         (scale_changed_callback):
10224
10225         Do not cache offsets in size_allocate.
10226
10227 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10228
10229         * shell/ev-view.c: (ev_view_size_allocate):
10230
10231         Calculate offsets before calling the parent
10232         class (which does a redraw)
10233
10234 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10235
10236         * pdf/xpdf/pdf-document.cc:
10237
10238         Fix a crasher on exit. Unused code, put a TODO
10239
10240 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10241
10242         * backend/ev-document.c: (ev_document_class_init),
10243         (ev_document_page_changed), (ev_document_scale_changed):
10244         * backend/ev-document.h:
10245
10246         Separate page/scale notifications
10247
10248         * pdf/xpdf/pdf-document.cc:
10249
10250         Emit the new signals.
10251         Do not display the pdf page in _render, do it
10252         when scale/page are requested.
10253
10254         * ps/ps-document.c: (ps_document_set_zoom),
10255         (ps_document_widget_event):
10256         * ps/ps-document.h:
10257
10258         Emit the new signals.
10259
10260         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10261         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10262         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10263         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10264         * shell/ev-view.h:
10265         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10266         (ev_window_cmd_view_page_width), (size_allocate_cb),
10267         (ev_window_set_sizing_mode):
10268
10269         Rework sizing to be pixel based.
10270         There are bugs but should be already way better.
10271
10272 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10273
10274         * shell/ev-window.c: (ev_window_init):
10275
10276         Do not allow to shrink sidebar smaller then
10277         child requisition
10278
10279 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10280
10281         * shell/ev-sidebar.[ch]
10282         * shell/ev-window.c:
10283
10284         Improved sidebar widget. Fixes #166683
10285
10286 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10287
10288         * shell/ev-view.c (update_find_status_message): Give translators
10289         more flexibility with ngettext plural handling.
10290
10291 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10292
10293         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10294         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10295         page when we get the page size.
10296
10297 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10298
10299         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10300
10301         ps pages are 0 based, convert 
10302
10303 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10304
10305         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10306
10307         Initialize correct parent class. Set GError on document load
10308
10309 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10310
10311         * pdf/xpdf/pdf-document.cc:
10312
10313         Fixup selection offset calculation
10314
10315         * shell/ev-view.c: (view_rect_to_doc_rect),
10316         (doc_rect_to_view_rect), (ev_view_size_allocate),
10317         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10318         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10319
10320         Store selection as document relative, so that zooming
10321         and offset changing doesnt break it.
10322
10323 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10324
10325         * shell/ev-view.c: (ev_view_best_fit):
10326
10327         Do not try to best fit if the view is not realized
10328
10329 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10330           
10331         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10332
10333 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10334
10335         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10336
10337 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10338
10339         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10340         the popup window.  That prevents it resizing when in full screen
10341         mode.
10342
10343         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10344         multiple rerenders.  This pretty much sucks.
10345
10346         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10347         rest of the toolbar.
10348
10349 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10350
10351         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10352
10353 2005-02-17  Alexander Shopov  <ash@contact.bg>
10354
10355         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10356
10357 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10358
10359         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10360
10361 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10362
10363         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10364         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10365         (set_document_page), (document_changed_callback),
10366         (ev_view_set_document), (ev_view_find_previous),
10367         (ev_view_hide_cursor), (ev_view_show_cursor):
10368         * shell/ev-view.h:
10369         * shell/ev-window.c: (update_chrome_visibility),
10370         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10371         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10372         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10373         (ev_window_unfullscreen):
10374         * shell/main.c: (main):
10375
10376         Automatically hide the fullscreen button.
10377         Patch by Kristian Høgsberg <krh@redhat.com>
10378
10379 2005-02-16  Vincent Noel  <vnoel@cox.net>
10380
10381         * shell/main.c (main): Specify an icon for the window. Patch by
10382         Jaap A. Haitsma. Fixes #166177.
10383
10384 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10385
10386         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10387
10388 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10389
10390         * backend/ev-document-misc.h:
10391         * backend/ev-document-misc.c:
10392         (ev_document_misc_get_page_border_size),
10393         (ev_document_misc_paint_one_page): New function to canonicalize
10394         sizing/painting a border.
10395
10396         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10397         used.
10398
10399         * pdf/xpdf/pdf-document.cc: use new function
10400
10401         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10402         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10403         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10404         shell/ev-window.c: (update_sizing_buttons),
10405         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10406         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10407         (ev_window_cmd_view_page_width), (size_allocate_cb),
10408         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10409         and "fit width" values act as toggle buttons so they stay
10410         toggled.  It's not 100% perfect, and it's a little slow, but it's
10411         good enough to commit I think.
10412
10413 2005-02-15  David Lodge  <dave@cirt.net>
10414
10415         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10416
10417 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10418
10419         * shell/ev-window.c (update_window_title): replace newlines in
10420         the title by spaces. Bug #166107.
10421
10422 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10423
10424         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10425         parameters providing allocation width and height without
10426         scrollbars and width of a possible vertical scrollbar. With this
10427         additional information the functions can work as
10428         intended. Unfortunately they're not idempotent. We should
10429         transform these commands to toggles. Fixes Bug #164976
10430         Initial patch by Stephane Loeuillet, then heavily modified.
10431
10432         * shell/ev-view.h: update prototypes.
10433
10434         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10435         (ev_window_cmd_view_page_width): provide EvView fit functions with
10436         all the information they need. Formulas to calculate this
10437         information taken from GtkScrolledWindow.
10438
10439 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10440
10441         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10442         created a thumbnail, the list store is updated to know
10443         that the thumbnail is set. Fixes bug #166792
10444
10445 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10446
10447         * shell/ev-window.c: fixed typo, closes bug 166897
10448
10449         * TODO: updated TODO with bug numbers that are relevant
10450
10451 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10452
10453         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10454
10455 2005-02-09  Vincent Noel  <vnoel@cox.net>
10456
10457         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10458         and "Next" toolbar buttons as important to make them stand out.
10459
10460 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10461
10462         * lib/ev-debug.c:
10463         * lib/ev-debug.h:
10464         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10465         (start_interpreter), (stop_interpreter), (document_load),
10466         (ps_document_next_page), (ps_document_goto_page),
10467         (ps_document_set_page_size), (ps_document_widget_event),
10468         (ps_document_render):
10469         * shell/ev-page-view.c: (ev_page_view_dispose):
10470         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10471
10472         Fix compilation on non-gcc platforms
10473
10474 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10475
10476         * NEWS:
10477         * configure.ac:
10478
10479         Release 0.1.4
10480
10481         * pdf/xpdf/Catalog.cc:
10482         * pdf/xpdf/XRef.cc:
10483
10484         Fix the fix for CAN-2004-0888
10485
10486 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10487
10488         * data/Makefile.am:
10489         * data/evince-ui.xml:
10490         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10491         * shell/ev-stock-icons.h:
10492         * shell/ev-window.c: (update_action_sensitivity),
10493         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10494         (set_action_properties):
10495
10496         Improve toolbar layout/icons
10497
10498 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10499
10500         * pdf/xpdf/pdf-document.cc:
10501
10502         Add warnings about unimplemented/unknown link
10503         types.
10504
10505 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10506
10507         * ps/ps-document.c: (set_up_page):
10508
10509         Log gs property
10510
10511 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10512
10513         * ps/ps-document.c: (start_interpreter):
10514
10515         Log gs env var
10516
10517 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10518
10519         * shell/ev-page-view.c: (ev_page_view_dispose):
10520         * shell/ev-view.c: (ev_view_finalize):
10521         * shell/ev-window.c: (ev_window_setup_document),
10522         (ev_window_dispose), (ev_window_init):
10523
10524         Solve more refs issues.
10525
10526         I commented out the page_view initialization for now:
10527         it was never destroyed (because it's never added
10528         to a container). Because of that we was leaking
10529         gs processes. Couldnt think to a clean fix.
10530         We need to figure this out, password view has the
10531         same issue probably.
10532
10533 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10534
10535         * ps/ps-document.c: (ps_document_finalize),
10536         (ps_document_get_n_pages), (ps_document_get_page):
10537
10538         Some cleanups, stop the interpreter on finalize
10539
10540         * shell/ev-page-view.c: (ev_page_view_dispose),
10541         (ev_page_view_class_init):
10542
10543         Release our reference on the document
10544
10545 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10546
10547         * Makefile.am:
10548         * configure.ac:
10549         * doc/debugging.txt:
10550         * lib/.cvsignore:
10551         * lib/Makefile.am:
10552         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10553         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10554         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10555         * lib/ev-debug.h:
10556
10557         Add debugging helpers
10558
10559         * ps/Makefile.am:
10560         * ps/ps-document.c: (set_up_page), (start_interpreter),
10561         (stop_interpreter), (document_load), (ps_document_next_page),
10562         (ps_document_goto_page), (ps_document_set_page_size),
10563         (ps_document_widget_event), (ps_document_render):
10564         * shell/Makefile.am:
10565         * shell/ev-view.c: (expose_bin_window):
10566         * shell/main.c: (main):
10567
10568         Add some logs
10569         
10570 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10571
10572         * ps/ps-document.c: (ps_document_widget_event):
10573
10574         Initialize message_window, this should make ps
10575         rendering really work! (Never noticed because I was
10576         testing with a ps that is causing gs to exit every time!)
10577
10578 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10579
10580         * data/evince.schemas.in: updated simple error in applyto closing tag
10581
10582 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10583
10584         * Makefile.am:
10585         * configure.ac:
10586         * data/.cvsignore:
10587         * data/Makefile.am:
10588         * data/evince-ui.xml:
10589         A data/evince.schemas.in:
10590         * po/POTFILES.in:
10591         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10592         * shell/ev-stock-icons.h:
10593         * shell/ev-window.c: (update_chrome_visibility),
10594         (update_chrome_flag), (ev_window_cmd_edit_find),
10595         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10596         (ev_window_unfullscreen), (ev_window_focus_in_event),
10597         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10598         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10599         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10600         (ev_window_dispose), (ev_window_class_init),
10601         (set_action_properties), (set_chrome_actions), (load_chrome),
10602         (ev_window_init):
10603
10604         Implement fullscreen mode changes from bug #164776.
10605         Also implement persistent chrome toggles.
10606
10607 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10608
10609         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10610
10611 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10612
10613         * NEWS:
10614         * configure.ac:
10615         * shell/ev-view.c:
10616
10617         Add another check for find interface
10618
10619         Release 0.1.3
10620
10621 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10622
10623         * shell/ev-application.c: (ev_application_open):
10624         * shell/ev-window.c: (ev_window_open):
10625
10626         Open gzipped ps documents
10627
10628 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10629
10630         * TODO:
10631         * shell/ev-view.c: (set_document_page):
10632
10633         Clamp page number, dont try to move to
10634         not existant pages.
10635
10636 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10637
10638         * backend/ev-document-find.c: (ev_document_find_changed):
10639         * backend/ev-document-find.h:
10640         * pdf/xpdf/pdf-document.cc:
10641         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10642         * shell/ev-window.c: (find_bar_search_changed_cb):
10643
10644         Fix several bugs with find
10645
10646 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10647
10648         * shell/ev-sidebar-thumbnails.c
10649         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10650         document. Prevents warning from scroll_to_cell.
10651
10652 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10653
10654         * configure.ac: Add «nb» to ALL_LINGUAS too.
10655
10656 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10657
10658         * NOTES: New file with some random thoughts.
10659
10660         * TODO: Update.
10661
10662         * backend/ev-document-misc.c:
10663         (ev_document_misc_get_page_border_size): New function to
10664         canonicalize shadow drawing sizes.  Possibly goofy.
10665
10666         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10667         (ev_view_best_fit), (ev_view_fit_width):
10668         * pdf/xpdf/pdf-document.cc:
10669         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10670         * ps/ps-document.c: (ps_document_get_page_size):
10671         * backend/ev-document-misc.h:
10672         * backend/ev-document.c: (ev_document_get_page_size):
10673         * backend/ev-document.h: get_page_size now takes a page number
10674         parameter.  Made all the backends/frontends honor it.
10675
10676         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10677         see.  Doesn't work yet.
10678
10679         * shell/Makefile.am:
10680         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10681         Doesn't do anything yet.
10682
10683         * shell/ev-sidebar-thumbnails.c:
10684         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10685         [0..n_pages-1]
10686
10687         * shell/ev-window.c: (update_action_sensitivity),
10688         (ev_window_setup_document), (ev_window_set_page_mode),
10689         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10690         view-swapping code a bit so we can have multiple views on a
10691         document.  Add the multi-page view, though it can't be turned on
10692         yet.
10693
10694 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10695
10696         * shell/ev-application.c: (ev_application_open):
10697         * shell/ev-view.c: (expose_bin_window):
10698         * shell/ev-window.c: (ev_window_open):
10699
10700         Support eps and check document supports find
10701         before drawing highlightings in expose.
10702
10703 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10704
10705         * pixbuf/pixbuf-document.c:
10706         (pixbuf_document_thumbnails_get_dimensions),
10707         (pixbuf_document_document_thumbnails_iface_init):
10708
10709         implement get_dimensions
10710
10711 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10712
10713         * NEWS:
10714         * configure.ac:
10715
10716         Release 0.1.2
10717
10718 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10719
10720         * shell/ev-view.c: (set_document_page):
10721
10722         Scroll at the top of the page when changing page
10723
10724 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10725
10726         * shell/ev-view.c: (ev_view_motion_notify_event):
10727
10728         Do not redraw unnecessarily
10729
10730 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10731
10732         * pdf/xpdf/pdf-document.cc:
10733         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10734         (expose_bin_window), (find_changed_cb):
10735
10736         Yay! find works now... Now to find bugs...
10737
10738 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10739
10740         * backend/ev-document-find.c: (ev_document_find_base_init),
10741         (ev_document_find_changed):
10742         * backend/ev-document-find.h:
10743         * pdf/xpdf/pdf-document.cc:
10744         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10745         (expose_bin_window), (ev_view_init), (set_document_page),
10746         (ensure_rectangle_is_visible), (jump_to_find_result),
10747         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10748         (ev_view_find_next), (ev_view_find_previous):
10749         * shell/ev-view.h:
10750         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10751
10752         More work on find implementation, mostly there now
10753
10754 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10755
10756         * backend/ev-backend-marshalers.list:
10757         * backend/ev-document-find.c: (ev_document_find_base_init),
10758         (ev_document_find_cancel), (ev_document_find_page_has_results),
10759         (ev_document_find_get_n_results), (ev_document_find_get_result),
10760         (ev_document_find_get_progress), (ev_document_find_changed):
10761         * backend/ev-document-find.h:
10762
10763         Enanche the find interface to be really able to do
10764         multi page find.
10765
10766         * pdf/xpdf/pdf-document.cc:
10767
10768         Implement
10769
10770         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10771         (expose_bin_window), (ev_view_init),
10772         (ev_view_get_find_status_message), (find_changed_cb),
10773         (ev_view_set_document), (set_document_page):
10774
10775         Adapt to the new interface. A few things are regressed sorry,
10776         I will finish it soon.
10777
10778 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10779
10780         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10781         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10782         ev_sidebar_thumbnails_parent_class variable, don't define another
10783         parent_class variable.
10784
10785         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10786         (ev_page_action_class_init): ditto.
10787
10788         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10789         (pixbuf_document_class_init): ditto.
10790
10791         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10792         ditto.
10793
10794         * .cvsignore: ignore various valgrind output files.
10795
10796 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10797
10798         * data/evince-ui.xml:
10799         * shell/Makefile.am:
10800         * shell/ev-history.c:
10801         * shell/ev-history.h:
10802         * shell/ev-navigation-action.c:
10803         * shell/ev-navigation-action.h:
10804         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10805         (ev_view_set_page), (ev_view_fit_width):
10806         * shell/ev-view.h:
10807         * shell/ev-window.c: (update_action_sensitivity),
10808         (ev_window_setup_document), (register_custom_actions):
10809
10810         Kill session history
10811
10812 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10813
10814         * shell/ev-window.c: (update_action_sensitivity):
10815
10816         Fix inverted up/down buttons
10817
10818 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10819
10820         * shell/ev-sidebar-thumbnails.c
10821         (ev_sidebar_thumbnails_select_page): make sure the selected
10822         thumbnail stays visible.
10823
10824 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10825
10826         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10827         scrolled window for Federico.
10828
10829 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10830
10831         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10832
10833 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10834
10835         * configure.ac:
10836         * pdf/splash/SplashFTFontEngine.cc:
10837
10838         Fix CID fonts with freetype 2.1.9
10839
10840 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10841
10842         * TODO: added item for desktop icon thumbnailer
10843
10844 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10845
10846         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10847         unloaded docs when the title is accessed.
10848
10849         * shell/ev-password-view.[hc]: New widget for displaying password
10850         state.
10851
10852         * shell/ev-window.[ch]: Refactor password handling code to handle
10853         the new view.
10854
10855 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10856
10857         * NEWS:
10858         * configure.ac:
10859         * data/Makefile.am:
10860
10861         Release 0.1.1
10862
10863 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10864
10865         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10866         ignore page offset here, to make search results independent of it,
10867
10868         * shell/ev-view.c (expose_bin_window): but take offsets into
10869         account here. Bug #164932
10870
10871         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10872         scale at the right time. Bug #164996
10873
10874 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10875
10876         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10877         fix the problem. Now I just removed the Adobe font names and hope
10878         that the URW fonts are always in outline format. Bug #164934
10879
10880         * shell/ev-window.c (update_window_title): empty titles are
10881         useless, use filename in that case too.
10882
10883         * NEWS: Add some content.
10884
10885 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10886
10887         * TODO: added one more TODO item and a TODONE section :)
10888
10889 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10890
10891         * ps/ps-document.h: add page_[xy]_offset fields.
10892
10893         * ps/ps-document.c (ps_document_set_page_offset)
10894         (ps_document_render): Keep offset in consideration in a few
10895         places. Bug #164752 "postscript documents are not centered in
10896         window"
10897
10898         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10899         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10900
10901         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10902         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10903         stub out missing methods for complete EvDocument implementation.
10904         Fixes segfaults with Save A Copy and Copy actions.
10905
10906         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10907         (ps_document_document_iface_init): ditto.
10908         
10909 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10910
10911         * data/.cvsignore:
10912         * data/Makefile.am:
10913         * data/evince.desktop.in:
10914
10915         Add desktop file
10916
10917 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10918
10919         * shell/ev-view.c: (ev_view_button_press_event),
10920         (ev_view_motion_notify_event):
10921
10922         Make selection work in any direction
10923
10924 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10925
10926         * TODO:
10927         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10928
10929         Use shorter labels for some of the toolbars items
10930
10931 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10932
10933         * pdf/xpdf/pdf-document.cc:
10934
10935         Check the links info is initialized before
10936         using it. Should fix a crash on startup.
10937
10938 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10939
10940         * pixbuf/pixbuf-document.c
10941         (pixbuf_document_thumbnails_get_dimensions): force floating point
10942         division to calculate page_ratio. Fixes crash with landscape
10943         format pixbufs.
10944
10945 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10946
10947         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10948
10949 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10950
10951         * shell/ev-view.c (set_document_page): unset has_selection when
10952         the page changes.
10953         (set_document_page): handle paper size changes when the page
10954         changes (test with Free Culture, page 2).
10955
10956 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10957
10958         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10959         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10960
10961         Use normal style color for the widget background and
10962         draw a black box around the page.
10963
10964 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10965
10966         * pdf/xpdf/pdf-document.cc:
10967
10968         Keep offset in consideration in a few places
10969
10970         * shell/ev-view.c: (expose_bin_window):
10971
10972         Set the offsets so that the document is ever centered
10973
10974 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10975
10976         * TODO: Added TODO items and finished off the first todo item
10977
10978         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10979         reflect current authors
10980
10981 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10982
10983         * pdf/xpdf/pdf-document.cc:
10984         * shell/ev-view.c: (ev_view_set_cursor),
10985         (ev_view_motion_notify_event), (document_changed_callback),
10986         (set_document_page):
10987
10988         Show a wait cursor while the page is rendering
10989
10990 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10991
10992         * shell/ev-sidebar-thumbnails.c:
10993         (ev_sidebar_tree_selection_changed),
10994         (ev_sidebar_thumbnails_select_page):
10995         * shell/ev-sidebar-thumbnails.h:
10996         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10997         (ev_view_can_go_forward):
10998         * shell/ev-window.c: (ev_window_open_page),
10999         (ev_window_setup_document), (update_current_page),
11000         (view_page_changed_cb), (ev_window_init):
11001         * shell/ev-window.h:
11002
11003         Ensure thumbnails selection, toolbar page control and
11004         current page are in sync.
11005
11006 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11007
11008         * pdf/xpdf/XRef.cc:
11009
11010         Fix CAN-2005-0064
11011
11012 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11013
11014         * backend/Makefile.am:
11015         * backend/ev-document-links.h:
11016         * backend/ev-document-security.c: (ev_document_security_get_type),
11017         (ev_document_security_has_document_security),
11018         (ev_document_security_set_password):
11019         * backend/ev-document-security.h:
11020         * backend/ev-document.c: (ev_document_error_quark):
11021         * backend/ev-document.h:
11022         * data/Makefile.am:
11023         * data/evince-password.glade:
11024         * pdf/xpdf/pdf-document.cc:
11025         * shell/Makefile.am:
11026         * shell/ev-password.c: (ev_password_set_bad_password_label),
11027         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11028         (ev_password_dialog_get_password),
11029         (ev_password_dialog_set_bad_pass):
11030         * shell/ev-password.h:
11031         * shell/ev-window.c: (ev_window_get_attribute),
11032         (ev_window_set_property), (update_action_sensitivity),
11033         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11034         (ev_window_setup_document), (ev_window_get_password),
11035         (ev_window_open), (ev_window_cmd_save_as),
11036         (using_postscript_printer), (ev_window_print),
11037         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11038         (update_fullscreen_popup), (ev_window_fullscreen),
11039         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11040         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11041         (menu_item_select_cb), (find_bar_search_changed_cb),
11042         (ev_window_dispose), (ev_window_init):
11043
11044         Add initial support for password-supported dialogs.  This could be
11045         a lot cooler, but it'll do for now.
11046
11047 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11048
11049         * pdf/xpdf/pdf-document.cc:
11050         * shell/ev-view.c: (status_message_from_link),
11051         (ev_view_set_status), (ev_view_set_cursor),
11052         (ev_view_motion_notify_event), (ev_view_init):
11053         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11054
11055         Fix bugs in the links implementation and change cursor
11056         when hovering a link.
11057
11058 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11059
11060         * viewer/.cvsignore: added cvsignore file for viewer directory
11061
11062         * TODO: created TODO document
11063
11064 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11065
11066         * shell/ev-view.h:
11067         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11068         new functions to help with implementation of sensitivity code
11069         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11070         of all actions that might require it.  Fixes a crash when you
11071         click on the Zoom actions in a window lacking a document.
11072
11073 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11074
11075         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11076         of the Find action
11077
11078 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11079
11080         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11081         (pixbuf_document_document_iface_init):
11082         * ps/ps-document.c: (ps_document_get_link),
11083         (ps_document_document_iface_init):
11084         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11085         (status_message_from_link), (ev_view_set_status),
11086         (ev_view_set_find_status), (ev_view_motion_notify_event),
11087         (ev_view_button_release_event), (ev_view_set_property),
11088         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11089         (ev_view_get_find_status_message), (update_find_results),
11090         (ev_view_get_status), (ev_view_get_find_status):
11091         * shell/ev-view.h:
11092         * shell/ev-window.c: (view_status_changed_cb),
11093         (view_find_status_changed_cb), (ev_window_init):
11094
11095         View status message support, use it to show the links.
11096         Needs work...
11097
11098 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11099
11100         * backend/ev-document.c: (ev_document_get_link):
11101         * backend/ev-document.h:
11102         * pdf/xpdf/pdf-document.cc:
11103         * shell/ev-application.c: (ev_application_open):
11104         * shell/ev-application.h:
11105         * shell/ev-sidebar-links.c: (selection_changed_cb):
11106         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11107         (ev_view_go_to_link):
11108
11109         Add support for document links
11110
11111 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11112
11113         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11114         (create_tool_item):
11115         Set the spin button limits correctly.
11116         
11117         * shell/ev-sidebar-thumbnails.c:
11118         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11119         Support changing pages by clicking on the thumbnails.
11120         
11121 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11122
11123         * pixbuf/pixbuf-document.c:
11124         (pixbuf_document_thumbnails_get_dimensions),
11125         (pixbuf_document_document_thumbnails_iface_init):
11126
11127         implement get_dimensions
11128
11129 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11130
11131         * ps/ps-document.c: (ps_document_goto_page):
11132
11133         Fix page switching on multipage documents
11134
11135 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11136
11137         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11138         
11139         check for NULL before assigning to width and height parameters
11140
11141 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11142
11143         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11144         (pixbuf_document_set_property), (pixbuf_document_get_property):
11145
11146         implement get/set properties
11147
11148 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11149
11150         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11151         
11152         return NULL instead of "Unknown", letting the title get set to
11153         the filename when the pdf has no title.
11154
11155 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11156
11157         * ps/ps-document.c: (ps_document_get_page_count),
11158         (ps_document_goto_page):
11159
11160 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11161
11162         * shell/ev-history.c: (ev_history_get_property),
11163         (ev_history_set_property), (ev_history_class_init),
11164         (ev_history_add_page), (ev_history_set_current_index):
11165         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11166         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11167         (ev_navigation_action_finalize):
11168         * shell/ev-navigation-action.h:
11169         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11170         (ev_view_go_forward), (ev_view_get_find_status_message),
11171         (history_index_changed_cb), (ev_view_set_history):
11172         * shell/ev-view.h:
11173         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11174         (update_current_page), (register_custom_actions):
11175
11176         Implement history dropdowns
11177
11178 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11179
11180         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11181         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11182         (ev_view_go_forward):
11183         * shell/ev-window.c: (register_custom_actions):
11184
11185         Fix several history bugs
11186
11187 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11188
11189         * configure.ac: Add «nb» to ALL_LINGUAS.
11190
11191 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11192
11193         * backend/Makefile.am:
11194         * backend/ev-bookmark.c:
11195         * backend/ev-bookmark.h:
11196         * backend/ev-document-bookmarks.c:
11197         * backend/ev-document-bookmarks.h:
11198         * backend/ev-document-links.c: (ev_document_links_get_type),
11199         (ev_document_links_has_document_links),
11200         (ev_document_links_begin_read), (ev_document_links_get_link),
11201         (ev_document_links_get_child), (ev_document_links_next),
11202         (ev_document_links_free_iter):
11203         * backend/ev-document-links.h:
11204         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11205         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11206         (ev_link_get_link_type), (ev_link_set_link_type),
11207         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11208         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11209         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11210         (ev_link_new_external):
11211         * backend/ev-link.h:
11212         * pdf/xpdf/pdf-document.cc:
11213         * shell/Makefile.am:
11214         * shell/ev-application.c: (ev_application_open_link):
11215         * shell/ev-application.h:
11216         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11217         (ev_history_get_link_nth):
11218         * shell/ev-history.h:
11219         * shell/ev-sidebar-bookmarks.c:
11220         * shell/ev-sidebar-bookmarks.h:
11221         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11222         (ev_sidebar_links_class_init), (selection_changed_cb),
11223         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11224         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11225         (do_one_iteration), (populate_links_idle),
11226         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11227         * shell/ev-sidebar-links.h:
11228         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11229         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11230         (go_to_index):
11231         * shell/ev-view.h:
11232         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11233         * shell/ev-window.h:
11234
11235         Rename bookmark to link, and use "Index" for the sidebar panel.
11236
11237 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11238
11239         * shell/Makefile.am:
11240         * shell/ev-application.c: (ev_application_open_bookmark):
11241         * shell/ev-application.h:
11242         * shell/ev-history.c: (ev_history_init), (free_links_list),
11243         (ev_history_finalize), (ev_history_class_init),
11244         (ev_history_add_link), (ev_history_add_page),
11245         (ev_history_get_link_nth), (ev_history_get_n_links),
11246         (ev_history_get_current_index), (ev_history_set_current_index),
11247         (ev_history_new):
11248         * shell/ev-history.h:
11249         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11250         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11251         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11252         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11253         (ev_view_set_page):
11254         * shell/ev-view.h:
11255         * shell/ev-window.c: (ev_window_open_bookmark),
11256         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11257         (goto_page_cb), (register_custom_actions):
11258         * shell/ev-window.h:
11259
11260         Initial history implementation. Needs work.
11261
11262 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11263
11264         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11265
11266 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11267
11268         * cut-n-paste/recent-files/egg-recent-item.c:
11269         * cut-n-paste/recent-files/egg-recent-item.h:
11270         * cut-n-paste/recent-files/egg-recent-model.c:
11271         * cut-n-paste/recent-files/egg-recent-util.c:
11272         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11273         * cut-n-paste/recent-files/egg-recent-view.c:
11274
11275         Update
11276
11277 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11278
11279         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11280         (fillGlyph, fillImageMask, drawImage):
11281         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11282         pdf/splash/SplashTypes.h:
11283         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11284         packed mode for Splash.
11285
11286         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11287         RGB8 packed mode, eliminates the pixbuf data creation loop.
11288
11289         * shell/ev-print-job.c (ev_print_job_finalize)
11290         (ev_print_job_set_property, ev_print_job_get_property)
11291         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11292         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11293         (print_closure_finalize, ev_print_job_print): implement
11294         printing (for backends with EvPsExporter)
11295
11296         * shell/ev_print_job.h: update prototypes.
11297
11298         * shell/ev-window.c (ev_window_print): unref print job after
11299         printing.
11300
11301         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11302         unless the document implements the EvDocumentFind interface.
11303
11304 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11305
11306         * configure.ac: Added ja to ALL_LINGUAS.
11307
11308 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11309
11310         * pdf/xpdf/pdf-document.cc:
11311
11312         add a FIXME. We should probably not allocate
11313         a bookmark object every time
11314
11315 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11316
11317         * shell/ev-application.c: (ev_application_open),
11318         (ev_application_open_bookmark):
11319         * shell/ev-application.h:
11320         
11321         Add a way to open bookmarks
11322
11323         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11324         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11325         (ev_bookmark_set_property), (ev_bookmark_class_init),
11326         (ev_bookmark_new_title), (ev_bookmark_new_link),
11327         (ev_bookmark_new_external):
11328
11329         Support for external uris, better constructors.
11330
11331         * backend/ev-bookmark.h:
11332         * pdf/xpdf/pdf-document.cc:
11333         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11334
11335         Handle external uris
11336
11337 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11338
11339         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11340         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11341
11342         Hook up bookmarks navigation
11343
11344 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11345
11346         * backend/Makefile.am:
11347         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11348         (ev_bookmark_get_title), (ev_bookmark_set_title),
11349         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11350         (ev_bookmark_get_page), (ev_bookmark_set_page),
11351         (ev_bookmark_get_property), (ev_bookmark_set_property),
11352         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11353         (ev_bookmark_new):
11354         * backend/ev-bookmark.h:
11355         * backend/ev-document-bookmarks.c:
11356         (ev_document_bookmarks_get_bookmark):
11357         * backend/ev-document-bookmarks.h:
11358         * pdf/xpdf/pdf-document.cc:
11359         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11360
11361         Add a bookmark object to the backend and use it instead of get_values
11362
11363 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11364
11365         * data/evince-ui.xml:
11366
11367         Cleanup and add select all.
11368
11369         * shell/ev-view.c: (ev_view_select_all),
11370         (ev_view_button_press_event):
11371         * shell/ev-view.h:
11372         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11373
11374         Add select all.
11375         Clear selection on click.
11376
11377 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11378
11379         * shell/ev-sidebar-thumbnails.c
11380         (ev_sidebar_thumbnails_set_document): forgot to unref the
11381         loading_icon.
11382
11383 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11384
11385         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11386         at the visible page, not just linearly.  This makes it look fast.
11387
11388 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11389
11390         * backend/ev-document-misc.c
11391         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11392         white.
11393         * backend/ev-document-thumbnails.h: New interface to get the size
11394         of a page.
11395
11396 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11397
11398         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11399         make dist works
11400
11401 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11402
11403         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11404         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11405         things up a bit.
11406
11407         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11408
11409 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11410
11411         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11412         fonts. Should fix font problems on systems that have the base
11413         fonts in bitmap format. Reported by James Henstridge
11414         <james@jamesh.id.au>.
11415
11416 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11417
11418         * pdf/xpdf/Gfx.cc:
11419         * pdf/xpdf/GfxState.cc:
11420
11421         Fix for CAN-2004-1125
11422
11423 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * shell/ev-view.c: (ev_view_copy):
11426         * shell/ev-view.h:
11427         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11428
11429         Implement Edit->Copy
11430
11431 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11432
11433         * backend/ev-document.c: (ev_document_get_text):
11434         * backend/ev-document.h:
11435         * pdf/xpdf/pdf-document.cc:
11436         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11437         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11438         (ev_view_update_primary_selection), (ev_view_button_press_event),
11439         (ev_view_motion_notify_event), (ev_view_button_release_event):
11440
11441         Beginnings of clipboard support. Incomplete but primary sort
11442         of work.
11443
11444 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11445
11446         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11447         (expose_bin_window):
11448
11449         Nicer rubberband drawing, from GtkIconView.
11450
11451 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11452
11453         * backend/ev-document.c: (ev_document_save):
11454         * backend/ev-document.h:
11455         * data/evince-ui.xml:
11456         * pdf/xpdf/pdf-document.cc:
11457         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11458
11459         Implement "Save a copy..." menu item
11460
11461 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * shell/ev-view.c: (ev_view_zoom):
11464
11465         Queue a resize when zoom changes
11466
11467 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11468
11469         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11470         shadows.
11471
11472         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11473         thumbnails..
11474
11475 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11476
11477         * pdf/xpdf/pdf-document.cc
11478         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11479
11480 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11481
11482         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11483         It's slow, but I'll speed it up next!
11484
11485 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11486
11487         * shell/main.c (load_files):
11488
11489         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11490         from the command line and because it seems more appropriate.
11491
11492 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11493
11494         * data/evince-ui.xml:
11495         * shell/ev-window.c: (update_action_sensitivity),
11496         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11497
11498         s/next page/page down
11499         s/previous page/page up
11500
11501 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11502
11503         * data/evince-ui.xml:
11504
11505         Change the layout to match clarkbw design.
11506
11507         * shell/Makefile.am:
11508         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11509         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11510         (ev_navigation_action_finalize),
11511         (ev_navigation_action_set_property),
11512         (ev_navigation_action_get_property),
11513         (ev_navigation_action_class_init):
11514         * shell/ev-navigation-action.h:
11515
11516         Implement clarkbw toolbar navigation controls (incomplete)
11517
11518         * shell/ev-page-action.c: (update_label), (update_spin),
11519         (value_changed_cb), (create_tool_item), (connect_proxy),
11520         (ev_page_action_init), (ev_page_action_finalize),
11521         (ev_page_action_set_property), (ev_page_action_get_property),
11522         (ev_page_action_set_current_page),
11523         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11524         * shell/ev-page-action.h:
11525
11526         Implement a page switcher in the toolbar
11527
11528         * shell/ev-view.c: (ev_view_scroll_view):
11529         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11530         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11531         (register_custom_actions), (ev_window_init):
11532
11533         Change page on PageUp/Down.
11534
11535 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11536
11537         * pdf/xpdf/pdf-document.cc
11538         (pdf_document_thumbnails_get_thumbnail): initial stab at
11539         implementing thumbnail support for pdfs.  It only does documents
11540         with precached pdfs now.
11541
11542 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11543
11544         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11545         thumbnail code into a time-based idle as well.  Also, turn off the
11546         shadow temporarily as it's really slow.
11547
11548 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11549
11550         * backend/ev-document.c: (ev_document_class_init):
11551         * pdf/xpdf/pdf-document.cc:
11552         * shell/ev-window.c: (ev_window_open):
11553
11554         Fix document title bugs and fallback to
11555         filename when not available.
11556
11557 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11558
11559         * backend/ev-document.c: (ev_document_get_type),
11560         (ev_document_class_init), (ev_document_load),
11561         (ev_document_get_title):
11562         * backend/ev-document.h:
11563         * pdf/xpdf/pdf-document.cc:
11564         * ps/ps-document.c: (ps_document_set_property),
11565         (ps_document_get_property), (ps_document_class_init),
11566         (document_load):
11567         * ps/ps-document.h:
11568         * ps/ps.h:
11569         * shell/ev-window.c: (update_window_title), (ev_window_open),
11570         (ev_window_init):
11571
11572         Initial support for document title. Not working yet.
11573
11574 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11575
11576         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11577
11578         Grab focus on the view when clicking it
11579
11580 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11581
11582         * shell/ev-marshal.list:
11583         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11584         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11585
11586         Add key bindings to the view. Now if the focus would work
11587         right...
11588
11589 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11590
11591         * Makefile.am:
11592         * backend/Makefile.am:
11593         * data/Makefile.am:
11594         * dvi/Makefile.am:
11595         * dvi/dvilib/Makefile.am:
11596         * pdf/xpdf/Makefile.am:
11597         * po/POTFILES.in:
11598         * ps/Makefile.am:
11599
11600         Fix distcheck
11601
11602 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11603
11604         * shell/ev-view.c: (ev_view_realize):
11605
11606         Fix mouse wheel scrolling
11607
11608 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11609
11610         * ps/Makefile.am:
11611         * ps/gstypes.h:
11612         * ps/gtkgs.c:
11613         * ps/gtkgs.h:
11614         * ps/ps-document.c: (catchPipe), (ps_document_init),
11615         (ps_document_class_init), (ps_document_cleanup),
11616         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11617         (set_up_page), (close_pipe), (is_interpreter_ready),
11618         (interpreter_failed), (output), (input), (start_interpreter),
11619         (stop_interpreter), (file_length), (file_readable),
11620         (check_filecompressed), (check_pdf), (compute_xdpi),
11621         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11622         (ps_document_get_type), (ps_document_emit_error_msg),
11623         (document_load), (ps_document_next_page),
11624         (ps_document_get_current_page), (ps_document_get_page_count),
11625         (ps_document_goto_page), (ps_document_set_page_size),
11626         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11627         (ps_document_load), (ps_document_get_n_pages),
11628         (ps_document_set_page), (ps_document_get_page),
11629         (ps_document_widget_event), (ps_document_set_target),
11630         (ps_document_set_scale), (ps_document_set_page_offset),
11631         (ps_document_get_page_size), (ps_document_render),
11632         (ps_document_document_iface_init):
11633         * ps/ps-document.h:
11634         * ps/ps.c:
11635         * shell/ev-window.c: (ev_window_open):
11636
11637         Rename GtkGS to PSDocument
11638
11639 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11640
11641         * ps/gtkgs.c: (gtk_gs_class_init):
11642         * ps/gtkgs.h:
11643
11644         Some more leftover...
11645
11646 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11647
11648         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11649         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11650         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11651         * ps/gtkgs.h:
11652
11653         Remove unused code and make a lot of stuff private
11654
11655 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11656
11657         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11658         (gtk_gs_defaults_changed):
11659         * ps/gsdefaults.h:
11660         * ps/gtkgs.c:
11661         * ps/gtkgs.h:
11662         * ps/ps.h:
11663
11664         Cleanup headers dependencies
11665
11666 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11667
11668         * ps/Makefile.am:
11669         * ps/ggvutils.c:
11670         * ps/ggvutils.h:
11671         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11672         * ps/gsdefaults.h:
11673         * ps/gtkgs.c: (file_length), (file_readable),
11674         (check_filecompressed), (check_pdf), (gtk_gs_load),
11675         (gtk_gs_get_postscript):
11676
11677         Get rid of ggvutils
11678
11679 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11680
11681         * ps/ggvutils.c:
11682         * ps/ggvutils.h:
11683         * ps/gsio.h:
11684         * ps/gtkgs.c: (gtk_gs_set_zoom):
11685
11686         Cleanups
11687
11688 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11689
11690         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11691
11692         Ensure the page is rerendered when changing zoom
11693
11694 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11695
11696         * backend/ev-document.c: (ev_document_base_init),
11697         (ev_document_changed):
11698         * backend/ev-document.h:
11699
11700         Add a changed event that is emitted when the page content
11701         changes. This is necessary to deal with the fact that
11702         in ps backend rendering happen asycrounously.
11703         This makes the ps backend mostly work.
11704
11705         * pdf/xpdf/pdf-document.cc:
11706
11707         Emit changed event
11708
11709         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11710         (ps_document_set_target):
11711
11712         Emit changed event
11713
11714         * shell/ev-view.c: (document_changed_callback),
11715         (ev_view_set_document), (ev_view_set_page):
11716
11717         Redraw on the changed signal
11718
11719 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11720
11721         * configure.ac: Added pt_BR to ALL_LINGUAS.
11722
11723 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11724
11725         * backend/ev-document-bookmarks.c:
11726         (ev_document_bookmarks_get_child): *
11727         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11728         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11729         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11730         (ev_sidebar_bookmarks_destroy),
11731         (ev_sidebar_bookmarks_class_init),
11732         (ev_sidebar_bookmarks_construct), (stack_data_free),
11733         (do_one_iteration), (populate_bookmarks_idle),
11734         (ev_sidebar_bookmarks_clear_document),
11735         (ev_sidebar_bookmarks_set_document): *
11736         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11737         (ev_sidebar_add_page),
11738         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11739         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11740         it displays both the topics and the page numbers.
11741
11742 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11743
11744         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11745         toggle.
11746         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11747         visible.
11748
11749 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11750
11751         * configure.ac: Added en_CA to ALL_LINGUAS.
11752
11753 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11754
11755         * ChangeLog: replace bottom of this ChangeLog (merged history of
11756         ggv and gpdf; where all paths were wrong and most of the files are
11757         not even in this tree) with ChangeLog (from arch) of the shell
11758         code.
11759
11760 2004-12-23  Havoc Pennington  <hp@redhat.com>
11761
11762         * shell/ev-window.c: hook up potentially-questionable "find
11763         results status text" feature - something involving the sidebar or
11764         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11765         might be better in the end.
11766
11767         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11768         with corresponding signal when it should be updated
11769
11770         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11771
11772 2004-12-22  Havoc Pennington  <hp@redhat.com>
11773
11774         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11775         find stuff on other pages, sort of (only returns one result on
11776         invisible pages, to show they have results; updates full results
11777         for a page when you view it). Currently repaints the current page
11778         every time a new result is found on any page, which isn't so nice.
11779
11780 2004-12-22  Havoc Pennington  <hp@redhat.com>
11781
11782         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11783         the document doesn't support find (better ideas?)
11784         (find_bar_search_changed_cb): handle missing document or document
11785         that doesn't support find
11786
11787         * pdf/xpdf/pdf-document.cc: port to implement the new
11788         EvDocumentFindIface
11789
11790         * backend/ev-document-find.c: create a new interface for searching
11791
11792         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11793
11794 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11795
11796         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11797         libevbackend.la.
11798
11799         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11800         EvPrintJob constructor arguments.
11801
11802         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11803         for documents that can export PostScript (page by page).
11804
11805         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11806         
11807         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11808         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11809         (pdf_document_ps_exporter_iface_init:
11810         Implement EvPSExporter.
11811
11812         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11813
11814 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11815
11816         * backend/Makefile.am:
11817         * backend/ev-document-thumbnails.c:
11818         (ev_document_thumbnails_get_type),
11819         (ev_document_thumbnails_get_thumbnail):
11820         * backend/ev-document-thumbnails.h:
11821         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11822         (pixbuf_document_thumbnails_get_thumbnail),
11823         (pixbuf_document_document_thumbnails_iface_init):
11824         * shell/Makefile.am:
11825         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11826         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11827         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11828         * shell/ev-sidebar-thumbnails.h:
11829         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11830         (ev_sidebar_set_document):
11831         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11832         (create_shadow), (ev_pixbuf_add_shadow):
11833         * shell/ev-utils.h:
11834         Add thumbnail support.
11835         
11836 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11837
11838         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11839         (using_postscript_printer): Set up a print dialog for "PostScript
11840         injection" method.
11841
11842         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11843         EvPrintJob.
11844
11845         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11846
11847 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11848
11849         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11850         (ps_document_set_target), (ps_document_get_page_size),
11851         (ps_document_render):
11852         * ps/gtkgs.h:
11853
11854         Fix a few bugs
11855
11856 2004-12-22  Christian Rose  <menthos@menthos.com>
11857
11858         * configure.ac: Added "sv" to ALL_LINGUAS.
11859
11860 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11861
11862         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11863         document supports bookmarks.
11864
11865 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11866
11867         * ps/ggvutils.c: (ggv_file_readable):
11868         * ps/ggvutils.h:
11869         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11870         (gtk_gs_get_postscript):
11871
11872         Remove unused utils
11873
11874 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11875
11876         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11877         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11878         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11879         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11880         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11881         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11882         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11883         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11884         (gtk_gs_set_antialiasing), (ps_document_load),
11885         (ps_document_render):
11886         * ps/gtkgs.h:
11887
11888         Another check point for the ps backend. Now I can get it to show
11889         pages!
11890
11891 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11892
11893         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11894         document setting code.
11895
11896 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11897
11898         * shell/eggfindbar.c: (entry_activate_callback):
11899         Animate the next button when activate is pressed.
11900         
11901 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11902
11903         * shell/ev-window.c: (ev_window_cmd_edit_find),
11904         (update_fullscreen_popup), (ev_window_fullscreen),
11905         (ev_window_unfullscreen), (ev_window_state_event_cb),
11906         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11907         Fix bugs in fullscreen code.
11908         
11909 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11910
11911         * Makefile.am:
11912         * configure.ac:
11913         * pixbuf/Makefile.am:
11914         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11915         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11916         (pixbuf_document_set_page), (pixbuf_document_get_page),
11917         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11918         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11919         (pixbuf_document_render), (pixbuf_document_begin_find),
11920         (pixbuf_document_end_find), (pixbuf_document_finalize),
11921         (pixbuf_document_class_init),
11922         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11923         * pixbuf/pixbuf-document.h:
11924         * shell/Makefile.am:
11925         * shell/ev-application.c: (ev_application_open):
11926         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11927         (ev_window_open):
11928         Add pixbuf backend.
11929         
11930 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11931
11932         * Makefile.am: 
11933         * dvi/dvilib/Makefile.am:
11934         * dvi/Makefile.am:
11935         * configure.ac: Auto*ify dvi and dvi/dvilib
11936
11937         * dvi/Makefile: Remove from CVS
11938         
11939         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11940         confusion.
11941
11942         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11943         
11944         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11945         
11946 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11947
11948         * ps/Makefile.am:
11949         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11950         (gtk_gs_value_adjustment_changed), (compute_size),
11951         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11952         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11953         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11954         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11955         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11956         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11957         (ps_document_load), (ps_document_get_n_pages),
11958         (ps_document_set_page), (ps_document_get_page),
11959         (ps_document_set_target), (ps_document_set_scale),
11960         (ps_document_set_page_offset), (ps_document_get_page_size),
11961         (ps_document_render), (ps_document_begin_find),
11962         (ps_document_end_find), (ps_document_document_iface_init):
11963         * ps/gtkgs.h:
11964         * shell/Makefile.am:
11965         * shell/ev-window.c: (ev_window_open):
11966
11967         Some work to integrate gtkgs with EvDocument
11968
11969 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11970
11971         * shell/ev-window.c: (update_fullscreen_popup),
11972         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11973         (exit_fullscreen_button_clicked_cb),
11974         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11975         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11976         (ev_window_state_event_cb), (ev_window_init):
11977         Add fullscreen support from Epiphany.
11978         
11979 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11980
11981         * data/ev-stock-zoom-fit-width.png: fit-width
11982         stock icon from gpdf.
11983         
11984         * shell/ev-stock-icons.[ch]: copied from gpdf.
11985         
11986         * shell/main.c: (main): init stock icons.
11987         
11988         * shell/ev-window.c: use the fit-width icon.
11989         
11990         * data/evince-ui.xml: add zooming toolbar items.
11991
11992 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11993
11994         * shell/ev-view.c: 
11995         (ev_view_best_fit), (ev_view_fit_width): because
11996         get_page_size() returns the scaled page size, we
11997         need to calculate the scale factor relative to
11998         the previous scale factor. Should really just
11999         add get_real_page_size().
12000
12001 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12002
12003         * shell/ev-view.[ch]:
12004         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12005         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12006         add zooming.
12007         
12008         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12009         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12010         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12011         hook it up.
12012         
12013         * pdf/xpdf/pdf-document.cc:
12014         (pdf_document_begin_find),
12015         (pdf_document_end_find): make static.
12016
12017 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12018
12019         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12020
12021         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12022         names to fontconfig patterns.
12023         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12024
12025         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12026         setupBaseFontsFc.
12027
12028 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12029
12030         * Makefile.am:
12031         * configure.ac:
12032         * ps/Makefile.am:
12033         * ps/ggvutils.c:
12034         * ps/ggvutils.h:
12035         * ps/gsdefaults.c:
12036         * ps/gsdefaults.h:
12037         * ps/gsio.c:
12038         * ps/gsio.h:
12039         * ps/gtkgs.c:
12040         * ps/gtkgs.h:
12041         * ps/ps.c:
12042         * ps/ps.h:
12043
12044         Import ggv backend. Not hooked up yet.
12045
12046 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12047
12048         * shell/main.c: (load_files), (main): load files
12049         from the command line.
12050
12051 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12052
12053         * configure.ac: don't require bonobo.
12054         
12055         * cut-n-paste/recent-files/*: kill bonobo recent
12056         view.
12057
12058         * shell/ev-window.c:
12059         (ev_window_is_empty): upd.
12060         (unable_to_load), (ev_window_open): load backend
12061         based on the mime type.
12062
12063 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12064
12065         * backend/.cvsignore: ignore generated marshalers source.
12066
12067         * shell/main.c (main): this is not epiphany.
12068
12069 2004-12-22  Havoc Pennington  <hp@redhat.com>
12070
12071         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12072         (expose_bin_window): draw find highlights
12073
12074         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12075         
12076         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12077         (pdf_document_end_find): implement this interface
12078
12079         * backend/ev-document.c (ev_document_found): add this to emit
12080         signal
12081
12082 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12083
12084         * data/evince-ui.xml: Add a few more toolbar items.
12085
12086         * shell/ev-window.c: Hook up page navigation toolbar 
12087         items.
12088
12089         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12090         a page-changed signal.
12091
12092         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12093         Add ev_document_get_page().
12094
12095         * shell/ev-window.c: Sensitize/desensitize navigation
12096         actions.
12097
12098 2004-12-21  Havoc Pennington  <hp@redhat.com>
12099
12100         * backend/ev-backend-marshal.c,
12101         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12102         marshaler-generator thingy. I'm sure there's a better way to do
12103         this in the modern world.
12104
12105         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12106         end_find methods and "found" signal.
12107
12108         * configure.ac: find glib-genmarshal
12109
12110 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12111
12112         * shell/ev-sidebar.c: Construct an actual sidebar.
12113         * shell/ev-sidebar-bookmarks.[ch]:
12114         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12115
12116 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12117
12118         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12119         Redo size handling.
12120         
12121         * shell/ev-view.c: Track the size from the document.
12122
12123 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12124
12125         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12126         constructor assumes ownership of the string passed in.
12127         
12128         * shell/ev-window.c (ev_window_open): Destroy the error
12129         dialog once we've displayed it.
12130
12131 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12132
12133         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12134         a bit, it works! (sort of)
12135
12136         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12137         Move to .cc since we need to use C++ in the implementation.
12138
12139         * shell/dummy.cc: Add a CC file to force evince
12140         to be linked as a C++ program.
12141
12142 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12143
12144         * shell/ev-view.[ch]: Start of content-area widget.
12145
12146         * shell/ev-window.c: Create a EvView, update it
12147         as we change documents.
12148
12149         * shell/Makefile.am shell/ev-marshal.list: Add
12150         generated marshalers.
12151
12152 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12153
12154         * Makefile.am (SUBDIRS): move shell.
12155
12156 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12157
12158         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12159         .a to libtool convenience libraries.
12160
12161         * shell/ev-window.c (ev_window_open): Hard code loading
12162         a PDF document.
12163         
12164         * backend/ev-document.h: Add a boolean return to load(),
12165         fix GError * to GError **.
12166
12167         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12168         object for a PDF backend EvDocument.
12169
12170 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12171
12172         * dvi/*: New directory with the beginning of a .dvi backend.
12173
12174 2004-12-21  Havoc Pennington  <hp@redhat.com>
12175
12176         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12177         previous/next instead of back/forward
12178
12179 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12180
12181         * backend/ev-document.[ch]: Fix a couple of problems so
12182         it compile.
12183
12184 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12185
12186         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12187         to backend/ directory, rename EvViewer to EvDocument.
12188
12189 2004-12-21  Havoc Pennington  <hp@redhat.com>
12190
12191         * shell/ev-window.c: hook up the find bar widget; now we just need
12192         a document to find things in
12193
12194         * shell/eggfindbar.c: a find bar widget
12195
12196 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12197
12198         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12199
12200 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12201
12202         * pdf/**: Import of xpdf code from gpdf. 
12203
12204         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12205
12206         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12207         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12208         Fix FreeType includes.
12209
12210         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12211         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12212         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12213         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12214         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12215         Include xpdfconfig.h
12216         
12217 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12218
12219         * shell/ev-window.c (ev_window_dispose): dispose can be called
12220         multiple times.
12221
12222 2004-12-21  Havoc Pennington  <hp@redhat.com>
12223
12224         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12225         rather than Evince
12226
12227         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12228         items; really they should be synced with the strings, etc. from
12229         current gpdf, but just getting the boring typing out of the way 
12230
12231 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12232
12233         * po/POTFILES.in:
12234         * shell/ev-application.c: (window_destroy_cb):
12235         * shell/ev-window.c:
12236         * shell/main.c: (main):
12237
12238         Actually show the window...
12239
12240 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12241
12242         * Makefile.am:
12243         * shell/Makefile.am:
12244         * shell/ev-application.c: (ev_application_class_init):
12245         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12246
12247         Make it build again
12248
12249 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12250
12251         Import to gnome cvs.
12252         
12253         * Remove copies of gpdf and ggv trees.
12254         * Rip out all the recursive configure code.
12255         * Remove bonobo machinery.
12256         * viewer/*: GInterfaces that backends should/can implement.
12257
12258 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12259
12260         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12261         typo
12262
12263 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12264
12265         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12266         (ev_application_finalize, ev_application_class_init)
12267         (ev_application_init): use GType instance private data for priv.
12268
12269         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12270         (ev_window_finalize, ev_window_class_init)
12271         (ev_window_init): ditto.
12272
12273 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12274
12275         * shell/ev-application.c (ev_application_new_window): make public
12276         (ev_application_show_initial_window): kill.
12277
12278         * shell/ev-application.h: update prototypes.
12279
12280         * shell/main.cc (main): inline ev_application_show_initial_window.
12281
12282 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12283
12284         * shell/ev-application.c (ev_application_new_window): impl.
12285         (ev_application_show_initial_window): use it.
12286         (is_window_empty, ev_application_get_empty_window): returns an
12287         existing empty window or a new one.
12288         (ev_application_open): from ev_window_cmd_file_open.
12289
12290         * shell/ev-application.h: update prototypes
12291
12292         * shell/ev-window.c (ev_window_is_empty): impl.
12293         (ev_window_open): make public.
12294         (ev_window_cmd_file_open): use ev_application_open
12295
12296         * shell/ev-window.h: update prototypes, remove unused.
12297
12298 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12299
12300         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12301         move destroy handler out of here...
12302
12303         * shell/ev-application.c, shell/ev-application.h: ...into this new
12304         class. Also handles initial window creation.
12305
12306         * shell/main.cc (main): use EvApplication to create initial
12307         window.
12308
12309 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12310
12311         * Makefile.am (SUBDIRS): add cut-n-paste
12312
12313         * cut-n-paste/Makefile.am: add
12314
12315         * configure.ac: generate Makefiles in cut-n-paste
12316
12317 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12318
12319         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12320         (ev_window_class_init): install ev_window_dispose.
12321
12322 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12323
12324         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12325         char (gchar looks stupid).
12326
12327 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12328
12329         * po/de.po: updated German translation.
12330
12331 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12332
12333         * configure.ac: add more pkg-config library checks for gnome-vfs,
12334         bonobo etc.
12335
12336         * gpdf/configure.in: temporarily disable libpaper
12337         checks. Otherwise I'd have to add the checks for the shell, too.
12338
12339 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12340
12341         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12342         and * file filters to the file choose.
12343
12344 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12345
12346         * po/de.po: Updated German translation.
12347
12348 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12349
12350         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12351
12352 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12353
12354         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12355
12356         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12357         (ev_window_init): implement those menuitems.
12358
12359 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12360
12361         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12362
12363         * shell/ev-window.c (ev_window_init): use the toolbar.
12364
12365 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12366
12367         * shell/ev-window.c (ev_window_init): use menu translations
12368
12369 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12370
12371         * configure.ac: add "de" to ALL_LINGUAS.
12372
12373         * po/de.po: add German translation.
12374
12375 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12376
12377         * Makefile.am (SUBDIRS): add po
12378
12379         * configure.ac: check intltool, glib-gettext etc, generate
12380         po/Makefile.in
12381
12382         * po, po/POTFILES.in, po/POTFILES.skip: new.
12383
12384 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12385
12386         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12387         already use (#ifdef ENABLE_NLS)
12388
12389         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12390         pointer indirection thinko.
12391
12392         * shell/main.c: include gi18n.h for bindtextdomain etc.
12393
12394 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12395
12396         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12397         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12398         tooltips for menu items in the statusbar.
12399
12400 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12401
12402         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12403         pkgdatadir drop UIDIR
12404
12405 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12406
12407         * data/evince-ui.xml: Add File->Open menu item
12408
12409         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12410         chooser), hook it up in the ui manager.
12411
12412 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12413
12414         * shell/ev-window.c: fix Help->About tooltip.
12415
12416 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12417
12418         * configure.ac: set CFLAGS for libevprivate.
12419
12420         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12421         definitions, factory etc.
12422
12423         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12424
12425         * shell/Makefile.am: link against libevprivate.a.
12426
12427         * shell/ev-window.c (entries): add stock icon to Help->About.
12428
12429         * shell/main.c (main): init stock icon code.
12430
12431 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12432
12433         * lib/recent-files: egg recent files code
12434
12435         * lib/Makefile.am: add.
12436
12437         * Makefile.am: add lib subdir.
12438
12439         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12440         set CFLAGS for recent-files.
12441
12442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12443
12444         * configure.ac: disable -ansi and -pedantic gcc flags. They
12445         disable POSIX stuff in stdio.h, but egg-recent uses them.
12446
12447 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12448
12449         * configure.ac: add --disable-deprecated flag (defaults to on in
12450         "cvs" builds).
12451
12452         * shell/Makefile.am (INCLUDES): use it.
12453
12454 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12455
12456         * shell/main.c: add missing #include.
12457
12458         * shell/ev-window.c: fix for pedantic gcc.
12459         (ev_window_cmd_help_about): split license into paragraphs for
12460         translators and pedantic compilers.
12461
12462 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12463
12464         * configure.ac: add more warning flags if compiling with gcc from
12465         cvs (or explicitly requested with --enable-more-warnings).
12466
12467 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12468
12469         * data/evince-ui.xml: add File and File->Close menu.
12470
12471         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12472         (ev_window_destroy): quit after destroy.
12473         (ev_window_class_init): override GtkObject::destroy.
12474         (entries): install close_window callback.
12475
12476 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12477
12478         * Makefile.am (SUBDIRS): add data subdir.
12479
12480         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12481         gtk+ 2.5.0 for GtkAboutDialog.
12482
12483         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12484         main window.
12485
12486         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12487
12488         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12489         manager.
12490         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12491
12492 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12493
12494         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12495
12496 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12497
12498         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12499
12500 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12501
12502         * shell/*: Added shell directory boilerplate, build it.
12503
12504 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12505
12506         * configure.ac, Makefile.am: Added top-level configure.ac and
12507         Makefile.am